• 9 Posts
  • 1.03K Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle







  • It’s always been like this in most European countries. You take the exam on cars provided by either the examiner or your driving school. If you’re super lucky you get to take it on the car you used the most while learning but that would be blind luck, depends how cars get allocated and how many people are taking the exam on that particular day.

    The reason is that in Europe we have to use certified cars for learning and exam, and also they need to have double command — they are fitted with extra pedals on the passenger side so the instructor/examiner can take over in case of imminent collision or to demonstrate a point.


  • lemmyvore@feddit.nltoLinux@lemmy.mlFriendly reminder
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    11 months ago

    Of course it can. And your PC can also fall off the desk. I’m saying a snapshot tool is a really poor solution for distro problems, it’s really a bandaid for a problem that shouldn’t exist.

    Use a decent distro, take proper backups, and use snapshots for what they were intended — recovering small mistakes with personal files, not for system maintenance.


  • lemmyvore@feddit.nltoLinux@lemmy.mlFriendly reminder
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Packages can break, not the distro. Packages can break at any time because there’s thousands of them and nobody can check all of them thoroughly. A rolling distro gets you both the bugs and the fixes faster.

    Non-apt and non-rolling will limit your options considerably.


  • lemmyvore@feddit.nltoLinux@lemmy.mlArch Linux users, help needed!
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    11 months ago

    Honestly I would say just learn Docker. It only takes a few days, a week tops. You make a container with Mongo and one with Node, network them together, map the Express port and the data volumes for db/code/build to the host machine, and live happily ever after.

    Which is super clean, not distro-dependent, reproducible, portable, easy to backup, you can swap Mongo and Node versions or use multiple versions side by side as you please, and you can use whatever features you want from the home distro without impacting anything in your dev stack.


  • That’s a good chip. As a rule of thumb, Realtek = best, Asmedia = good, JMicron = garbage. JMicron adapters run super hot and draw a lot of power, leading to low speeds and dropped connections.

    The reason I suggested a Live CD with persistence is that they are better at autodetecting stuff on the host machine. You can definitely install an actual system on the SSD but it will make assumptions about things like the GPU for example – won’t expect to have to swap it at boot, you’ll have to do it manually. Or you can run your desktop environment with a pure software driver but that may get a bit annoying at times, depending on what you want to do with it.


  • lemmyvore@feddit.nltoLinux@lemmy.mlFriendly reminder
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    .deb distros are doomed from the start if you need to use third-party repos (which you do, for a desktop system) because they always end up undermining the stability of the packages from the core repos in the long run.

    Try an Arch-based distro, they’re super stable because their compatibility model is more robust, and there are options depending on how much hand-holding you want — ranging from vanilla Arch to Endeavour to Manjaro.





  • lemmyvore@feddit.nltoLinux@lemmy.mlFriendly reminder
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    A major distro breaking your system is the equivalent of a flower pot falling on your head walking down the street. Does it happen? Sure. Do I want to spend my life wearing a motorcycle helmet and looking up all the time? No.

    I’m not saying distros can’t crap on you, I’m saying stop tolerating it. Raise a stink or switch distro. There are distros out there where you don’t have to live in constant fear and where nothing happens if you don’t have snapshots.

    I do have backups, precisely because shit happens. But there’s a difference between a helmet and health insurance.