• 0 posts
  • 15 comments
Joined 2 years ago
Cake day: April 27th, 2024
  • So. Funny story. Back when I was incredibly new to Linux, I was trying to move everything from my downloads folder to somewhere else. So I navigated into the downloads directory on the command line and sent something like

    “sudo mv /* ~/misc”

    when I meant to type

    “sudo mv ./* ~/misc”

    Yea… That was a fun learning experience and hilarious way to utterly fuck everything on that machine. Luckily it was just an old laptop I’d installed Linux on to mess around and learn, no real damage done

  • I’ve had more than one job where Matlab was used extensively, guess my coworkers and I aren’t real engineers.

    I’d rather use something else, but if it’s what the group already uses, fine, I’ll do it

    Also, I don’t do a ton of true programming on it. It’s a fancy calculator, and occasionally I make a GUI app with it