frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Microsoft's Terrifying New Patent (ACR Adjacent)

https://www.youtube.com/watch?v=Smwo493IAfw&feature=youtu.be
1•garrettjoecox•14s ago•0 comments

AI Pays the People

https://blastradius.dpdns.org/
1•codebyaditya•30s ago•0 comments

Underlimit – Beat 2MB PDF upload caps with 1984 fax compression

https://mirceamitu.github.io/underlimit/
1•mirceamitu•1m ago•0 comments

Can your AI model survive its own mistakes?

https://github.com/dmigwi/tapoo
1•dmigwi•1m ago•0 comments

OpenAI Agent Attack on Austral. Gov't Website: First Publicly Disclosed Instance

https://www.wsj.com/tech/ai/openai-agent-hacked-australian-government-website-eecf7a7a
1•bookofjoe•1m ago•1 comments

Machine god metaphors eat your brain

https://www.programmablemutter.com/p/machine-god-metaphors-eat-your-brain
1•AnodicElegy•3m ago•0 comments

Cloudflare Python Workers are now generally available

https://simonwillison.net/2026/Sep/21/cloudflare-python-worker/
1•hn9zmdcaou•5m ago•0 comments

Goodbye Grok bot? Claude just released a competitor

https://code.claude.com/docs/en/claude-code-on-the-web
1•rkovashikawa•5m ago•0 comments

AI, Make the Website Good

https://www.zachleat.com/web/ai-websites/
1•meetpateltech•6m ago•0 comments

Accelerating delivery of CVE fixes with a new Kernel release strategy

https://canonical.com/blog/accelerating-delivery-of-cve-fixes-with-a-new-kernel-release-strategy
1•speckx•7m ago•0 comments

Julius Evola

https://en.wikipedia.org/wiki/Julius_Evola
1•PaulHoule•7m ago•0 comments

Google Takes the A.I. Data Center Race to Outer Space

https://www.nytimes.com/2026/09/24/technology/google-suncatcher-ai-data-center-space.html
3•jbegley•10m ago•0 comments

Google Is Sending an A.I. Data Center to Outer Space

https://www.nytimes.com/2026/09/24/technology/google-suncatcher-ai-data-center-space.html
2•quapster•10m ago•0 comments

Oracle Cites 'Force Majeure' to Shield Itself on Controversial Data Center

https://www.bloomberg.com/news/articles/2026-09-24/oracle-cites-force-majeure-to-shield-itself-on...
3•simonpure•10m ago•0 comments

I want my mesh networks to be signed, not encrypted

https://andanti.no/blog/SignedMesh.html
1•birdculture•11m ago•0 comments

Type-safe documents with conflict resolution. Faster than any CRDT

https://github.com/docukit/docukit
1•nhatcher•11m ago•0 comments

When Computers Were Magic – By John Ward – Goto 10

https://www.goto10retro.com/p/when-computers-were-magic
1•rbanffy•11m ago•1 comments

Show HN: A novel about an AI that starts asking questions, a chapter a day

https://thought-is-free.com/read/ch01/?from=hn
1•rovugui•13m ago•1 comments

Delta Can Sue CrowdStrike,Stranded Passengers Can't–They're Asking Supreme Court

https://viewfromthewing.com/delta-can-sue-crowdstrike-but-stranded-passengers-cant-now-theyre-ask...
1•throw7•13m ago•0 comments

Show HN: Clue Me – Describe the word you're given, Jev tries to guess it

https://yorohan.com/clue-me
2•rohanm93•14m ago•1 comments

Show HN: Jev Approach Control

https://jev-approach-control.vercel.app/
1•senti_sentient•14m ago•0 comments

There's a new way to break RSA that's faster than anything we've seen before

https://arstechnica.com/security/2026/09/theres-a-new-way-to-break-rsa-thats-faster-than-anything...
4•el_duderino•15m ago•0 comments

Simplified Technical English in My Writing

https://www.jakeworth.com/tils/simplified-technical-english-in-my-writing
1•surprisetalk•15m ago•0 comments

ASUS Launches ExpertCenter Pro ET900N G3 (GB300, 748GB, Up to 20 PFLOPS)

https://www.asus.com/us/business/resources/news/expertcenter-pro-et900n/
1•peter_d_sherman•15m ago•0 comments

The iPhone 4 'Antennagate' Press Conference Q&A

https://daringfireball.net/2026/09/iphone_4_antennagate_q_and_a
1•tosh•15m ago•0 comments

From PHP to Xan to Rust: speeding up large CSV imports in Symfony

https://vindle.nl/insights/from-php-to-xan-to-rust-speeding-up-large-csv-imports-in-symfony
1•TomvdPeet•15m ago•0 comments

AWS becomes first cloud provider approved for NATO RESTRICTED workloads

https://www.aboutamazon.com/news/aws/aws-first-cloud-provider-nato-restricted-workloads
1•Betelbuddy•16m ago•0 comments

Show HN: RizzFit – Free fitness calculators that cite their formulas, no signup

https://rizzfit.orbitly.ca/calculators/
1•aliaathil•16m ago•0 comments

Owners mourn spoiled food after firmware update bricks Samsung smart fridges

https://arstechnica.com/gadgets/2026/09/owners-mourn-spoiled-food-after-firmware-update-bricks-sa...
2•nonfamous•17m ago•0 comments

British regulator takes a hard look at Pornhub's Apple-powered age checks

https://www.theregister.com/security/2026/09/23/british-regulator-takes-a-hard-look-at-pornhubs-a...
1•MC995•17m 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