frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

List of 6502 based computers and 6502 history

https://www.machineideas.com/6502
1•stmw•37s ago•0 comments

Show HN: Touchgrass, non-addictive social network, Fediverse and bsky-compatible

1•nielsdecoster•2m ago•0 comments

Formal Verification of Cryptographic Protocol Implementations in Rust

https://dl.acm.org/doi/epdf/10.1145/3719027.3765213
1•abiro•2m ago•0 comments

Adform compromised to serve crypto stealer via supply chain attack

https://doublepulsar.com/adform-compromised-to-serve-crypto-stealer-via-supply-chain-attack-2f1ec...
1•speckx•2m ago•0 comments

OpenBcon – Open-source AI consulting platform on GitHub

https://github.com/adm73/OpenBcon
1•chyca73•3m ago•0 comments

Programming as Theory Building, Part II: When Institutions Crumble

https://cekrem.github.io/posts/programming-as-theory-building-part-ii/
2•tosh•4m ago•0 comments

Git worktrees are not an isolation boundary for coding agents

https://fletch.sh/blog/git-worktrees-vs-clones-for-ai-agents/
2•alchaplinsky•4m ago•0 comments

Free FMLA Leave and Intermittent Hours Calculator

https://aisolohr.com/tools/fmla-leave-calculator
1•defhn•4m ago•0 comments

Amblie – a daily feed to be like the good parts of social media

https://www.amblie.com/
1•lindsayh•5m ago•1 comments

Manual Reification on the JVM

https://farnoy.dev/posts/manual-reification-on-the-jvm
1•fniephaus•6m ago•0 comments

State of CSS 2026

https://2026.stateofcss.com/en-US/
1•eustoria•7m ago•0 comments

Anyscale signs definitive agreement to join Nscale

https://www.anyscale.com/blog/anyscale-signs-definitive-agreement-to-join-nscale
1•htahir111•7m ago•0 comments

Why DNA damage from smoking and UV rays cause cancer in some but not others

https://www.cam.ac.uk/research/news/study-reveals-why-dna-damage-from-smoking-and-uv-rays-may-cau...
2•gmays•8m ago•1 comments

Halftone Effect in the Browser

https://www.carmenansio.com/articles/halftone-in-the-browser/
1•eustoria•8m ago•0 comments

Hans Moravec Interview

https://nymag.com/intelligencer/article/hans-moravec-interview.html
1•zyklu5•9m ago•0 comments

Show HN: Markdown.gg – OSS to collaborate on md files

https://github.com/xatuke/markdowngg
1•satuke•9m ago•0 comments

The stupidest imaginable excuses for surveillance pricing

https://pluralistic.net/2026/07/30/pay-for-privacy/
1•hn_acker•10m ago•0 comments

cl0q – Free and Open Source Search Engine

https://cl0q.com/
1•eustoria•10m ago•0 comments

AI Bill as a Management Discipline

https://seldon-ai.com/blog/ai-bill-as-a-management-discipline
1•nlpnerd•10m ago•0 comments

China begins producing advanced chipmaking deep-ultraviolet lithography machines

https://www.reuters.com/world/china/china-starts-production-home-grown-immersion-duv-chipmaking-t...
4•ck2•10m ago•1 comments

Show HN: Wrapper – Best Ever Agent Manager

https://github.com/xatuke/wrapper
1•satuke•10m ago•0 comments

The Lost Civic Life of Movie Rental Stores

https://thereader.mitpress.mit.edu/the-lost-civic-life-of-movie-rental-stores/
3•facundo_olano•11m ago•0 comments

Art Invented Humanity

https://aeon.co/essays/humans-did-not-invent-art-it-was-the-other-way-around
1•herbertl•12m ago•0 comments

AI's functional capability is created by marketing

https://ianv.substack.com/p/ais-functional-capability-is-created
1•herbertl•13m ago•0 comments

Mentally tiring work causes glutamate to build up in the brain (2022)

https://www.cell.com/current-biology/fulltext/S0960-9822(22)01111-3
1•andrewstetsenko•13m ago•0 comments

Show HN: ApeiroCraft – see when clients open your proposals

1•lolllll•16m ago•3 comments

The Silo Paradox

https://www.thesignalist.io/s/the-silo-paradox/
1•kodesko•17m ago•0 comments

Private Credit Gets Cheaper in Europe as Redemptions Pressure US

https://www.bloomberg.com/news/articles/2026-07-30/private-credit-gets-cheaper-in-europe-as-redem...
4•petethomas•18m ago•0 comments

America's biggest power grid just told data centers it can cut their power off

https://startupfortune.com/americas-biggest-power-grid-just-told-data-centers-it-can-cut-their-po...
3•yogthos•18m ago•0 comments

The D-Day in Color. Rare WWII Historical Footage Restored [video]

https://www.youtube.com/watch?v=q6JRZKArHjg
4•hakkikonu•19m 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?