• 1 Post
  • 49 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle

  • I used unstable for years (don’t anymore). It broke itself in minor and major ways every couple of months. Maybe it wouldn’t boot or X wouldn’t start, or the package dependencies were broken and I couldn’t install certain packages for a couple of days. Stuff like that.

    You will have manually to fix these things from time to time, or do a workaround (like manually downgrading certain packages), or wait a week so stuff gets sorted. Most of the time it works fine though. I imagine the experience is somewhat similar to running arch.

    You do not get security fixes, but it’s not a massive problem usually, since you’ll get the newest version of most software after a couple of days (occasionally longer) after it is released.

    Anyway do not recommend unless you want to be a beta tester. I did report bugs sometimes, but almost always by the time I encountered an issue, it was already reported and a fix was already in the works.


  • gnuhaut@lemmy.mltoLinux@lemmy.mlI Tried Gaming on Linux...
    link
    fedilink
    arrow-up
    34
    arrow-down
    4
    ·
    22 days ago

    I have never used the Steam beta or Proton-GE or whatever information is spreading out there to noobs about what they should do, and I’ve been gaming exclusively on Linux for more than 20 years. Only do this beta or bleeding edge stuff if you have a problem, and a good reason to believe that will help (like people reporting your specific issue is fixed in beta). Or I guess if you’re bored out of your mind. And expect other issues since it’s fucking beta.



  • Reportedly the Russian factory workers are being paid quite well. And the lack of quality is just a myth I think. There’s no indication that’s actually true.

    The real reason prices in the West are so high is that there’s a shortage, and shells are supplied overwhelmingly by private contractors, and so the price has multiplied thanks to supply-and-demand market logic.

    You may think the Efficient Free Market Knows Best™, so shouldn’t they increase production? Think again. They’re making record profits right now. Meaningfully increasing production involves building new factories for billions of dollars/euros, which might be ready in a year or two. By then the war will be over and they would have overcapacity, which would be inefficient and prices would plummet. Why would they do that to themselves?

    So they’re in a great negotiating position vis a vis desperate Western governments. They want guaranteed profits, of the same sort they’re making right now, or else the shortage continues.



  • gnuhaut@lemmy.mltoLinux@lemmy.mlWhich are your preferred laptops?
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    24 days ago

    I haven’t kept up with all the various lines they’re up to now, but that looks about right. Also obviously doesn’t hurt to google the exact model. Someone I know got an old tabletty Thinkpad with a touchscreen (don’t know what model) and on that one the webcam doesn’t work on Linux, so something like that can happen.









  • I don’t think that’s the problem

    Listen to the parent, this is almost certainly something to do with DNS (i.e. Firefox is not getting an answer for some reason, then timing out, then using maybe a backup DNS server; maybe there are multiple rounds of this). Who knows how your distro and that flatpak produce this interaction, but something is going on there.


  • Yes. You can use lvresize to reduce the size of your logical volumes.

    You first need to shrink the filesystems using e.g. resize2fs (exact command depends on filesystem). See the manpage for details, but for shrinking the filesystem it needs to be unmounted, so you’ll need to do this from a live usb or something.

    After that you can use lvresize to resize the logical volumes. Pro tip: You can shrink the filesystem to e.g. 20 GiB, but shrink the partition to 30 GiB, just to make sure you’re not cutting off the filesystem due to some slight error or inexactness, and then afterwards run resize2fs again to resize the filesystem back to fill the whole partition, which it does by default if you don’t specify any size.

    Also note, since you have LVM-on-LUKS, when you boot into a live cd, you will need to first use cryptsetup to decrypt your partition, and then run vgscan to make lvm find the unecrypted partition.


  • extension design and strong content filters make AdBlock for Firefox a solid choice for people who don’t necessarily despise all ads

    Do these people exist and if so, have they been checked for brainworms?

    The rest is also stupid, ublock origin can and does block trackers, and can be made to block more stuff if you want. It’s strictly better in every way than the competition, which lets through more stuff, and/or sells your info. The article would be very short though if they just said that.


  • A lot of distros, I think, are started more due to political/social/psychological reasons, and not fundamental technical reasons, and that’s why a lot of them are so similar. Those reasons can be good and legit, but sometimes they are probably wrongheaded (but understandable), like an unwillingness to engage with upstream because that’s tedious and frustrating, whereas the technical work of creating another distro with oneself in charge may be more fun.

    Also, of course, once a distro is big enough, with a sizable community of developers and users, there’s a strong incentive to keep it going, even if it’s very similar to another distro. Maybe there used to more of difference in the past, but you’re not going to convince a whole community to just shut down and join some other project. And business-run distros will keep going as long as the company is making money there is some business reason to keep doing them.


  • While this is generally true, there are sometimes exceptions to this, especially during the freeze.

    Even unstable slows down during the freeze, as the usual way to get stuff into testing is through unstable, and packagers, especially of large collections or important dependencies, opt not to disturb the freeze by dumping a bunch of bleeding edge stuff in there. Consequently you also get more new stuff in unstable shortly after a new Debian release.