frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

HS₂ installs a plaque 40M below London to celebrate the Brunels' legacy

https://www.ianvisits.co.uk/articles/hs2-installs-a-plaque-40-metres-below-london-to-celebrate-th...
1•zeristor•39s ago•0 comments

Show HN: Miser – Cost-Optimised AI Gateway

https://github.com/rShetty/miser
1•rshetty•1m ago•0 comments

Flock will add privacy guardrails to camera systems amid backlash

https://thehill.com/policy/technology/6027324-flock-cameras-ai-surveillance-privacy-updates/
1•sssilver•1m ago•0 comments

AI Isn't Outthinking Mathematicians. It's Out-Remembering Them

https://davidepiffer.com/p/ai-isnt-outthinking-mathematicians
1•rzk•4m ago•0 comments

Aiseesoft Mac Video Converter Ultimate

https://www.aiseesoft.com/mac-video-converter-ultimate/
1•aiseesoft•4m ago•1 comments

Loss Curves Lie: Building a Deterministic Linter for ML Training Runs

https://ai.bedvibe.studio/trainproof/
1•BedVibe_Studios•4m ago•0 comments

TravelMatchr I built a matching app for travelers whose friends are never free

https://travelmatchr.com
1•NunoAires•4m ago•0 comments

Gary Kildall's Design of Knowledge Retrieval Systems for PC

https://www.programmersatwork.net/blog/gary-kildalls-design-of-knowledge-retrieval-systems-for-pc
1•rbanffy•4m ago•0 comments

Herdr-nvim: Neovim integrated into your herdr workspace

https://github.com/ChmaraX/herdr-nvim
1•ryuzyy•5m ago•0 comments

The web's newest weapon against AI scrapers is a font

https://arstechnica.com/ai/2026/08/new-font-turns-ordinary-webpages-into-nonsense-for-ai-scrapers/
2•rbanffy•7m ago•0 comments

Why Books Don't Work: Constructivism over Transmissionism (2021)

https://www.masterhowtolearn.com/2021-01-30-why-books-dont-work-constructivism-over-transmissionism/
3•bmacho•9m ago•1 comments

Osstrl – open-source Software Technology Readiness Level (OSSTRL) 1–9

https://github.com/adulau/osstrl
1•adulau•10m ago•0 comments

Claude AI Content Marks Will Go Global but Cannot Prove Authorship

https://www.ainews.com/p/claude-ai-content-marks-will-go-global-but-cannot-prove-authorship
1•ashurandi•10m ago•0 comments

Friday Links #43: What Mattered in JavaScript This Week

https://jsdevspace.substack.com/p/friday-links-43-what-mattered-in
1•javatuts•12m ago•0 comments

Show HN: HyperOS Unfcker

https://github.com/Enki013/hyperosunfcker
1•vednig•12m ago•0 comments

Hello There

https://www.thegoalonline.com/atlantis-marketplace/rotator
1•robert753•13m ago•0 comments

The AI-Native Company

https://danielmiessler.com/blog/the-ai-native-company
1•zjh•13m ago•0 comments

Ask HN: Analogy for Database Modification Recovery?

1•shivajikobardan•15m ago•0 comments

We Reduced API Requests in the Hetzner Cloud Controller Manager

https://www.hetzner.com/blog/How-we-reduced-API-requests-in-the-Hetzner-Cloud-Controller-Manager/
2•lukasmetzner•19m ago•0 comments

Apple and AI: Siri the Early Years

https://thechipletter.substack.com/p/apple-and-ai-siri-the-early-years
1•rbanffy•21m ago•0 comments

PandaOS is the local AI workspace for builders

https://pandaos.ai/
1•doener•29m ago•1 comments

Negative Visualization

https://en.wikipedia.org/wiki/Negative_visualization
1•gurjeet•29m ago•0 comments

Noviz AI is a architecture and sourcecode for ERP AI agents

1•tajdink•31m ago•0 comments

Ha.mr – short URLs using compression

https://ha.mr
1•matan-h•35m ago•1 comments

Eclipse: The Xiaomi 17 Ultra Confuses the Moon and the Sun

https://www.frandroid.com/marques/xiaomi/3211257_photo-de-leclipse-on-a-perce-a-jour-la-petite-tr...
2•n_plus_1_acc•36m ago•0 comments

Private security firms will soon be allowed to hack overseas cybercriminals

https://arstechnica.com/security/2026/08/white-house-recruits-security-firms-to-hack-overseas-cyb...
2•joozio•37m ago•1 comments

The Body Remembers but the Doctor Cannot- Experiments with AI in Personal Health

https://karankurani.com/writing/post/w_20260721140414_b0e102/the-body-remembers-but-the-doctor-ca...
2•BIackSwan•40m ago•0 comments

NPM Left-Pad Incident

https://en.wikipedia.org/wiki/Npm_left-pad_incident
4•gherkinnn•48m ago•0 comments

Show HN: OpenCode Auto Permissions – automatic review of permission prompts

https://github.com/hueyexe/opencode-auto-permissions
2•huey77•51m ago•0 comments

Mistral AI wants to build 1 gigawatt of European compute by 2030

https://venturebeat.com/infrastructure/mistral-ai-wants-to-build-1-gigawatt-of-european-compute-b...
5•tosh•51m 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?