I can't help but feeling like if we're just going to be talking about copyright, we've jumped the shark.
I can't help but feeling like if we're just going to be talking about copyright, we've jumped the shark.
Posted Mar 26, 2026 16:40 UTC (Thu) by bertschingert (subscriber, #160729)In reply to: I can't help but feeling like if we're just going to be talking about copyright, we've jumped the shark. by koverstreet
Parent article: Vibe-coded ext4 for OpenBSD
Not to mention the more fundamental question of whether writing new code is the right way to solve a problem. This snippet from the conversation seems pretty important:
On Mon, Mar 23, 2026 at 08:32:43AM +0000, Stuart Henderson wrote:
> On 2026/03/23 03:45, Thomas de Grivel wrote:
> > I did check everything and it did look like ext2fs code with minor
> > modifications that I fully understand to support ext4 extents and
> > checksums it's not that big of a deal : ext4 is just ext2 with 64 bit,
> > different checksums and extents tree walking.
>
> Why standalone rather than done as diffs to ext2fs?
If a tool makes it extremely easy to generate lots of code, then people will tend to solve problems by generating lots of code. I already see this with my coworkers writing multi-thousand-line programs to do something that could be done with a short bash script combining existing tools. As a sysadmin, every new program I have to read, understand, and maintain is another burden.
