Related question - will any 3rd party launcher allow for multiplayer authentication? Right now I install each game manually but sometimes I want to play on online servers.
Related question - will any 3rd party launcher allow for multiplayer authentication? Right now I install each game manually but sometimes I want to play on online servers.
Work computer. I’d wipe it with Linux if I could.
How do you get systemd to work properly? Maybe because I tried to follow MS’s “use your own distro” instructions instead of using something prepackaged?
No. They have a trial of 100 one-time searches, but that’s it.
That’s hard for me to answer because I’m usually at home plugged in, and I set the max charge in the bios to only 65% so the battery will physically degrade slower (I don’t need the charge). A few hours is really all I can say with any accuracy. Worth noting a few things -
I will say that if long battery life is your #1 concern this may not be the laptop for you.
I have a 12th gen Intel Framework running Arch. I love it, although as others have pointed out the battery life could be better. Early kernels shortly after release had some incompatibility issues that required specific kernel arguments to fix. Also I had to blacklist the light sensor as it conflicted with the brightness function keys.
The Arch wiki has a page with details on Framework laptops you may appreciate looking at.
Out of curiosity - what laptop maker is installing Sway by default?
I pay for the Softmaker Office suite, it’s pretty good and has Linux native versions.
I had a few false starts before, but MS force-updating me to the objectively worse and user-hostile Windows 8 triggered my latest (and successful) switch.
I think it really strongly depends on what you’re programming - I know in some instances Julia’s performance can be nearly identical to languages like Rust. I suspect in my case it related to Julia being a garbage collected language, as my algorithm involved creating very large dynamic structures in memory before serializing them, clearing the memory, and building another one. Since Rust has no garbage collector it knew exactly when and what to drop from memory. In my case I had roughly a 10x(!!) speed-up. Funny enough an even earlier version of that algorithm was programmed in Java, and Julia was roughly 10x faster that it, so Julia isn’t the worst of the pack.
So at my previous employer I developed using Julia a custom ML model which ran, but the performance just wasn’t good enough for what I needed despite trying to aggressively optimize. I ended up rewriting in Rust (and calling through R) which ended up being like 10x faster. At my current job I program a mixture of Rust and Python.
If Julia were more peformant then it could potentially be an alternative to Python/R users having to learn Rust - but if you’re looking for top performance, some of your codebase is already written in R/Python, and you’re already willing to learn another language, then learning something like Rust naturally seems the better choice over Julia.
The one thing I did like about Julia - it took barely anytime at all to build a working prototype.
Nobody else here has mentioned this but they stripped out all the web plugin support and tooling with no way to install it, even for paying customers. So if you’re working on some kind of web application (perhaps compiling Rust to webassembly, like me) RustRover won’t support your use case.
They also believe we (Arch users) are unaffected because this backdoor targeted Debian and Redhat type packaging specifically and also relied on a certain SSH configuration Arch doesn’t use. To be honest while it’s nice to know we’re unaffected, it’s not at all comforting that had the exploiter targeted Arch they would have succeeded. Just yesterday I was talking to someone about how much I love rolling release distros and now I’m feeling insecure about it.
More details here: https://gitlab.archlinux.org/archlinux/packaging/packages/xz/-/issues/2
Maybe you’re thinking of Pulsar: Lost Colony? It has some similarities (in that someone can captain a ship and look around the bridge) but the gameplay is pretty different. ST:BC was from the early 2000s so there’s definitely not a VR version of it in particular.
I used to play the demo for Star Trek Bridge Commander so much and always wanted the full game - several years ago I bought a copy off Amazon (now it’s available on Gog). Fun game, but it shows its age now.
I suggest checking out their discount brands Kimsufi and SoYouStart. I pay like C$12/month for a dedicated server with a few cores, 8GB of RAM, and 2TB of hard drive space.
Oh I thought you were from .ml. Never mind then.
I see the swears just fine, nothing’s been removed.
This is why in my game the first order of business each session is scheduling the next session.