• 0 Posts
  • 132 Comments
Joined 11 months ago
cake
Cake day: June 10th, 2024

help-circle
rss











  • Yep, I think that “cut a liberal and a fascist bleeds” is in the same vein. I understand where it’s coming from, but I feel like instead of alienating people who self-identify as liberals we need to point out that liberalism is self-contradictory (private ownership of capital is eventually incompatible with equality before law, democracy and liberty in general). So, when times get tough (because of centralization of capital and thus power in the hands of few, combined with lobbying/bribes/regulatory capture) liberals will have to choose one or the other - those who choose private ownership are fascists, and those who choose liberty are communists. I don’t have a good catchphrase to encompass that idea, though.



  • Good for the environment? I recycle everything I can. I don’t use plastic bags or single-use cups. I avoid using heating in the winter to save on CO2 emissions (used it for 2 days this winter when my gf was sick). I stave off aircon in the summer for as long as I can to save electricity. I’m vegan (mostly because of ethical concerns but also because meat is awful for the planet in general). I avoid using my car when there’s an alternative (cycling/public transit).

    Good for me? I do at least some exercise (stretching, workout, jogging, cycling) every workday and hike on the weekend. I brush my teeth twice a day, floss weekly, and get a full dental cleaning annually, and because of this (and genetic luck I suppose) I never had any issues with my teeth (don’t have even a single filling). I don’t drink alcohol or smoke at all. I avoid caffeine and sugars when possible.

    I feel privileged to be able to form those habits, and also often blame myself that I don’t do better. I’m addicted to fat and carbohydrate-heavy foods, can’t bring myself to clean the apartment with any regularity beyond the most necessary, and can’t form a habit of regularly reading books. Sometimes I wonder how other adults manage when they have a 9-5 office job with commute times, kids, etc.




  • AppImage suffers from the same problem that Flatpak does, the tool do work offline aren’t really good/solid and won’t save you for sure

    I’ve been using my laptop in areas without internet for days. It works fine.

    It also requires a bunch of very small details to all align and be correct for things to work out.

    I have appimage-run from nixpkgs installed, which handles all those details. They are also not too hard to figure out manually should you need to.

    Imagine the post-apocalyptic scenario, if you’re missing a dependency to get something running, or a driver, or something specific of your architecture that wasn’t deployed by the friend alongside the AppImage / Flatpak (ie. GPU driver) you’re cooked.

    GPU drivers are emphatically not part of the AppImage. They are provided by Mesa, which is almost guaranteed to be installed.

    Meanwhile on Windows it has basic GPU drivers for the entire OS bakes in, or you can probably fish around for an installer as fix the problem

    It’s actually the other way around - if you want your GPU to work properly on a new Windows install, you have to fish around for AMD/NVidia drivers. On Linux Mesa is pretty much pre-installed on all distros.

    It is way more likely that you’ll find machines with Windows and windows drivers / installer than Linux ones with your very specific hardware configuration.

    LMAO, try moving a windows installation from Ryzen+AMD GPU to Intel+NVidia GPU and let me know how it goes (hint: you will have to manually uninstall, and then install a shit ton of drivers, for which you will need internet).

    Meanwhile I’m typing this from a (Ryzen+AMD GPU) desktop which has an SSD from my (Intel+integrated graphics) laptop. When I plugged it in, it booted into sway just fine, with complete GPU support and all, and the only reason I had to update my config is to make it more convenient to use on the desktop.

    Linux is not the best “apocalypse” OS, but it sure is better than Windows.


  • There are ways to deal with this. There’s AppImage for GUI apps (that replicates the “just get an exe from a friend on a flash drive”) and lots of bundling programs for non-GUI apps (I use nix-bundle because I use Nix, but there are other options too).

    Lots of distro installers work offline too, by just bringing all the stuff you need as part of the installer.

    And one major benefit of Linux is that when stuff does inevitably go wrong, it’s infinitely easier to fix than proprietary garbage.