mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 12:27:23 +00:00
39 lines
1.3 KiB
JavaScript
39 lines
1.3 KiB
JavaScript
/*
|
||
* date
|
||
* url
|
||
* title
|
||
* description
|
||
*/
|
||
const feed = [[
|
||
'2026-04-23',
|
||
'https://oddsquat.org/posts/2026/encrypted_XMPP/',
|
||
'[EN] encrypted XMPP',
|
||
'Secure and private messaging with XMPP and OMEMO encryption.'
|
||
], [
|
||
'2026-03-18',
|
||
'https://oddsquat.org/posts/2026/ugly_keyboards_ru/',
|
||
'[RU] ugly keyboards',
|
||
'Почему нас окружают уродливые клавиатуры и что с этим можно сделать.'
|
||
], [
|
||
'2024-07-27',
|
||
'https://oddsquat.org/posts/2024/wrapped_bw_ru/',
|
||
'[RU] wrapped bw',
|
||
'Превращаем fully-featured Bitwarden command-line interface в удобный.'
|
||
], [
|
||
'2024-01-15',
|
||
'https://oddsquat.org/posts/2024/selfhosted_llm/',
|
||
'[RU] selfhosted LLM',
|
||
'Персональные LLM в docker-контейнере на твоём компьютере.'
|
||
], [
|
||
'2021-11-18',
|
||
'https://oddsquat.org/posts/2020/typographic_linter/',
|
||
'[RU] typographic linter',
|
||
'Prettier для текста. Автоматизация рутинной типографики.'
|
||
], [
|
||
'2020-11-08',
|
||
'https://oddsquat.org/posts/2020/initial_post/',
|
||
'[RU] initial post',
|
||
'Первый пост в этом фэнзине, рассказывающий о его внутреннем устойстве.'
|
||
]]
|
||
|
||
module.exports = { feed }
|