frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Is a Harness?

https://earendil.com/posts/what-is-a-harness/
2•tosh•4m ago•0 comments

IETF Publication- Closing Apple-Siri EU Deadlock Without Sacrificing Security

https://datatracker.ietf.org/doc/html/draft-das-execution-finality-ai-interoperability-00
1•sangamdas1982•4m ago•0 comments

Show HN: Self-Hosted Social Media Agents with Raspberry Pi

https://www.microphone.computer/
1•Kriptering•4m ago•0 comments

Why cheaper SQL doesn't make analytics cheap

https://blog.getcassis.com/no-free-lunch-data-analytics/
1•matthieu_bl•5m ago•0 comments

I spent $266 and four AI models to own my tablet. GLM-5.3 finished it in a day

https://ericpardee.github.io/fire-hd-ownership/
1•dr_pardee•5m ago•0 comments

Show HN: Squat Counter Uses phone's accelerometer to count squats automatically

https://julienreszka.github.io/squat-counter/
1•julienreszka•6m ago•0 comments

Move over, Usain Bolt: Humanoid robots smash human records at Beijing games

https://www.nbcnews.com/tech/tech-news/chinese-humanoid-robot-lightning-beats-human-100m-world-re...
2•signa11•7m ago•0 comments

Iran hacked and shut down a British power plant for days

https://www.bbc.com/news/articles/ce9793g34yvo
1•CGMthrowaway•10m ago•0 comments

Claude Pacer: a menu-bar that says if your Claude session will last till reset

https://github.com/dkremsa/claude-pacer
1•dkremsa•11m ago•1 comments

OpenAI leader warns of threat of 'persistent' AI cyber-attacks

https://www.theguardian.com/technology/2026/aug/23/openai-cyber-attacks-threat-chris-lehane
3•geox•12m ago•0 comments

Do LLMs dream of electric sheep?

https://vpablo.dev/articles/llm-thinking.html
1•lz400•12m ago•0 comments

The Hiring System as an RLHF Agent

https://arhngl.substack.com/p/the-hiring-system-as-an-rlhf-agent
1•arhngl•16m ago•0 comments

Refeeding Syndrome

https://en.wikipedia.org/wiki/Refeeding_syndrome
1•lolindrath•17m ago•0 comments

Abliteration Without the Weights

https://weightless.msuiche.com/
1•__alexander•22m ago•0 comments

FrameOS Cloud and ESP32 Support

https://frameos.net/blog/frameos-cloud/
1•mariusandra•24m ago•0 comments

How 'Beast Runner' finds missing hikers in Taiwan's mountains

https://www.youtube.com/watch?v=LLyn8srpO9E
1•p1anecrazy•25m ago•0 comments

Show HN: Box Blanks – free parametric dieline generator for 479 box styles

https://boxblanks.com/
1•a1anm•26m ago•0 comments

Ask HN: How to plan for a future when the advice is always to focus on the now?

2•Eridanus2•28m ago•1 comments

Are Refurbished Phones Dangerous?

https://www.wsj.com/tech/personal-tech/refurbished-phones-safety-tips-d3ca0249
1•fortran77•29m ago•1 comments

What Zig felt like, coming from Rust

https://besok.github.io/posts/what-zig-felt-like-coming-from-rust/
1•stmw•29m ago•0 comments

Show HN: Human-Machine Interface

https://github.com/YOalphabet/YOalphabet
1•YOalphabet•31m ago•0 comments

Show HN: I built an open knowledge graph to help solve global problems together

https://communityfix.org/
2•mathix•31m ago•3 comments

Doctrine of Lapse

https://en.wikipedia.org/wiki/Doctrine_of_lapse
1•joebig•32m ago•0 comments

Death to px, long live ch

https://shkspr.mobi/blog/2026/08/death-to-px-long-live-ch/
7•Brajeshwar•32m ago•0 comments

U.S. Department of State Travel Advisories Map

https://travelmaps.state.gov/TSGMap/
1•bookofjoe•32m ago•0 comments

Running a 10-tier SQLite agent mesh on Termux without thermal throttling

https://github.com/xhall-beep/ApexYX-Sovereign/blob/main/docs/termux-tutorial.md
1•xhallbeep•33m ago•0 comments

Building a Practical Intuition for C++20 Coroutines

https://medium.com/ydbtech/making-coroutines-routine-building-a-scalable-tpc-c-client-in-c-b14f55...
1•eivanov89•36m ago•1 comments

My favorite nonfiction books about cults, scams, and schemes

https://bookdna.com/best-books/nonfiction-about-cults-scams-and-schemes
11•bwb•37m ago•1 comments

My favorite books on how science won World War 2

https://bookdna.com/best-books/how-science-won-world-war-two
1•bwb•39m ago•0 comments

The Strange Allure of Fake Shopping Sites

https://macleans.ca/society/technology/the-strange-allure-of-fake-shopping-sites/
2•jruohonen•39m 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