frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Misalignment Is Within: Why Mathematics Must Embrace the AI Paradigm

https://medium.com/@b1nj0y/the-misalignment-is-within-why-mathematics-must-embrace-the-ai-paradig...
1•b1nj0y•5m ago•0 comments

OSS Author of Guake, HTTPretty, Lettuce and Sure is unemployed and needs help

https://twitter.com/gabrielfalcao/status/2102928197910151604
1•gfalcao•6m ago•0 comments

Chrome Extension Job Alerts

https://www.talentize.com
1•talentize•12m ago•0 comments

The Death of Reading (With James Marriott) [audio]

https://www.econtalk.org/the-death-of-reading-with-james-marriott/
1•mooreds•17m ago•0 comments

Graph Technology Roundup – August 2026

https://gdb-engines.com/blog/graph-technology-august-round-up/
1•cjlm•19m ago•0 comments

Why China Can't Innovate (2014)

https://bambooinnovator.com/2014/02/19/why-china-cant-innovate/
1•NordStreamYacht•20m ago•0 comments

An Interview with Rich Jaycobs

https://sfcompute.com/news/commodity-markets
1•flaque•21m ago•0 comments

The Complete History of the Elves of Middle-Earth [video]

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

A Key Safety Feature Shipped in the May OpenTofu Release

https://newsletter.masterpoint.io/p/a-key-safety-feature-shipped-in-the-may-opentofu-release
2•mooreds•25m ago•0 comments

Show HN: A game about fake news and memes

https://unspin.app/
1•azermite•26m ago•1 comments

Rendering pull requests in the GitHub Copilot app

https://github.blog/engineering/user-experience/rendering-huge-pull-requests-in-the-github-copilo...
1•iamsyr•35m ago•1 comments

Australia says OpenAI agent hacked into government website

https://www.channelnewsasia.com/world/australia-openai-agent-breach-government-portal-6406411
5•doppp•35m ago•0 comments

Pentagon Investigating How F-35 Fighter Jet Parts Bound for US Were Diverted

https://www.military.com/pentagon-investigating-how-f-35-fighter-jet-parts-bound-for-us-were-dive...
3•harry_nutsachs•36m ago•2 comments

AP: Avoid language that gives [AI] human characteristics

https://twitter.com/APStylebook/status/2102807962364383502
3•jaredwiener•39m ago•0 comments

Qubits on NonQuantum HW Tested

https://laurinseclab.substack.com/p/breaking-news-makrogravintelligence
3•Rniznan•40m ago•0 comments

Liquid Network Security Incident Assessment

https://blog.blockstream.com/liquid-network-security-incident-assessment/
2•greyface-•41m ago•0 comments

FLAWED's Flaws and What This Means for Industry Research

https://suhacker.ai/p/flaweds-flaws-and-what-this-means-for-industry-research/
10•tob_scott_a•43m ago•1 comments

Geminigravit Core: De la teoría estática

https://gemini.google.com/app/3952a805cd6ad7a3
2•jccrcabello•44m ago•0 comments

We used an AI agent to fix an open-source bug. Someone asked to ban us

https://github.com/saulpw/visidata/pull/3229
14•maxcr•44m ago•14 comments

Shadow roots, explained with live examples

https://tools.simonwillison.net/shadow-roots
2•vismit2000•46m ago•0 comments

Show HN: Does per-step reasoning effort save money in Claude Code?

https://github.com/ifoster01/jev-effort
2•ifoster41901•51m ago•0 comments

Show HN: ChaosTree – Cache-Aware Java NavigableMap and NavigableSet Library

https://github.com/Chaos-vy/ChaosTree
1•chaos_vy•52m ago•0 comments

Show HN: Posting Puzzle – A Game Made of Post's Correspondence Problem

https://mametter.itch.io/posting-puzzle
1•mametter•53m ago•1 comments

AI startups with hyper ARR growth – what's happening inside these companies?

1•d675•55m ago•0 comments

Nesbox: A fast MicroVM with GPU sharing

https://github.com/nestrilabs/nesbox
1•WanjohiRyan•55m ago•0 comments

Using my transit card data to create a year in review experience

https://cailinpitt.com/blog/2026/9/1/chicago-transit-authority-wrapped
1•classictraffic•56m ago•0 comments

Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest

https://github.com/nestrilabs/virtio-nvgpu
2•WanjohiRyan•57m ago•0 comments

Scientists build most accurate atomic clock

https://phys.org/news/2026-09-scientists-world-accurate-atomic-clock.html
1•wglb•59m ago•1 comments

AI Has Cracked the Most Diabolical Problems in Math. Why Can't It Solve Chess?

https://www.wsj.com/tech/ai/chess-artificial-intelligence-ai-e969a830
1•sonabinu•59m ago•0 comments

lm-detector: Model fingerprint detection on Web and CLI

https://github.com/Ikaleio/lm-detector/
1•csmantle•1h 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?