I’ve gotten it to “work” but it’s fragile and updates tend to break it. I ended up switching to FreeCAD, it’s come a long way and version 1.1 is pretty great.
flynnguy
- 0 Posts
- 5 Comments
flynnguy@programming.devto
Linux@lemmy.ml•Linux is awesome at home, but aren't y'all forced to use Windows at work?English
7·5 months agoNope, software dev here… work gave me a budget, told me to pick a computer and I put Linux on it. My Boss (the VP of Engineering) also runs Linux. We’re a small company and some people do run Windows but we have google workspace so there hasn’t been anything I’ve needed windows for.
flynnguy@programming.devto
Asklemmy@lemmy.ml•If MacDonald's, Burger king, starbucks and all the other junk food restaurants were robbed out of their food resources all over the first world countries, would people starve?English
8·9 months agoI haven’t been to a fast food restaurant in ages, most restaurants I do frequent are because the food is good and I want to support them. I think I’d be fine as long as there were still grocery stores.
flynnguy@programming.devto
Linux@lemmy.ml•Why does Arch seem to have a cult like following?English
5·11 months agoSo I love Debian but it prides itself on stability so packages tend to be older. I think this is good for a server but probably not great for a desktop. Ubuntu came along and was like we’ll be like Debian but newer packages. Everything was cool for a while but then they started doing shitty things. The first that I can think of was ads in the terminal. This was not great for an open source app. Then when you did
apt install firefoxit installed Firefox as a snap. WTF?!?!? (apt should install .deb files, not snaps). Because of this, lately I’ve decided to avoid Ubuntu.I used Gentoo for a while and it was great but configuring and compiling everything took forever. I’m getting too old for that. Arch seems like a good alternative for people who want to mess with their system. So it’s become a way for people to claim they know what they are doing without having to recompile everything. (Note: I haven’t used Arch, this is just my perception)
Recently I got a new laptop and I had decided to put Linux on it and had to decide what distro. Arch was in consideration but I ended up going with OpenSUSE Tumbleweed because it’s got the latest but I don’t really have to configure anything. If I had more time, I might go with something like Arch but I don’t really want to do that much fiddling right now.
I used to use vim pretty exclusively, I’ve since switched to neovim. There have been a few cases where vim/nvim weren’t available but regular vi was and I’ve used it to edit text files. I imagine there were other editors but I’m so accustom to how vi/vim/neovim does things that I can’t imagine using anything else. Sometimes someone will try and convince me to use a new editor and I’ll try it but generally end up switching back to nvim. Even vi compatibility mode doesn’t really help because I use a bunch of plugins.