frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

'Humans will be a rounding error on the internet' says Cloudflare exec

https://www.theregister.com/networks/2026/08/07/humans-will-be-a-rounding-error-on-the-internet-s...
1•defrost•30s ago•0 comments

User awareness in frontier models: Who's asking shifts what models say

https://transluce.org/user-awareness
1•matt_d•2m ago•0 comments

Show HN: Seedance 2.5 video API (30s single-take, 50 refs, 4K) on Atlas Cloud

https://www.atlascloud.ai/models/seedance-2.5
1•qqt•6m ago•0 comments

Artificial Intelligence used to design new viruses

https://www.bbc.co.uk/news/articles/c5y3j3ngevmo
2•CaRDiaK•8m ago•0 comments

Show HN: Linkly – a language designed for LLMs, compiled through MLIR

https://github.com/choiyounggi/linkly/releases
1•dch0202•8m ago•1 comments

A New Way That a Cow's Inner World Shapes Earth's Atmosphere

https://www.quantamagazine.org/a-new-way-that-a-cows-inner-world-shapes-earths-atmosphere-20260727/
1•pykello•14m ago•0 comments

Shrinking Ruby Hashes

https://byroot.github.io/ruby/performance/2026/08/05/shrinking-ruby-hashes.html
1•thunderbong•16m ago•0 comments

Complete guide to time stamping regulations in the financial sector (2023) [pdf]

https://www.npl.co.uk/getattachment/3ea3704a-8c51-442e-a035-44479439faf2/NPLTime-Brochure.pdf
1•altairprime•18m ago•1 comments

OpenAI's New Device Will Be Hockey Puck-Sized and Cost over $300

https://www.bloomberg.com/news/articles/2026-08-06/what-is-openai-s-device-a-doughnut-shaped-spea...
3•helsinkiandrew•18m ago•2 comments

Goertzel: A few reflections on AGI-26 and progress towards AGI [video]

https://www.youtube.com/watch?v=-N8oaaJSBXo
1•ilaksh•20m ago•1 comments

I'm leaving OpenAI to build Jurassic Park

https://taylor.town/leaving-openai
4•zombot•22m ago•1 comments

The Fifteen-Minute Principal Engineer

https://markatwood.substack.com/p/the-fifteen-minute-principal-engineer
1•tosh•23m ago•0 comments

00

https://w3techs.com/sites/info/jangkrik4d1883.com
1•tetenh•23m ago•0 comments

Hazard Pointers for the Kernel

https://lwn.net/Articles/1084015/
1•pykello•24m ago•0 comments

Show HN: An ultra-fast Prime Agent fork with Bun REPL

https://github.com/sng-asyncfunc/prime-bun
1•sashimikun•24m ago•0 comments

AI creates 16 new viruses from scratch

https://www.cnn.com/2026/08/06/health/ai-viruses-bacteriophages
2•avodonosov•27m ago•0 comments

Show HN: Peach – a local-first zero-knowledge password manager, now on Android

https://peachpasswords.com/
1•ashasoftware•27m ago•1 comments

I built a platform for creators to market their music, videos, content, etc.

https://www.influanto.com/
1•genbarriosdev•27m ago•0 comments

Chinese memory maker CXMT enters mainstream with Corsair Vengeance DDR5 kit

https://www.tomshardware.com/pc-components/ddr5/chinese-memory-maker-cxmt-enters-the-mainstream-c...
3•kristianp•28m ago•0 comments

SparSEEty: Extracting Tokens from Sparsity-Exploiting LLM Serving Systems

https://arxiv.org/abs/2608.02995
1•sbulaev•32m ago•0 comments

Decisive Action Training Environment [pdf]

https://paxsims.wordpress.com/wp-content/uploads/2016/05/312855400-decisive-action-training-envio...
1•gmays•33m ago•0 comments

Show HN: Muuted – I built a feed that knows when to shut up

https://muuted.com/
1•Caldwellone•39m ago•1 comments

Himalaya – CLI to Manage Emails

https://github.com/pimalaya/himalaya
2•tangue•42m ago•0 comments

Simple app to keep creativity ALIVE

https://www.theideasgarden.com/
1•matejsimko•42m ago•0 comments

Foomflops: Three Decades of AI Predictions

https://foom.hyperplex.org/
2•blfr•47m ago•0 comments

Trump administration to pay German firm $1.22B to cut offshore wind leases

https://www.theguardian.com/us-news/2026/aug/06/rwe-deal-wind-leases
3•leonidasrup•48m ago•0 comments

Summary of Changes – Lovable Privacy Policy

https://lovable.dev/legal/privacypolicyaugust2026
1•doener•51m ago•0 comments

Manticore Search authentication rollout checklist for production

https://medium.com/@s_nikolaev/manticore-search-authentication-rollout-checklist-for-production-e...
1•snikolaev•52m ago•0 comments

Emacs Arbitrary Code Execution Returns

https://eshelyaron.com/posts/2026-08-06-emacs-arbitrary-code-execution-returns.html
3•eshelyaron•53m ago•0 comments

Accurate Measurement of Time [pdf]

https://tf.nist.gov/general/pdf/1011.pdf
2•andsoitis•55m 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?