I don’t have experience with MSI recently, but I’d be really surprised if you couldn’t flash a new BIOS off the system partition or FAT32 USB. You may not be able to update from Linux directly, but almost all motherboards I’ve seen support doing it from the BIOS interface.
- 1 Post
- 17 Comments
themoken@startrek.websiteto Linux@lemmy.ml•All good things come to an end: Shutting down Clear Linux OS41·2 months agoIntel has been struggling overall, and lately has been letting some of its Linux engineers go. Nothing absolutely fundamental has been affected yet (AFAICT) but I guess Clear Linux didn’t make the cut.
themoken@startrek.websiteto Linux@lemmy.ml•Black screen on wake from suspend on game mode2·2 months agoIt would allow SSH if the desktop is locked, they’re separate. If you can get in via SSH then you can poke around logs like dmesg and see what’s up. There will probably be some messages to give you something more specific to search with.
Unless you can launch offensive weapons at other racers or eat shrooms to speed up or literally launch your car off of a vertical ramp into the sky and it turns into a glider in Forza, I’m pretty sure these games aren’t even in the same genre.
themoken@startrek.websiteto Linux@lemmy.ml•Atomic Linux Distros: What Barriers Stand Between You and Making the Switch?11·5 months agoI agree. I have become more amenable to things like Flatpak or Podman/Docker to keep the base system from being cluttered up with weird dependencies, but for the most part it doesn’t seem like there’s a huge upside to going full atomic if you’re already comfortable.
Hell yeah, congrats! I get back into DCSS every few years but I have only escaped with the orb once, a lucky MiFi run. Just getting there is huge!
themoken@startrek.websiteto Programmer Humor@programming.dev•Who needs newfangled stuff like forums? 🤢6·7 months agoI used mutt back in the day, opening vim for message editing.
themoken@startrek.websiteto Programmer Humor@programming.dev•Who needs newfangled stuff like forums? 🤢36·7 months agoI wouldn’t do a mailing list these days, but as someone who spent the early part of my career interacting with devs that preferred this method, it’s actually pretty ergonomic by a 2005 standard. A message thread aware, text based email client that can turn messages into patches in a keystroke makes it actually pretty comparable to modern code review…
I think it’s hard for younger devs to get this because they’re used to email being stuck in a crappy, unthreaded browser interface or Outlook etc. (which are terrible for mailing lists) and most collaboration taking place in code review and chat platforms like Teams/Slack but for decades before these were feasible, email was the way…
themoken@startrek.websiteto Programmer Humor@programming.dev•I'm something of an Open-Source-Developer myself11·8 months agoI have a couple of very minor commits in Linux and, in the 3.0 era, had my name at the top of a source file for a platform that never saw the light of day and was later removed wholesale.
Still feel that invisible feather in my cap.
themoken@startrek.websiteto Gaming@beehaw.org•Players are now less "accepting" that games will be fixed, say Paradox, after "underestimating" the reaction to Cities: Skylines 2's performance woes4·11 months agoI feel guilty about it, but I appreciate the monthly pass. I played EUIV for exactly one month, at a total cost of like $7 (got the base game for free at some point) with all the bells and whistles. It seemed like a good compromise because you’d have to pay it for years at this point to cover the DLC out right, but it is a disgusting level of rent seeking behavior.
Now it bothers me that I’d need to put another $7-$10 into the machine to access those saves, but not as much as if I’d throw down hundreds of dollars on it to own the content for a 10 year old game.
So you’re right that this is a bit arbitrary because the line between the standard lib and the language is blurry, but someone writing Rust is going to expect Vec to work, it doesn’t even require an extra “use” to get it.
Perhaps a better core example would be operator overloading (or really any place using traits). When looking at “a + b” in Rust you have to be aware that, depending on the types involved, that could mean anything.
Anyway, I love Rust, it just doesn’t have the 1:1 relationship with the assembly output that C basically still has.
themoken@startrek.websiteto Programmer Humor@programming.dev•It's official, Rust is an anti C/C++ elitist slur17·1 year agoHuh weird, these pull requests just magically accepted themselves
Rust can create native binaries but I wouldn’t call it close to the metal like C. It’s certainly possible to bootstrap from assembly to Rust but, unlike C, every operation doesn’t have a direct analog to an assembly operation. For example Rust needs to be able to dynamically allocate memory for all of its syntax to be intact.
That trackpad was a game changer for playing KB+M games with a controller, but to be honest sometimes I really miss the right joystick. The trackpad can fake it, but it’s not the same.
If they ever do another standalone controller I’d want it to be like a screen-less Deck. Both joysticks and trackpads and a couple more grips.
Sims 3 was my favorite for the open world and freelance jobs too. Was nice to be able to secure an income without disappearing off the map for 8 hours a day. Was surprised 4 didn’t follow through on that as much but I only played it a little.
My wife plays Sims with cheats all the time and I get that it becomes a fancy interactive dollhouse in that case, but to me the game is all about that progression from bachelor in a one room box to old family man in a mansion.
themoken@startrek.websiteto Movies@lemmy.world•Gen Z is turned off by onscreen sex, wants no-mance over romance, a new study findsEnglish21·2 years agoThe Hayes code sucked, but the way directors needed to be creative to get around it was great. Modern directors could learn a lot about making romantic relationships smolder and using innuendo instead of adding cheap sex.
You are getting this from Xwayland, so you’re running a rootless X server in the background. It’s nice that it works seamlessly, but it’s not really Wayland doing anything but managing the X window.