frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

RPB – Raylib Project Builder

https://raysan5.itch.io/raylib-project-builder
1•Erenay09•1m ago•0 comments

RPC – Raylib Project Creator

https://raysan5.itch.io/raylib-project-creator
1•Erenay09•2m ago•0 comments

EasyJet reaches 'agreement in principle' over potential takeover

https://www.bbc.com/news/articles/cgjxx7ngz51o
1•a_paddy•3m ago•0 comments

A hot summer trend in the sharing economy? Rental swimming pools

https://text.npr.org/nx-s1-5876505
2•mooreds•4m ago•0 comments

Completing a Computer Science Degree on Coursera

https://notesbylex.com/completing-a-computer-science-degree-on-coursera
2•lexandstuff•4m ago•0 comments

Ask HN: How to get a non-technical friend into tech?

2•yesitcan•5m ago•0 comments

Small details in my Mastodon client that I wanted more people to notice

https://w.on-t.work/outpost-frontend-details
2•birdculture•5m ago•0 comments

Everyone loves apprenticeships. So why can't Britain create more of them?

https://www.ft.com/content/1a19a8c6-2472-497a-8f2e-68ace9532804
2•mmarian•8m ago•1 comments

Show HN: Can I Walk My Dog? Weather-based safety calculator for dog walks

https://rainbow-salmiakki-336e9b.netlify.app/
2•OtmaneBenazzou•12m ago•0 comments

Show HN: Thunderstorm tracker for Mexico England world cup game

https://tlaloc.cloud/
2•mgranados•16m ago•0 comments

Reparaible and open source paper printer

https://www.opentools.studio/
3•bouh•22m ago•0 comments

Dungeon Proof Crawler: learn how to write proofs with RPG

https://dhilst.github.io/algae/game/index.html
7•SchwKatze•24m ago•1 comments

Why New Jersey's balcony solar bill is a huge deal for renters

https://www.cnn.com/climate/new-jersey-balcony-solar-renters
4•breve•26m ago•1 comments

Y Combinator.singles

https://www.ycombinator.singles/
2•nadermx•27m ago•0 comments

Ask HN: Are you guys happy with existing social networkin apps?

6•julienreszka•28m ago•5 comments

Pint in England

https://dispatch-media.com/the-best-pint-in-england/
4•gripfx•29m ago•0 comments

The new Teddy Roosevelt library is a gorgeous extension of the prairie

https://www.fastcompany.com/91568422/theodore-roosevelt-presidential-library
3•eatonphil•29m ago•0 comments

Hollywood's spent 25 years chasing the wrong lessons from The Lord of the Rings

https://www.polygon.com/lord-of-the-rings-25-years-fantasy/
4•HelloUsername•32m ago•0 comments

How to Dox Anyone

https://madattheinternet.substack.com/p/how-to-dox-anyone
10•majorchord•34m ago•2 comments

Show HN: clip.video - Turn podcasts and long videos into short vertical clips

https://clip.video/
2•nadermx•36m ago•0 comments

Organic Maps open source dispute

https://isitreallyfoss.com/projects/organic-maps/
3•maxloh•37m ago•0 comments

What Should We Optimize Away?

https://www.autodidacts.io/holistic-optimization/
2•Curiositry•39m ago•0 comments

Dependencies should be fetched directly from VCS

https://www.arp242.net/deps-vcs.html
4•mrngm•41m ago•0 comments

OpenAI is fast-tracking its own "AI Agent Phone" for 2027 to challenge iPhone

https://old.reddit.com/r/OpenAI/comments/1unbqyd/openai_is_fasttracking_its_own_ai_agent_phone_for/
5•rmason•43m ago•1 comments

Therac-25

https://en.wikipedia.org/wiki/Therac-25
5•thunderbong•44m ago•0 comments

Mercy Otis Warren

https://en.wikipedia.org/wiki/Mercy_Otis_Warren
2•vinnyglennon•45m ago•0 comments

Show HN: Sidenote – comment on your rendered blog, an LLM writes the Git diff

https://github.com/bharadwaj-pendyala/sidenote
2•bharadwajp•45m ago•0 comments

Surveillance Companionship Entertainment: Intelligent Machines Ancient History

https://thereader.mitpress.mit.edu/the-ancient-history-of-intelligent-machines/
3•andsoitis•46m ago•0 comments

Scaling Laws, Honestly

https://www.completeskeptic.com/p/scaling-laws-honestly
2•dreamingincode•52m ago•0 comments

Show HN: A bedside camera detects REM sleep and agrees with a clinical EEG

https://lucidcode.com/2026/06/20/inspec-with-cgx-patch-clinical-eeg-sleep-stage-classification/
3•MichaelCoder•57m 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•1y ago

Comments

uberman•1y 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•1y 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•1y 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•1y 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?