frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ares: a cross-platform, open-source, multi-system emulator

https://github.com/ares-emulator/ares
1•tosh•4m ago•0 comments

Some HEP-TH News

https://www.math.columbia.edu/~woit/wordpress/?p=15881
1•jjgreen•5m ago•0 comments

Show HN: CStructSharp – C-struct (de)serialization for C# and JavaScript (WASM)

https://github.com/vvollers/cstructsharp
1•plusmax1•6m ago•0 comments

Show HN: Where in Europe to Survive the Polycrisis

https://om-intelligence.ch/projects/play.html?p=polycrisis#/
1•busssard•10m ago•0 comments

Show HN: Notifications for your own posts on HN

https://www.hazumi.news/top
1•jrhey•12m ago•0 comments

Show HN: Causal analyst agent skill for Claude

https://github.com/kiritbasu/causal-analyst
1•2au_observer•12m ago•0 comments

V2X2MAP: See the Cars Talk

https://v2x2map.com/
1•Eduard•13m ago•0 comments

A Decade of MakeCode

https://makecode.com/blog/10th-anniversary
1•azhenley•18m ago•0 comments

Sandbagged: Hoping to steal Nvidia chips, thieves mistakenly grab 20tons of sand

https://sfstandard.com/2026/09/25/plusai-autonomous-trucking-trailers-stolen-fremont/
2•giuliomagnifico•18m ago•0 comments

This Month in Redox – August 2026

https://www.redox-os.org/news/this-month-260831/
1•joshcsimmons•19m ago•0 comments

12,000-year-old Göbeklitepe burials explain scattered bones

https://archaeologymag.com/2026/09/gobeklitepe-burials-hundreds-of-scattered-bones/
2•yusufaytas•21m ago•0 comments

Shirei: Cross-Platform Immediate Mode GUI Framework for Go

https://judi.systems/shirei/
2•thunderbong•27m ago•0 comments

One Month Without AI

https://blog.bustikiller.com/2026/09/25/one-month-without-ai.html
2•saibotk•29m ago•0 comments

Court rules Trump can blacklist Anthropic for refusing to enable Claude features

https://arstechnica.com/tech-policy/2026/09/court-rules-trump-can-blacklist-anthropic-for-refusin...
2•sbulaev•30m ago•0 comments

A Tutorial on the Cross-Entropy Method [pdf]

https://web.mit.edu/6.454/www/www_fall_2003/gew/CEtutorial.pdf
1•ronfriedhaber•35m ago•0 comments

How do I deal with my team members who are resisting change?

https://andiroberts.com/leadership-questions/team-members-resisting-change
1•fagnerbrack•36m ago•0 comments

Are US Cannabis Contracts Enforceable?

https://businessofcannabis.com/are-us-cannabis-contracts-enforceable-a-32m-court-ruling-just-said...
1•lifeisstillgood•37m ago•0 comments

The weaker he gets, the more dangerous he gets

https://www.theguardian.com/news/ng-interactive/2026/sep/25/trump-lashes-out-un-fed-supreme-court
2•classified•38m ago•0 comments

The Copilot+ PC brand is dead

https://www.windowscentral.com/microsoft/windows-11/the-copilot-pc-brand-is-dead-microsoft-and-pc...
2•bj-rn•41m ago•0 comments

First DVD player announced Sept 26, 1996

https://dfarq.homeip.net/first-dvd-player-announced-sept-26-1996/
2•giuliomagnifico•42m ago•0 comments

Drum Machines (LLMs) Have No Soul

https://calvinflegal.com/2026/09/26/drum-machines-have-no-soul.html
2•calflegal•45m ago•1 comments

How to keep enjoying programming in a world of LLMs

https://discourse.haskell.org/t/how-to-keep-enjoying-programming-in-a-world-of-llms/14705
50•signa11•55m ago•54 comments

Ask HN: Indie hackers on X (Twitter) feels like a mega bubble these days

1•sankalpdomore•1h ago•0 comments

The Emacs Cat: Running Emacs in MicroVM

https://olddeuteronomy.github.io/post/running-emacs-in-microvm/
1•hndhyc0bdt•1h ago•0 comments

According to 1950s futurists, women of the year 2000 would be giantesses (2012)

https://gizmodo.com/according-to-1950s-futurists-women-of-the-year-2000-wo-5878243
2•Eridanus2•1h ago•1 comments

Overpaying for AWS Managed Nat Gateways? Fck-Nat

https://fck-nat.dev/v1.4.0/
2•edweis•1h ago•0 comments

Show HN: Aerofi – a rofi-inspired, scriptable launcher for macOS (Rust, GPUI)

https://github.com/frostymur/aerofi
1•osaill•1h ago•0 comments

I am the only one who still uses sublime text daily?

2•serg2•1h ago•0 comments

Show HN: App2Api – Give your AI the API behind your app

https://app2api.com/
1•flkdnfsnsf•1h ago•0 comments

Writing a Theorem Prover from Scratch

https://astledsa.substack.com/p/writing-a-theorem-prover-from-scratch
2•astledsa•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•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?