• 0 Posts
  • 44 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle



  • festus@lemmy.catocats@lemmy.worldBossy baby
    link
    fedilink
    English
    arrow-up
    36
    ·
    6 months ago

    My sister (parents’ cat) is great at communicating. She’ll get your attention and then lead you to whatever she wants. The door to go outside, the food drawer for treats, the bathtub for running water, and to her toys if she wants to play.

    Sometimes she likes to steal my dad’s office chair; for that she’ll lead him out of the room as if she wanted something else and then run back in to claim the now-vacant chair. Or she just jumps up and wedges him off :D



  • I started self-hosting a bit prior to when Docker took off, and getting multiple services running was much harder. Service A wants a certain version of PHP installed with certain plugins while Service B wants a different version. You’d follow a tutorial for installing Service C and desperately hope that it wouldn’t somehow break Service A or B. You installed Service D for a bit despite all the installation pain and now want to uninstall it - I hope you tracked exactly what config changes you made throughout the system so you can undo it.

    Docker fixed all of this by making each service independent through containers which made self-hosting 10x easier. I’d also add that I love how easy it is to transfer my setup to a new server - I keep all of my container volumes in a specific directory and my docker-compose files in another and that’s all I need to backup / transfer. Without Docker you’d have to specifically handle each & every configuration file and database location, and if you later upgrade to a newer version of the OS or a different distro you’d have to handle possible conflicts between your versions and what the distro expects.







  • festus@lemmy.catoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 months ago

    I don’t think their Linux support is bad, but it’s not Linux first. If Windows users had to run a command to fix a display bug it would have been held back until it was fixed. With something like System76 you get a laptop with Linux preinstalled that just works, no commands necessary.

    Keep in mind I called them Linux-conscious / Linux-second. They still focus on making it a fantastic machine for Linux users, but I think it’s a little less than some other shops provide for Linux.


  • festus@lemmy.catoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    9 months ago

    Just want to add that Framework isn’t quite Linux first, more like Linux second / Linux conscious. With some tweaking it works great but there are sometimes little issues that crop up, especially if you’re using the newest machines.

    For example, when I got my Intel 12th gen Framework last year, X was super laggy (opening a terminal and typing a few characters might take several seconds). You’d have to end up disabling some kernel power management setting. That was fixed in later kernel releases and was because it was new hardware, but their focus pre-release was making sure Windows worked well on it, not Linux. Technically even now there’s some kind of conflict between the ambient light sensor and the screen brightness keys and the fix has always been to disable the light sensor, so I’ve never actually used that feature on my laptop (unsure why Windows is unaffected).

    It’s still a great laptop and I absolutely love them, but I think other shops like System76 should get credit for their top-tier Linux support.