frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenShot 4.0: Record, Edit, and Color Like Never Before

https://www.openshot.org/blog/2026/08/30/openshot-40-record-edit-color-like-never-before/
233•metrofun•3h ago•62 comments

“I just chose words carefully”

https://unsung.aresluna.org/i-just-chose-words-carefully/
977•zdw•14h ago•257 comments

Breaking Claude Code Opus 5 Auto Mode

https://embracethered.com/blog/posts/2026/breaking-claude-code-opus-5-and-automode/
178•Recursing•5h ago•56 comments

Agent Memory as a File Format

https://calpaterson.com/memoryfields.html
40•ingve•2h ago•35 comments

Malleable software = solid bases and custom code

https://www.mdubakov.me/malleable-software-solid-bases-custom-code/
25•tablet•3h ago•6 comments

uv: Deduplicate all files in the wheel cache

https://github.com/astral-sh/uv/pull/21327
104•tosh•7h ago•40 comments

Apple Caught Off Guard by AI Demand for Mac Mini and Mac Studio

https://www.macrumors.com/2026/08/30/apple-unexpected-mac-mini-and-studio-demand/
32•thm•1h ago•25 comments

My hobby of building miniatures and taking pretty pictures

https://sandyuraz.com/blogs/tiny-cafe/
227•thecsw•2d ago•38 comments

P99 0 ms* autocomplete for 240M domain names

https://ruurtjan.com/articles/p99-0ms-autocomplete-for-240-million-domain-names
170•dbalatero•10h ago•70 comments

The startling 1960s theory that Stonehenge was a prehistoric computer

https://www.bbc.com/culture/article/20260828-the-startling-1960s-theory-that-stonehenge-was-a-pre...
15•dabinat•3h ago•17 comments

Using floci to emulate Cloud platforms (GCP, AWS, Azure)

https://flowg.cloud/blog/using-floci-local-emulators
16•linkdd•3d ago•3 comments

What I Learned About AI Trust from Reconciling over 100B Transactions

https://engineering.moniepoint.com/what-i-learned-about-ai-trust-from-reconciling
20•Cellz•2h ago•16 comments

The Universe as a Minified Bundle

https://andrewarrow.dev/2026/moons/2/day/9/the-universe-as-a-minified-bundle/
7•cs1996•2h ago•2 comments

ReactOS 0.4.16

https://reactos.org/project-news/reactos-0416-released/
28•marttt•5h ago•4 comments

A CVE Dispute

https://daniel.haxx.se/blog/2026/06/24/a-cve-dispute/
89•theanonymousone•2h ago•15 comments

A 12TB Steam "teraleak" spills more than a decade of lost PC gaming history

https://arstechnica.com/gaming/2026/08/a-12tb-steam-teraleak-spills-more-than-a-decade-of-lost-pc...
234•WithinReason•7h ago•39 comments

Study: Blue light impairs the eye's ability to distinguish fine detail most

https://research.uga.edu/news/blue-light-has-a-surprising-effect-on-your-eyes-study-finds/
21•giuliomagnifico•5h ago•15 comments

Matrox: Graphics for Professionals

https://www.abortretry.fail/p/matrox
150•BirAdam•14h ago•51 comments

How to build a diffusion language model

https://kuleshov-group.github.io/blog/blog/2026/how-to-build-a-diffusion-language-model/
135•volodia•14h ago•16 comments

Highlighting My Code Based on How Much I Care

https://hank.bond/posts/highlighting-my-code-based-on-how-much-i-care/
98•hankbond•2d ago•55 comments

Understanding ChatGPT Work

https://simonwillison.net/2026/Aug/30/understanding-chatgpt-work/
244•gmays•12h ago•131 comments

What 2000 Buried Underpants Revealed About Where Soil Is Most Alive

https://studyfinds.com/what-2000-buried-underpants-revealed-about-where-soil-is-most-alive/
56•mdp2021•4d ago•10 comments

Early 2000s were peak of humanity

https://lukaszkups.net/notes/early-2000s-were-peak-of-humanity/
30•lukaszkups•4h ago•26 comments

Creepy Crawlies

https://people.kernel.org/monsieuricon/creepy-crawlies
1265•zdw•1d ago•633 comments

Show HN: NFC Energy-Harvesting PCB Business Card with an MCU

https://wilsonharper.net/projects/businesscard/
199•WilsonHarper•2d ago•22 comments

Notes on Private Trackers

https://www.jenn.site/notes-on-private-trackers/
22•surprisetalk•4d ago•8 comments

Cores in space: The core memory module from a 1980 Spacelab computer

https://www.righto.com/2026/08/spacelab-core-memory.html
123•pwg•17h ago•20 comments

Sort branches by last commit date

https://ryangreenberg.com/til/git-branches-by-commit-date/
133•speckx•5d ago•44 comments

Why open source rocks – a new SM750 (Silicon Motion GPU) HDMI Driver

https://github.com/KodeMunkie/sm750hdmifb
118•SillyUsername•18h ago•40 comments

Formalization of the Solution to the Hopf Problem

https://github.com/plby/HopfProblem
14•robinhouston•3d ago•11 comments
Open in hackernews

AI-Written Code Is Still *Your* Code. Are You OK with That?

https://martiansoftware.com/articles/ai-written-code-is-still-yours
44•martylamb•1h ago

Comments

tyleo•1h ago
I keep getting downvoted for saying this but I still review all of my AI generated code. I feel like I’m sufficiently sped up.

Of course you can go faster if you don’t read the code at all, that’s always been true. But it seems like the ability to emit large quantities of text is already a huge leap in productivity. I don’t think these tools are good enough yet to offload all or our thinking into them.

Hugsbox•57m ago
IMO human-verifying will always be a must, no matter how good the LLMs get. If I'm shipping code that I don't understand and it ends up having major problems, I'm still the one who's responsible for it, not the LLM.
Kinrany•43m ago
You could ship code without understanding it, it just needs to be treated as throwaway, unreliable and potentially malicious. This is OK for some tasks, e.g. best-effort scraping of a frequently updated website that's actively hostile to automation
mortalapeman•53m ago
Where it really shines for me is when the best solution is explicit and obvious code, but really tedious to write. Now I'll choose to have AI write it instead of me, where before I might have tried to write a bad abstraction. Things like generating a TypedDict for a JSON A document I'm returning as a convenience from a postgres query.
MyelinatedT•40m ago
I also review all of my AI-generated code. I feel that it’s disrespectful to my teammates to send unverified slop for review.

I’ve noticed that while my coding skills have very noticeably atrophied (to the point I am consciously scheduling time to manually code, just for practice), my ability to read and comprehend code quickly has actually improved quite dramatically.

I notice style inconsistencies and semantic errors far more quickly and consistently when reviewing both human- and LLM-generated code, as compared to a year ago. Cognitive tradeoff hypothesis and all that…

Ampersander•35m ago
What do you say to your boss if they ask why your colleague is producing 10-100x the kloc as you?
tyleo•46s ago
I'd ask what outcome we are trying to achieve.
eterm•1h ago
Yes I'm more than okay. AI has enabled a scale of personal ambition I could only previously have dreamed of.

I've never been the kind of coder who could easily sit down and get their thoughts out from mind to written lines. I've seen that happen in a few gifted individuals, and AI might be frustrating them, because for them, coding was never the bottleneck, but for me, I would always get stuck in analysis paralysis, and just writing the first line of a project was a daunting prospect.

With AI I'm able to construct an entire ecosystem of programs I've always wanted.

The code isn't perfect, but I understand enough to fix architectural mistakes and to guide the AI to a good enough solution.

majorbugger•57m ago
Way to completely miss the point of the article.
phoghed•53m ago
> point of the article

Nth iteration of pointless AI navel gazing?

eterm•43m ago
What was the point to you? What I took away from the article is that AI adds a bunch of complexity that is making it harder, not easier to understand.

And I'm saying that is true, but it's also enabling a kind of complexity and ambition in outcomes that might be a worthwhile trade-off.

In the same way we accept that cars are no longer something that a mechanic can understand and repair without a laptop, because we trade off the repairability and understanding for better mileage or safer handling.

Either I misunderstood the article, or people are misunderstanding my point, because I'm genuinely confused by being called a bot.

exe34•
luxuryballs•59m ago
it's the best keyboard extension I've ever used
syndacks•58m ago
Yes.
altern8•58m ago
I'm not OK with it, but I have no choice besides maybe quitting my job.

I've also tried to understand the code that AI writes, but it's often insane and untangling it would slow me down so much that it would nullify the gains in speed that AI brings.

To me, either companies realize they're spending a lot more money to ship crappier code and AI becomes a niche, or we'll just stop looking at code. I don't think there's any other option because I don't see AI getting better at it. It seems to actually be getting worse and more annoying to use.

mortalapeman•34m ago
My company recently had to cut back our usage to effectively nothing and I get to code by hand again. I'm going to appreciate it while I can. The AI just wasn't providing enough value for us
trvz•57m ago
For most people employed as programmers, inheriting code from previous people has been a thing.

Also relevant: including libraries written by others in your own software.

As always it comes down to finding a healthy balance.

daveguy•48m ago
I've inherited plenty of code bases. AI generated code is a special kind of foobar. With a code base inherited from a human you can at least be assured at least one human has understood each portion for a brief period. With agentic slop all bets are off.
jlawrence6809•27m ago
Maybe I'm a bad programmer or have worked at places with terrible dev culture, but honestly I've made changes to code I didn't really understand. The changes I made seemed to accomplish the task I was aiming at, but the downstream effects were sometimes impossible for me to grok. Before vibe coding took over, using AI to help me get a handle on what a bunch of code was doing was actually one of the things that sold me on using AI.
tzs•26m ago
A big difference with libraries is that (hopefully) a whole lot of other people have used that same library the same way you are going to use it for the same purpose you are using it for. All the significant bugs hopefully were found by them and the library was fixed.

That usually makes it safe to use even if you have no idea how it does things inside.

With AI code there is a very good chance you are the first person to ever use that code.

nullbio•57m ago
I'm fine with it. I'm just as liable or likely to write bugs in my own handwritten code as I am in generating code via AI, if not more likely.
subscribed•43m ago
My tiny two pet projects I keep developing with LLMs taught me how useful TDD is - I'm not a software engineer so I've been never formally introduced to these, but now I learn the best practices.

So in consequence I have less bugs in this code than what I could achieve myself, and as a second outcome of these is a solid workspace templates that make it faster and easier to get another small thing up to speed, the way that's good and "me". And the very short leash, sandbox and hooks make sure I learn a lot in the process too.

josefritzishere•56m ago
That's not OK. It's so convoluted I don't want my name on it.
croes•56m ago
My code if you mean responsibility, not my code if you mean authorship.
Kinrany•40m ago
That's not too different for crediting e.g. a typewriter as the tool used to author the text. That is, not ridiculous, but not new.
Retr0id•56m ago
> It’s crystal clear that AI can be a complexity factory.

> I’ve been thinking a lot lately about what software would look like if we made keeping software understandable to humans a first-class design goal in the age of AI.

I agree, and I've been thinking similarly. But I don't think there's anything "new" about what understandable and well-factored code should look like. It's the same principles as ever.

A lot of agent-written code looks like what you'd get if you gave an enthusiastic human slightly too many stimulants and asked them to take the shortest path to reach the goal. Plausibly this is just a result of the LLMs not being "smart enough" to do any better, but I think there's also an incentives problem. How do you reward human-understandability in benchmarks and unsupervised training?

MyelinatedT•45m ago
There are deterministically computable metrics for cognitive complexity and readability[0].

They’re not perfect by any means — and I suspect they’re already included in the RL process for coding evals, and have been for some time. I do think we’ll see ongoing improvement in this area though.

[0] (pdf warning) https://www.sonarsource.com/docs/CognitiveComplexity.pdf

Retr0id•34m ago
See also: Goodhart's law
fjcururuvy7•41m ago
Same way you do with humans.

Set acceptable review standards, outline appropriate frameworking, document approaches, test standards, documentation standards and overall just set good examples in both context and the codebase.

If your codebase is slop it's because you approved it.

prometheus1992•56m ago
I find it incredibly difficult to contribute to code files that were initiated by LLMs. Need to dig deeper to understand why but I just don't like it. I end up prompting my way out of any issues I see, sometimes it works out sometimes it doesn't.
delijati•55m ago
we will go full circle "what software would look like if we made keeping software understandable to humans" maybe we invent a pseudo programming language so we get deterministic results ;)
alasano•48m ago
Some guy posted that project like a week ago on HN, no joke. Circle has been circled.
gwbas1c•47m ago
I honestly have a vision of a database of .md files that fully describes an application in human-readable, (ok, engineer-readable), text. Making a change is committing a change to the human-readable text, and then AI comes and figures out the rest and/or suggests edits to the human-readable text. (Or asks questions.)
a2ff6eeb0•40m ago
That's just a programming language, but worse.

The vision is that AI owns the process end to end, from autonomous user interviews through spec generation all the way to implementation. We shouldn't need to tell AI what to do for a high level goal, it should figure it out on its own.

phoghed•54m ago
> when you build software, you own it

No, I specifically don’t. My company owns it, and that bastard will lay me off without a second thought.

amelius•46m ago
Yeah but only _you_ know what to do when your code breaks, ha ha.
Finnucane•41m ago
Which isn't exactly a new problem, just going to get scaled up.
catlifeonmars•38m ago
Especially if they can use code you submitted as an excuse
lerp-io•49m ago
And since AI is trained on your code and my code. Your code is now my code and my code is now your code :)
Verdex•49m ago
I don't believe that AI is the 'higher level of abstraction[1]' that it is often claimed to be. However I wonder if it's possible to work with a codebase when other developers are treating AI as a higher level of abstraction.

Analogously, people can write in assembly, but can you write in assembly when the codebase is frequently altered by someone with an optimizing compiler?

[1] - Do higher levels of abstractions even exist? By my way of thinking that's called not an abstraction. C isn't a higher level of abstraction; it's a different abstraction implemented by assembly. There are more powerful abstractions and more ergonomic abstractions, but that doesn't make them 'higher level'.

Retr0id•45m ago
> can you write in assembly when the codebase is frequently altered by someone with an optimizing compiler

This itself is quite normal (e.g. we have .S files and .c files and link them together), but I suppose a more accurate analogy would be that someone is dumping their optimising compiler output directly into your .S files.

Maybe what we need is better ways to partition the slop-code and the not-slop code.

exe34•42m ago
Sounds like you just don't like the phrase 'higher level'. To most people this is synonymous to 'powerful abstractions' and 'more ergonomic abstractions' in the sense that they allow us to think "at a higher level" - map instead of loop, objects instead of memory addresses and size, modules instead of gotos.
jacquesm•42m ago
You wouldn't be the first person to eventually conclude that C is just a very fancy macro assembler.

But AI generated code is much like every other generated code: it is more voluminous and rather less elegant than what you'd write as a person. And here too there is a link with assembly: early compilers routinely put out absolutely terrible assembly by assembly programmers' standards of the day. And then they got better. To the point that today it takes some pretty rare niches that it pays off to break out the assembler and roll your own.

I expect AI generated code to develop in the same way, and the way to get them to improve is to hold generated code to high standards. The problem is the perverse incentive: generated code of low quality will eventually result in many more tokens burned than a one-shot piece of perfect and elegant code. Here you can draw a link with medicine...

rob•47m ago
Absolutely! I haven't had this much fun since I was coding MySpace layout glitter graphic websites in 2006 with PHP, MySQL, and CodeIgniter.

I'm getting older, I have lots of ideas, and now I have tools that can help bring them together faster instead of spending two weeks obsessing about how I want to set up Ubuntu and have nothing to show for it. Helps replace the all-nighters that I used to be able to do.

I still think having decades of experience in everything from domains, DNS, FreeBSD/Linux servers, databases, all sorts of programming languages, and full stack dev helps get more out of these tools compared to somebody that has no idea what they're doing. Especially around the deployment side right now. People keep saying that's changing though.

andincl•45m ago
This is why I don't use AI to write code directly but instead will use it to generate code snippets or ideas or critique, or even just use it as documentation I can talk to.

By doing this I can still get the benefits of the technology including - and this is crucial - as a learning aid to improve my own skills, while not entirely outsourcing my own thinking to the machine.

daveguy•36m ago
This is exactly how AI should be used when coding. "Agentic" AI produces garbage code. The entire codebase should never be accessible to the context (even if parts at a time, if the agent chooses the parts). And the entire codebase should never be write accessible. Only limited scope writes, human read, and approved.
a2ff6eeb0•44m ago
> I’ve been thinking a lot lately about what software would look like if we made keeping software understandable to humans a first-class design goal in the age of AI.

Why? Humans can't keep up. We can't keep up with writing the code, we can't keep up with debugging, and I think we're approaching a 'claude code' moment where we won't be able to keep up with system architecture.

slackfan•43m ago
You are responsible for your (robot's) output.
petcat•41m ago
> It’s crystal clear that AI can be a complexity factory.

> keeping software understandable to humans a first-class design goal in the age of AI.

I'm not sure this is going to be a worthwhile goal for much longer. Rarely is anyone caring about the complexity and comprehensibility of the ASM that GCC or LLVM generates from higher-level C code. I think the code-generation abstraction is just moving even higher now into "prompts". The architecture and engineering process of developing software systems is the important human component. The source code itself is not super valuable. What remains valuable is the input, direction, scrutiny, and "battle testing" of the solution.

thejokeisonme•39m ago
How can you scrutinize something you don't understand?
nasretdinov•37m ago
Interestingly enough, the question "do we want to support it" has been the main one (not "can we write it") in any sufficiently large and mature project for as long as I remember.

Now, becoming large is now a solved problem essentially, but that's still only maybe 10-20% of the software engineering work in the long run. I'm grateful I can delegate some grunt work to LLMs, but, essentially, the main reason why large projects slow down development has never been due to inability to write lots of code quickly.

officialchicken•36m ago
The balance sheets of the AI providers are pretty clear on this ownership thing: I shouldn't own it, NVidia should. Instead, I should pay at least once a very large amount to initially produce it. And then I should have a recurring usage-based monthly fee - for a license allowing me to say it's "my code". That's on top of hosting fees, etc.
zoobab•34m ago
We need some laws to tag which code has been produced or not by an AI.

For the AI Act, it is the case for images and videos, don't know about code.

xacky•33m ago
There are still boomers who think that BASIC from the 1960s made computing too easy, the gatekeepers will lose over a long enough time period.
gps372•33m ago
> We’ve never needed to treat understanding our own code as a separate cost from writing it, because writing it largely forced us to understand it.

Completely agree with it.

> I’ve been thinking a lot lately about what software would look like if we made keeping software understandable to humans a first-class design goal in the age of AI.

It is already understandable if you are producing only required and necessary features. Understandability can be managed by scope control and not getting carried away with being able to produce more and more features.

I believe engineering teams will be working on trying to optimize for more engineering accountability in coming years, as the reality is catching up.

me2too•28m ago
It's yours if during the generation process you correctly used the tool. e.g. You designed the architecture, you reviewed the generated code, you assisted all the development, you decided the type of tests and used your brain to guide the generation.

It's not your code if you just said "implement this" and then you shipped it. It's going to backfire - and if you still think that you own that code... well you're wrong. You're a code custodian rather than a code owner.

thefz•25m ago
Before the age of slop we are living in, there were brilliant people who designed, implemented, tested and debugged some very brilliant and enormous codebase that the average HN user would take years to understand at a bird's eye view.

So no, having access to the new fancy model does not make the average person a genius in the same way that having access to Stephen King's typewriter does not make anyone a writer of success.

jodacola•5m ago
> We’ve never needed to treat understanding our own code as a separate cost from writing it, because writing it largely forced us to understand it.

Once a system gets to a certain scale, understanding it has always been a problem; it's just exacerbated in the age of LLMs. On many occasions, I've even seen folks write code they didn't understand, in the hopes that it would solve issues we were experiencing. Sometimes this code shipped. AI has just laid it bare.

I've been working for many months on exactly this problem: a tool to codify and accelerate understanding. Help with prod incidents. Architect better. Get to systematic understanding faster to save businesses valuable time (read: money). This is only getting worse in the AI age, but it has always been a problem for software at scale, and I'm thoroughly enjoying solving problems that I and my teams have had for many years.

5m ago
It's useful to you. I'd say take the win and let the haters quibble. I'm good enough at coding that I can use it as part of my day job, but I hate coding for the sake of coding. For me coding is a tool for solving problems, and now AI can sometimes help me solve problems I might not have had the motivation to persue. My scale is usually "a small application that helps me do X", not "I develop photoshop singlehandedly".
altern8•57m ago
Is this a bot, or real..?
lirolero•52m ago
> I've never been the kind of coder

Looks like you were never really a coder, to be honest.

subscribed•41m ago
Okay, and why is that a problem?
lirolero•29m ago
I never said it was a problem.
eterm•32m ago
It's true I've always been better at breaking things than making things, but for someone who was "never really a coder" I've had a good career doing it all the same!
gchamonlive•41m ago
I don't think these comparisons between AI generated code and an idealised version of the code are productive. We have to compare with code that exists in the real world, so AI against human, and not only that, good AI generated code with good human written code, as well as AI slop with human slop.

I think if we did that we'd see that on average the code written by humans are less legible, parts of the intention will live forever in the mind of the developer at time of writing, and more prone to complexity build-up over time, simply because there wasn't time and incentive to go back and refactor code that works, apparently.

Now with AI sure you produce a lot more complexity, more than the human prompter could write by himself, but complexity can be managed with the same workflow that created it, by analysing and removing code paths, changing code architecture, replacing reimplementation with consolidated libs etc...

It's a matter of knowing how to use the tool and not creating a false sense of nostalgia where we feel like we had it better in the old days, which is not true at all.

> How do you reward human-understandability in benchmarks and unsupervised training?

And to answer this, there is no replacement for humans immersed in their world yet, so we need developers with with good understanding of the domain and that are able to write good descriptive prose in order to steer agents into producing acceptable code.

ryandvm•29m ago
I think the worst part is that to the bullshit artists that usually float to the top of any org chart, AI generated docs, and implementation plans, and code is superficially plausible. It's hard to find any particular thing that is wrong with all of it - just a general vibe of verbosity. I am observing entire engineering departments drowning in AI generated RFCs and TDDs and thousand plus word Jira tickets and PR reviews and feedback to the PRs. All just Claude talking to itself via various meat-based secretaries.

Meanwhile, as far as leadership is concerned, they don't really understand what is being delivered they just know there's a lot of it. So they're happy - for now.

I think a lot of shops are going to have to go through a couple years of Github-style "why the fuck is our service always down?" before they put 2 and 2 together.

cesarb•40m ago
> Analogously, people can write in assembly, but can you write in assembly when the codebase is frequently altered by someone with an optimizing compiler?

Yes. There's an interface boundary in the form of function prototypes and ABI rules. To the optimizing compiler, your assembly code is undistinguishable from separately compiled high-level code, and to your assembly code, the compiler output is undistinguishable from separately assembled low-level code.

One problem with LLMs, is that they don't respect these boundaries like an optimizing compiler would.