frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Three meningitis B cases confirmed in Dorset schools outbreak

https://www.thetimes.com/uk/healthcare/article/meningitis-outbreak-dorset-p8gsjrvx7
1•petethomas•31s ago•0 comments

Why is IPv6 so complicated?

https://github.com/becarpenter/misc/blob/main/why6why.md
2•signa11•5m ago•0 comments

Display-switch: Turn a $30 USB switch into a full-featured KVM

https://github.com/haimgel/display-switch
1•croes•6m ago•0 comments

What if database branching was easy?

https://xata.io/blog/what-if-database-branching-was-easy
1•tee-es-gee•9m ago•0 comments

Interesting Map Geometry and Mathematics

https://www.markrjohnsongames.com/2026/04/11/ultima-ratio-regum-0-11-update-57-interesting-map-ge...
1•Hooke•13m ago•0 comments

Why Companies Are Quietly Rehiring Software Engineers

https://www.youtube.com/watch?v=OFmxKgaLN80
1•deterministic•15m ago•0 comments

Microsoft Increases the FAT32 Limit from 32GB to 2TB

https://blogs.windows.com/windows-insider/2026/04/10/announcing-windows-11-insider-preview-build-...
1•jnord•15m ago•0 comments

Understanding Flock's Testing and Development Program

https://www.flocksafety.com/blog/understanding-flocks-testing-and-development-program
1•lurkshark•16m ago•0 comments

Amiga Graphics

https://amiga.lychesis.net/
1•sph•19m ago•0 comments

Show HN: Saucybargain – a community for bargains with zero affiliate marketing

https://saucybargain.com
1•roomymy•19m ago•0 comments

Proboscis monkey found in Thailand is evidence of cross-border illegal trade

https://news.mongabay.com/2026/03/proboscis-monkey-found-in-thailand-adds-to-evidence-of-cross-bo...
1•PaulHoule•21m ago•0 comments

Claude Opus wrote a Chrome exploit for $2,283

https://www.hacktron.ai/blog/i-let-claude-opus-to-write-me-a-chrome-exploit
3•damethos•30m ago•0 comments

Building Pi in a World of Slop – Mario Zechner [video]

https://www.youtube.com/watch?v=RjfbvDXpFls
2•JSR_FDED•31m ago•0 comments

Why We're Protecting Your Commodore 64 Ultimate FPGA

https://www.commodore.net/post/why-we-re-protecting-your-commodore-64-ultimate-fpga
1•snvzz•32m ago•1 comments

Paper Plane Game

https://paperplanetrend.netlify.app/
1•meaydinli•34m ago•1 comments

Remember? "Sideloading" is here to stay, and won't go away, they said?

https://floss.social/@IzzyOnDroid/116415766636505917
2•pabs3•38m ago•0 comments

The Man Who Stayed [video]

https://www.ordinarylifeextraordinarygod.org/post/the-man-who-stayed-a-short-documentary
1•NaOH•42m ago•0 comments

See how your investments would look if they never lost value

https://arells.com
1•jeyakatsa•44m ago•0 comments

A Curriculum for Tools for Thought [pdf]

https://ai-tools-for-thought.github.io/workshop/documents/chi26/Crichton_Curriculum_for_Tools_for...
1•tosh•46m ago•0 comments

It is incorrect to "normalize" // in HTTP URL paths

https://runxiyu.org/comp/doubleslash/
2•pabs3•51m ago•0 comments

I Made a Free Stick Figure Generator

https://stickfiguremaker.com/
2•Lex200•53m ago•0 comments

DateBoy (2024)

https://tupperwarefan.itch.io/dateboy
1•robin_reala•54m ago•0 comments

"Liberation Day" at OpenAI as multiple senior executives announce leaving

https://mas.to/@carnage4life/116422881496195720
3•riffraff•57m ago•0 comments

Ask HN: How are short-form video algorithms impacting your deep work?

1•mtjfilipovic•1h ago•0 comments

Show HN: A site for stopping work slop

https://stopnoslop.com/
2•vlidholt•1h ago•0 comments

The Core-Math Project

https://core-math.gitlabpages.inria.fr/
2•crispinh•1h ago•0 comments

A Message to All Humanity: Three Onboard UFO Encounters [video]

https://www.youtube.com/watch?v=cQ5ztmIA2Bo
1•keepamovin•1h ago•0 comments

Discovering Dennis Ritchie's Lost Dissertation

https://computerhistory.org/blog/discovering-dennis-ritchies-lost-dissertation/
1•signa11•1h ago•0 comments

Show HN: InGaming, front end MVP for casino brands

https://www.ingaming.dev/
1•jonypopovv•1h ago•0 comments

Handling Instruction Branching in Modern Processors

https://blog-site-ivory.vercel.app/blog/third_blog/
1•signa11•1h 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?