frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Take a break, play some puzzles

https://gridmino.com/
1•marko-projects•2m ago•0 comments

Show HN: Number Checker for WA – Check and Verify WhatsApp Numbers

https://chromewebstore.google.com/detail/number-checker-for-wa-che/iiblpglkglfmefhlcdlcibphegpjfgpo
2•qwikhost•4m ago•0 comments

Evolution of Attention over the Years

https://gargighosh1.substack.com/p/evolution-of-attention-over-the-years
1•sonabinu•5m ago•0 comments

Homebrew now has an official GUI app

https://github.com/Homebrew/BrewUI/
3•kozika•6m ago•0 comments

What is JSONC and is it any better than JSON?

https://www.howtogeek.com/what-is-jsonc-is-it-any-better-than-json/
1•theanonymousone•8m ago•0 comments

Airflow re-engineered for speed and scale

https://www.astronomer.io/blog/astro-airflow-re-engineered-for-speed-and-scale/
1•jlaneve•11m ago•0 comments

Conversations with JJ

https://laurmaedje.github.io/posts/jj/
1•haeseong•11m ago•0 comments

SSH for Developers

https://flaviocopes.com/ssh-for-developers/
1•ibobev•12m ago•0 comments

Stacked solar panels are pushing beyond the limits of standard photovoltaics [video]

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

A Deep Dive into Tmux

https://flaviocopes.com/tmux/
1•ibobev•13m ago•0 comments

A Deep Dive into Ghostty

https://flaviocopes.com/ghostty/
1•ibobev•13m ago•0 comments

Show HN: NanoVector – A 120KB zero-dependency vector search engine in C and SIMD

https://github.com/eminsk/nanovector
2•eminskinfo•15m ago•0 comments

Hanoi Hannah

https://en.wikipedia.org/wiki/Hanoi_Hannah
1•thunderbong•16m ago•0 comments

We're temporarily pausing new sign-ups and upgrades to the ChatGPT Pro $200 plan

https://help.openai.com/en/articles/9793128-about-chatgpt-pro-tiers
1•embedding-shape•16m ago•0 comments

Buying GameCube games from other regions

https://sethmlarson.dev/buying-gamecube-games-from-another-region
1•surprisetalk•18m ago•0 comments

Culture slop: how AI gave Brazil an American 1980s

https://albertoescarlate.substack.com/p/culture-slop-how-ai-gave-brazil-an
1•Anon84•19m ago•0 comments

Show HN: Foldelight – the iPhone Duo folding effect the MacBook was owed

https://lufzle.dev/foldelight/
3•riffonio•20m ago•0 comments

Europe's difficult choices on AI – Mario Draghi

https://www.ft.com/content/f054f927-b512-452a-b494-ea53f5ac1079
1•nkjoep•21m ago•0 comments

Could United Launch Alliance's money problems force its owners to sell?

https://arstechnica.com/space/2026/09/could-united-launch-alliances-money-problems-finally-force-...
2•rbanffy•22m ago•0 comments

Twelve search APIs ran through the same AI agent to see which one helps it most

https://artificialanalysis.ai/agents/search-api
3•2001asjad•23m ago•0 comments

The Oldest Architecture in Computing

https://www.allthingsdistributed.com/2026/09/the-oldest-architecture-in-computing.html
1•jreynar•24m ago•0 comments

Scheduling is NP-Hard. We need responses in milliseconds

https://cal.com/blog/scheduling-is-np-hard-we-need-responses-in-milliseconds
2•mirzap•28m ago•0 comments

Seeing high-dimensional data in two dimensions

https://stochastic.blog/seeing-high-dimensional-data-in-two-dimensions/
2•Anon84•29m ago•1 comments

Make Claude Code Faster and Cheaper with Ory Lumen

https://www.ory.com/blog/ory-lumen-semantic-search-claude-code
3•Bluestein•29m ago•0 comments

Parody on tech non-profits: The Association Organized

https://www.inventati.org/diaphragmwp/theass/
2•dmwpnski•31m ago•1 comments

Show HN: Light Converter – background removal that runs in the browser

https://github.com/lightScout/light-converter
1•lightScout•32m ago•0 comments

We need to build more data centers

https://hunchfox.substack.com/p/the-cost-of-abundance-ai-2030
1•sahil_chaudhary•33m ago•1 comments

Code Contracts: Structured specifications colocated with code

https://code-contracts.cc/
1•spolu•33m ago•0 comments

PythonOS – A tiny OS that boots into Python

https://github.com/jordanhubbard/pythonos
2•indigodaddy•34m ago•0 comments

Show HN: Hopya – Open-Source Project Management Platform

https://github.com/wnzn/hopya
1•wenzani•36m 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?