• 9 Posts
  • 389 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle




  • While this feels like bait, I’m going to take it. Yes, there is a huge benefit to learning and using a terminal if you use a computer as a tool for creating and working instead of passively consuming entertainment. Organizing and searching files of any sort, building applications, writing without distraction, working with remote devices, and just generally using your computer as a tool instead of a fancy TV are all made easier, faster and more efficient if you can use a terminal. The unix philosophy gives you the ability to do things by stringing together a few commands that you might have to find a specialized program for, if it even exists in GUI land.

    That’s not to say the GUI’s aren’t great for a lot of things. They are! But they also lock you into doing things in a few predetermined ways rather than letting you develop the skills and techniques for exploring new spaces.


  • Fucking steam web helper. I’ll have locked my desktop machine and switched my KVM to my work laptop when suddenly the fans spin up. I switch back over and it’s multiple steam processes each using a full core. WTF?!? I’m looking up how to have the lock screen also ‘kill all -9 steam’ to keep it from happening.














  • At work I have a laptop, a high end virtual workstation, and then a target machine which is in a different city than I am. I typically have 3 tmux sessions open, one for each machine, each split into a left and a right pane.

    On my local session I have Helix open for notes and things on the left and a bash terminal for misc work on the right. On my workstation session I have Helix on the left for coding and a bash session for building on the right. On the target machine session I have the left pane open to bash for starting/stopping the target devices and programs. The right pane is following logs.

    For my personal setup, I have an e-waste Thinkpad often in a similar style except that instead of a virtual workstation it’s my personal desktop that I connect to for large builds. I use it to write, do some hobby coding, 3D printing, chat with friends over Matrix and Discord, plan gaming sessions, play music, etc.

    Edit: Added links