Linux gamer, retired aviator, profanity enthusiast

  • 10 Posts
  • 2.34K Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
  • I’ve often compared Gnome, KDE and Cinnamon, and it usually boils down to KDE is often too complicated and busy, Gnome is often too simple and braindead, Cinnamon sits somewhere in the middle.

    Gnome’s settings menu is missing a lot of things you’d think should be there. They don’t want you changing things, so you end up installing separate packages like gnome-tweaks to actually render the OS usable. They’ve got this weird attitude that they’re going to out-Apple Apple with a millionth of Apple’s budget, and where Apple offers “Just Works”, Gnome offers “Barely Does Anything.”

    KDE has the opposite problem, they’ve got a setting for literally everything, if you can find it in their overgrown single settings menu. A basic applet will have several tabs crammed full of options and UI elements, making it probably the best tool for whatever mundane task it was meant for but you have to stop and figure out how it works, and it’s all rendered in janky misaligned QT so it looks like an amateur reskinned Windows 98.

    Cinnamon inherits a lot from Gnome, but puts back in the shit Gnome gouged out. I tend to find things where I think to look for them, it tends to provide the functionality I need out of the box without excessive clutter. But, it’s a bit behind the times with stuff like Wayland, so it’s not the best choice for very modern hardware.




  • That is EXACTLY the path I took. I started playing with a Raspberry Pi as part of my ham radio hobby, a Pi 1B in those days. Then my old laptop died, I bought a new one from Dell, which came with Win 8.1, and it kept dying. While going around and around with Dell’s tech support, I pretty much had to use that Pi for my normal work. I got a pretty good crash course in Linux, to the point it was more familiar to me than Win8.1. So I tried Ubuntu, it was okay, I tried Mint, and that was my home for the next ten years.



  • YOu didn’t (fully) fix it. This is something I don’t see a lot of people talking about regarding Windows/Linux dual boot.

    Unix-like systems like Linux set the computer’s built-in real-time clock to UTC and then do any conversions to local time on the fly. I think that traces back to UNIX’s origins as a minicomputer OS; it needed to talk to other minicomputers across time zones from the beginning.

    Windows, like DOS before it, is designed to sit on a desk by itself plugged into nothing but power and accept data one, maybe two floppy disks at a time. Why would the user care about anything other than the local time? Hell the original IBM 5150 didn’t even have a built-in RTC. It would forget what time it was when powered off and it would ask you when DOS booted.

    Either OS can be set to do it either way in the modern era; pick one to change so that they don’t fight. It’s done with a registry edit in Windows or a bash command in Linux. Do one, or the other, but not both. I recommend changing Windows, because Windows will reset the RTC every daylight savings time and on a mobile system every time it crosses a time zone, Linux doesn’t.


  • I mean, Ubisoft and EA both still have business models, somehow. It’s kinda wild what people will put up with.

    There’s a whole bunch of academic shitware that doesn’t work on Linux. Last time I was in college the math textbook came with a code to a website that wanted to install some Wolfram thing, I dropped out again, shit like that.

    A lot of engineering software and CAD isn’t present. You just turn up to the town council with the bridge you’ve designed in FreeCAD. See how that works out.

    Business software is a wild ride. It’s some mishmash of Windows software, AS400 software, web portals and iPad apps. I genuinely don’t know if I could rent a storefront downtown, fill it with merchandise, and successfully run a business with nothing but x86 machines running Linux.




  • You can learn how to use the terminal. You have demonstrated the ability to compose a coherent sentence, you can learn.

    Every terminal command is a program. Typing a “command” into the terminal is just typing the name of a program. If you type firefox, Firefox launches. If it’s installed, we’ll come back to that. Anything else in the “command” like if you see letters or words after a dash, something like ls -a is an option, it’s like ticking a box in a dialog window, but on the front end. I recommend spinning up a virtual machine or getting a Raspberry Pi or something you don’t care about, and following some tutorials. Learn how to move around the file system, install software, run some utilities.

    About that “if it’s installed” part. You mentioned you run Zorin. Zorin is what I call a Trendy Distro Of The Month. I’ve been using Linux for twelve years now, this hasn’t stopped yet. There’s the mainstays like Debian, Ubuntu, Mint, Red Hat, Fedora, Arch, OpenSuSe, there’s the niche special purpose things like Kali and TAILS and Puppy and Tiny, and then there’s the hundreds of quadrillions of “We took Ubuntu, put Steam on it by default, swapped SystemD for whatever.rs, swapped Firefox for Chromium and did a half-assed job at theming and extending Gnome that’s going to break every time they push an update.”

    PeppermintOS, ZorinOS, ElementaryOS, Pop!_OS, Garuda, Nobara, Endeavor, Manjaro, Bazzite, Cachy, hundreds of others, are basically the same software in some slightly mutated permutation that most veterans aren’t familiar with. Invariably the veterans first hear about them from noobs who went looking for a distro that is “good for gaming” or “easy for beginners” and because SEO they find the Trendy Distro Of The Month. Which always offers some little gimmick that ultimately doesn’t matter. The process of getting a Bazzite ISO is taking a little Cosmo quiz about what you’re going to do, but then the installer is really borked compared to Mint or even Fedora.

    A lot of instructions are written with Ubuntu or sometimes Fedora in mind, and then you pick a distro that differs from those, and then bitch that instructions don’t work.

    Also, you need to upgrade your backup hardware if it takes 20 hours to image a drive. That should take minutes.


  • I’m especially talking about smaller utility programs, like a USB stick formatter. If Gnome even has one of their own, it’ll be an empty window with a single button in the top bar that says “Format Drive.” There will be no choice or indication as to the name, the format, or perhaps even which drive to format. Turns out it will always do the removable drive that was mounted first chronologically. What the pity fuck do you mean you want to format a USB drive while your external backup HDD is attached? Who could ever want to do that? Oh and it’ll be carefully designed to be unusable if you use any theme but light Adwaita. If you want to do something specific, open the terminal and use dd.

    KDE’s USB stick formatter will include several different wiping algorithms, you can key in a custom string to fill the empty drive space with with unicode support, settings for physical disks and solid state memory, the weird features of SD cards, it’ll support formats only used by Sun Solaris and OS/2, you can specify a maximum write speed, and it’s got a full set of drive encryption tools built in. All of this is perfectly themeable, but the UI elements are crammed a little too dense and not quite lined up right so it has a little bit of amateurish Windows 98 jank to it.

    Cinnamon’s USB stick formatter will be somewhere in the middle. It lets you choose which drive to format, what name to call it, which of about 8 formats to put on it, whether to do a “full wipe”, and that’s about it. Made in GTK for Cinnamon’s design language, it looks straightforward but competent, like it’s from Windows 7. Does what almost all users need, almost all of the time, without getting in the way. The only snag I can think of is likely the Cinnamon menu’s fault: They provide a USB Stick Formatter, and a USB Image Writer. And it will switch places in the order it presents so you can’t memorize “for the formatter, type “USB” and hit enter, for the writer, type “USB” press down and enter.” They use the same icon so you have to stop and process the written language to get the app you want.


  • When I was in school in North Carolina, you could be on different “tracks.” Almost like a college major.

    “University Prep” was for the AP kids who were going to graduate with a 5.0 GPA and half a semester of college credit. They took up through Calc 1, sometimes at the local community college, they did two extra semesters of English class (11th and 12th grade English were full year courses) and such.

    “College Prep” was the “Hope you get good SAT scores” tier. A bit more room for electives, you were usually in “honors” classes, and graduated with no college credit to your name but ready to start in the fall as a Freshman at a state school. You typically took up through pre-calculus Algebra in college and Trigonometry or Calc 1 would be in your first semester of college. Two semesters of a foreign language were required, which is why I can kinda sound out French.

    “College Tech Prep” was “Sew your name to your shirt because you’re going to trade school.” They had their own math classes which I think got most of the way through Algebra 1 and 2. They took shop classes, which didn’t trust the student to have ever been awake in a math class in their lives, hell I’ve gone to trade school at a community college, the first week they spent “teaching” us addition of whole numbers. Or, you were in JROTC.

    “Career Prep” was the “You’re gonna be a parent before the end of high school, knock over an Advanced Auto Parts when you’re 20 and spend the rest of your life in and out of prison” tier. These were the kids that did eight semesters of PE, some of them could read.








  • “Twelve ninety-nine, first window.” is what usually happens. I’m not the kind of dork that repeats it as “One Two Decimal Niner Niner.” The ham bands are full of geezers that’ll happily play that game with me if I want.

    So, per the Pilot/Controller Glossary, “OVER” means “My transmission ended; I expect a response.” Because the communique at the speaker is finished and I don’t expect a response, “OUT” would be more appropriate, meaning “Conversation is over, I expect no response.” Though on the air you’ll often hear “Good day” which isn’t in the P/CG but I think is nicer.


  • I can see several different niches for it.

    • PC gamers who want an HTPC. Which isn’t really a niche that is served without building an ITX machine, with parts that are premium priced for no reason I can think of. If you want to play some of your PC games on a television, well, there aren’t a lot of great solutions.

    • Console gamers looking to convert. Consoles have come up in price significantly, the “turn on and play” aspects have eroded to the point a console is a slightly discounted mi-tier gaming PC that can’t spreadsheet. The Steam Machine will be at a little bit of a price premium, but you get a console-like user experience with all the benefits of the PC ecosystem, like mods, streaming, self-hosted multiplayer, etc.

    • IT professionals who just want to play games in their spare time. I’ve heard a lot of sysadmins and developers and folks rage at the idea of coming home from a long day at the IT mines only to futz around with PCIe lanes and EFI settings. The most hacker dude I know showed me his personal phone: a non-jailbroken iPhone.

    • Noobs that are sick of Microsoft. There’s people out there who would like a gaming PC without Windows, but for one reason or another can’t move past the need to buy a computer with an OS installed from a for-profit company.

    • Parents buying kids a gaming PC.