The Lemmy backend is also written in rust
The Lemmy backend is also written in rust
The irony of this meme being posted from a platform written in rust is pretty great ngl
According to recent data from NYC (pretty expensive example but still) the rent-to-income ratio (median yearly rent / median yearly income) is ~55% citywide but up to 80% in the Bronx (which has the lowest income of the 5 boroughs)
https://www.realtor.com/research/nyc-q2-2025-rent/
Edit for clarity: the median income number is also per “household” (I’m assuming per apartment in this case), so it accounts for multiple working people living together
This isn’t an Arm vs x86 thing though, newer CPUs pretty much across the board from Intel/AMD/Qualcomm have an additional NPU that they use for AI acceleration.
As for support, you might be able to use them? It probably depends on the exact software but they might be able to be used for local LLMs. It’s not exactly clear what practical uses they have even on Windows so that doubly applies to Linux just because it’s more niche.
If I wanted an AI’s “opinion” I would have just asked it directly
which I regarded for how light and well optimized Windows 8.1 was
I don’t think I’m alone in saying “light” and “well-optimized” are not words that fit the Windows 8.1 experience.
Mediocre in almost all aspects is the best descriptor for 8.1 and honestly that’s pretty generous given how bad 8.0 was
I use refind also, there should be a setting somewhere to let refind scan entries from other EFI partitions. I have that setup and just created a second EFI partition for my Linux setup, so that Windows has no idea Linux even exists. I even have everything running off of the same drive (my laptop only has one nvme slot) and I haven’t had any issues.
As far as I can tell from a quick search it seems like it’s closed source.
sigh The search continues, why can’t I just have folders in the app drawer in lawnchair :(
Edit: according to a closed issue on the lawnchair GitHub, app drawer folders have already been in nightly builds for ~6 months, so hopefully it’s in the next beta release.
Doesn’t W3C already maintain the ActivityPub protocol?
Edit: nevermind I misunderstood this
Kitty has multiplexing built in so it can also replace a lot of what tmux does (unless you’re using tmux over ssh)
Probably performance - the Java server takes up a lot of memory and CPU for what it does. The base implementation first started in 2011, so it wasn’t exactly designed to be multithreaded or parallelized because most games were still largely single-threaded at the time. Rewriting it from scratch in a different language probably helps with that
OP mentioned having used Linux for 4 weeks. If they are interested in learning more about Linux, I feel like even Arch would be a better next step.
I love NixOS and have been using it for over a year at this point but sometimes when things don’t work I feel like I’m banging my head against a wall. I’ve been using Linux for ~7 years now.
It’s not magic, it’s adoption rates. I’m not saying the money or resources are useless, but as it is right now, I think more people would benefit from actually trying to use rust in more large-scale projects (like R4L, windows, android, redox, servo, etc.) and using that experience to inform actual language development. I don’t think it makes sense to do a full revamp of the compiler until projects like those are actually proven. In the meantime it makes more sense to allocate funding/dev resources to those projects (or at least the open source ones)
Someone already did that a bit ago with a bunch of fireworks and I think it worked?
revamp Rust to produce lightweight binaries, have a stable compiler and for it to be way quicker in compilation
It really isn’t that simple though. Rust’s compiler isn’t stable because the language itself is still being improved. This type of thing will only improve as adoption increases and real-world problems get ironed out. You can’t just throw money and devs at it and expect the problem to be solved.
It’s also not like the developers don’t care about compile time, but the nature of the language (strict compiler checks which catch things before runtime) will inherently lead to something slower that other languages’ compilers. There are probably still improvements they can make, but it’s not as simple as just deciding to rewrite/revamp it and expecting massive speedups.
Signal is private in that other people can’t intercept your messages, including signal. The signal app is open-source so you can be relatively certain it’s not tracking your decrypted messages, unlike closed-source apps like WhatsApp or Facebook Messenger or any other private social media.
Signal is not anonymous from an account standpoint, because you need a phone number to sign up, even if you can choose not to display it in your account.
They don’t work for discord in hyprland unfortunately, it only works when I have discord tabbed in (I tried passing the shortcuts in the hyprland config file)
AFAIK kde’s way of doing it is kind of hacky because it was called something like “legacy global keybinds” in settings but I switched off KDE a few months ago so I don’t remember the exact details.
If you are fine with having things on the same OS, look into distrobox. It would let you set up an Ubuntu environment/container on top of your Bazzite install. You could also use something like OSX-KVM for MacOS with GPU passthrough (assuming you use a compatible GPU) which would simplify your setup greatly. That way you could technically have all 3 environments on one OS with one set of hardware but now the only thing being virtualized is MacOS.
(You could also dual-boot with MacOS if you wanted and it would be slightly faster than a VM but also more of a headache to setup)
Edit: Missed that you mentioned Windows but the setup for that would be pretty much the exact same as MacOS except getting GPU passthrough to work on Windows is easier (again, same limitations as MacOS though, and games with anticheats would be able to tell that Windows is in a VM).