frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Who Owns the World Cup?

https://phenomenalworld.org/analysis/who-owns-the-world-cup/
1•paimapi•57s ago•0 comments

Decision Chart of Malloc() Algorithms

1•egberts1•1m ago•0 comments

Building a t-shirt factory factory

https://www.breakingchange.blog/p/building-a-t-shirt-factory-factory
2•hazelcough•2m ago•0 comments

Intel Reverses Decision to Cancel Their Open-Source Font Project

https://www.phoronix.com/news/Intel-One-Mono-Saved
2•rbanffy•4m ago•1 comments

Splash-free urinals: Design through physics and differential equations

https://academic.oup.com/pnasnexus/article/4/4/pgaf087/8098745
2•gradus_ad•6m ago•1 comments

Scalpel – give AI coding agents get_symbol() instead of a whole file

https://github.com/amritessh/scalpel-mcp
2•amritesh7•7m ago•0 comments

The Walnut Creek CD-ROM Collection

https://archive.org/details/walnutcreekcdrom
2•lioeters•7m ago•0 comments

Four Biological Conjectures: Strange and Marvelous Challenges for Biological AI

https://americanwetware.substack.com/p/four-biological-conjectures
2•Stwerner•9m ago•1 comments

Musk urges top AI labs, Chinese companies to test each other's models

https://www.cnbc.com/2026/09/15/elon-musk-ai-safety-testing.html
3•cramer4next•10m ago•0 comments

Published Subagent Costs Range from 15,000 to 436,000 Tokens. Measure Your Own

https://www.practicalsystems.io/blog/measure-your-subagent-token-cost
3•practicalsystem•10m ago•0 comments

Anthropic and OpenAI look to Uncle Sam to make them too big to fail

https://www.theregister.com/ai-and-ml/2026/09/15/anthropic-and-openai-look-to-uncle-sam-to-make-t...
4•sbulaev•10m ago•0 comments

Ask HN: Lesser known features of macOS/iPadOS/iOS/etc. 27

3•lucasoshiro•11m ago•0 comments

Show HN: Extract original images from a PDF in the browser

https://imissfiles.com/extract-pdf-images/
3•theholygrail•12m ago•0 comments

The Dangerous Ideology Behind the AI Warnings

https://www.thefp.com/p/dangerous-ideology-effective-altruism-artificial-intelligence
3•bilsbie•12m ago•0 comments

Show HN: An open source safety layer for AI agent actions

https://github.com/CTRLRun/ctrlrun
3•arpanghoshal•14m ago•1 comments

We stopped writing agent tools after exposing our app as a filesystem

https://newsletter.cloudsquid.io/p/agents-need-their-own-ui
3•shatoboar•14m ago•0 comments

Recurse Center: Dynamic Documents as Personal Software [video]

https://www.youtube.com/watch?v=MccJdr61xnc
3•skadamat•14m ago•0 comments

Detecting Autonomous Adversaries by Their Re-Planning Loops

https://medium.com/meetcyber/script-vs-agent-detecting-autonomous-adversaries-by-their-re-plannin...
3•ls1911•15m ago•0 comments

Speeding up gearhash on ARM64 (2× faster)

https://sam.dev/blog/gearhash-on-arm64
3•pranitha_m•15m ago•0 comments

America's Driver's License Breach Is a National Security Disaster

https://www.lawfaremedia.org/article/america%27s-drivers-licence-breach-is-a-national-security-di...
6•hn_acker•19m ago•0 comments

GPS

https://ciechanow.ski/gps/
3•at1as•19m ago•1 comments

Show HN: Claude Meter – a macOS menu-bar meter for Claude's usage limits

https://github.com/sanchitkd/claude-meter
3•sanchitkd•20m ago•0 comments

Laundering Federal Election Interference in the Midterms

https://www.lawfaremedia.org/article/laundering-federal-election-interference-in-the-midterms
2•hn_acker•20m ago•1 comments

Programmatic comparison tool for 42 cloud providers across 9 categories

https://cloudcompare.dev/
2•atmeszaros•21m ago•0 comments

14,000 public domain videos visually searchable for free

https://www.youtube.com/watch?v=2dzqQItDmdg
2•Gecko4072•21m ago•1 comments

Show HN: Go Bindings for SCIP Optimizer

https://github.com/egoisutolabs/scipgo
2•generalist_dev•21m ago•0 comments

How to Run Super Mario Bros on Xiaomi Mi Band 4

https://blog.qwertyforce.dev/posts/miband4_nes
2•qwertyforce•22m ago•1 comments

V1.1 state of open source- OS 4.4 months behind frontier [pdf]

https://stateofopensource.ai/state-of-open-source-ai-v1-1.pdf
10•airplanesandOS•24m ago•5 comments

Don't Trust. Verify. Offline, sub-millisecond agent verification with ANS

https://www.godaddy.com/resources/news/dont-trust-verify-offline-sub-millisecond-agent-verificati...
2•kperry•25m ago•0 comments

The Convenient Fear of AI

https://medium.com/@claudi.martinez/the-convenient-fear-of-ai-9f38cfa5898b
2•curial•26m 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?