• 0 Posts
  • 40 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle
rss

  • I genuinely do not understand how you could run into issues with a basic program unless you’re attempting to install from source code or something. Any basiclinic system should have a package manager and you literally just say install this and it just goes.

    The only time that I would have the chance to hit the kind of problems you described or ever seen anyone hit those problems is when installing directly from a repository on GitHub, straight from Source code, or attempting to use a downloaded dpkg or random wget line from reddit instead of just using the package manager


  • Uhhh, maybe if we are talking about back in like 2001?

    I literally manage a fleet of linux end user machines and i can’t remember the last time installing software was more than just "pacman -Syu <nameofprogram> (yes they run arch BTW)

    Why are anti cli people so dishonest about how hard it is? Now, if you are trying to get involved in like machine learning or something then yes that’s an absolute nightmare of errors and installing python packages and other nonsense but that’s true no matter what platform you’re on and whether you have a GUI or not. Even all the fancy gui installers for stuff like stable diffusion are a constant nightmares of I’m not working because fuck you that’s not unique to cli



  • Probably because it’s kind of a bad experience? I say that as someone that uses it regularly for multiple apps. I’m not a fan, the search alone is basically useless unless you know the exact title of what you’re looking for and even then it’s sometimes not the first result for some reason.

    I’m sure that someone will reply to this with some suggestion for some alternative front end for the fdroid store that supposedly fixes that which will just further highlight the issues with it of fragmentation










  • Maybe it’s been improved, i haven’t used slack in many years now. But i remember it having hilarious issues with state tracking. Trying to go back to old messages would fail half the time it would just scroll up to some random midway point then give up.

    Would see notifications of new messages in a channel but didn’t see anything new until reloading slack. Based on what you are saying sounds like they fixed that. Which is good, however I’m willing to bet it still wants 1GB+ of memory just to display some text so bloated/slow still applies ¯\_(ツ)_/¯

    And no I’m not one of those “just use irc” people. Telegram supports all the modern stickers, files, audio, etc but it’s fast and surprisingly light. But it’s also written in native C++ so that’s more expected



  • The way I have always liked to put it specifically is that Linux is not inherently more secure than windows. However Linux is inherently easier to secure than Windows. Namespaces, apparmor, seccomp-bpf, and a very fine grain limited vs super user permission system. Just to name a few top level things.

    The tools are all there on basically any system, very well documented, relatively easy to use. And once you set them up they will not randomly change things on you. I say this as a system administrator having to deal with Windows constantly where Microsoft decides that they are smarter than you and fuck your group policy edits because we put out this update and we think this option is better so we’re going to revert like half the shit you did. Over half my fucking job and security is just checking what did Microsoft fuck up about my security set up with this update, and trying to rotate through security vendor 2094726 to fill in the absolute basic security processes that windows doesn’t provide




  • It’s definitely not something that will happen 100%. I’ve also had long standing debian systems that seem to not care. However I’ve had plenty that, for whatever reason couldn’t handle multiple major version hops and just eviscerated themselves, I’ve not had that with arch personally. You may need to download the latest statically built pacman depending on how old it is but that and a keyring update usually has you covered


  • I mean, if you want to use your system pacman sure. But you can just download the latest statically built pacman to do the large jump without issues. However i will concede that is more than JUST keyring update

    Edit: another fun way to get around that issue pretty easily. Boot any up to date arch installer, mount the old ass system root to /mnt and just run

    pacman -Sy

    pacman --sysroot /mnt

    Now just normal syu and the live environment pacman will update the old system, arch/pacman has a plethora of easy ways to get around what would otherwise be show stoppers on apt/dpkg :)