frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: GPT-5.4 is interesting for one boring reason: fewer retries

https://clipnotebook.com/blog/gpt-5-4-fewer-retries-real-work
3•diddddy•2m ago•0 comments

Jank is off to a great start in 2026

https://jank-lang.org/blog/2026-03-06-great-start/
2•todsacerdoti•3m ago•0 comments

Swift at scale: building the TelemetryDeck analytics service

https://swift.org/blog/building-privacy-first-analytics-with-swift/
1•frizlab•4m ago•0 comments

GLP-1 drugs may fight addiction across every major substance

https://theconversation.com/glp-1-drugs-may-fight-addiction-across-every-major-substance-accordin...
1•gmays•5m ago•0 comments

Watch BYD's 5-min Flash Charging in action on the new Seal 07 EV

https://electrek.co/2026/03/06/byds-new-seal-07-ev-with-5-min-flash-charging-video/
1•breve•5m ago•0 comments

Reflections on Using Acme (2020)

https://blog.jacobvosmaer.nl/0006-acme/
1•tosh•6m ago•0 comments

Show HN: Graph-Oriented Generation – Beating RAG for Codebases by 89%

https://github.com/dchisholm125/graph-oriented-generation
1•dchisholm125•6m ago•0 comments

Most of My Coding Is Now Agentic

https://www.justinmath.com/most-of-my-coding-is-now-agentic/
2•speckx•8m ago•0 comments

Eating out of boredom isn't a thing

https://greyenlightenment.com/2026/01/28/eating-out-of-boredom-isnt-really-a-thing/
1•paulpauper•11m ago•0 comments

Claude Used to Hack Mexican Government

https://www.schneier.com/blog/archives/2026/03/claude-used-to-hack-mexican-government.html
1•Jimmc414•11m ago•0 comments

The Evolution of Go (2015) [video]

https://www.youtube.com/watch?v=0ReKdcpNyQg
1•tosh•12m ago•0 comments

3W for In-Browser AI: WebLLM and WASM and WebWorkers

https://blog.mozilla.ai/3w-for-in-browser-ai-webllm-wasm-webworkers/
1•hwclass•12m ago•0 comments

New (early) diabetes cure in China

https://hrnews1.substack.com/p/communist-china-just-cured-diabetes
1•donatello•13m ago•0 comments

Project Oberon Emulator in JavaScript and Java

https://schierlm.github.io/OberonEmulator/
1•tosh•14m ago•0 comments

White House autism briefing linked to Swift shifts in prescribing patterns

https://www.brown.edu/news/2026-03-05/autism-briefing-prescriptions
1•geox•14m ago•0 comments

Show HN: Open-source multi-model code review council (BYOK, free tier)

https://council.stardreamgames.com/
1•TheTrueObelus•14m ago•0 comments

Show HN: Remotely use my guitar tuner

https://realtuner.online/
1•smith-kyle•18m ago•0 comments

The Betting States of America [video]

https://www.youtube.com/watch?v=dVC9zOxJLo8
1•anarbadalov•18m ago•0 comments

Gum: A tool for glamorous shell scripts

https://github.com/charmbracelet/gum
1•thunderbong•18m ago•0 comments

Show HN: Contexa – Git-inspired context management for LLM agents

https://github.com/swadhinbiswas/contexa
1•0x0003r•18m ago•0 comments

Show HN: Mantle – Remap your Mac keyboard without editing Kanata config files

https://getmantle.app/
1•gsteezy•19m ago•0 comments

Apple users in the US can no longer download ByteDance's Chinese apps

https://www.wired.com/story/bytedance-apps-are-no-longer-available-in-us-app-stores/
2•LorenDB•19m ago•0 comments

Five CLIs Walk into a Context Window

https://theredbeard.io/blog/five-clis-walk-into-a-context-window/
2•ac29•20m ago•0 comments

Show HN: Hydra – Real-time ops dashboard for developers running AI agents

https://github.com/kunalnano/hydra
1•marinerk9•23m ago•0 comments

Noemon: ARC-AGI-2 top score at a fraction of the cost

https://twitter.com/noemon_ai/status/2029970169326379380
2•markerbrod•23m ago•1 comments

Browsercord.com – free in-browser screen recorder and editor with share links

https://browserecord.com
2•zygo•23m ago•1 comments

Asteroid defense mission shifted the orbit of more than its target

https://arstechnica.com/science/2026/03/nasas-dart-mission-shifted-the-orbits-of-two-asteroids/
3•LorenDB•23m ago•0 comments

TypeScript 6.0 RC

https://devblogs.microsoft.com/typescript/announcing-typescript-6-0-rc/
6•johnz•25m ago•0 comments

Why it takes you and an elephant the same amount of time to poop

https://www.pbs.org/newshour/health/takes-elephant-amount-time-poop
12•Tomte•26m ago•5 comments

A semantic history: How the term 'vibe coding' went from a tweet to prod

https://www.coderabbit.ai/blog/a-semantic-history-how-the-term-vibe-coding-went-from-a-tweet-to-prod
1•dmkravets•27m 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•9mo ago

Comments

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