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

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

help-circle
  • The Linux Command Line book opened up a lot to me. How Linux Works is very good, but the command line is so essential, and that book gives you some great starting knowledge like aliases and shell scripting.

    Especially aliases. Take note of aliases, when you start using aliases it can change your world once you realize how much you can accomplish with what essentially are one line programs you wrote for you own personal needs.

    Welcome beyond the pale, friend. You’ve made it to the other side. Only freedom awaits, should you have the determination to work for it.


  • This might be a controversial opinion, but I would stick with the QWERTY layout. There’s already a lot of cognitive overhead learning things like tiling window managers and Vim key bindings that I don’t think that switching up the keyboard layout is really worth it. What affects typing speed most, imho, is muscle memory, speed of thought, and lastly finger reach. Ortholinear keyboards help a lot with that last aspect, and there’s differing opinions on what is best.

    I think a good place to start is learning to use the Preionic 60% or the Plank 40%. Keep the QWERTY layout, but memorize how to access symbols (and on the 40% numbers) using the additional layer keys.

    You can think of layer keys like extra shift keys near the space bar that change not just to capital letters, but also numbers and symbols, that’s why you can get away with significantly less keys on the keyboard, and gain much faster reach of your fingers once you memorize these other layouts.

    The order I would go is:

    1. Learn Vim/Vimium on a regular keyboard. Learn how to use the terminal to do as many everyday tasks as you can.

    2. Customize and learn to use a tiling window manager on a regular keyboard.

    3. Buy, build, and learn to use an ortholinear keyboard with the tiling window manager.

    After you’re comfortable with that, you can consider installing the different layouts like COLEMAK onto your ortho and try that out. But honestly I don’t think this last step is necessary. Instead I’d start to look at other ortho keyboards you might like more than the preionic or plank.

    I now use the ZSA Voyager. My friend enjoys using a custom ortho with a curved surface for ergonomics. And there are typing devices called DataHands that basically completely upend the way one thinks about typing. Its a whole world. Good luck.


  • I have done a lot to make my environment nearly 100% mouseless. The only exception is gaming. You just need a mouse for most modern gaming.

    That said, it requires a large amount of personal customization. If you edit files/code, look into Vim/Neovim. Heck, just learn Vim Key bindings. Sorry, not sorry, it’s worth it.

    Install vimium in your browser so you don’t have to use a mouse nearly at all while browsing the internet. Learn how to use it.

    IMHO a tiling window manager is a must if you want to make your setup as keyboard centric as possible. i3 is a good starter. I currently use BSPWM, but there’s quite a few to choose from, and they all are roughly the same once you have your keyboard shortcuts in place. Make sure to combine it with an application launcher like dmenu or rofi. If you need a status bar like i3bar, use one (I personally go without).

    Get very very familiar with the terminal. You’ll know you’re down the rabbit hole far enough when you can connect and troubleshoot a WiFi/Ethernet connection without using the mouse. Imho, you don’t really need a file manager, though it’s nice to have. I do have one on hand just in case, but just a terminal and the good ol’ ls command is good enough for me.

    Also look into ortholinear keyboards (acronym is OLKB) if you truly want to fly. Pricy investment, but your hands will thank you later, and once you are comfortable with that, the combination of an OLKB with a tiling window manager WILL make you fast.

    I became obsessed with foregoing the mouse from 99% of my day to day use of my computer a couple of years ago and it is very very satisfying. Learning curve is high. But IMHO totally worth it.


  • 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.