frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

About Coding Agents

https://fdeb.xyz/blog/2026-05-04-about-coding-agents.html
1•zdeb7•16s ago•0 comments

I lost a database and learned to use AI

https://aran.dev/posts/how-i-lost-a-database-and-learned-to-actually-use-ai/
1•ingve•34s ago•0 comments

Don't hijack my mouse pointer

https://ruky.me/dont-hijack-my-pointer/
1•rukshn•2m ago•0 comments

Distilling a strategic-reasoning framework into 7B weights

https://lerugray.github.io/writing/hundred-percent-then-broke-it/
1•ray_hammerstein•2m ago•0 comments

Terrably: Build Terraform Providers in TypeScript

https://paambaati.github.io/terrably/docs/
1•httgp•3m ago•1 comments

Trends in US Construction Productivity

https://www.construction-physics.com/p/trends-in-us-construction-productivity
1•surprisetalk•3m ago•0 comments

Show HN: How Scaleway brought the first RISC-V servers to the cloud

https://www.scaleway.com/en/blog/risc-v-servers-in-the-cloud/
1•enthusaist•4m ago•0 comments

Show HN: Team-of-agents, A multi-role SDLC orchestrator for Claude Code

https://github.com/pranav8494/team-of-agents
1•pranav8494•5m ago•0 comments

Give coding agents real product context so they stop guessing

https://docs.storiesonboard.com/en/articles/14625286-storiesonboard-model-context-protocol-mcp-se...
1•tomusm•5m ago•0 comments

Xcode15 Deprecation in Semaphore

https://semaphore.io/announcement-xcode15-deprecation-in-semaphore
1•ilreb•6m ago•0 comments

Show HN: Kapbit – A Kafka-powered workflow orchestrator for Go

https://github.com/kapbit/kapbit-go
1•ymz_ncnk•7m ago•0 comments

What Happened to Hetzner Pricing?

https://www.hetzner.com/de/dedicated-rootserver/matrix-ex/
2•_nhh•8m ago•3 comments

WebKit Features for Safari 26.5

https://webkit.org/blog/17938/webkit-features-for-safari-26-5/
1•ksec•9m ago•0 comments

TanStack NPM supply-chain incident: browser-only lockfile scanner

https://quarkassistant.github.io/tanstack-lockfile-check/
1•jabbah•10m ago•0 comments

What if the browser was the server?

https://arthurcornil.com/blog/ship-it-to-the-user/
2•quirissum•10m ago•2 comments

BoundaryX – On-chain cricket prediction market on Polygon

https://boundaryx.co/tournament
1•angad_s•13m ago•0 comments

Organising the First English-Language Jubensha Convention

https://mssv.net/2026/05/12/on-organising-the-first-english-language-jubensha-convention/
1•adrianhon•13m ago•0 comments

Go fuzzing was missing half the toolkit. We forked the toolchain to fix it

https://blog.trailofbits.com/2026/05/12/go-fuzzing-was-missing-half-the-toolkit.-we-forked-the-to...
1•ingve•13m ago•0 comments

Show HN: Music visualizers that react to audio in real time

https://vizz.fm/app/
1•lowtecky•14m ago•0 comments

Canvas hack: company pays criminals to delete students' stolen data

https://www.bbc.co.uk/news/articles/cdepzg83x87o
2•GaryBluto•15m ago•0 comments

Making cross-platform SIMD code pleasant

https://bkaradzic.github.io/posts/typeless-simd/
1•fanf2•21m ago•0 comments

FMS – A Groovebox for the Nintendo Game Boy Advance

https://lo-bit.club/fms
1•natebc•22m ago•0 comments

Subvert.fm – a co-op music platform – launched today

https://www.subvert.fm
2•MK2k•23m ago•1 comments

Show HN: Agent Harness with Prolog and WASM core incl. 90s Borland-style TUI

https://www.deepclause.ai/
2•schmuhblaster•23m ago•0 comments

I/O Multiplexing: select(), poll(), and epoll() Explaination Extended

https://0xkiire.com/io-multiplexing-guide/
1•kiirecodes•25m ago•0 comments

Building a GUI Library from Scratch

https://0xkiire.com/gui_guide/
2•kiirecodes•27m ago•0 comments

The Geometry of Reasoning and Learning in the Age of AI [video]

https://www.youtube.com/watch?v=82eqQ6oEDi4
1•chrsw•28m ago•0 comments

Refunds are a proxy for regret your marketing should measure

https://zencapital.substack.com/p/refunds-are-a-proxy-for-regret-your
3•zenincognito•28m ago•0 comments

How driving test booking is changing for learner drivers

https://www.bbc.co.uk/news/articles/ckgpl9zdw3po
1•YeGoblynQueenne•29m ago•0 comments

CNCF TOC votes in favor of OTel Graduation

https://github.com/cncf/toc/pull/2134
1•hyzyla•29m 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•12mo ago

Comments

uberman•12mo 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•12mo 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•12mo 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•12mo 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?