frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Math Behind NUMB3RS Archive

https://numb3rs.wolfram.com/
1•altilunium•20s ago•0 comments

Hypermind-Swarm – P2P social network with no servers, no algorithms, no history

https://github.com/lklynet/hypermind-swarm
1•killshot•23s ago•1 comments

Claude Does SEO

https://theautomatedoperator.substack.com/p/claude-does-seo
1•idopmstuff•2m ago•0 comments

Since Linux 6.9, LUKS suspend stopped wiping disk-encryption keys from memory

https://mathstodon.xyz/@iblech/116769502749142438
2•IngoBlechschmid•3m ago•0 comments

Falling fertility on the left as key driver of US birth decline

https://www.nature.com/articles/s41598-026-57582-3
2•geox•3m ago•0 comments

CISA: Microsoft SharePoint RCE flaw now actively exploited

https://www.bleepingcomputer.com/news/security/cisa-microsoft-sharepoint-rce-flaw-now-actively-ex...
1•Brajeshwar•4m ago•0 comments

Cloudflare Workers Build Delays

https://www.cloudflarestatus.com/incidents/2z7ff0166l22
1•infomiho•4m ago•0 comments

Tsunami: The Rescued Dog Saving Lives After Venezuela Earthquakes

https://www.forbes.com/sites/luisromero/2026/07/01/tsunami-the-rescued-dog-saving-lives-after-ven...
1•throwme_123•4m ago•0 comments

Vibe Coded X11 Server Written in Rust Adds Xinerama, FreeBSD Support

https://www.phoronix.com/news/YSERVER-1.3-Released
2•hochmartinez•4m ago•0 comments

Blizzard coped with World of Warcraft's blood plague and other disasters

https://www.pcgamer.com/how-blizzard-coped-with-world-of-warcrafts-blood-plague-and-other-early-d...
1•colinprince•7m ago•0 comments

Show HN: NamedLocal – does ChatGPT recommend your local business?

https://namedlocal.com/
1•only_jeff•8m ago•0 comments

Show HN: Design Slop Cop – score how AI-generated a website looks

https://slopcop.adriankrebs.ch
1•hubraumhugo•9m ago•0 comments

Google loses EU court fight over $4.7B Android antitrust fine

https://www.aa.com.tr/en/economy/google-loses-eu-court-fight-over-47b-android-antitrust-fine/3984015
3•sharpshadow•10m ago•0 comments

I made a macOS desktop app to manage Nix-Darwin and Home Manager

https://github.com/darkmatter/nixmac
2•czxtm•10m ago•1 comments

DASH diet associated with lower risk of cognitive decline

https://jamanetwork.com/journals/jamaneurology/article-abstract/2845466
1•rawgabbit•10m ago•1 comments

We Need a 'Truth Campaign' for the AI Era

https://www.techpolicy.press/why-we-need-a-truth-campaign-for-the-ai-era/
1•cdrnsf•12m ago•0 comments

Generative AI creates delicious, sustainable, and nutritious burgers

https://arxiv.org/abs/2602.03092
1•sebg•12m ago•0 comments

Show HN: Debriefr – Discussions that unlock as you watch

https://debriefr.tv
1•jhedlund•12m ago•0 comments

The Importance of Humility in Software Development (2020)

http://humbletoolsmith.com/2020/08/10/the-importance-of-humility-in-software-development/
1•downbad_•15m ago•0 comments

Launch HN: Manufact (YC S25) – MCP Cloud

https://manufact.com
11•pzullo•17m ago•0 comments

Show HN: OSS Tests to Fix AI Gen Code. 110 Test for Major API – Supabase, Auth0

https://github.com/qualtyco/api-doctor
1•Reuben_Santoso•17m ago•0 comments

US employers still reluctant to add many jobs as hiring slows in June

https://apnews.com/article/jobs-economy-hiring-labor-49c7a993b394e6ae3f801c8e3c0d39dd
2•mattas•18m ago•0 comments

AI Increased Our Open PRs by 36%. That Wasn't the Whole Story

https://www.stackbuilders.com/insights/ai-in-software-delivery-whats-working-whats-hard-and-what-...
1•StackBuilders•19m ago•0 comments

Show HN: UATC – A Closed-Loop Controller to Prevent GPU OOM

https://github.com/sajjaddoda72-design/UATC
1•L_u_u_6•19m ago•0 comments

Evolution of moral expression in song lyrics

https://www.nature.com/articles/s41598-026-53778-9
1•sebg•20m ago•0 comments

I Tried Rips, the Card App Where Users Spend Thousands Chasing Pricey Pokémon

https://www.wired.com/story/i-tried-rips-the-card-pack-app-where-users-spend-thousands-chasing-pr...
1•reece_rogers•20m ago•0 comments

Reverse-engineering the Whoop 5.0 to work without a subscription in 24 hours

https://twitter.com/b_nnett/status/2061434000766382246
2•MrBuddyCasino•21m ago•0 comments

US deaths hit record low in 2025

https://san.com/cc/living-longer-in-america-u-s-deaths-hit-record-low-in-2025/
3•Cabal•23m ago•1 comments

The competing federal efforts behind America's 250th anniversary plans

https://www.govexec.com/management/2026/07/inside-competing-federal-efforts-behind-americas-250th...
2•everybodyknows•23m ago•0 comments

The last mile of AI-assisted coding is a signup form

https://trustysquire.ai/blog/the-last-mile-is-a-signup-form
1•lunchboxfortwo•24m ago•0 comments
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