frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Pressure Point: Realtime LLM for Games

https://iconicgames.io/blog/pressure-point/
1•wolfman123•25s ago•0 comments

Caching Is Not Free

https://pkritiotis.io/caching-is-not-free/
1•pkritiotis•1m ago•0 comments

Guide to data tools landscape for developers

https://sinja.io/blog/data-landscape-guide-for-developers
1•OlegWock•2m ago•0 comments

Baba Is Solved by Fable 5 and GPT-5.6 Sol, but at what cost?

https://quesma.com/blog/baba-is-bench/
1•stared•2m ago•1 comments

Claude can now use your 1Password credentials for you

https://www.theverge.com/tech/966442/1password-anthropic-claude-browser-integration
1•pavel_lishin•2m ago•0 comments

Kimi K3

https://platform.kimi.ai/docs/models
2•berlianta•3m ago•0 comments

Self-hosted, fast clip generator for macOS

https://github.com/joonfjp/ripeclips
1•trndgtr•4m ago•0 comments

We're Building Postgres in Rust. Using the LLVM of Databases

https://turso.tech/blog/a-new-modern-version-of-postgres-in-rust
1•polyrand•4m ago•0 comments

Call GPT 5.6-Sol Pro, Fable 5, SuperGrok Subscripions from Codex, Claude

https://github.com/agentify-sh/desktop
1•agentifysh•6m ago•0 comments

Distinguishing Variables from Parameters

https://www.johndcook.com/blog/2026/06/30/variables-and-parameters/
1•ibobev•9m ago•0 comments

Silver Rectangles and the Ways of Kings

https://www.johndcook.com/blog/2026/06/30/silver-kings/
1•ibobev•9m ago•0 comments

Derivative Equals Inverse

https://www.johndcook.com/blog/2026/06/29/derivative-equals-inverse/
2•ibobev•9m ago•0 comments

Should You Recline Your Airplane Seat?

https://www.newyorker.com/culture/open-questions/should-you-recline-your-airplane-seat
1•bookofjoe•10m ago•1 comments

How to unionize your tech workplace

https://www.computerworld.com/article/4192438/how-to-unionize-your-tech-workplace.html
4•speckx•11m ago•0 comments

Sqleibniz – Static Analysis and LSP for SQL in Rust

https://github.com/xnacly/sqleibniz
1•xnacly•11m ago•0 comments

If you see a datacenter in orbit, it means something went wrong on Earth

https://systemsthinkingcollection.substack.com/p/space-datacenters
2•InputName•12m ago•0 comments

Show HN: Trying to fix the web scraping industry's benchmark problem

https://github.com/usestring/web-data-frontier-benchmark
5•rohitshenoy•12m ago•0 comments

I'd prefer to avoid AI comments on Reddit and HN

2•alance•13m ago•0 comments

We are officially writing a new version of Postgres. in Rust

https://twitter.com/glcst/status/2077759127682486561
2•tosh•14m ago•0 comments

Former OpenAI CTO builds open weight model in 9 months

https://techcrunch.com/2026/07/15/thinking-machines-amps-up-its-bet-against-one-size-fits-all-ai-...
1•noashavit•14m ago•0 comments

The discourse about software craftsmanship conveniently ignores distribution

https://kerkour.com/software-craftsmanship-last-mile-delivery
2•cold_pizz4•14m ago•0 comments

Chatto is Robots

https://www.hmans.dev/blog/chatto-is-robots
2•hendrikmans•15m ago•0 comments

Kimi K3 is now live

https://www.kimi.com/en
5•vincent_s•15m ago•0 comments

Reviewing a restaurant as "just ok" considered defamatory in Germany

https://twitter.com/eigen_moomin/status/2077471686295957749
2•kirlfiend_grill•17m ago•0 comments

Hardware Needs Its Vibe Coding Moment

https://opuslabs.substack.com/p/hardware-needs-its-vibe-coding-moment
1•opuslabs•18m ago•0 comments

AI and Microsoft's Hubris: Return of the Browser Wars

https://www.korte.co/2026/07/16/ai-and-microsofts-hubris-return-of-the-browser-wars/
1•speckx•18m ago•0 comments

MongoDB v. FerretDB: When Open Source Compatibility Becomes a Patent Risk

https://shujisado.org/2026/07/15/mongodb-v-ferretdb-when-open-source-compatibility-becomes-a-pate...
2•Brajeshwar•19m ago•0 comments

Smart Ring Aims to Replace the 150-Year-Old Blood Pressure Cuff

https://www.bloomberg.com/news/features/2026-07-16/vital-signals-announces-399-signal-ring-that-g...
1•brandonb•20m ago•1 comments

Title: Show HN: a zero-dependency, self-hosting JavaScript-to-native compiler

https://github.com/qorm/jsbin
1•qorm•20m ago•0 comments

GPT-5.6 unexpected file deletions

https://twitter.com/thsottiaux/status/2077630111499882637
2•lobo_tuerto•21m ago•1 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?