• 1 Post
  • 101 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle










  • Okay, but (as per the article) the allegedly-“top” court that made the ruling, the European Union’s General Court (EGC), is not the same as the court that the lawsuit would be appealed to, the European Court of Justice (ECJ). How can the EGC be the “top” court if the ECJ is above it?

    Besides, the bottom line is that saying “the top court ruled on this” strongly implies that it’s a final decision, but that’s not the case here. Regardless of the details of which court does what, that’s misleading and therefore clickbait. Don’t write headlines telling me it’s hopeless when there’s actually hope!




  • In general, you’re not wrong in your summary of how the Web developed. The problem is, though, that you seem to be assuming that since the Web did develop that way, that it had to develop that way. I disagree with that: I think other possibilities existed and might have been viable or even dominant if the dice of fate/random chance had happened to land differently. (And I think that they would’ve been much more likely to be viable or even dominant if some of the regulatory environment had been different, e.g. if residential ISPs hadn’t been allowed to get away with things like drastically asymmetric connections and prohibiting users from running servers. More enforcement of accessibility and standards compliance, instead of tolerating companies deliberately abusing things like Flash and Javascript to unduly restrict users, would’ve also gone a long way.)

    and make it look/function the same across different screens and different brands of computers.

    That was not only totally optional, but also arguably considered harmful. HTML was intended to leave presentation up to the client to a certain extent, by design. Megalomaniacal marketers and graphic designers demanding to have pixel-perfect control and doing a bunch of dirty hacks (e.g. abusing <table> for page layout instead of tabular data) to achieve it were fundamentally Doing It Wrong.

    But I do wonder if anyone is thinking about how foss replacements and competition will gain any ground because honestly they either pay the bills with donations and ads, or they charge a subscription fee because these things cost money to run.

    Or they implement a distributed architecture that offloads the bandwidth and storage costs to users directly, a la Bittorrent, IPFS, Freenet, etc.



  • You can also get different varieties of Ubuntu with different default desktop environments, named as portmanteaus of [DE name] + “Ubuntu.” Specifically, there’s Kubuntu (with KDE), Xubuntu (with XFCE), and most relevantly, Lubuntu (with LXQT).

    Note that LXQT isn’t the same thing as LXDE, but is sort of a successor to it (even though LXDE is also still maintained).

    sudo apt install lxde (or sudo apt install lxqt, for that matter) is definitely simpler than starting over installing a Lubuntu image though, so try that first.