frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A constrained approach to coding agents

https://github.com/brainless/nocodo
1•brainless•2m ago•1 comments

Ask HN: Best Embedding Models?

1•devstein•3m ago•0 comments

Biscuit

https://github.com/yattsu/biscuit
2•unixfg•9m ago•0 comments

An Analysis of the PocketOS Debacle

https://thedailywtf.com/articles/empty-pockets
1•pseudohadamard•11m ago•1 comments

Musk Settles SEC Suit for Underpaying Twitter Investors by $150M for Just $1.5M

https://www.law.com/corpcounsel/2026/05/04/musk-settles-sec-suit-accusing-him-of-underpaying-twit...
1•1vuio0pswjnm7•11m ago•0 comments

The 90-year-old idea behind JEPA models: Canonical Correlation Analysis (CCA)

https://shonczinner.github.io/posts/embedding-prediction/
1•kjshsh123•12m ago•0 comments

Meta, TikTok Recv Personal Data from Health Exchanges Alarming Privacy Experts

https://www.bloomberg.com/features/2026-healthcare-advertising-trackers-privacy/
2•1vuio0pswjnm7•14m ago•0 comments

An LLM agent that runs on any Linux box

https://getclaw.site/#demo
2•kilian-ai•18m ago•0 comments

Continually improving our agent harness

https://cursor.com/blog/continually-improving-agent-harness
1•gmays•18m ago•0 comments

Show HN: A minimalist personal homepage I designed from scratch

https://olzhasshaikenov.com/
1•olzhas23•22m ago•0 comments

Tokens and Dreams

https://charlesleifer.com/blog/tokens-and-dreams/
3•xngbuilds•23m ago•0 comments

AI and the Danger of Cognitive Surrender

https://www.economist.com/business/2026/04/30/ai-and-the-danger-of-cognitive-surrender
2•1vuio0pswjnm7•26m ago•1 comments

Linux, Windows or macOS: Which Operating System to Use in 2026?

https://www.lucasaguiar.xyz/posts/linux-windows-macos-qual-usar-2026/
1•isfttr•33m ago•1 comments

File Approved – File approvals without the back-and-forth

https://fileapproved.com
2•vannventures•34m ago•0 comments

Echon – A Discord alternative built in Tauri/Rust

https://echon-voice.com
2•highest678•39m ago•0 comments

The Art of Operating Systems (2019)

https://denninginstitute.com/pjd/ArtOS2/
3•aragonite•42m ago•0 comments

Amp's GPT 5.5 Model Analysis

https://ampcode.com/models/gpt-5.5
3•goranmoomin•43m ago•0 comments

Pulitzer Prize Winner in International Reporting

https://www.pulitzer.org/winners/dake-kang-garance-burke-byron-tau-aniruddha-ghosal-and-yael-grau...
4•jay_kyburz•56m ago•2 comments

The artful way of the stack-machine

https://www.pepnom.org/post/post.5.may.2026.html
2•mjbq•59m ago•1 comments

Why AI Agents Need Proof Chains, Not Just Logs

https://github.com/rodriguezaa22ar-boop/atlas-trust-infrastructure
3•astra_omnia•1h ago•0 comments

Process-Level Reward Modeling for Agentic Data Analysis

https://arxiv.org/abs/2604.24198
3•gmays•1h ago•0 comments

You can get dragged into a police investigation by proximity alone – for now

https://www.theverge.com/report/919664/chatrie-v-united-states-supreme-court-arguments-fourth-ame...
1•Cider9986•1h ago•0 comments

What I'm Hearing About Cognitive Debt (So Far)

https://margaretstorey.com/blog/2026/02/18/cognitive-debt-revisited/
34•raphaelcosta•1h ago•5 comments

White House considers government reviews for AI models

https://www.reuters.com/world/white-house-considers-vetting-ai-models-before-they-are-released-ny...
2•AlexDragusin•1h ago•0 comments

The Car That Watches You Back: The Advertising Infrastructure of Modern Cars

https://nobodyaskedforthis.lol/posts/connected-car/
2•cadito•1h ago•1 comments

Nobody Here – 'The Story of Vaporwave' (2026) – Full Movie

https://www.youtube.com/watch?v=6kNqw7UdENg
3•fallinditch•1h ago•2 comments

Astronomers uncover > 1k radio galaxies with 'wings,' expanding a rare class

https://phys.org/news/2026-05-astronomers-uncover-radio-galaxies-wings.html
1•wglb•1h ago•1 comments

DeArrow: Crowdsourcing better titles and thumbnails on YouTube

https://github.com/ajayyy/DeArrow
2•gasull•1h ago•1 comments

Ahead of Race to IPO, OpenAI Discussed Spinning Out Robotics, Hardware Divisions

https://www.wsj.com/tech/ahead-of-race-to-ipo-openai-discussed-spinning-out-robotics-hardware-div...
1•spenvo•1h ago•1 comments

World-R1: Reinforcing 3D Constraints for Text-to-Video Generation

https://microsoft.github.io/World-R1/
2•gmays•1h ago•0 comments
Open in hackernews

Show HN: Blogs.hn – Tiny Blog Directory

https://blogs.hn
2•surprisetalk•11mo 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•11mo 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