frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Capn-hook for coding agents – don't grep the same mystery twice

https://github.com/cyrusNuevoDia/capn-hook
1•knrz•1m ago•0 comments

We're extending Claude Fable 5 access through July 19

https://xcancel.com/claudeai/status/2076351399999557669
2•quantisan•1m ago•0 comments

Show HN: Agent-run – Run a coding agent in a sandboxed environment

https://github.com/sin-ack/agent-run
1•trashburger•2m ago•1 comments

Since Chronium 148, Math.tanh is now fingerprintable to link underlying OS

https://scrapfly.dev/posts/browser-math-os-fingerprint/
5•joahnn_s•6m ago•1 comments

The Meta Glasses backlash is changing how (or if) people use them

https://www.engadget.com/2212604/the-meta-glasses-backlash-is-changing-how-or-if-people-use-them/
3•gnabgib•8m ago•0 comments

Show HN: Adaptive Recall, persistent memory for AI assistants over MCP

https://www.adaptiverecall.com/
2•abratabia•10m ago•0 comments

Don't Build an RL Environment Startup

https://benanderson.work/blog/dont-build-rl-env-startup/
2•iacguy•11m ago•0 comments

Adapt, Improvise, and Overcome

https://briandouglas.ie/adapt-improvise-overcome/
2•inventor7777•11m ago•0 comments

Storm clouds gather over America's financial supremacy

https://www.economist.com/finance-and-economics/2026/07/12/storm-clouds-gather-over-americas-fina...
3•pseudolus•14m ago•1 comments

AI shorting penny stock based on human psychology

https://fadeengine.com
2•parth_nandaniya•14m ago•1 comments

Show HN: A subjective AI eval. Arcade games built by AI

https://ai-arcade.app
2•zapeterson16•17m ago•0 comments

Show HN: Summarize – local-first tool that turns videos into notes

https://martino.im/Summarize
2•martinopiaggi•22m ago•0 comments

UK has 'no future' if it fails to act on ecosystem collapse

https://www.theguardian.com/global-development/2026/jul/08/uk-report-ecosystem-collapse-national-...
5•mepian•23m ago•0 comments

Palantir Has a Nemesis and I Accidentally Found Him [video]

https://www.youtube.com/watch?v=4l53lJ-Ulkw
2•Cider9986•26m ago•0 comments

Show HN: Zen Mode – a global focus mode for macOS

https://github.com/cabeen/zen-mode
4•cafebeen•26m ago•1 comments

The State of MCP Security [pdf]

https://www.canopii.dev/State%20of%20MCP%20Security%202026.pdf
3•mavzer•28m ago•0 comments

China lands rocket during an orbital launch for first time

https://www.space.com/space-exploration/launches-spacecraft/making-history-china-lands-rocket-dur...
2•zdw•29m ago•0 comments

Show HN: Openleetcode – LeetCode runner where tests live in the repo

https://github.com/therepanic/openleetcode/releases/tag/v1.0.2
2•therepanic•30m ago•0 comments

Would AI have ruined my 100 days of algorithms?

https://danielsada.tech/blog/100-days-of-algorithms/
2•dshacker•31m ago•0 comments

Flash-MSA: Accelerating Million-Token Training with Sparse Attention Kernels

https://nanduruganesh.github.io/flash-msa/
3•rawsh•31m ago•0 comments

A SETI Home for AI-Assisted Research

https://www.kvncnnlly.com/2026-07-11-seti-for-ai-assisted-research/
2•wintercarver•33m ago•0 comments

What's the story behind the names of Cloudflare's name servers? (2013)

https://blog.cloudflare.com/whats-the-story-behind-the-names-of-cloudflares-name-servers/
3•aragonite•36m ago•0 comments

"Stop Cutting Down Flock Cameras " (Mass Surveillance Is Good) [video]

https://www.youtube.com/watch?v=su-Ce4PlNz0
13•Bender•39m ago•1 comments

Elsevier's global survey of 3k researchers on use of AI tools

https://www.elsevier.com/about/press-releases/elseviers-global-survey-of-3-000-researchers-reveal...
3•yogthos•40m ago•1 comments

Imaginary Bases

https://thegraycuber.com/imaginary_bases/
3•marvinborner•41m ago•0 comments

I made a easy to understand and easy to write programming language

https://github.com/NEWMAN50ott/A-Lang
2•newman50ott•42m ago•1 comments

Lake Mead Update Dangerous New Lows Happening Now [video]

https://www.youtube.com/watch?v=5y8w5uvWaIQ
2•Bender•42m ago•0 comments

Why prompt injection works: a Transformer-level view

https://medium.com/@kirill89/why-prompt-injection-works-a-transformer-level-view-d5e3cfa31525
2•k1r111•44m ago•0 comments

Show HN: Crawlie Search – Rust powered 12x cheaper site search than Algolia

https://www.crawlie.co/products/search
2•seandotexe•45m ago•1 comments

Rust Buch

https://anfaenger.wissen-ahrensburg.de/
2•thorstenkloehn•45m 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?