oddsquat/tools/rss-entries.js
2026-04-23 18:38:00 +02:00

39 lines
1.3 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* 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 }