

Release QPR1 source code first though it’s been 2 months 😭
(Or at the same time, that would be good too)


Release QPR1 source code first though it’s been 2 months 😭
(Or at the same time, that would be good too)


I think a lot of the confusion comes from the ambiguity of the phrase “memory leak.” Rust is designed around preventing insecure memory access (accessing out of bounds for an array, use-after-free, etc.) and devs call that a memory leak. But another form of memory leak is just not freeing up memory when its no longer needed (e.g. continuously pushing a bunch of things to a global vector and never clearing it). That is more of a fundamental program design issue that rust can’t do anything about. (and really, neither could any turing complete language)


‘Use-after-free’ bugs are a specific type of memory access bug that Rust was designed around preventing. It literally refers to trying to access a block of memory after it has already been freed by the memory allocator. Unless you go out of your way to use the “unsafe” keyword in rust (which in most cases, you shouldn’t) then this type of bug is not possible.


Do you know what a use-after-free bug is? Rust was literally designed to make this type of memory bug impossible.


But then the kernel wouldn’t be free! Free as in ‘use-after-free’!
(/s in case it wasn’t obvious)


That’s exactly my point. Giving away the exact town you live in to strangers on the Internet is not good advice to give people generically.


Maybe I could see country or even general region, but town?? Why would I want to publicly give away my location like that?


The problem with CachyOS is that it’s arch-based, which is fine, but I wouldn’t recommend it for people who aren’t willing to deal with arch problems and be familiar (or willing to learn) using the CLI. I normally just point people to either mint or bazzite depending on how many games they play.


once installed, what everyone and their uncle forgot to mention during the rave reviews (and you kinda glossed over) is that a steam account is fucking mandatory. like, you can’t even log in, switch to desktop mode, change resolution, nada. …
This is not true. When you download the installer from their website there is a prompt asking you if you want a Desktop-first install or the Steam-mode first install. The desktop install boots directly into KDE or Gnome just like any other distro, and doesn’t require a steam account, but will come with the steam launcher pre installed.
I get that it’s not great UX to put install options like that in the website but If you’re going to go on a long rant about how awful it is, please at least put a fraction of that effort into seeing if you’re actually right.
If you chose to download the steam gaming mode version I think it’s understandable that the expectation is that you have a steam account. The whole point of that mode to begin with is that it replicates the experience you’d get on the steam deck, so you can make your own home-console PC or install it on a handheld like the Lenovo or ASUS ones. It’s not really designed around regular desktop use.
Side note, I haven’t used it much yet but so far bazzite has been working fine on my i7 7700hq + 1050ti laptop with the same ram and storage as yours that I got because it couldn’t run Windows 11. It should be about as powerful as yours, maybe slightly weaker on the CPU side and slightly better on the GPU side. Have you looked into it being maybe some weird driver issue with your laptop’s power management? It could maybe have something to do with that.
The name “tapeworm” also predates the invention of tape. From what I can tell (Google search results) tape used to refer to any long, thin strip of material instead of just the sticky kind.


Does winboat have GPU support? Could be wrong but I was under the assumption that it works similarly to WinApps and can’t have GPU passthrough to the virtualized windows install under the hood


They forgot “CM” so this doesn’t work for any number that ends in 900s


Madeline from Celeste

That’s the thing though. If I’m going to need to be on-call tech support then Linux isn’t actually a better option then Windows. Sure it would be more private and less sucky but if the computer doesn’t actually work then that doesn’t mean anything. I’m willing to make ad-hoc workarounds to my own problems because I’m a software developer and don’t mind falling down a rabbit hole to get something like push-to-talk working with a custom pipewire script. My friends who want to play games and relax when they get home from work are understandably not willing to go through that hassle.
I’d love for Linux to be ready for daily driving but for most people I know it just isn’t. Maybe when Wayland desktops are more mature but I’m not going to make people choose between functioning shortcuts (X11) and functioning monitors (Wayland).
I could never get any of my friends on Linux (maybe I’ll be able to now that Windows 10 is dying) but I was able to get everyone on prism instantly because it’s just a better launcher than the official one in every possible way (it’s also on Windows and MacOS)


They haven’t stopped it yet for the pixel 10s but who knows how long it’ll last


Note that if you’re in the US, Samsung doesn’t unlock the bootloaders at all and afaik Motorola is also hit or miss. Importing a phone is also risky as international versions might not have the cell bands required for US carriers.
If you want a custom ROM in the US you basically have to buy a pixel, and at that point you might as well go with GrapheneOS since it’s the most secure


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).
Or source code at this point, AOSP is still missing the 16 QPR1 release that came out for pixels at the beginning of September