frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Blogs.hn – Tiny Blog Directory

https://blogs.hn
2•surprisetalk•1y ago
It's been a while since I shared my blog directory...

In proper HN fashion, the site is open-source and requires no JS!

There's instructions on how to add/edit a blog on the Github README.

[0] https://github.com/surprisetalk/blogs.hn

Note that your blog might appear in blogs.json, but not on the site! Right now I'm using the following code to filter out blogs. Your blog might appear if you add more metadata:

  if (
    3 > 0  
      + !!blog.title  
      + (blog.desc.length > 40)  
      + !!blog.about  
      + !!blog.now  
      + !!blog.feed  
      + 3 * (blog.hn.length > 1)      
  )
    continue;
As I mention on the /about page, if you don't already have a blog, I recently made a minimal static site generator! It's easier than ever to begin your writing journey :)

[1] https://github.com/surprisetalk/worstpress

Comments

gnabgib•1y ago
Discussion on your 2023 post (225 points, 57 comments) https://news.ycombinator.com/item?id=36613727

Related:

Show HN: Hacker News user blogroll (937 points, 2023, 187 comments) https://news.ycombinator.com/item?id=36605493

Show HN: OPML list of Hacker News Users Personal Blogs (281 points, 2023, 101 comments) https://news.ycombinator.com/item?id=36627112

Optimizing memory use in a Markdown parser

https://blog.kowalczyk.info/a-n8wf/optimizing-memory-use-in-markdown-parser.html
1•blueshoess•1m ago•0 comments

Wallpaper Engine On Linux (native translation layer library)

https://github.com/shdwmtr/wallpiper
1•shadowmonster•4m ago•0 comments

Leyline: KV Cache Directives for Agentic Inference

https://arxiv.org/abs/2606.01065
2•Bluestein•7m ago•0 comments

Cicada.os – Graphene.os for Your Laptop

https://kpres12.github.io/Cicada.OS/
1•kpres62•8m ago•1 comments

Show HN: A way to let agents reliably pay for things

https://shopstack.ai/
1•windyVector•12m ago•0 comments

IXUI: A Proxmox/ESXi-Style Web UI for Incus

https://github.com/xlmnxp/ixui
1•xlmnxp•13m ago•0 comments

Residential proxies scraping your site? Drain their bandwidth

https://layer3intel.com/blog/residential-proxy-bandwidth-drain
1•Rasbora•14m ago•0 comments

The Summer of Open Weights

https://martinalderson.com/posts/the-summer-of-open-weights/
1•garo-pro•16m ago•0 comments

Declarative WebGPU with S-Expressions

https://hugodaniel.com/posts/declarative-webgpu-with-s-expressions/
1•hugodan•16m ago•0 comments

Bolt Graphics' Advanced GPU to Take on Nvidia – Architosh

https://architosh.com/2026/07/bolt-graphics-advanced-gpu-to-take-on-nvidia/
1•rbanffy•19m ago•0 comments

Ask (Your Terminal)

https://github.com/benja/ask
1•handfuloflight•20m ago•0 comments

Nss-userhosts: a name service switch module allowing unprivileged users to have

https://codeberg.org/felixs/nss-userhosts
1•fanf2•22m ago•0 comments

Making LEDs in the Home Fab

https://hackaday.com/2026/08/23/making-leds-in-the-home-fab/
1•rmason•24m ago•0 comments

Does Chess Make You Smarter? What Chess Can Teach Us

https://www.psychologytoday.com/us/blog/finding-a-new-home/202608/does-chess-make-you-smarter-wha...
2•amichail•25m ago•0 comments

Slash Pages

https://slashpages.net/
1•jcbhmr•25m ago•0 comments

Paul Graham on X: if I were 17. I'd learn how to build LLMs from scratch

https://twitter.com/paulg/status/2091544343589060625
1•bilsbie•26m ago•0 comments

Show HN: Khaos – Kafka traffic and failure simulator, rewritten in Go

https://github.com/aleksandarskrbic/khaos
1•skrbic_a•26m ago•0 comments

Cybernetics and Ghosts

https://robinrendle.com/notes/cybernetics-and-ghosts/
1•robin_reala•27m ago•0 comments

Show HN: Clothes Patterns You Can Make Based on Photo

https://github.com/Ag3497120/photoloset
1•pakupaku•28m ago•0 comments

Engineerification

https://eug.github.io/posts/engineerification.html
1•eugf_•30m ago•0 comments

OpenStar demonstrates dipole fusion reactor concept

https://www.world-nuclear-news.org/articles/openstar-demonstrates-dipole-fusion-reactor-concept
1•mpweiher•33m ago•0 comments

Rural Village in Spain Is Welcoming Digital Nomads with Open Arms

https://www.cntraveler.com/story/this-rural-village-in-spain-is-welcoming-digital-nomads-with-ope...
2•simonebrunozzi•33m ago•1 comments

Meowzip: Cat Logic Puzzle (Android)

https://play.google.com/store/apps/details?id=com.nekodu.zipgame&hl=en_US
1•cgoksu•34m ago•0 comments

Wiki Is Not Enough [Information Architecture for LLMs]

https://replicated.live/blog/wiki.html
1•gritzko•34m ago•0 comments

Georgia police are searching for an elderly man who found $30 and kept it

https://twitter.com/Polymarket/status/2091240990720110701
1•bilsbie•34m ago•0 comments

Show HN: Loading GitHub PRs in 50ms instead of 1–3s+

https://github.com/theolundqvist/pr-cockpit
3•theolundqvist•36m ago•0 comments

An elliptic curve of rank ≥ 31

https://elliptic-rank.icarm.cloud/curve/302
1•robinhouston•37m ago•0 comments

Show HN: PureJsImage, image codecs and scientific raster I/O in TypeScript

https://purejsimage.com/demo/
1•ardme•38m ago•0 comments

AI for people who still browse the web: customize and automate any website

https://thisisrobin.ai/
1•nikolas1814•39m ago•0 comments

bbolt: an embedded key/value database for Go

https://github.com/etcd-io/bbolt
2•saikatsg•39m ago•0 comments