I mean, I agree with you, I’d never pay for a Matlab license for myself if I ever decide to go the private engineering consultant route. Just sharing my experience that yes, it’s used in the professional world.
- 0 Posts
- 11 Comments
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
I am in fact an engineer and a nerd. Or as many of us like to call it, an enginerd
Edit: I wouldn’t call Matlab my favorite though… But yes I use it. I mean, I’m on Lemmy… Like loads of users here, I like FOSS. So I’d say python is probably my favorite
I’ve literally never heard anyone call it A.P.P. (and I mean that literally literally, not figuratively literally)
Is this a specific cultural thing? A generational thing? Geography based slang? Why would anyone do this.
piranhaconda@mander.xyzto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish1·1 month agoFair. I’m the only one that uses my jellyfin server. It’s usually streaming to my local TV, or laptop if I’m traveling. Working on a portable mini lab right now too, travel router + raspberry pi
piranhaconda@mander.xyzto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish3·1 month agoYea, I should’ve clarified, was just throwing out a simple option if anyone hadn’t heard of that yet, it was easier than setting up openvpn or something on my router. You can also self host Headscale on your machine if you want to have more control over it.
piranhaconda@mander.xyzto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish5·1 month agoI use tailscale for accessing my home network remotely, it was a super easy setup
Whoops, you’re right. I was thinking of proxmox, used to run that for a bit too
Yea I’m running a much leaner Debian on my laptop now. Base OS was very bare, slowly adding only what I need because it’s a 2016 laptop and noticeably slower on some more bloated OSs
Whatever Ubuntu was available in 2015. I only dabbled in Linux over the past 10 years. More seriously switching over in the last year or so.
I have Unraid as a server OS (
Debianslackware based, running a lot of docker containers and a couple VMs). Debian on my laptop. And Bazzite (fedora based) on my Lenovo Legion Go.Still need to swap my gaming PC from windows. May try Bazzite on that as well. I’ve also tried Mint, Manjaro, and Zorin
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