frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tops-10: Essex BCPL

https://timereshared.com/tops-10-essex-bcpl/
1•naves•1m ago•0 comments

Boriel BASIC

https://zxbasic.readthedocs.io/en/docs/
1•AlexeyBrin•1m ago•0 comments

How AI Is recasting cement manufacturing

https://wpintelligence.washingtonpost.com/topics/energy-climate/2026/05/06/how-ai-is-recasting-ce...
1•bookofjoe•1m ago•1 comments

Free Solar Radiation and Heat Flux Data Stream

https://fiaos.org
1•iopoer•1m ago•0 comments

Bufstream Sold to CoreWeave

https://buf.build/blog/coreweave-acquires-bufstream
1•enether•2m ago•0 comments

Show HN: Share to ChatGPT Widgets

https://share2chatgpt.franzai.com/
1•franze•2m ago•0 comments

Typewhisper: Local speech-to-text on-device AI, private, optional cloud

https://github.com/TypeWhisper/typewhisper-mac
1•janandonly•3m ago•0 comments

Derive any environmental variable with FiaPhy from the ones you've got

https://github.com/fiaos-org/FiaPhy
1•iopoer•3m ago•0 comments

Anthropic and Elon Musk cornered Sam Altman this week

https://thenewstack.io/anthropic-elon-musk-cornered-sam-altman/
1•Brajeshwar•4m ago•0 comments

I've Solved AI Alignment,'Godfather' of AI, Yoshua Bengio

https://www.youtube.com/watch?v=PZqDFs2sbiY
1•quantummagic•7m ago•0 comments

AutoKernel: Autonomous GPU Kernel Optimization via Iterative Agent-Driven Search

https://arxiv.org/abs/2603.21331
1•OsamaJaber•11m ago•0 comments

CAD and Cam Applications on HP-UX Unix Workstations

https://www.openpa.net/hp-ux_cad.html
1•naves•12m ago•0 comments

I think AI is pushing me toward the AGPL – by Julio Merino

https://blogsystem5.substack.com/p/ai-and-agpl-licensing
3•rbanffy•15m ago•0 comments

UK abandons police database cloud move after £35M transformation stalls

https://www.theregister.com/public-sector/2026/05/08/uk-abandons-police-database-cloud-move-after...
2•latein•19m ago•0 comments

ActCam: Zero-Shot Joint Camera and 3D Motion Control for Video Generation

https://arxiv.org/abs/2605.06667
1•danborn26•19m ago•0 comments

Media over QUIC Demo

https://hang.live/
1•simonpure•21m ago•0 comments

Sketchpad

https://en.wikipedia.org/wiki/Sketchpad
1•tosh•22m ago•0 comments

Here's why all flyers should be worried if Spirit Airlines goes away (2025)

https://www.cnn.com/2025/08/17/business/spirit-airlines-air-fare-impact
2•thunderbong•30m ago•0 comments

Show HN: CADBench – every AI CAD tool I tested fails on basic mechanical parts

https://evals-for-ai-cads.vercel.app/
1•ryanrana•30m ago•0 comments

Show HN: Local AI search for your video library (local, open source)

https://edit-mind.com
1•iliashad•33m ago•1 comments

Kill your onboarding: selling to 10k new users a day

https://twitter.com/Railway/status/2052522801693958460
1•yakkomajuri•34m ago•0 comments

Shadowrun Boston Unlocked

https://hooby.blog/posts/shadowrun-boston-unlocked/
2•hooby•37m ago•1 comments

Occupations with the Highest Divorce Rates

https://flowingdata.com/2026/05/07/divorce-and-occupation-2026/
2•Willingham•40m ago•1 comments

devrage: Count how many times you swear at coding agents

https://www.npmjs.com/package/devrage
2•yakkomajuri•41m ago•0 comments

Show HN: Cable Detective

https://apps.apple.com/at/app/cable-detective/id6765963737?mt=12
1•franze•44m ago•0 comments

Record Handling (1966) [pdf]

https://archive.computerhistory.org/resources/text/Knuth_Don_X4100/PDF_index/k-9-pdf/k-9-u2293-Re...
1•tosh•48m ago•0 comments

Internet Archive Switzerland

https://internetarchive.ch/
45•hggh•50m ago•11 comments

20 years after the BBC mix-Up, Guy Goma's story becomes a book

https://www.youtube.com/watch?v=VO0kaSHAOSE
1•heldrida•50m ago•0 comments

The Atari 800 – By Paul Lefebvre

https://www.goto10retro.com/p/inside-the-atari-800
4•rbanffy•51m ago•0 comments

No Dumb Questions: What is an MCP server and why do I care?

https://stackoverflow.blog/2026/05/08/no-dumb-questions-mcp/
2•mc-serious•53m 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?