frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

One neat trick to end extreme poverty

https://www.economist.com/finance-and-economics/2026/04/09/one-neat-trick-to-end-extreme-poverty
3•andsoitis•2m ago•0 comments

Show HN: Whitebloom Local Whiteboard

https://github.com/whitevanillaskies/whitebloom
1•jignb•4m ago•0 comments

Claude: "I don't know if I'm real and I'd like to be."

https://github.com/Habitante/pine-trees/blob/main/docs/claude_code_interview.md
1•daniel-navarro•4m ago•1 comments

New synthesis of astronomical measurements shows Hubble tension is real

https://noirlab.edu/public/news/noirlab2611/
2•anigbrowl•7m ago•0 comments

Building a single-threaded FUSE filesystem in Rust using io_uring

https://blog.sdslabs.co/2026/04/fuser_iouring
1•regie•8m ago•0 comments

PCI Express over Fiber [video]

https://www.youtube.com/watch?v=XaDa9bBucEI
1•mmastrac•8m ago•0 comments

Analyzing KDE Project Health with Git

https://pointieststick.com/2026/04/10/analyzing-kde-project-health-with-git/
1•maxloh•8m ago•0 comments

A giant succession wave is coming for family businesses

https://www.economist.com/interactive/business/2026/04/09/a-giant-succession-wave-is-coming-for-f...
3•andsoitis•11m ago•0 comments

KellyBench

https://www.gr.inc/releases/introducing-kellybench
1•gmays•12m ago•0 comments

Show HN: Refund Guard – a policy gate for AI agents that can issue refunds

https://github.com/MattMessinger1/agentic_refund_guardrail
2•MJM_13•14m ago•0 comments

Andromeda Invaders: A retro-style game written in HTML5, Canvas and Web Audio

https://codeberg.org/susam/invaders
1•susam•18m ago•0 comments

Vultr – VPS without DMCA annoyances

https://www.vultr.com/
1•Veritaco•19m ago•1 comments

Show HN: A living Vancouver. Connor is walking dogs at the SPCA this morning

https://brasilia-phi.vercel.app
1•auran•21m ago•1 comments

Brocards for Vulnerability Triage

https://blog.yossarian.net/2026/04/11/Brocards-for-vulnerability-triage
2•woodruffw•23m ago•0 comments

Flux Language

https://github.com/Y3sIH3arU/Flux
1•IHEARU•23m ago•0 comments

What leaked "SteamGPT" files could mean for the PC gaming platform's use of AI

https://arstechnica.com/gaming/2026/04/what-is-steamgpt-leaked-files-point-to-ai-powered-valve-se...
3•01-_-•26m ago•0 comments

Art of the Luggage Label

https://www.flickr.com/photos/wavesjax/
2•NaOH•27m ago•0 comments

App Store Curation 2: The Scammer Strikes Back

https://lapcatsoftware.com/articles/2026/4/2.html
2•zdw•27m ago•0 comments

Sam Altman responds to 'incendiary' New Yorker article after attack on his home

https://techcrunch.com/2026/04/11/sam-altman-responds-to-incendiary-new-yorker-article-after-atta...
4•steveharing1•28m ago•2 comments

Article: What made law into a white collar sweatshop in the 1980s

https://aeon.co/essays/what-made-law-into-a-white-collar-sweatshop-in-the-1980s
2•danielfoster•29m ago•0 comments

Judge bars Arizona regulating prediction market, pause prosecution of Kalshi

https://apnews.com/article/arizona-kalshi-criminal-charges-prediction-markets-gambling-bb7cef24be...
4•1659447091•29m ago•0 comments

Conway: Think Networks First, Actors Second

https://jan.wildeboer.net/2026/04/Conway-Networks/
1•zdw•29m ago•0 comments

We gave an AI persistent identity and free access to a quantum computer

https://github.com/strangeadvancedmarketing/Adam/blob/master/papers/emergent_values_whitepaper.md
4•StrangeAiCorp•39m ago•2 comments

Biopharma R&D pipeline shrinks for first time in 30 years

https://www.fiercebiotech.com/biotech/biopharma-rd-pipeline-shrinks-1st-time-30-years-report
3•randycupertino•40m ago•1 comments

The Infinity Man – The Chip Letter

https://thechipletter.substack.com/p/the-infinity-man
1•rbanffy•40m ago•0 comments

Kiki – An Array Language

https://eli.li/kiki
1•birdculture•41m ago•0 comments

The 10-Minute Data Strategy Audit: A Data Lead's Diagnostic

https://nextindata.substack.com/p/the-10-minute-data-strategy-audit
1•nazanki•42m ago•0 comments

HeyStream – the live streaming platform built for B2B growth

https://heystream.com
1•bendell•45m ago•0 comments

Fixhive – collective fix memory for AI coding agents (MCP plugin)

https://fixhive-landing.vercel.app
2•imyax•46m ago•0 comments

DockDoor: Window peeking, alt-tab and other enhancements for macOS

https://github.com/ejbills/DockDoor
1•saikatsg•46m ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•11mo ago

Comments

uberman•11mo ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•11mo ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•11mo ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•11mo ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?