Bonum Certa Men Certa

Removing Input Method Editors from Debian 12: Memory Bloat and How IBM Fedora Is (Not) Coping. More Yuzu Emulator Observations.



Reprinted with permission from Ryan Farmer.

Debian 12 KDE has been a pretty good system, so far.



However, one thing I noticed was that it included a bunch of input method stuff for non-Latin Alphabet languages, even though I got the KDE desktop image that’s in English (US).



Since I don’t have any non-English keyboards and wouldn’t know how to use them if I did, it seemed a little bit ridiculous to have uim, mozc, and ibus installed.



Looking at the KDE System Monitor, these were split into a few services under X11 and a really big one under the Wayland session, and seemed to require ~100 MB of RAM, again, so that they could tell me that the only option was “English”, which works without them.



I get that Debian is trying to be a “universal operating system” and that there’s a billion+ Chinese people in the world alone, let alone people who might want to use Japanese and Korean keyboards (among others), so people speaking English or at least some language where an input method editor like this are probably half the world or more, but you’ve got a huge userbase that needs this stuff.



Is it justifiable considering that the GUI for this live image starts out in English and you probably can’t use the system well enough to figure out how to use these programs to make it do something else?



If you ask me it’s just kind of sloppy really, that there’s so much internationalization on a disk image primarily intended for English speakers and someone should probably be splitting these up better, or having the installer remove everything not related to the localization settings chosen by the user.



Otherwise you end up with this, where packages that are basically useless if you only speak English, get dumped on the system to waste 100 MB of RAM.



Since I do not use a SWAP partition and am using swap on ZRam, even on a 16 GB RAM system, I should not be dealing with something using 100 MB unnecessarily.



The Yuzu Nintendo Switch Emulator is basically one of the hungriest applications I’ve ever used. Short of trying to compile Chromium or Android, it may be the biggest memory hog you’ll encounter, frequently using 5 GB or more all by itself.



So again, uninstalling the input method editors and using apt autoremove to clean up the leftovers, and rebooting, seems to have gotten rid of that mess. (I think more than one packaged matched mozc, which seemed to have something to do with the Japanese language.)



I was actually impressed, given that Debian has historically not done such a hot job sorting actual dependencies of meta-packages, that it didn’t propose removing anything related to them.



25 years ago, you didn’t need half of 100 MB to run Windows 98! The entire OS!



If you gutted Windows 98 using RoM II to purge Internet Explorer, Trident, Outlook Express, and the Web desktop garbage (and fed it the Windows 95 OSR 2 Shell files), you could get away with running the entire OS in just 7 MB of RAM (of course you’d need more for applications).



I sort of use this as my benchmark for how far we’ve gotten from developers and OS distributors actually caring about resource usage.



Including shipping modules that use 100 MB of RAM and don’t even do anything on computers in half the world!



When Alan Pope talked about “Sleeping Tabs”, a Microsoft-ism for a feature now in all major Chromium browsers, which Google actually wrote (Brave calls it Memory Saver), it made me stop and laugh.



After decades of giving Web “developers” more garbage to fill up your main memory with, there’s now a slider in the Settings area that basically says “Hey, if I walk away and leave some tabs in the background, just chuck everything but leave the tab in case I come back.”



This is a mess with a band-aid.



We see that far too often these days. Where even a 16 GB RAM system seems crunched.



I was amusing myself last night while researching whether I should attempt to set up the systemd-oomd, which replaces the kernel’s out-of-memory killer and has systemd try to figure it out instead.



The discussions (mostly on Reddit, of course, sigh) were full of people saying things like they had an expensive developer laptop with 32 GB of main memory, and they were using Fedora, and systemd-oomd in the default configuration, was “murdering” tabs in Chrome and shutting down their IDE (development environment for programmers) when they hit 12 GB of used RAM.



So like, that’s really really funny.



It starts panicking and killing things because Fedora put it in there with percentages and stuff, instead of looking at how much RAM (in at least one case I read about, a full 20 GB sitting there empty!) you actually still have and realizing that it doesn’t need to take action quite yet.



The main justification for “take something Linux could already do and do it worse”, this time, appears to be that “the kernel oom-killer is slow to respond”.



(But I’m not completely surprised by anything IBM Red Hat systemd does anymore. Lennart Poettering has always been a jerk and now he officially works at Microsoft. So why should its oom-killer work any better than the init part, where once every 10 shut downs you have to hold in the power button ever since they replaced sysvinit in 2014?)



Slow to respond in the oom-killer, meaning, “If the user has no swap configured at all, not even ZRam swap, they’re really playing with fire here and the system could just go ahead and lockup because there’s no time to go ‘Oh shit, oh shit, hurry, kill something!'”



As far as picking Chrome tabs, well, that makes sense at least.



Not that the modern Web is so bloated and full of useless junk that the user would ever end up here.



That’s not even funny anymore because it’s something that was foisted on us by uncaring slobs and big corporations.



It makes sense because if you’re out of RAM and have Web browser tabs sitting there taking 1.2 GB to run an instance of ‘Microsoft Word for the Clown’ when just using LibreOffice Writer would take a tad over 400 MB, then that goes first and if you still need more and the user is running “Clown IRC” in a Web app that takes 600 MB of RAM when HexChat would only want 50, or worse, Discord in a “Desktop App” which is Electron and takes nearly 1 GB because it loads the entirety of Chromium all over again just to have one tab, well…



You’re next, bubbles!

-Peter Venkman, Ghostbusters II


On the occasion I have opened a “Web app” and top at the same time, I’ve said “What’s wrong with this picture?”.



Poor computing practices that users really shouldn’t even be doing are giving them a rather rude introduction to their new best friend, the oom-killer.



Most of the $50,000 hammers and $25,000 toilet seats are “something something Web app”.



Mozilla does really f**k all about Firefox’s voracious appetite for RAM to the point that Firefox makes Brave look positively nimble.



I can’t imagine trying to use a computer these days that has less than 16 GB of RAM if you’re going to do even one really heavy task.



I’m already wondering if I should just spring for 32 GB myself next time I get a laptop (which could be System76 now that they’ve clawed out the really buggy and flaky UEFI PC firmware).



Part of the Nintendo Switch emulation bloat is actually the fault of graphics chip designers.



Apparently, pre-Tiger Lake Intel was the only chipset on PC that could support the kind of texture compression that the Nintendo Switch uses, and since you can’t write a second code path you’re going to have to support users on pre-2020 hardware that’s not being sold have support for this, you have to decompress the textures before throwing them at the graphics card. Even on the small number of systems that have that feature.



It can re-compress the textures into a form PC graphics cards can handle, but in my testing it didn’t save enough RAM to be worth the compute cycles.



I did try the OpenGL renderer to see how much different the performance would be from Vulkan.



Under OpenGL, Red Dead Redemption fell from between 22-30 fps (playable) depending on what’s going on, on my Tiger Lake Iris XE to 11-14 fps under OpenGL, so I quickly went back to Vulkan. 🙂



Yuzu got a version bump yesterday. No performance improvement that I’ve noticed.



One strange thing I did find was that after I purged the foreign language input method programs from Debian and restarted, the framerate on Yuzu has been higher than it was before, with less choppiness.



I suppose it could be unrelated, but the two events happened back to back.



Recent Techrights' Posts

An Illusion and Cult Worship of Magnitude (Ubiquity as "Victory")
GNU has been around for over 40 years and it'll likely continue to exist for another 40 (in some form)
Wall Street Does Not Care About Microsoft's Impending (August) Layoffs, It Believes Lies From Microsoft, Whose Debt Grows Rapidly
If Microsoft is doing so well and swimming in money, why so many cuts (about 29,000 layoffs so far this year)?
Riot for peace & Love: Catholic Influencers and Digital Missionaries welcome Jubilee of Youth
Reprinted with permission from Daniel Pocock
 
Links 31/07/2025: Spotify Collapses and Spotify Now Forcing Some Users to Undergo Face-Scanning
Links for the day
A Lot of Supposedly "Successful" Businesses Are Just Debt-Racking Vessels Without Any Prospects of Financial Sustainability
The probability of bankruptcy of any business is more than 0%
theregister.com: The Voice of Microsoft US?
It basically sold out
Yes, You Can Love and Adore Things Whilst Also Criticising Them
Is society being divided and groomed/primed to be resistant to constructive criticism?
Links 31/07/2025: War in Ukraine, Security News, and Cyberattacks Against Journalists on the Rise
Links for the day
Gemini Links 31/07/2025: Fake Money and Gemini Diaries
Links for the day
Google: From Pointing to Relevant Sites to Pointing to Social Control Media to Actually Parroting Social Control Media as "Facts"
Google has become a misinformation company
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, July 30, 2025
IRC logs for Wednesday, July 30, 2025
How to Report Apple Layoffs Without Saying the "L" Word
don't look for the "L" word
Wayland Considered Harmful (to GNU/Linux Adoption)
it's not limited to games
My Experience With Judges Has been Positive, But We Must Still Pursue SLAPP Reform in the United Kingdom
We believe it'll be a "feather in the cap" if we can help change laws in the UK to better protect investigative reporters
Slopwatch Makes the Web Better
Remember what happened to BetaNews?
Slopwatch: Google News is Pumping in Lots of Web Traffic Into Fake Sites That Say "Linux"
somewhere between 30% and 40% of today's "news" about "Linux", as seen by Google News, is LLM slop
Links 30/07/2025: Climate Calamities Highlighted, Kyrgyzstan Crackdown on Expression/Freedoms
Links for the day
Gemini Links 30/07/2025: Watson’s List of Limits, Lysenko 2000
Links for the day
Some People See What Others See... But Only 40 Years Later
When people deviate from "the norm" they typically get ridiculed and dismissed as "crazy"
Links 30/07/2025: Tea Class Action and Google Killing the Web With Slop
Links for the day
Last Month Our IRC Community Turned 17
Funnily enough we never missed a single day when it comes to logging
"The Unix Kernel"
Linux was inspired by MINIX
The Register Relays Microsoft Marketing, Dubs That Marketing "Research"
Hours ago they did a "Microsoft sez" piece
Dealing With Sociopaths, Liars, and Cranks
A dysfunctional society such as this would never develop
Not Owning Mobile Phones
It's not about resistance; it's common sense
Google 'Search' is Fast Becoming No Better Than Social Control Media Infested With Bots
Google emerged almost 30 years ago as a company looking to organise the Web and direct people towards informative pages. That Google is dead.
PCLinuxOS Had Functional Backups Before the House Fire, the Site Will be Restored in New Webhost
This is the direction we want for GNU/Linux, not some IBM sales strategy
Gemini Links 30/07/2025: Two Sides of Me and "Hooked on Cosmic Voyage"
Links for the day
Microsoft Will Continue Resorting to Crimes in Order to Keep GNU/Linux Usage Down
It is a real problem and we'll revisit it later this week
GAFAM 'Revolving Doors' at The Register and a "Bribe Price List"
"an analyst at Microsoft"
Microsoft Rapidly Shrinking (No, It's Not About Efficiency, It's About Unbearable Debt)
We'll soon see how much debt grew in the past quarter
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, July 29, 2025
IRC logs for Tuesday, July 29, 2025
Corruption is the Standard Operating Procedure at the European Patent Office (EPO)
The EPO is a dictatorship that stains Europe
Local Staff Committee Munich (LSCMN) at the European Patent Office (EPO) Requests an Urgent Meeting to Avoid Abolishing the Office
This is dictatorship led by the most corrupt
Slopwatch: Fake 'Linux' 'Articles' and Spamfarms/Slopfarms
at least 5 fake articles in one day
Gemini Links 29/07/2025: Wayland Unfit for Use and LLM Slop Faking One's Language Skills With Robot Communications
Links for the day
Before the OSI Was Bribed and Hijacked by Microsoft via GitHub and Compromised Management...
The OSI isn't even remotely "woke"
Nailing the "Hey Hi" (AI) Hype Bubble
So-called "hey hi" as they define it now is all about large companies or regimes remotely controlling the processes running on your machine and even your very own behaviour on your machine, which is in effect no longer your machine but some remotely controlled apparatus
The OSI Has Been Silent for Over 3 Weeks, It Has a Severe Trust Issue After Promoting Microsoft and Proprietary GitHub
OSI took a lot of money from Microsoft to become a Microsoft lobbyist
"Four decades; Four freedoms; For all users" Now as a T-shirt
That's shown along the sidebar
Bribery is OK If You Work for Microsoft (No Punishment Expected)
It's very troubling and a symptom of a broken society/system when particular laws or rules are applied and enforced against some people but not against others
Links 29/07/2025: Bad Climate and "Fair Software Licensing" Blasts Microsoft
Links for the day
Links 29/07/2025: Data Brokers Gone Wrong/Rogue and "Copyright Thicket"
Links for the day
Slopwatch: Linuxconfig.org, Linuxsecurity.com, Fagioli, The Register
Today's "Slopwatch" isn't the first article about LLM slop
Someone Should Remind Microsoft Lunduke That Microsoft Hires Many Sexual Criminals and Pedophiles as Well
Microsoft Lunduke on an "expedition" to find one or more perverts, then generalise to everyone in the "community"
Cash Machines (ATMs) Make Mistakes and They're Proprietary Software
Correcting mistakes is a colossal challenge
We Cover Topics Other Sites Are Too Afraid to Cover (Even When They Know the Facts)
It's not that they doubt the truth, they just realise there may be consequences for talking about it
They Try to Tell Us the Free Software Foundation Inc is Dying, But Its Revenue Doubled Since the Dot-Com Bubble Burst
Being in "Activism" is never easy; but it does positive things for society
Yes, Microsoft is the Problem
"I am no MS shill."
It's About the Cost of Workers, Not the Fictional Skills Shortage (That Does Not Exist, the Media Spreads False and Sometimes Self-Fulfilling Narratives)
This issue isn't limited to computing, some dub it "globalism"
Another Failed Use Case for Chatbots (LLM): Legal Advice and Analysis
They're just some self-discrediting toy that costs way too much to operate
Links 29/07/2025: More Pushbacks Against Slop and More Praises of Tom Lehrer
Links for the day
Gemini Links 29/07/2025: Purple Yarrow and Understanding Op Amps
Links for the day
This Monday WebProNews Absolutely Flooded the Web With Fake (LLM Slop) 'Articles' About "Linux", Google News Promoted Them as Legitimate
All of the following are fake articles attributed to pseudonyms or authors that don't exist; the images are also slop. Why does Google promote these?
Linuxiac is Not a Slopfarm, But at Least Some of Its Articles Are Machine-Generated Fakes
what we said about it was correct
Expect More Microsoft Layoffs
"Are more job cuts coming?"
Microsoft Behaving Like It's Running Out of Money to Pay Salaries
Does that seem like the behaviour expected from a company which claims it is "worth" trillions?
LWN Downtime Due to Linode, Not LLM Bots
"I’ve received an email letting me know that there is a potential for data loss."
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, July 28, 2025
IRC logs for Monday, July 28, 2025