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

Coming to terms with the end of the Falcon 9

https://www.thespacereview.com/article/5319/1
1•ssernikk•1m ago•0 comments

OpenAI prepares new $500/month Pro Max plan for ChatGPT

https://www.testingcatalog.com/openai-prepares-new-500-month-pro-max-plan-for-chatgpt/
2•yzydserd•3m ago•0 comments

Show HN: Foveon Lab – Compare Sigma Photo Pro Presets on Foveon X3F Files

https://github.com/biopoetic/foveon-lab
1•netless•6m ago•0 comments

Ask HN: Migrating personal email domain from Gmail to iCloud?

1•osener•7m ago•0 comments

Deep Fission ($FISN): A Money Pit

https://iceberg-research.com/2026/09/24/deep-fission-fisn-a-money-pit/
1•ViewTrick1002•8m ago•0 comments

Show HN: Tasket++ Simulate your Windows actions automatically-free and OS

https://apps.microsoft.com/detail/xp9cjlhwvxs49p?hl=en-US&gl=US
1•AmirHammoutene•8m ago•0 comments

Tesla 'FSD' sped in 55% of Brussels 30 km/h zones ahead of EU vote

https://electrek.co/2026/09/24/tesla-fsd-belgium-test-speeding-30-kmh-eu-vote/
3•BaudouinVH•13m ago•0 comments

Driver Misconduct in Last-Mile Delivery

https://arxiv.org/abs/2609.29080
1•50kIters•15m ago•0 comments

Quiet-guardrails: Claude Code manual mode, minus the nagging

https://github.com/SeanMcMillan/quiet-guardrails
1•northbridgedev•19m ago•0 comments

YC rejected it, so we're open-sourcing it

https://github.com/orangewood-co/inboundr
2•tushgaurav•20m ago•3 comments

The Subtle Art of Normalising Dystopia [video]

https://www.youtube.com/watch?v=aLPrNSFLb2U
2•dvrp•21m ago•0 comments

Amiga Screens: A Primer

https://www.datagubbe.se/amscr/
3•msephton•23m ago•0 comments

Implicit Neural Representations with Periodic Activation Functions (2020)

https://arxiv.org/abs/2006.09661
1•peter_d_sherman•24m ago•1 comments

F1 Start Timer

https://f1-start.jakearchibald.com/
1•tosh•24m ago•0 comments

Pentium II at 600Mhz with Voodoo 3 Emulated on 86Box with M6 Mac Mini

https://nyaa.sh/reviews/mac-mini-m6-emulation
2•hugh4life•27m ago•0 comments

Show HN: Entail – what your model files declare vs. what the engine runs

https://github.com/wwoosshh/Entail
1•wwoosshh•28m ago•0 comments

Pico_exporter: System metrics exporter that runs in about 120 kiB of memory

https://github.com/dpaneda/pico_exporter
1•elenathor•28m ago•1 comments

Show HN: TiddlyInstall – One HTML file that creates desktop installers

https://robertsdotpm.github.io/_static/tiddlyinstall.html
1•Uptrenda•29m ago•0 comments

What is LLM-as-a-Judge, and How It Works?

https://infere.com/blog/what-is-llm-as-a-judge/
1•saturn5k•35m ago•0 comments

Breaking Up with Google Play: Why Conversations Is Now Free

https://gultsch.de/posts/breaking-up-with-google-play/
2•h0ek•38m ago•0 comments

On The Role of Theory in Biology

https://www.asimov.press/p/theory-biology
2•signa11•44m ago•0 comments

Disktree: A treemap for finding and removing what fills your disk

https://github.com/tobi/disktree
2•tosh•44m ago•0 comments

Explyt 5.20 – background task panel for AI agent runs in JetBrains IDEs

https://explyt.ai/docs/explyt-test/whats-new-explyt
1•Explyt-ai•47m ago•0 comments

CVE-2025-13032: Entering and Breaking the Avast Antivirus Sandbox Part 2

https://www.safateam.com/intelligence-hub/research/technical-articles/cve-2025-13032-entering-and...
13•safateam•51m ago•0 comments

A congressional representative just proposed killing America's border tower pro

https://www.technologyreview.com/2026/09/23/1145002/a-congressional-representative-just-proposed-...
1•joozio•51m ago•0 comments

The Efficiency-Throughput Gap with GitHub Copilot

https://cacm.acm.org/research/beyond-the-hype-the-efficiency-throughput-gap-with-github-copilot/
4•fscaramuzza•52m ago•2 comments

Prism Inference

https://prisminference.com
1•handfuloflight•57m ago•0 comments

How to Draw Anything(2025) [video]

https://www.youtube.com/watch?v=-UBbFNeY38k
2•num42•59m ago•1 comments

Jensen Huang says with AI 'in order to save you, they've got to hurt you first.'

https://www.theverge.com/tech/1000140/jensen-huang-nvidia-ai-energy-climate-change-supervillain
4•pera•1h ago•4 comments

Basic Linear Algebra Subprograms (BLAS)

https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms
1•peter_d_sherman•1h ago•0 comments