Fuck Nationalists, White Supremacists, Nazis, Fascists, The Patriarchy, Maga, Racists, Transphobes, Terfs, Homophobes, the Police.

  • 5 Posts
  • 19 Comments
Joined 3 years ago
cake
Cake day: February 22nd, 2022

help-circle



  • Anything you have trouble remembering, or just find yourself doing often, create an alias (or bash script if it constitutes a multi line command). Name the alias something you can easily remember that also lets you know what that command does.

    Then, and here’s he trick, don’t rely on the alias. Use it when you can’t remember, say “aww, damn it I had to use the alias again”, and then use which followed by the alias name to see what the command was again. Do this over and over and eventually some commands will stick.

    Ones that you don’t care about or are just super long, just keep using the alias and don’t worry about remembering them. Use aliases as both commands and notes.







  • Yeah I can see that. These payment platforms need to be centralized due to just the nature of, y’know, nation state backed currencies.

    My only interest in this thread comes from my curiosity as to whether or not Patron, KoFI, etc. Can still provide their services at the level they already are, but way cheaper (I.e. give a higher percentage back to the creators). I know its somewhat low currently, but is it as low as possible?

    Just something I occasionally think about.




  • Lemmy has become my main social media outlet. For better or worse, Lemmy’s just my kind of place. I’m off of all mainstream social media except LinkedIn, which I barely use, but keep around for work related reasons.

    I do still peruse Reddit, mainly for TV shows and niche subjects I can’t find here. But I haven’t logged in or posted since the first major exodus over the API pricing, and have no plans of returning.

    I do post on Mastodon from time to time, but the format is just too geared towards short form content, and ultimately just isn’t my cup of tea.

    So yeah. I’m generally happy to be here with you all shooting the shit about politics, Linux, etc. Long live Lemmy!


  • I have a script that makes a list of every package and binary into an output file of packages as a list. I can just cat the output of the file in a subshell and pass that off to pacman -S. Pacman might complain here and there, but I can just edit the list. Then its just cp -r my config files that I’ve backed up and run my backups for movies, music, pics, games, etc.

    And yeah, it’s not perfect, but it’s good enough for me. I still have to do other stuff like switch out bash for zsh, etc. Gotta love bash scripts and backup configs though. That plus actual backups makes restoration from catastrophic failure at least bearable, albeit still time consuming.










  • I definitely hear you on that, and in some ways, it’s a shame more people don’t have the option to learn more about how their computer works.

    The Linux OS is, in my experience, one of the most amazing things I’ve ever taken the time to learn. In my pursuit of not only learning programming and computer science fundamentals, but also the internals of the Linux operating system, I’ve gained a granular control over my computing devices that has allowed me to be spared the onslaught of forced “AI in everything” that has recently been pushed down people’s throats. I also have minimal exposure to invasive advertisements, and other unwanted features.

    But the cost for access to said knowledge was an immense amount of time studying, an equivalent amount of patience, and a strong desire to learn difficult subjects. That’s a cost the majority of users are unable or unwilling to pay. They simply dont have the time and/or desire, and that’s just reality.

    Ultimately, I don’t think it’s acknowledged enough that it requires a vast amount of privilege to have the time and energy to devote to such endeavors such as learning how Linux, the command line, and Computer Systems more broadly, work. I think this is because to acknowledge such would open the discussion up to the more broader topics of the qualities of our education systems and our cultivation of more positively reinforced learning models, which is a much more difficult topic to navigate and argue about when contrasted with the “It’s easy to install Linux. Windows bad, so just do it.” argument that pervades the discussion space.


  • That’s fair. I maintain a Fedora installation for my elderly mother, whose Windows laptop is on its last legs. I revitalized a 15 year old desktop with Fedora for her, installed everything she needed (browser, file manager, libreoffice, iscan, brother printer drivers, password manager, zoom meetings, etc.). But yeah, every month I hop on, open up a terminal and run sudo dnf upgrade, and every 6 months run the Fedora major version update.

    Don’t get me wrong, I’m impressed my Mom has been able to get all her business done using Fedora, but I definitely am acting sysadmin should anything in the slightest go wrong or confuse her. That said, I think she could run the upgrades if I left her with extensive notes (but if anything went wrong, she’d lose her shit, ngl).

    I don’t know, I think a Linux distribution with automatic updates would be a good thing if you could ensure every user would be guaranteed to not be greeted with any issues upon reboot from said update.

    But yeah, sadly, even on the most user friendly of distros, you still have to have a decent familiarity with the command line , and have the patience and knowledge of where to look for, and then read and comprehend, the documentation. And I doubt there will ever be a time in the future where 100% of users are comfortable with all that, though imho if you use any computer at all, you should at least try.