frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI scammers outperform humans when it comes to building trust

https://www.wired.com/story/ai-scammers-are-better-at-building-trust-than-humans/
1•speckx•59s ago•0 comments

Ideas Are Abundant

https://jay4.fun/posts/friction-is-evidence/
1•jairojair•1m ago•1 comments

Show HN: A fast, native, open-source Spotlight search alternative

https://floodlight.vmg.dev/
1•vmg12•1m ago•0 comments

I was wrong about the mud

https://ilystics.com/wettest-month-isnt-the-worst
1•Vibeguy900•1m ago•0 comments

Time-Lock Encryption for Historical Artifacts

https://diverging.run/checkpoints/historians-will-hate-encryption/
1•shay_ker•3m ago•0 comments

Codex CLI Has Responsive Tables in the Terminal

https://www.vincentschmalbach.com/codex-cli-responsive-terminal-tables/
1•vincent_s•3m ago•0 comments

Scientists detect a sharp acceleration in global warming

https://www.sciencedaily.com/releases/2026/08/260801093239.htm
1•speckx•4m ago•0 comments

Show HN: Minimal, Composable, agentic SDD framework based on superpowers

https://github.com/leoxlin/smolpowers
1•leoxlin•4m ago•0 comments

Planemakers take steps to conserve aircraft windows in tight market

https://www.reuters.com/business/aerospace-defense/planemakers-repair-shops-take-steps-conserve-a...
1•thm•5m ago•0 comments

Show HN: Anamorphic, head-tracked perspective for any web page

https://sendar0.github.io/anamorphic.js/
1•sendar0•5m ago•0 comments

Atomic Arms and AI Commanders May Spark Doomsday War, Nobel Winners Warn

https://www.forbes.com/sites/kevinholdenplatt/2026/07/31/atomic-arms--ai-commanders-may-spark-doo...
1•dn2k•5m ago•0 comments

AerynOS Issues Development Update and New ISOs

https://aerynos.com/blog/2026/08/02/solid-foundations-are-leading-to-expanding-horizons/
1•SockThief•7m ago•0 comments

Show HN: Autonomous Coding, Contained by Default

https://www.runkiwi.dev/
1•harshvkarn•7m ago•0 comments

AI is making weather forecasts better

https://orennia.substack.com/p/ai-is-making-weather-forecasts-better
1•gmays•8m ago•0 comments

Pass the Passkey: A Novel Attack Surface in Passwordless Authentication

https://unit42.paloaltonetworks.com/passwordless-authentication-security-risks/
1•lschueller•10m ago•0 comments

AI Is Replacing Customer Service Jobs

https://finance.yahoo.com/technology/ai/articles/ai-replacing-customer-jobs-cba-093026192.html
1•the-mitr•12m ago•0 comments

Rice Deserves Better Than a Kochbeutel

https://blog.hofstede.it/rice-deserves-better-than-a-kochbeutel/
2•juanpabloaj•12m ago•0 comments

Show HN: Semsearch – semantic search engine for personal blogs

https://ycao.net/posts/creating-semsearch
1•xiaoyu2006•12m ago•0 comments

PoetiCal – An experimental, collaborative publication in your calendar

https://poetical.day
1•OuterVale•12m ago•0 comments

The Simple Elegance of the Integrated Timing Belt Loopback Fastener

https://danielmangum.com/posts/integrated-timing-belt-loopback-fastener/
1•hasheddan•13m ago•0 comments

FalkorDB is rewriting its graph database engine in Rust

https://www.falkordb.com/blog/rewriting-falkordb-in-rust/
4•kunalshn•13m ago•0 comments

DoomPaint – Doom in MS Paint

https://github.com/markrussinovich/DoomPaint
1•SockThief•14m ago•0 comments

Math helps explain the delicate patterns of dragonfly wings (2018)

https://www.sciencenews.org/article/how-math-helps-explain-delicate-patterns-dragonfly-wings
1•speckx•16m ago•0 comments

Per-Sample Fourier Transform Using Sliding Windowed Infinite Fourier Transform

https://people.ece.cornell.edu/land/courses/ece4760/RP2350/SWIFT/index_swift.html
1•brland•17m ago•0 comments

Show HN: Sixb – the operating layer for enterprise AI

https://sixb.ai/news/sixb-framework-launch
3•ademattos•17m ago•0 comments

Sutskever's SSI Starts Scaling

https://twitter.com/ilyasut/status/2081732293161582930
1•Gecko4072•20m ago•0 comments

An open-source solar vehicle

https://www.reddit.com/r/interestingasfuck/comments/1vcnvez/an_opensource_solar_vehicle/
3•moltean•23m ago•0 comments

Jerry and Marge Go Large

https://highline.huffingtonpost.com/articles/en/lotto-winners/
4•EndXA•28m ago•0 comments

Mechanical License

https://en.wikipedia.org/wiki/Mechanical_license
2•redbell•28m ago•0 comments

Why Is the U.S. Running So Low on Weapons?

https://www.theatlantic.com/ideas/2026/08/the-us-isnt-making-enough-weapons/688150/
3•Jtsummers•29m ago•2 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?