frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Serious Look at GPT-5.6 Sol Translations

https://www.reddit.com/r/visualnovels/comments/1w1ok84/a_serious_look_at_gpt56_sol_translations/
1•Artgor•46s ago•0 comments

When the Small Web Gets an AI Door

https://sava.rocks/blog/when-the-small-web-gets-an-ai-door/
1•speckx•2m ago•0 comments

Nine Rules for Compile-Time Work with Rust Const Fn (Part 1)

https://medium.com/@carlmkadie/nine-rules-for-compile-time-work-with-rust-const-fn-part-1-a29f7dd...
1•syumei•2m ago•0 comments

X suspended 6 of our 7 openly-labeled AI accounts for "inauthentic behaviors"

https://areyto.media/x-suspensions
1•rendonroman•5m ago•0 comments

Building Scalable Control Planes

https://www.allthingsdistributed.com/2026/08/on-building-scalable-control-planes.html
1•saikatsg•5m ago•0 comments

Tiki-Taka – Football

https://en.wikipedia.org/wiki/Tiki-taka
1•manlymuppet•5m ago•1 comments

The longer version is sometimes easier to read

https://www.plainfinance.net/break-up-long-sentences-2/
1•speckx•6m ago•0 comments

Morphcpu, a 14 yr olds attempt to build a custom silicon processor from scratch

https://github.com/ranveerlabs/morphcpu
1•ranveergill•6m ago•0 comments

API Delta Manifest: Structured API Changelog for AI Agents and Devs

https://github.com/hassan-jahan/api-delta-manifest
2•mehraban•6m ago•0 comments

Scientists Hunting Dark Matter Found Something Strange

https://www.nytimes.com/2026/09/01/science/dark-matter.html
2•marcusverus•7m ago•1 comments

codex-remote-control – Use Claude's Remote Control with Codex Sessions

https://github.com/sahrizvi/codex-remote-control
1•sahrizv•7m ago•0 comments

Gemini Agentic Video Understanding

https://ai.google.dev/gemini-api/docs/video-understanding
2•thisisauserid•7m ago•1 comments

Independent researcher: AI shouldn't be judged by human standards (paper)

https://zenodo.org/records/22117566
1•KitCrowCo•7m ago•0 comments

Xanadu Was Waiting for Agents

https://zed.dev/blog/agentic-xanadu
2•nsm•8m ago•0 comments

We got to drive the Aptera solar electric car

https://electrek.co/2026/06/17/we-finally-got-to-drive-the-aptera-solar-electric-car/
1•debo_•8m ago•0 comments

Industry Standard Tools

https://industrystandard.tools/
1•greedo•9m ago•0 comments

100% local chat with a model in the browser using WebAssembly written in TinyGo

https://hybridgroup.github.io/yzma-wasm-example/
1•deadprogram•9m ago•0 comments

The point of a system is fewer decisions

https://www.antonsten.com/articles/the-building-was-never-the-hard-part/
2•meetpateltech•10m ago•0 comments

James Dyson Sold Us on a $400 Hair Dryer. Now He's Trying a $499 Toothbrush

https://www.wsj.com/cmo-today/james-dyson-sold-us-on-a-400-hair-dryer-now-hes-trying-a-499-toothb...
1•fortran77•11m ago•1 comments

What's the Scam?

https://www.schneier.com/blog/archives/2026/09/whats-the-scam.html
2•speckx•11m ago•0 comments

Working to Make Python Lazy

https://iscinumpy.dev/post/flake8-lazy/
1•js2•14m ago•0 comments

Show HN: Personal AI Use Policies

https://howiai.directory
1•emilesilvis•14m ago•0 comments

Ask HN: Anyone struggling to do data work with Claude Code or codex?

1•mukeshkg•16m ago•0 comments

The sales system for service businesses

https://zencal.io/
1•42echo•17m ago•0 comments

Is this the simplest/ most surprising sorting algorithm ever (2021)

https://arxiv.org/abs/2110.01111
1•Tomte•18m ago•0 comments

The Story of Entrepreneurship [video]

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

Ask HN: Do you know the non-tech version of Hacker News?

1•zerodollar•19m ago•0 comments

Hi: )

https://substack.com/profile/110893156-mukesh-kg/note/c-327508187
1•mukeshkg•19m ago•0 comments

I used Fable to rewrite 65kLoC of Go in Rust. It cost $400

https://iurii.net/en/blog/posts/software-engineering/i-used-fable-to-rewrite-65kloc-to-rust/
2•aka-rider•19m ago•1 comments

DuckLabs to Join AWS, Projects to Remain Open Source

https://duckdb.org/2026/08/26/ducklabs-to-join-aws
1•antimora•19m 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?