frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Go-ktls – Linux Kernel TLS offload for Go's net/HTTP

https://github.com/waipu-oss/go-ktls
1•totallyunknown•29s ago•0 comments

The biggest gamble in the U.S. economy is starting to look riskier

https://www.washingtonpost.com/technology/2026/07/31/tech-giants-burning-cash-ai-create-risks-who...
1•_tk_•1m ago•0 comments

Lerd, an open source Herd-like PHP development environment for Linux and macOS

https://github.com/lerd-env/lerd
1•QGQBGdeZREunxLe•1m ago•0 comments

Lawmakers Failed to Fix California's Warning System for Teacher Misconduct

https://www.propublica.org/article/california-teacher-misconduct-database-bill-failed-al-muratsuchi
1•Jimmc414•2m ago•0 comments

Show HN: An Unexpected Computer – Universal computing: echo, ed, test and exec [pdf]

https://seriot.ch/resources/unexpected_computer_pagedout_009.pdf
2•beefburger•7m ago•0 comments

Golang proposal: container/: generic collection types

https://github.com/golang/go/issues/80590
2•jabits•8m ago•0 comments

The First Open-Source Firmware Released for Modern AMD Ryzen AM5 Platform

https://www.phoronix.com/news/OSS-Firmware-MSI-B850-P-WIFI
2•zir_blazer•8m ago•1 comments

Show HN: Usbatlas – simple CLI utility to see what USBIP devices are attached

https://github.com/comalice/usbatlas
2•all2•9m ago•0 comments

How to Stop the Enshittification of America

https://www.thebignewsletter.com/p/monopoly-round-up-how-to-stop-the
2•connor11528•9m ago•0 comments

Bursty arrivals speed up LLM inference

https://systems.seas.harvard.edu/blog/burstiness-is-all-you-need/
2•ak33ra•12m ago•1 comments

Show HN: A Back End You Can Call Directly from React – No API Required

https://linkedrecords.com/getting-started/
2•WolfOliver•14m ago•0 comments

Fall of Situational Awareness Is a Warning, So Is Nvidia's Vendor Financing

https://www.newcomer.co/p/the-abrupt-fall-of-situational-awareness
2•mapping365•15m ago•0 comments

Orca-Bench: How Ready Are Language Model Agents for Oncall?

https://arxiv.org/abs/2607.28545
2•yruzin•15m ago•0 comments

The problem with putting an AI image generator in Google Earth

https://www.theverge.com/ai-artificial-intelligence/973764/google-earth-ai-satellite-images
2•rndsignals•16m ago•0 comments

AI's Wildest Spenders Are Hitting the Accelerator

https://www.bloomberg.com/opinion/articles/2026-07-31/ai-s-massive-spenders-google-meta-and-oracl...
3•PKop•16m ago•1 comments

Netflix sued for $105M for losing HDs with unencrypted film masters

https://www.cbsnews.com/news/netflix-lawsuit-lost-nicolas-cage-movie/
3•ipython•17m ago•0 comments

Using the railway network as a flatbed scanner [video]

https://media.ccc.de/v/emf2026-74-1-using-the-railway-network-as-a-flatbed-scanner
2•Jimmc414•17m ago•0 comments

Uninsured but Undaunted, a Surgical Patient Searched the Globe for a Deal

https://kffhealthnews.org/health-care-costs/hernia-surgery-search-globe-for-deal-bill-of-the-mont...
2•Jimmc414•17m ago•0 comments

Drones offer alternative to balloons for weather research

https://www.theguardian.com/news/2026/jul/31/weatherwatch-drone-base-station-offers-alternative-w...
2•beardyw•17m ago•0 comments

Termixer (TUI DJ Mixer)

https://github.com/l00sed/termixer
2•l00sed•20m ago•0 comments

Over 20k precolonial earthworks in the Southwest Amazonia

https://www.nature.com/articles/s41586-026-10835-7
2•paulpauper•22m ago•0 comments

Is the Industrial Revolution a precedent for explosive economic growth today?

https://mattsclancy.github.io/2026/07/27/industrial-revolution-growth.html
2•paulpauper•23m ago•1 comments

Increasing Value from Compute

https://bobgelfond.substack.com/p/increasing-value-from-compute
2•paulpauper•23m ago•0 comments

Ineffective by Design

https://dsa-observatory.eu/2026/07/30/ineffective-by-design-bits-of-freedom-vs-meta-at-the-forefr...
3•jruohonen•27m ago•0 comments

Low carbohydrate high fat diet curbs glioblastoma by shifting lipids

https://www.nature.com/articles/s42003-026-10516-1
3•bookofjoe•27m ago•0 comments

Show HN: Schema-backed, Git-based structured state for agentic systems

2•advancingu•27m ago•1 comments

Templates for Engineering Managers

https://newsletter.pragmaticengineer.com/p/templates-as-inspiration-for-engineering
2•abrbhat•29m ago•1 comments

The market's big AI doubts are exposing the riskiest players

https://www.cnn.com/2026/07/31/business/situational-awareness-citadel-ai-trade
2•mapping365•29m ago•0 comments

Three Claude Skills I Think Every Org Should Have

https://arpitbhayani.me/blogs/three-skills/
2•arpitbbhayani•29m ago•1 comments

June in Servo: real world compat, media queries, SharedWorker, and more

https://servo.org/blog/2026/07/31/june-in-servo/
3•iamnothere•30m 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?