Going by their Mastodon account, seems they were erroneously detected as “from a US-sanctioned region” and it took too long for said error to be resolved, so they just made the switch.
f00f/eris
Here to follow content related to Star Trek, Linux, open-source software, and anything else I like that happens to have a substantial Lemmy community for it.
Main fediverse account: @f00fc7c8@woem.space
- 1 Post
- 37 Comments
f00f/eris@startrek.websiteto Linux@programming.dev•[Answered] Most customizable desktop environment?English3·2 months agoI’d say they all offer different types of customization. It’s less a matter of how much you can do, and more a matter of what you want to do and how much time you’re willing to spend working on it. KDE is for people who want to customize their desktop, and want it to be easy to do so. GNOME is for people who just want something that works, but it still offers a lot of customization, it’s just not as well-supported (their philosophy is “if theming breaks an app, it’s not our fault”).
KDE doesn’t support full CSS customization on its own, but there are theming engines like Kvantum and QtCurve that address the limitations that arise from this. I’d say it’s on almost equal footing with GNOME in that regard, since both GTK4+libadwaita and Qt6+KF6 are designed for color scheme customization, but require various workarounds and obscure settings for anything more than that. If anything the workarounds are easier in KDE.
Similarly, KDE supports layout customization through widgets and graphical menus. GNOME also supports layout customization, but through extensions instead.
And then you can do all of the above and more if you use a window manager, or an LXDE/LXQt-style desktop that lets you disable or replace all its components in settings - just mix and match components like panels, file managers, display managers, polkit agents, etc. You can basically build your own DE that way, and it doesn’t get much more customizable than that. But maybe you don’t want to spend your time choosing every component of your custom DE. That’s what something like KDE is for.
f00f/eris@startrek.websiteto Firefox@lemmy.world•Google is now legally a monopoly. Will Mozilla now stop taking their hush money?English5·9 months agoI hope whatever remedies the court decides upon to weaken Google’s monopoly end up helping Firefox, otherwise it’s just making Google a bigger monopoly. But this case was mostly about search, and I don’t really trust the Justice Department or the courts to be this keenly aware of the state of web browsers.
f00f/eris@startrek.websiteOPto linuxmemes@lemmy.world•Linux "Anti"-Piracy ScreenEnglish1·9 months agoof course not!
f00f/eris@startrek.websiteOPto linuxmemes@lemmy.world•Linux "Anti"-Piracy ScreenEnglish81·9 months agoYeah, it’s fake, and as other commenters have pointed out, it’s also inaccurate to how the GPLv2 works. It was not meant to convince anyone.
f00f/eris@startrek.websiteOPto linuxmemes@lemmy.world•Linux "Anti"-Piracy ScreenEnglish121·9 months agoI came across a bunch of those recently, which is how I came up with the idea for this, as a parody :)
Internet horror is disappointingly un-creative. I have no idea why the weakest works (sonic.exe, anti-piracy, kill screens) always end up becoming huge trends, or why so few people try to put a significant twist on said trends.
f00f/eris@startrek.websiteOPto linuxmemes@lemmy.world•Linux "Anti"-Piracy ScreenEnglish762·9 months agoTons of companies are shipping Linux without giving users access to the source code, it’s just that only one has the term “Tivoization” named after it.
f00f/eris@startrek.websiteto Firefox@lemmy.world•Privacy-Preserving Attribution | Firefox HelpEnglish16·10 months agoThis article seems to assume that advertisers don’t want our identifying information, and are clamoring for an alternative to tracking that lets them measure ad performance anonymously, which is just not true. Being able to uniquely identify users and target them is a feature, and getting more data points from the browser just helps add to their profiles.
f00f/eris@startrek.websiteto Risa@startrek.website•It is possible to commit no mistakes and still loseEnglish10·10 months agoSaru and Kelvin Spock would probably get along really well. Everyone else would be having heated arguments that I think would be amazing to witness, if not take part in.
I think I’d most like to sit between Mariner and Pike, though.
f00f/eris@startrek.websiteto Linux@programming.dev•Ladybird, a truly independent web browser.English321·10 months agoThe website claims that sponsors have no direct influence on the project (“board seats are not for sale”). The reality is that no project of sufficient scale to fully implement web standards can survive without a significant amount of funding.
f00f/eris@startrek.websiteto Linux@lemmy.world•[Solved] [Help] Should I use zram?English4·10 months agoYeah, 50% (ram / 2) seems about right.
f00f/eris@startrek.websiteto Linux@lemmy.world•[Solved] [Help] Should I use zram?English11·10 months agoThe major tradeoff with zRAM is that programs are much more likely to crash due to running out of memory, but will run faster when memory is running low and freezes are less likely. You can think of it as offloading the pressure that traditional swap puts onto your disk, onto the (much faster) CPU. There will be an impact on CPU usage, but not enough to cause noticeable slowdown; in my experience running Linux, the CPU is almost never the reason something is slow, and is only going to be under significant pressure if you’re running a 3D game in software rendering, compiling a large program, or another complex CPU-bound task.
I wouldn’t recommend making the switch unless you often encounter system freezes or slowness while running tasks that use a lot of RAM (like web browsing on certain sites, or gaming), but it will improve things in that case.
You can install an antivirus, but you really don’t need to. Malware for Linux is rare, and malware that targets desktop Linux users is extremely rare (to the point that it’s a newsworthy story every time it does appear). Most distros have ClamAV and the frontend ClamTk in their repos, but it’s primarily used to scan servers for Windows malware before it reaches its intended target. Some Windows malware can still be harmful if run with Wine/Proton, but unless you’re downloading and running a lot of Windows software from unofficial sources (which you shouldn’t have any reason to) that won’t be a risk.
f00f/eris@startrek.websiteto linuxmemes@lemmy.world•Debian used to be so good. What happened!?English1·10 months agoI’m using an AMD Ryzen iGPU on Wayland. I switched to Testing because the support already existed, but the kernel and mesa versions in stable were buggy for my particular GPU and I didn’t want to make a FrankenDebian.
f00f/eris@startrek.websiteto Linux@lemmy.world•Are offline updates going to be the future?English23·10 months agoIt’s not systemd’s fault, though systemd most often implements offline updates. The arguments for and against offline updates have nothing to do with systemd.
A lot of Linux distros, and graphical package managers like Discover and GNOME Software, are moving in that direction, under the argument that updating while online can cause disruptions to running software, in the worst case including the package manager itself (which can brick the system if it occurs in the middle of a critical update), and updates can’t be applied until the affected program (or the system, in case of critical components like the kernel) restarts anyway. Fedora Magazine explains the reasoning here: https://fedoramagazine.org/offline-updates-and-fedora-35/
In my personal experience though, I have never had an issue enabling automatic online updates on Debian Stable, and have had computers stay online for several months without any noticeable issues beyond Firefox restarting, so the risk is there but it’s pretty minor.
f00f/eris@startrek.websiteto Linux@programming.dev•Appimage starts on it's own, how to undo it?English10·10 months agoDepends on your desktop environment. Look for an “autostart” or “startup applications” setting. If you’re on KDE, this could also be caused by “Restore previous session” under Settings -> Startup and Shutdown -> Desktop Session.
I personally don’t use Arch, but I think the reason so many people find it stable in practice is because they know their system well. When something breaks or needs to be changed, they know which configuration file to edit, which package to {un,re,}install, what to look for in the AUR, etc., and they can usually avoid those things in the first place, because they went through a fairly hands-on install process, not to mention having the best Linux wiki in existence at their disposal.
On top of that, I think a lot of derivatives of Debian, including Ubuntu and all its derivatives, severely undermine their stability by providing custom configurations for or changes to software that are rarely documented and completely transparent to the user… until they break and leave no indication of how to fix them. Which is one reason why I ended up using base Debian.
f00f/eris@startrek.websiteto linuxmemes@lemmy.world•Debian used to be so good. What happened!?English30·10 months agoFor me, the outdated packages in stable have actually gotten better over time, as DEs get closer to a place where I don’t need any major updates to enjoy using them, Flatpaks become more readily available, and on a subjective level, I get less and less invested in current Linux news. Before Debian became my “forever distro”, I’d hopped to it a few times, and often found myself wishing for a newer piece of software that wasn’t in backports or flathub, or simply being bored with how stable it is, but that’s been happening less and less. And I feel like Debian 12 in particular left me with software that I wouldn’t mind being stuck with for two years.
I’ve gotten warnings to upgrade my browser with Debian’s Firefox ESR, but they never affected a website’s usability in a way that a newer version would fix, and they do provide security updates and new ESR series when they come out; even if you must have the newest Firefox, you can use the Flatpak.
Additionally, I’m currently on testing in order to get better support for my GPU, and each time I’ve tried to use it, it’s worked for me for a longer time than the last as I get better at resolving or avoiding broken packages. If you do experience issues like the one you described, and can replicate them, and no one else has already reported them, you should report them to Debian’s bug tracker. The whole point of Testing is to find and squash all the critical bugs before the next stable releases.
f00f/eris@startrek.websiteto Linux@programming.dev•Looking for the artwork for Trixie the next Debian releaseEnglish7·10 months agoI always keep close track of these contests, it’s fun to take a look at all the different concepts. Though IIRC only Juliette Taka (who designed the themes for 8, 9, and 11) even submitted a theme last time. She’s great, and Emerald is great, but I hope this post gets someone even better involved with the artwork.
Just as long as it isn’t a .rar.