


Article URL: https://www.jeffgeerling.com/blog/2025/self-hosting-your-own-media-considered-harmful
Comments URL: https://news.ycombinator.com/item?id=44197932
Points: 280
# Comments: 80
https://www.jeffgeerling.com/blog/2025/self-hosting-your-own-media-considered-harmful


Article URL: https://countercraft.substack.com/p/defending-adverbs-exuberantly-if
Comments URL: https://news.ycombinator.com/item?id=44195354
Points: 15
# Comments: 2
https://countercraft.substack.com/p/defending-adverbs-exuberantly-if

Article URL: https://softwaredoug.com/blog/2024/08/06/i-made-search-worse-elasticsearch
Comments URL: https://news.ycombinator.com/item?id=44194468
Points: 34
# Comments: 2
https://softwaredoug.com/blog/2024/08/06/i-made-search-worse-elasticsearch

Article URL: https://opensourcedistilling.com/
Comments URL: https://news.ycombinator.com/item?id=44197112
Points: 10
# Comments: 1

Article URL: https://www.informationga.in/blog/building-an-ai-server-on-a-budget
Comments URL: https://news.ycombinator.com/item?id=44197347
Points: 13
# Comments: 2
https://www.informationga.in/blog/building-an-ai-server-on-a-budget
What if Brainfuck was less like C and more like Scheme?
The interpreter implemetation is pretty bad. It's not very fast, it's not very good, and it's probably not very correct. But maybe there's some vaguely interesting programs you could write with it!
For example, the Y combinator:
λf. (λx. f (x x)) (λx. f (x x))
is written as: \` \`1 `0 0 \`1 `0 0