frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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

GNUtrition 0.33

https://lists.gnu.org/archive/html/info-gnu/2026-06/msg00002.html
1•amcclure•11s ago•0 comments

Why Stone-Faced Fascists Keep Getting Antiquity Wrong

https://www.thebulwark.com/p/why-stone-faced-fascists-keep-getting-antiquity-wrong-x-twitter-elon...
1•enaaem•13s ago•0 comments

Sony's age verif company Yoti; threatening users who use GrapheneOS

https://old.reddit.com/r/privacy/comments/1txn8di/did_i_just_got_threatened_by_yoti_age/
2•mystraline•5m ago•0 comments

Autohost – spin up websites seconds after someone points a domain at them

https://github.com/Safebots/Autohost
1•EGreg•5m ago•0 comments

Training-Free Single-Image Diffusion Models

https://haojunqiu.github.io/efficient-SID/
1•E-Reverance•10m ago•0 comments

Safe Made Easy Pt.1: Single Ownership Is (Not) Optional

https://ergeysay.me/safe-made-easy-pt1.html
1•birdculture•10m ago•0 comments

How Artemis II livestreamed hi-def videos and images from the moon to Earth

https://news.mit.edu/2026/how-artemis-ii-livestreamed-hi-def-videos-images-from-moon-to-earth-0605
1•gnabgib•15m ago•0 comments

Show HN: Honest Privacy Policies – We Read the Fine Print So You Don't Have To

https://honestprivacypolicies.org/
1•LuD1161•20m ago•0 comments

I built a music suite to replace five apps, all in one and free (Tauri/Rust)

https://github.com/EgleAudioSuite/egle/releases/tag/v1.1.0
2•EgleAudio•20m ago•0 comments

Show HN: I created a RAW to HDRI stacker in (mostly) Common Lisp

https://github.com/IBL-tools/rawtohdri
1•aaronestrada•21m ago•0 comments

Microsoft wants users to be addicted to Scout, their AI personal assistant

https://disassociated.com/microsoft-users-addicted-ai-personal-assistant/
2•berlianta•25m ago•0 comments

A floating solar plant using vertical panels

https://www.vozpopuli.com/indux/en/a-floating-solar-plant-using-vertical-panels-is-flipping-the-u...
2•e2e4•26m ago•1 comments

HRM-Text: Efficient Pretraining Beyond Scaling

https://arxiv.org/abs/2605.20613
1•cubefox•26m ago•0 comments

A Framework for Confident Model Migration in Production Systems

https://arxiv.org/abs/2604.27082
1•PaulHoule•28m ago•0 comments

Hermes Agent – Open-Source AI Agent with Persistent Memory

https://hermes-agent.org/
2•SeriousM•28m ago•0 comments

Do links hurt news publishers on Twitter? Our analysis suggests yes

https://www.niemanlab.org/2026/04/do-links-hurt-news-publishers-on-twitter-our-analysis-suggests-...
1•erickhill•29m ago•0 comments

Show HN: Fluenta – validate a business idea against 6 live demand signals

https://fluenta.space
1•OlegIvanov•29m ago•0 comments

Show HN: Idea-to-build – a workflow that challenges ideas before building

https://github.com/winchxyz/idea-to-build
1•winchxyz•31m ago•0 comments

Software, Philosophy, and Skepticism (2025)

https://www.natemeyvis.com/software-philosophy-and-skepticism/
1•3willows•32m ago•0 comments

Better to Best Research Hub Launches Simulation

https://bettertobest.github.io/compassionism-simulation/
1•BetterToBest•33m ago•1 comments

Is It Really FOSS?

https://isitreallyfoss.com/?
2•Velocifyer•34m ago•0 comments

Boeing 787 Dreamliner Loses Door at Remote Pacific Airport, Puzzling Engineers

https://aeroxplorer.com/articles/boeing-787-dreamliner-loses-door-at-remote-pacific-airport-puzzl...
2•lostlogin•36m ago•0 comments

SpaceX must wait a year to be part of S&P 500

https://www.msn.com/en-us/money/top-stocks/spacex-must-wait-a-year-to-be-part-of-s-p-500-the-rule...
3•Anon84•37m ago•0 comments

The biggest tell that something was written by AI

https://www.theatlantic.com/technology/2026/05/how-to-tell-ai-writing/687345/
1•bookofjoe•38m ago•0 comments

Trump administration, OpenAI discussing possible government stake in the startup

https://www.cnbc.com/2026/06/05/trump-open-ai-altman-stake.html
3•mayneack•40m ago•0 comments

Multi-Layer Policy for Securing AI Agents

https://www.tigera.io/blog/multi-layer-policy-for-securing-ai-agents/
1•baroiall•41m ago•1 comments

The Irishman raising millions to fund journalists reporting on rise of AI

https://www.independent.ie/business/irish-business/meet-the-irishman-raising-millions-to-fund-jou...
3•rbanffy•41m ago•0 comments

Port React Compiler to Rust

https://github.com/facebook/react/pull/36173
2•nhatcher•42m ago•1 comments

Things I wish I had been taught about coding agents for engineering

https://blog.owulveryck.info/2026/06/04/see-act-correct-three-levers-for-working-with-a-code-agen...
2•owulveryck•45m ago•0 comments

Warren's Abstract Machine: A Tutorial Reconstruction

https://github.com/a-yiorgos/wambook
3•nextos•46m ago•0 comments