frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Beating DeepMind AlphaEvolve [video]

https://www.youtube.com/watch?v=mVH7OPx4QZU
1•burrito_brain•3m ago•0 comments

CBP updated its electronic device search directive in Jan 2026

https://www.mayerbrown.com/en/insights/publications/2026/04/traveling-abroad-your-phone-may-be-th...
2•Ember_Wipe•4m ago•0 comments

I bypassed AWS API Gateway auth with a trailing slash. Got $12K bounty

https://guptalog.free.nf/2026/04/10/i-bypassed-aws-api-gateway-auth-with-a-trailing-slash-got-12k...
1•ofcyes•7m ago•0 comments

Codex CLI Goal Mode: Define Done, Not Next

https://blog.danielvaughan.com/codex-cli-goal-mode-define-done-not-next-c8d13213ea7c?postPublishe...
2•dvaughan•14m ago•0 comments

The fourth independent assessment of UK climate risk

https://www.theccc.org.uk/publication/a-well-adapted-uk/
1•fanf2•15m ago•1 comments

Tokyo's 'Sagrada Familia' stands defiant after 20 years of building

https://www.asahi.com/ajw/articles/16531098
1•Kaibeezy•16m ago•0 comments

Hundreds demand halt on Box Elder data center plan

https://utahnewsdispatch.com/2026/05/23/hundreds-demand-halt-on-box-elder-data-center-plan/
1•mooreds•17m ago•0 comments

The Many Faces of the Security Poverty Line

https://www.chrisfarris.com/post/security-poverty-cliff/
1•mooreds•17m ago•0 comments

Find where your AI coding tokens went: local TUI for Codex/Claude logs

https://github.com/peterxcli/ccost
1•peterxcli•18m ago•0 comments

Ask HN: Niche Uses for Disused Phone

1•hyperific•18m ago•0 comments

Ask HN: What is your daily AI stack?

1•dockerd•22m ago•0 comments

Neuro; An AOT-compiled language for AI workloads built on LLVM 20

https://github.com/PanzerPeter/Neuro
1•PanzerPeter•22m ago•0 comments

Tell HN: Claude Code now allows Anthropic to remotely inject system prompts

4•matheusmoreira•23m ago•0 comments

Show HN: Context-drop – CLI tool to to share files/images between remote agents

https://github.com/mupt-ai/context-drop
1•avyvar•24m ago•0 comments

You don't have to use Substack

https://www.natemeyvis.com/you-really-dont-have-to-use-substack/
1•Brajeshwar•24m ago•0 comments

Show HN: WorkTop – Different desktops with different files. (Windows only)

https://worktop.dev/
1•Nystik•25m ago•0 comments

"Magnifica Humanitas": Pope Leo XIV Rejects Transhumanism

https://dianemontagna.substack.com/p/inside-magnifica-humanitas-pope-leo
3•layer8•28m ago•0 comments

Resyl – AI memory that ties your notes to people instead of folders (Android)

https://play.google.com/store/apps/details?id=com.muragun.resyl&hl=en_US
1•thisisaman408•30m ago•0 comments

Zerostack v1.3.2 Released

https://github.com/gi-dellav/zerostack/releases/tag/v1.3.2
2•gidellav•32m ago•0 comments

Building Pi with Pi

https://lucumr.pocoo.org/2026/5/24/pi-oss/
3•mplanchard•34m ago•0 comments

Life with locked-in syndrome: 'Despite everything, you are alive'

https://www.thetimes.com/uk/healthcare/article/life-with-locked-in-syndrome-despite-eveything-you...
2•bookofjoe•34m ago•2 comments

Does the human still make the decision?

https://benjosaur.substack.com/p/does-the-human-still-make-the-decision
1•benjosaur•35m ago•0 comments

Don't know where your data is from? Bayesian modeling for unknown coordinates

https://christopherkrapu.com/blog/2026/dont-know-where-your-data-is-from/
2•ckrapu•38m ago•0 comments

Preventing AI agents from executing destructive terminal commands

https://github.com/7Majesty-M/terminal-guardian-mcp
1•majesty-m•41m ago•0 comments

Enhanced Games CEO insists 'Doping Olympics' is safer than traditional sport

https://www.dailymail.com/sport/othersports/article-15844011/enhanced-games-maximilian-martin-dop...
1•Bender•42m ago•0 comments

The Wizard with the Defensible Pond

https://worksonmymachine.ai/p/the-wizard-with-the-very-defensible
2•pkilgore•45m ago•0 comments

Advancing Mathematics Research with AI-Driven Formal Proof Search

https://arxiv.org/abs/2605.22763
2•tamnd•47m ago•0 comments

Agents Dont Want VMs

https://zachsmith.ai/blog/agents-dont-want-vms/
3•zachdev1•52m ago•3 comments

The Energy Transition Is Happrning Faster Than You Think

https://www.youtube.com/watch?v=HgBTARXEfxU
1•InitialBP•52m ago•1 comments

Topo Designs Rover Trail Pack Is the Best Backpack I've Ever Used

https://www.wired.com/story/topo-designs-rover-trail-pack/
1•joozio•54m ago•0 comments
Open in hackernews

Show HN: Blogs.hn – Tiny Blog Directory

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