Using Plasma Wayland on Debian sounds like you’re deliberately setting yourself up for a lot of pain.
- 0 Posts
- 28 Comments
turdas@suppo.fito ᑐ ᑌ ᑎ ᕮ@lemmy.world•Dune: Awakening Loses Nearly 80% of Its Players Just Seven Weeks After Launch27·2 months agoThis happens to nearly every game these days. Marketing campaigns create massive hype launches which lead to an inevitable inverse sigmoid curve on the player count chart.
turdas@suppo.fito Opensource@programming.dev•'The biggest speedup I've seen so far' — FFmpeg devs boast of another 100x leap thanks to handwritten assembly code4·2 months agoI was under the impression that libsvtav1 was still underdeveloped, but turns out the ffmpeg documentation for it was just lacking. Looks to be pretty good quality and even supports two-pass (which the documentation doesn’t mention).
turdas@suppo.fito Biology@mander.xyz•Real milk proteins, no cows: Engineered bacteria pave the way for vegan cheese and yogurt351·2 months agoLactose plays a role in cheese making as it is fermented by bacteria.
turdas@suppo.fito Opensource@programming.dev•'The biggest speedup I've seen so far' — FFmpeg devs boast of another 100x leap thanks to handwritten assembly code6·2 months agoI wish they made a 100x leap to the AV1 encoder. Even on my 12900k it runs at like 0.001x real time, which is… well, unusably slow.
turdas@suppo.fito Linux@programming.dev•Initial feedback on Bazzite 42 NVIDIA Edition (KDE / Plasma 6)2·3 months agoThe only real issue I’ve had was that the btrfs partition sometimes shits itself and requires some CLI commands in emergency mode to fix it.
At the risk of stating the obvious, this shouldn’t happen. You haven’t said enough to know what the issue could be, but most of the time when btrfs spontaneously stops booting on you, it’s because it has dropped to read-only mode because it detected a problem with your drive.
turdas@suppo.fito Linux@programming.dev•Linus Torvalds Comments On The Russian Linux Maintainers Being Delisted132·11 months agoTo be fair to the internet discussion, Linus’s (and the other maintainers’) communication on this could have been better. Still, it should’ve been pretty obvious from the start that this is a sanctions thing, and people and companies don’t end up on sanctions lists for no reason – though it is easy to end up on the list if you have even indirect ties to the Russian state.
turdas@suppo.fito Linux@programming.dev•Linus Torvalds Comments On The Russian Linux Maintainers Being Delisted547·11 months agoThe discussion around this has been physically painful to read. From what I gather, the delisted maintainers are people on sanction lists, i.e. somehow connected to the Russian state, and they have been given the opportunity to prove their innocence by providing some (admittedly unspecified) documents to Linus and the Linux Foundation.
Judging by Linus’s updated comment in that article there are legal concerns involved, as the Linux Foundation is a US-based organization. Though even if they weren’t, it is the morally correct thing to do to give Russian state actors the boot.
No, but I’m not a lawyer, so I’m not going to go into the details that I - and other maintainers - were told by lawyers.
I’m also not going to start discussing legal issues with random internet people who I seriously suspect are paid actors and/or have been riled up by them.
turdas@suppo.fito Linux@lemmy.ml•Which filesystem should I use for stable storage?English1·2 years agoIt is possible to convert from ext4 to btrfs, but if you just installed the server it may be easier to just reinstall.
Failing to mention that JAR is just a ZIP file with special contents and calling tar a compression format sure is a bit incompetent for a textbook.
I have 64 GB of memory in my desktop with 16 GB of zswap. Can’t say I’ve noticed any difference because I haven’t actually been in a situation that uses all this memory yet (aside from some programs leaking memory), but the thought of getting “free” RAM is appealing to me.
turdas@suppo.fito Linux@lemmy.ml•[Rant] I swear to fucking god. Windows is harder to use than Linux. Have any of you ever USED Windows lately? Holy fuck.14·2 years agoThey keep making this more and more difficult. Used to be you could just choose between yes and no. Then they made it so you can only choose between yes and no if you don’t have an ethernet cable connected. Now you have to use a hidden key combination and type in a secret command.
Soon you’ll only be able to install without an internet connection by downloading a special ISO with a hidden download link. Soon after that they’ll restrict said ISO to some insider program.
The two things I would recommend to any btrfs user is enabling zstd compression and setting up automatic snapshots using snapper or Timeshift. I would personally recommend snapper if you’re comfortable with command-line tools, as Timeshift only supports a very specific configuration.
zstd compression is very fast, so if you have a reasonably new CPU you will notice no overhead from it, making it effectively just free extra disk space.
Snapshots require a little bit of reading to understand, particularly because you will want a very specific subvolume layout to sensibly organize them, and distro installation wizards rarely give you such a layout except on distros that support snapshots out of the box, like OpenSUSE.
The Arch wiki page on btrfs is amazingly good, as is their page on snapper if you want to set up snapshots.
Btrfs can be a little complex and needs more user-friendly tooling for some of the advanced features to be useful to “laymen”, but OP seems technical enough (the fact that he cares about what filesystem he’s running in the first place is an indicator of this) that this should not be an issue.
As for “weird problems”, the majority of those seems to come down to users using advanced features without RTFM, and users having underlying system issues that cause issues that btrfs catches early and refuses to mount the filesystem as RW, and the users then blame btrfs for the issue.
Almost all data, aside from stuff like databases, benefits from filesystem-level compression, and almost every user benefits from having snapshots. Snapshots have saved my ass so many times, e.g. when I accidentally delete a file I shouldn’t have, or when a program has overwritten a file it shouldn’t have, or when Crusader Kings 3 corrupts my savegame.
As for bitrot, I frankly don’t know if btrfs has an automatic mechanism of fixing rotten files from an external backup of the filesystem (created using
btrfs send
), but even if it doesn’t it’ll tell you what has rotted so you can restore the files manually.
If you’re not intending to use complicated RAID setups, just go with btrfs. There is no reason to bother with zfs given your specs and needs.
Do not go with ext4. Unlike both btrfs and zfs, ext4 does not do data checksumming, meaning it cannot detect bit rot (and obviously cannot fix it either). You’ll also be missing out on other modern features, like compression and copy-on-write and all the benefits that entails. Once you start using snapshots for incremental backups using
btrfs send
(or its zfs equivalent), you’ll never want to go back. Recommended script: snap-sync.
turdas@suppo.fito Linux@lemmy.ml•Steam On Linux Usage Spikes To Nearly 2% In July, Larger Marketshare Than Apple macOS191·2 years agoIt automatically uses Proton for titles that Valve has whitelisted as compatible. To play anything else you need to check a box in the settings. Honestly, it should probably just be checked by default.
turdas@suppo.fito Selfhosted@lemmy.world•Hey selfhosters, what are you selfhosting?English1·2 years agoInitially I was using rocky+podman but inevitably hit something I wanted to run that just straight up needed docker and was too much effort to try and get working. 🤷
As someone who’s used Podman for a while, though possibly not as extensively as you, what was it you hit that needed Docker? So far I’ve gotten everything to work with Podman, though sometimes I’ve had to RTFM and specify some extra command line parameters.
I use this function to launch GUI apps from the shell without occupying that shell or cluttering it with their output:
nown() { if [ -n "$1" ] then nohup $@ &> /dev/null & disown else echo "Don't give me a null command dumbass." fi }
The funny part is that I can’t tell whether you’re talking about LLMs or the C-suite.