• 0 Posts
  • 44 Comments
Joined 2 months ago
cake
Cake day: August 22nd, 2024

help-circle

  • Disregarding the parent comment, but hosting a soft fork is easy enough but it’ll quickly become a spaghetti mess of local patches that conflict with upstream changes. It’s not like there’s an argument for preserving access to Russia either since the nature of the kernel being hosted across torrent trackers makes it impossible to deny Linux to any one country.

    It seems like the better solution (imo) is to work on a different kernel receptive of these maintainers, so that the companies employing them can still have a kernel that is developed for their use-cases whilst supporting projects that don’t so openly collaborate with hostile states.


  • All of those freedoms were directly impacted bozo.

    And as for “Linus didn’t do it”, not only did they choose to comply with an order that directly violated the GPL, but in doing so he then followed up by gloating about Russian maintainers who have worked diligently on the kernel for years for the betterment of open software AND Linus’ paycheck.

    Calling your former volunteer contributors bots and state assets because of their home country is just straight up racist, especially when the only evidence of state-sponsored tampering in the Kernel has come from American institutions (that we even know of).



  • Probably better for BRICS countries to consider contributing to something different.

    Realistically there’s no feasible way for the US to block access to use the kernel, and even a soft fork of it will be laughably easy for glowies to exploit. There are a bunch of promising kernels that could be well suited for China and Russia’s push towards RISC and ARM independence, whereas in Linux they’d be tasked with maintaining drivers and other systems that are a massive security vulnerability if you don’t have total control over them.

    I’d honestly even consider it a good idea for Russia to get the FSF to fight this considering it’s a blatant violation of the GPL. Even if the president can just say whatever they like, at least you can make it embarrassing and expensive for the chauvinists gloating at the labour they exploited for years.


  • Maybe a total boycott of Russian economy would’ve had some domestic response, but in reality the only people sanctioning the Russian economy are the US and EU, which in itself represents a fraction of the world population and its economic output. The vast majority of the world’s countries continued trading with Russia as usual, if not encouraged trade as Russia offers more favourable deals that the US and EU are unwilling to counter.

    If the EU/US bloc was genuinely interested in anything other than a forever war to boost their military industrial complexes, they’d have put some of their economic power on the line to support global adoption of sanctions, but instead it is backfiring as BRICS slowly (but very surely) becomes a truly independent economic order of its own creation.















  • I’m a flutter dev, and I’ve seen testimonies from a former Windows 98 dev about limiting the number of redraws in the shell.

    There’s deffo extra overhead, but it’s not linear - 4k being 4 times as many pixels as 1080p doesn’t mean 4k the work to render after the first frame, as the browser/framework will cache certain layout elements.

    The initial layout is still expensive, though, so big tables will take longer, but that big table at high Res will probably be less chuggy when scrolling once loaded.