frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I fixed the same Supabase issues 100 times in my agency for vibe coders

https://www.tryargus.dev/
1•vronchin•1m ago•1 comments

New 'color palette' for peptides based on non-natural amino acids

https://phys.org/news/2026-02-scientists-massive-palette-biomedical-natural.html
1•PaulHoule•2m ago•0 comments

The Olympus Programming Language

https://dl.acm.org/doi/pdf/10.1145/3664211
1•rbanffy•2m ago•0 comments

Anthropic Sues DoD

https://www.wired.com/story/anthropic-sues-department-of-defense-over-supply-chain-risk-designation/
1•vessenes•2m ago•1 comments

Building faster than you can think

https://www.augmentcode.com/blog/building-faster-than-you-can-think
1•knes•3m ago•0 comments

Ask HN: Free hosting/cloud providers for free non-profit open source apps?

1•-thrwwy•4m ago•0 comments

NaviServer, a versatile multiprotocol (HTTP(S), etc.) server written in C/Tcl

https://github.com/naviserver-project/naviserver
1•anonnon•4m ago•1 comments

Show HN: Caloriva – A calorie tracker that actually understands

1•caloriva•4m ago•0 comments

Show HN: Colchis Log – cryptographic audit trail for AI systems (Python)

https://github.com/GhurtSky-GR13/colchis-log
3•GhurtSky•5m ago•0 comments

Oil Is Near a Price That Hurts the Economy

https://www.wsj.com/business/energy-oil/oil-is-already-near-a-price-that-hurts-the-economy-3cebcfdc
2•JumpCrisscross•5m ago•0 comments

Random-Bridges as Stochastic Transports for Generative Models

https://arxiv.org/abs/2512.14190
1•sesenai•5m ago•1 comments

AI companies turn knowledge into a proprietary asset. Share your knowledge

https://insidestack.it/blog/ai-companies-turn-knowledge-into-a-proprietary-asset-share-your-knowl...
1•danijelk•6m ago•0 comments

One More Prompt: The Dopamine Trap of Agentic Coding

https://blog.quent.in/blog/2026/03/09/one-more-prompt-the-dopamine-trap-of-agentic-coding/
1•pranay01•7m ago•0 comments

Cloudflare's Agents.md

https://github.com/cloudflare/cloudflared/blob/master/AGENTS.md
1•fernvenue•7m ago•0 comments

Claude helped select targets for recent wave of Iran strikes

https://www.nonzero.org/p/iran-and-the-immorality-of-openai
2•d0able•8m ago•1 comments

The Tree of Up

https://up.com.au/tree/
1•skogstokig•8m ago•0 comments

Show HN: Ratschn – A local Mac dictation app built with Rust, Tauri and CoreML

https://ratschn.com
3•Edos8877•11m ago•0 comments

Show HN: Deadbranch – Interactive TUI for cleaning stale Git branches (Rust)

https://github.com/armgabrielyan/deadbranch
1•armen99•14m ago•0 comments

IDF Officials Admit Military Struggling to Intercept Hezbollah Drones

https://www.haaretz.com/middle-east-news/2026-03-08/ty-article/.premium/idf-officials-admit-milit...
4•johnshades•14m ago•0 comments

Ask HN: How do you keep your data private?

1•mrdependable•15m ago•0 comments

Show HN: Dull – Instagram Without Reels, YouTube Without Shorts

https://getdull.app
1•kasparnoor•15m ago•1 comments

21 Years Living Off-Grid on a Remote Island in a Self-Built Cabin and Homestead [video]

https://www.youtube.com/watch?v=THAupOYwJTs
2•awalGarg•19m ago•0 comments

Increased risk of bullying in open-plan offices

https://www.eurekalert.org/news-releases/1118481
3•pseudalopex•19m ago•1 comments

Show HN: AC-trace–map acceptance criteria to code and tests,then mutate the code

https://github.com/DmytroHuzz/ac-trace
2•dmyhuz•20m ago•0 comments

Show HN: I built a word art generator for 3D printers

https://wordcad.com/
1•ductionist•20m ago•2 comments

Smooth ACT policies on the SO101 arm

https://www.giacomoran.com/blog/act-smooth/
1•ran3000•21m ago•0 comments

Failed YC Startup Ideas

https://startups.rip
2•rgbrgb•22m ago•0 comments

LookingForContributors – Find open source projects that need contributors

https://lookingforcontributors.web.app/
1•himanshurajora•23m ago•1 comments

Query Preprocessing: How we handle 500MB video files as search queries

https://mixpeek.com/blog/query-preprocessing-large-file-search
3•Beefin•24m ago•1 comments

Thinnings: Sublist Witnesses and de Bruijn Index Shift Clumping

https://www.philipzucker.com/thin1/
2•matt_d•24m ago•0 comments
Open in hackernews

Owning Code in the Age of AI

https://blog.mozilla.ai/owning-code-in-the-age-of-ai/
5•hawernawer•2h ago

Comments

hawernawer•2h ago
Author here. I've been thinking about how AI coding changes the relationship between engineers and the code they ship.

If a large portion of the implementation is generated, ownership can't really mean "I wrote this" anymore. It starts to look more like stewardship of a system: understanding how it behaves, watching how it fails, and designing it so mistakes are contained and recoverable.

Curious how others are thinking about this shift.

jprs•2h ago
Interesting post, but I am surprised the author does not directly address Mozilla's own recent controversy regarding AI authorship of commits to the Firefox repo (https://github.com/mozilla-firefox/firefox/commit/71cc24b6a4...).
hawernawer•1h ago
That's a fair question. Mozilla is a large organization and I don't work on Firefox itself, so the blog post wasn't meant as commentary on that specific change.

That said, the Firefox policy actually reflects something similar to what I'm describing in the post: even if AI tools are used to generate code, a human must ultimately take responsibility for what gets merged. AI can't own a change or be accountable for it.