frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Learning Multi-Agent Coordination via Sheaf-ADMM

https://pub.sakana.ai/sheaf-admm/
1•hardmaru•2m ago•0 comments

Abartleby: Automate the US Visa Bureaucracy

https://tangled.org/breezykermo.tngl.sh/abartleby
2•nerdypepper•3m ago•0 comments

PEP 836 – JIT Go Brrr: The Path to a Supported JIT Compiler for CPython

https://peps.python.org/pep-0836/
1•connorbrinton•5m ago•0 comments

The Luddite festival harnessing Gen Z's rage against Big Tech

https://www.wired.com/story/inside-the-luddite-festival-harnessing-gen-zs-rage-against-big-tech/
2•rbanffy•6m ago•0 comments

Show HN: San Francisco Library Events

https://sfpl-events.ocaho.com/
1•rahimnathwani•7m ago•0 comments

Django Boilerplate (Open Source Edition of SaaS Pegasus)

https://github.com/saaspegasus/django-boilerplate/
2•rob•8m ago•0 comments

Ask HN: Why do programmers watch medical shows given that it is debugging?

1•amichail•10m ago•1 comments

Reverse-engineered token Value of coding agent Plans

https://devforth.io/agents-for-code/
1•deviscool•10m ago•1 comments

CorvinOS – a self-hosted agentic OS which enforce EU AI Act 2026 by design

https://github.com/CorvinLabs/CorvinOS
1•shumway•10m ago•0 comments

Show HN: Self Hosted Soap->REST/REST->Soap Gateway with Contract-Drift Detection

https://sentinel-av.in/products/soap-rest-gateway/starter/
1•vineet005•11m ago•0 comments

Chrome 150 breaks legacy -WebKit-box layouts

https://issues.chromium.org/issues/530131010
1•mansarip•11m ago•0 comments

Show HN: Handpicked AI jobs from 170 AI companies, sourced from career pages

https://job.careers/
1•lanmao•12m ago•0 comments

Show HN: An assertion library for E2E testing and real user monitoring

https://github.com/Faultsense/faultsense-agent
6•mitchm•14m ago•1 comments

I got sick of paying massive amounts to TinyPng

https://imgpipeline.com/
1•janalbertmentz•17m ago•0 comments

Distrofighter: The Linux distro and desktop brawler

https://distrofighter.com/
2•lorenzohess•18m ago•0 comments

Ask HN: Is it just me or does Claude / Sonnet 5 sound condescending recently?

1•alentred•21m ago•1 comments

How Did the Silk Road Work? [video]

https://www.youtube.com/watch?v=9VMTm6H7DrY
1•hakkikonu•23m ago•0 comments

Behind the scenes with the Midjourney scanner [video]

https://www.youtube.com/watch?v=4nzzpUKhj1M
3•Semkas•23m ago•0 comments

Simulating Tradeoffs in AI Organisation

1•rando77•24m ago•0 comments

Hackers shoveled snow for company, were rewarded with network admin access

https://www.theregister.com/security/2026/07/02/hackers-shoveled-snow-for-company-were-rewarded-w...
3•ike_usawa•25m ago•0 comments

Show HN: SlideShow – A cross-platform full-screen slideshow that is os-aware

https://github.com/ftaisdeal/cross-platform-slideshow
2•ftaisdeal•31m ago•0 comments

Meta's Zuckerberg says AI agent tech progressing slower than expected

https://finance.yahoo.com/technology/ai/articles/exclusive-zuckerberg-says-ai-agent-201123441.html
2•ssram•32m ago•1 comments

Claude Code Dynamic Island on macOS

https://pookify.vercel.app/
3•eyadh•33m ago•1 comments

War Crimes Archive

https://archivegenocide.com/
7•TomeveilSeeker•33m ago•0 comments

Learn the Knowledge of London

https://tfl.gov.uk/info-for/taxis-and-private-hire/licensing/learn-the-knowledge-of-london
2•haunter•34m ago•0 comments

ElevenLabs at $22B: no new money, just employees selling shares

https://freemalta.com/hub/library/elevenlabs-is-worth-22-billion-no-new-money-came-in
2•ilhaniremyuce•35m ago•0 comments

Atomic Force Microscope video, steel etching, bacteria – Applied Science

https://www.youtube.com/watch?v=DyIQkqBXhS0
3•mhb•37m ago•0 comments

Show HN: Foundera – AI-powered founder and startup feedback platform

https://foundera.app/
2•toyji•38m ago•0 comments

Codex vs. Claude Code

https://www.augmentedswe.com/p/codex-vs-claude-code-2c0
2•wordsaboutcode•38m ago•0 comments

Robotic bird targets drones' biggest aerodynamic shortcoming

https://newatlas.com/drones/robotic-bird-drones-aerodynamic-problem-rmit/
3•breve•41m 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?