Spyke

Replies

linux

Comment on

I'm fairly sure linux just hates me.

I'm not sure who told you that an installation on a USB thumb drive should boot "almost instantly" - that's a much slower device than a proper HDD or SSD, and it's normal for booting off of those to at least take a bit of time. The slow boot and the slow performance when running are probably both the same thing - slow disk I/O. A fast CPU helps run computations quickly, but installing and launching programs involves a lot of writing and reading files, which doesn't have much to do with CPU speed.

Comment on

Brave will not add Web Integration support

Reply in thread

"Just" fork it. Right.

It's a massive undertaking to maintain a fork of something that large and continue pulling in patches of later developments.

Not to say that Brave doesn't have the resources to do so - I really don't know their scale - but this notion of "just fork" gets thrown around a lot with these kinds of scenarios. It's an idealistic view and the noble goal of open source software, but in practical and pragmatic terms it doesn't always win, because it takes time and effort and resources that may not just be available.

linux

Comment on

Did One Guy Just Stop a Huge Cyberattack?

Reply in thread

Generate the binaries during test execution from known (version controlled) inputs, plaintext files and things. Don't check binaries into source control, especially not intentionally corrupt ones that other maintainers and observers don't know what they may contain.