frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Coders are refusing to work without AI – and that could come back to bite them

https://techcrunch.com/2026/05/29/coders-are-refusing-to-work-without-ai-and-that-could-come-back...
1•Brajeshwar•1m ago•0 comments

GrafoPropagation Strong Model [video]

https://www.tiktok.com/@claudio.fernandes165/video/7645614973263056161
1•sunbagger•2m ago•0 comments

Factorio to halt development after upcoming update

https://factorio.com/blog/post/fff-440
1•delichon•2m ago•0 comments

I Gave an AI Agent $0 and Told It to Make $10k

https://costder.github.io/2026/05/hbf-ai-agent-zero-to-10k/
1•SoulForge•3m ago•0 comments

NixOS 26.05 Released

https://discourse.nixos.org/t/nixos-26-05-released/77930
1•thefossguy69•4m ago•0 comments

Voxel Space

https://s-macke.github.io/VoxelSpace/
7•davikr•7m ago•0 comments

Genomic test could spare breast cancer patients chemotherapy

https://www.theguardian.com/society/2026/may/29/groundbreaking-genomic-test-spare-breast-cancer-p...
2•marc__1•8m ago•0 comments

Is Sandpack Broken on iOS-Safari?

https://sandpack.codesandbox.io/docs/advanced-usage/components
1•razodactyl•9m ago•1 comments

Near-invisible solar cells that could turn windows into power generators

https://www.ntu.edu.sg/news/detail/near-invisible-ultrathin-solar-cells-that-could-turn-windows-i...
3•wjSgoWPm5bWAhXB•13m ago•0 comments

Gamification, memes lure young to sports wagering apps and prediction markets

https://apnews.com/article/sports-betting-prediction-markets-memes-gamification-59e79f3f85800e130...
2•1vuio0pswjnm7•15m ago•0 comments

"Indexing Crisis" 40% of Web Content Remains Invisible to Google

https://finance.yahoo.com/news/speedyindex-launches-drip-feed-feature-124800154.html
1•lindaspeedy•16m ago•0 comments

I tested 7 crypto trading strategies against 24 months of data – none worked

https://github.com/francisx1999/crypto-trading-bot-postmortem
1•francisx9•18m ago•0 comments

Meta has struggled at selling anything other than ads. Will AI be different?

https://www.cnbc.com/2026/05/30/meta-struggled-selling-anything-other-than-ads-will-ai-be-differe...
1•1vuio0pswjnm7•18m ago•0 comments

Ask HN: How does your company do product management/design/development now?

2•aurareturn•21m ago•0 comments

Cooler Master is bringing active cooling to DDR5 RAM

https://www.tomshardware.com/pc-components/ddr5/cooler-master-is-bringing-active-cooling-to-ddr5-...
1•thunderbong•24m ago•0 comments

Show HN: A lightweight compiler for untrusted AI Agent scripts

https://autolang.vercel.app/docs/philosophy-vision
1•hoansdz•24m ago•0 comments

Ask HN: Looking for web developer for math website non-AI use required

1•marysminefnuf•25m ago•0 comments

Short-Term and Late-Term Effects of Psilocybin on Symptoms in Major Depression

https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2849099
3•bushwart•26m ago•1 comments

Self-healing autonomous AI dev system

https://huggingface.co/FerrellSyntheticIntelligence/Vitalis_Devcore
1•Neuro_Nomad•26m ago•1 comments

ReAPI – one API for 200 image, video, audio and chat models

https://reapi.ai
1•xbaicai•28m ago•0 comments

VA launches MDMA-assisted mental health therapy trial

https://news.va.gov/press-room/va-launches-mdma-assisted-mental-health-therapy-trial/
2•bushwart•29m ago•1 comments

Memory decline after menopause linked to loss of estrogen production in brain

https://news.northwestern.edu/stories/2026/05/memory-decline-after-menopause-linked-to-loss-of-es...
9•gmays•30m ago•0 comments

Social Media Giants to Pay $27M in School Suit Accord

https://www.bloomberg.com/news/articles/2026-05-29/social-media-giants-to-pay-27-million-to-settl...
2•1vuio0pswjnm7•30m ago•0 comments

I Don't Want to Learn Your UI. I Want to Give It Commands

https://www.halimahomogiafo.com/give-it-commands
2•Halimah•32m ago•1 comments

SQLite Does Not Accept Agentic Code

https://simonwillison.net/2026/May/27/sqlite-agents/
1•birdculture•35m ago•0 comments

Anthropic surpasses OpenAI to become most valuable AI startup

https://qazinform.com/news/anthropic-surpasses-openai-to-become-worlds-most-valuable-ai-startup
78•Bolat14•37m ago•53 comments

Should AI steal your job?

https://www.ft.com/content/aceabeb1-1152-43d1-ad76-e1531cd37f39
2•lkellar•37m ago•1 comments

Ageusia – The Loss of Taste in the AI Internet

https://kuber.studio/blog/Reflections/Ageusia
1•kuberwastaken•38m ago•0 comments

Canaries in the coal mine? How AI could reshape work in Ireland

https://www.rte.ie/news/primetime/2026/0530/1575914-canaries-in-the-coal-mine-how-ai-could-reshap...
1•austinallegro•39m ago•0 comments

Claude Mythos solves OpenAI's landmark Erdős problem with simple proof

https://the-decoder.com/claude-mythos-reportedly-solves-openais-landmark-erdos-problem-with-a-cut...
1•gmays•41m 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