frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Terence Tao: SAIR's Open Math Model Initiative

https://www.youtube.com/watch?v=PZRb6NIki2w
1•doppp•1m ago•0 comments

Roman Timekeeping

https://en.wikipedia.org/wiki/Roman_timekeeping
1•janandonly•1m ago•0 comments

iPhone 18 Pro with La Croix cooling

https://birchtree.me/blog/iphone-18-pro-with-la-croix-cooling/
1•ingve•3m ago•0 comments

Google's Binder C Linux driver being removed in favor of Rust

https://www.phoronix.com/news/Google-Binder-C-Goodbye
1•joshcsimmons•3m ago•0 comments

Show HN: Word42 Open Source Wordprocessor

2•roschdal•5m ago•0 comments

Base Labs launches an open-weight AI safety partnership with Hugging Face

https://techcrunch.com/2026/09/17/base-labs-launches-an-open-weight-ai-safety-partnership-with-hu...
1•marcosscriven•6m ago•0 comments

Volkswagen Mission Efficiency Sets Three EV Records

https://theevreport.com/volkswagen-mission-efficiency-ev-records
1•mpweiher•14m ago•0 comments

How Notion handles concurrent editing with CRDTs

https://www.notion.com/blog/how-notion-handles-concurrent-editing-with-crdts
2•hisamafahri•14m ago•0 comments

Cube

https://www.cube-motion.dev/
1•handfuloflight•15m ago•0 comments

Reading Markdown in VSCode Doesn't Have to Suck

https://anandprashant.com/posts/reading-markdown-in-vscode-doesnt-have-to-suck
1•primaprashant•16m ago•0 comments

SpaceX Is Retiring Crew Dragon

https://gizmodo.com/spacex-is-retiring-crew-dragon-forcing-nasa-to-bet-big-on-boeings-troubled-st...
1•calcifer•18m ago•0 comments

Human Motor Corpus Callosum

https://www.jneurosci.org/content/27/45/12132
1•bryanrasmussen•23m ago•1 comments

Mostly Oberon (2020)

https://rsdoiel.github.io/blog/2020/04/11/Mostly-Oberon.html
1•marttt•24m ago•0 comments

$32M in Google Ads Spend: Lessons Learned

https://mojodojo.io/blog/32m-google-ads-audit
2•zenincognito•25m ago•2 comments

Show HN: Local subagent orchestration for Codex/Claude

https://github.com/ringlochid/oh-my-subagents
1•ringlochid•33m ago•0 comments

Cloak Data at Every Touchpoint

https://incountry.com/
1•taubek•35m ago•0 comments

What Happens When Your RAG System Retrieves the Wrong Documents?

https://medium.com/@NikoZero11/your-rag-pipeline-doesnt-need-more-retrieval-it-needs-better-decis...
1•Savanjj•35m ago•0 comments

SwarmAuth – OAuth 2.1 for AI Agent Swarms

https://pypi.org/project/swarmauth/
1•waspdrey•37m ago•0 comments

VortexMQ – Fast message broker in pure Go with Redis protocol

1•ianshugarg•43m ago•0 comments

Haxophone – A hackable electronic saxophone with mechanical keys

https://www.crowdsupply.com/cardona-bits/haxophone
1•raffael_de•44m ago•0 comments

AI posters don't have to be horrible

https://john.hartnup.uk/2026/06/07/ai-event-posters.html
7•ereiamjh•45m ago•1 comments

Show HN: AgentMeasure – healthchecks and settlement statements for AI bills

https://github.com/roy-tong/AgentMeasure
1•tongroy•49m ago•0 comments

Stop adapting Jane Austen 5 other 18th‑century writers perfect for the screen

https://theconversation.com/stop-adapting-jane-austen-five-other-18th-century-writers-perfect-for...
3•zeristor•57m ago•0 comments

Ask HN: Losing motivation to work in the IT field, need advice

5•trowa159•58m ago•1 comments

Microsoft Patents "Ad-Credit" System to Serve In-Game Ads During Pause Windows

https://respawnfirst.com/microsoft-patents-ad-credit-system-for-pc-and-consoles-to-serve-in-game-...
2•haunter•59m ago•0 comments

Dear Customer, Fuck You

https://fuck-off.ai
4•gfody•1h ago•0 comments

Benchmarking Wild vs. Mold

https://davidlattimore.github.io/posts/2026/09/18/benchmarking-wild-vs-mold.html
2•vinhnx•1h ago•0 comments

Classifier.dev: outperforms Jev and is free

https://classifier.dev/
2•handfuloflight•1h ago•0 comments

CrypLLM: AI chat agent for CrypTool 2

https://github.com/CrypToolProject/CrypTool-2/tree/main/CrypLLM
1•modinfo•1h ago•0 comments

What Motivates Innovators?

https://bec-systems.com/blog/0356-what-motivates-innovators/
2•jyhrow•1h ago•1 comments
Open in hackernews

How to Unslop a Commit?

1•blackbit•1d ago
Philosophical question: You want to implement a feature for a FOSS project. During web research you stumble over virtually the same thing that

* was apparently produced with a LLM / gen AI thing - according to the commit message (co-authored by...). * was not upstreamed (yet) for reasons not clearly stated. might be due to project policy, neglect or something else. * is close to trivial in nature - it's not apparent how the same outcome could be achieved with a significantly different approach at the core of it.

How would one get themselves in a position to - in all conscience - submit the patch in a LLM-free form?

Comments

vincent-uden•1d ago
What perceived problem do you have with reading the LLM-generated commit, understanding its purpose and submitting your own PR solving the same problem in practically the same manner?

Without knowing more about which of the many reasons you might find LLM commits unethical or otherwise bad it is impossible to give any reponse.

blackbit•1d ago
This is a question of principle. The objective is to gain the ability to rightfully claim "I have written this". There are a number of imaginable reasons to want this. Copyright, ethics, upstream project policy, you name it.

To put it to the extreme: Let's say I take the commit as is, typing what I learned verbatim off the screen as is but removing the "Co-authored by" note of the commit message. Then the LLM provider sues me, claiming I have no right to remote the note. Who would win in a court of law? I am not looking for binding legal advise here of course, I am just interested in what people here think.

vincent-uden•1d ago
To start off, law and ethics are not the same. Law is definitely not the extreme of ethics, I'd almost say it's the other way around. Law is just a practical (and imperfect) implementation of an ethical system.

At least in the U.S. (and the european countries I know of) only a human can be considered an author for copyright. Thus the code belongs to the person who prompted the LLM. As far as I know the AI-providers make no claim on the copyright of AI-assissted code generation.

Regardless, that is not what stops you. If you find this code online, in some repository that hasn't been upstreamed yet it is extremely likely for the code to be under some license.

Many of these licenses have no requirement for attribution at all, thus you can just copy the code no matter who the rights holder is. Some require that the code must be re-distributed under the same license, but if it was a change intended to possible be upstreamed that is already a non-issue.

This is my laymans understanding of the legal case, which is almost entirely separate for any ethical analysis (or principles).

pestatije•23h ago
well ur stealing from burglars, so the way to go is to announce what ur doing with full disclosure
vincent-uden•23h ago
It is almost definitely not stealing if the code is written in a fork as would be the case in the hypothetical scenario of finding non-upstreamed code.

It would depend entirely on the license of that code which will almost certainly be the same as the license for the base repo in the outlined case.

Most common licenses (MIT, BSD, GPL-2, GPL-3) would allow copying the code without any issues