Thanks. So much better than RHVoice.
Thanks. So much better than RHVoice.
Shaq’s best performance.
Yeah, I agree. I do use Flatpaks, Snaps, and Appimages sometimes if I can’t find a suitable deb repo/package. Flatpak is the best out of the three because they do try to avoid too much duplication through runtimes. I also use Docker quite a bit, which has similar issues (and benefits).
I assume the “kill it” comment was a little tongue-in-cheek. On small SBCs, like a Pi, or old hardware, it could be a problem. I’ve seen people with flatpaks taking up 30GB of space, which is significant. I’m not sure how much RAM it wastes. I assume running 6 different applications that have loaded 6 different versions of Qt libraries would also use significantly more RAM than just loading the system’s shared Qt libraries once.
Wastes RAM and disk space (compared to package-manager installed applications) by storing more libraries on disk and loading them into RAM rather than just using the libraries already installed on the distro. It’s probably better than Snap and Appimage though.
GPL’d clients. Everything is encrypted/decrypted on the client before sending/receiving to/from the server. I may later switch to a self-hosted solution, but don’t want to set one up right now (was using BitWarden’s cloud before).
I just exported my data from BitWarden and imported into ProtonPass. Was pretty easy. Hate the color palette of the app and browser extension though, lol.
There’s plenty of open source projects that distribute executables (i.e. all that use compiled languages). The projects just provide checksums, ensure their builds are reproducible, or provide some other method to verify.
In practice, you’re going to wind up in dependency hell before pypi stops hosting the package. E.g. you need to use package A and package B, but package A depends on v1 of package C, and package B depends on v2 of package C.
And you don’t need to use pypi or pip at all. You could just download the code and directly from tbe repo, import it into your project (possibly needing to build if it has binary components). However, if it was on pypi before, then the source repo likely had all the code pip needs to install it (i.e. contains setup.py and any related files).
camelCase for non-source-code files. I find camelCase faster to “parse” for some reason (probably just because I’ve spent thousands of hours reading and writing camelCase code). For programming, I usually just use whatever each language’s standard library uses, for consistency. I prefer camelCase though.
I think most projects left Sourceforge after they started putting adware into they’re downloads.
I’ve used this before: https://github.com/wilicc/gpu-burn?tab=readme-ov-file
Yeah, it may be a driver issue, Nvidia/pytorch handles OOM gracefully on my system.
That seems strange. Perhaps you should stress-test your GPU/system to see if it’s a hardware problem.
SD works fine for me with: Driver Version: 525.147.05 CUDA Version: 12.0
I use this docker container: https://github.com/AbdBarho/stable-diffusion-webui-docker
You will also need to install the nvidia container toolkit if you use docker containers: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
I’ve had unattended upgrades running on a home server for a couple years and haven’t had any issues.
They’re good for media centers, since the support 4k HDR. Can also use Moonlight to stream games from a PC. GPIO is useful, but I guess the PI is overpowered for most GPIO use cases at this point.
I’ve been trying out Logseq the past couple days, which I guess is an alternative to Obsidian (never tried that). Can’t say I really understand the point or appropriate workflow of notes in a “graph” structure rather than a tree structure though (or the purpose of a journal). I like Joplin, but I’ve been having trouble with syncing on Android.
Yeah, I was looking into this recently, and even games like Roblox are labelled Teen (even though I think it’s obvious they target younger children).
Some automotive infotainment systems run on Linux.
Old dual-core Pentium, lol (Haswell I think, or something from around that time), 16GB RAM. 5 16TB SATA hard disks.
Could use it kind of like an extra monitor with something like Barrier.
Could use it like a home assistant for a kitchen or something, but I don’t know if there’s any good privacy respecting software for that ATM (looks like MyCroft went bankrupt).
I used an old laptop I had laying around for controlling a Maslow CNC. Could also use a laptop to run OctoPrint or something.