Bonum Certa Men Certa

Seductive Mirage or Allure of Complex, Proprietary Coffee Machines (or Similar White Elephants)

posted by Roy Schestowitz on Aug 09, 2025,
updated Aug 10, 2025

"Originally ‘white elephants’ were simply that – elephants that were white. Later, the expression came to mean ‘a burdensome possession – one that is more trouble than it is worth’. More recently, the term has also been used to describe any doomed enterprise, on which large sums of money are spent and which is then abandoned." -Gary Martin, Phrases.org.uk

Franke Kaffeemaschinen AG: Do I seem like a millionaire because I paid $5000 for a coffee machine?

There is no "status symbol" (other than cars and homes perhaps, usually bought on loans/mortgages) or an extravagance signal - however shallow and superficial - louder than overpaying for things outside, outdoors, e.g. expensive dining venues/places with overpriced drinks (alcoholic beverages with supposedly "famous" names). Sure, the "super-rich" also have yachts, planes, and dining places of their own (they "eat out" only for photo ops and due to international travel), but forget about those for now. To them, clothes are not enough to impress as there's an "upper bound" on how much clothes cost and the same goes for Jewelries (diamonds and gold are "slush funds" to them). To pretenders (social climbers) and not-so-rich-but-trying-to-look-rich people there are items like "latest iPhone", (alleged) "reading rooms", and maybe "Professional* Coffee Machines" at home. They want to tell friends about their "lifestyle", even if it's 99% faked. We once had a friend, an operating room nurse, who pretended to be a heart surgeon; he pretended to have "wine-tasting parties", have many homes, and he bought some "massage chair". Some people were (and still are) gullible enough to fall for it. I know some who did. Even relatively well educated people. That says a lot about humans, fearing admission of their own poor judgement or false impressions.

Morning Rooster with Coffee: Wake up and smell the coffee; The birds cost you lots of money

The real cost of all those things (including planes, not just smaller items like "Professional Coffee Machines") isn't the purchasing price. It's the maintenance. Those things are "white elephants" which within years can cost a lot in "parts" (spares aren't produced forever) and necessary repairs. So much can go wrong because there are moving parts and the manufacturers make a lot of money from their monopolies on those parts, which are proprietary and patented (so as to prevent other companies making compatible parts for a decent, fair, reasonable price).

Software is a lot like those things. Companies may think or feel like they get "The Best" with some SAP licence or an IBM server/mainframe. But at what cost? Can they fix things on their own? How often do things break or require 'servicing'? The company that has a contract for those things starts having an actual financial incentive to make those things less reliable (repeat customers, more invoices).

I was reminded of this 3 days ago when a friend's WordPress site started failing for some mysterious reason, maybe a PHP upgrade (done by the server owner or webhost without prior warning). After some investigation it turned out code which worked before just stopped working; it threw silent PHP warnings instead (white screens of death; the host has access to backend logs, so escalation became necessary and a serious overhead/toll).

Complex system are like this. WordPress is an example of a complex system (each new release further complicates both the back end and the front end), as the complexity isn't just in WordPress itself (core), but in underlying (bundled) WordPress dependencies, which import their own array of flaws, not to mention plug-ins and extensions; it is typically combined with a MariaDB database and PHP, set aside the webserver software and a "modern" operating system. Will a site that you run with WordPress run in 10 years without any human intervention? No. Hell no! In the case of my friend's site, he died 2.5 years ago (we were very close since I was a teenager). And I still need to regularly work on that site just to keep it going. WordPress is expensive to maintain; it takes a lot of time. It's basically a "white elephant" of sorts.

We need to get back to a sort of movement which favours simple systems and true modularity, such as UNIX. Generally speaking, complexity leads to security problems, as an associate reminds us, and simplicity is thus a prerequisite for secure systems (that's a topic that has been explored a lot before elsewhere**).

UNIX has survived a lot longer than Microsoft and Apple***.

Canonical in its sheer stupidity seems to be on a war against GNU, a 'free UNIX'; it tries to replace GNU (even wget) with Microsoft GitHub. It's insane, but those decisions are made by a young officer from the British Army, whose experience in technology is relatively limited. Ubuntu (and Canonical) will pay for it, if not now then definitely in the long run; all this experimental nonsense and Rust worship may seem "trendy", but who will be left holding the bag?

_________

* The so-called 'industrial grade' ones are a lot less expensive than a used car; one can check their prices online and some shops sell theirs in eBay (maybe because they change to another vendor or maybe those are shops that went bust). Almost every Western home can afford one, but for how long? They cost a fortune to service, so each cup served can "cost" like 10 dollars.

** See the following old and recent articles:

Regarding "Complexity Is the Worst Enemy of Security" (above), pay close attention to the opening quote, leading with "complexity is the worst enemy of security..." and note that LLM-generated code is not only complex (thus insecure), it is not understood until a developer invests unreasonable amounts of time and effort into analyzing it, an associate argues, and "thus LLM slop code is by definition insecure, legacy code".

This is from Spaf:

One quote that varies in pertinence cyclically is "Securing an environment of Windows platforms from abuse - external or internal - is akin to trying to install sprinklers in a fireworks factory where smoking on the job is permitted." I used to say this in presentations, but I believe I first put it down in writing in an email to the RAID (Research Advances in Intrusion Detection) workshop program committee in mid-1998.

Theo de Raadt nearly two decades ago (he turned out to be right; it was the same later when containers became all the rage):

You've been smoking something really mind altering, and I think you should share it.

x86 virtualization is about basically placing another nearly full kernel, full of new bugs, on top of a nasty x86 architecture which barely has correct page protection. Then running your operating system on the other side of this brand new pile of shit.

You are absolutely deluded, if not stupid, if you think that a worldwide collection of software engineers who can't write operating systems or applications without security holes, can then turn around and suddenly write virtualization layers without security holes.

You've seen something on the shelf, and it has all sorts of pretty colours, and you've bought it.

That's all x86 virtualization is.

*** ESR wrote some sage advice, an associate remarks, "but [it] lacks explanations of why each rule is listed". To quote:

The ‘Unix philosophy’ originated with Ken Thompson's early meditations on how to design a small but capable operating system with a clean service interface. It grew as the Unix culture learned things about how to get maximum leverage out of Thompson's design. It absorbed lessons from many sources along the way.

The Unix philosophy is not a formal design method. It wasn't handed down from the high fastnesses of theoretical computer science as a way to produce theoretically perfect software. Nor is it that perennial executive's mirage, some way to magically extract innovative but reliable software on too short a deadline from unmotivated, badly managed, and underpaid programmers.

The Unix philosophy (like successful folk traditions in other engineering disciplines) is bottom-up, not top-down. It is pragmatic and grounded in experience. It is not to be found in official methods and standards, but rather in the implicit half-reflexive knowledge, the expertise that the Unix culture transmits. It encourages a sense of proportion and skepticism — and shows both by having a sense of (often subversive) humor.

Some "things were obvious to old timers," the associate opines, "but many in gen z have little to no clue" and "there is some good discussion further down in the document", e.g.:

In the early minicomputer days of Unix, this was still a fairly radical idea (machines were a great deal slower and more expensive then). Nowadays, with every development shop and most users (apart from the few modeling nuclear explosions or doing 3D movie animation) awash in cheap machine cycles, it may seem too obvious to need saying.

Somehow, though, practice doesn't seem to have quite caught up with reality. If we took this maxim really seriously throughout software development, most applications would be written in higher-level languages like Perl, Tcl, Python, Java, Lisp and even shell — languages that ease the programmer's burden by doing their own memory management (see [Ravenbrook]).

And indeed this is happening within the Unix world, though outside it most applications shops still seem stuck with the old-school Unix strategy of coding in C (or C++). Later in this book we'll discuss this strategy and its tradeoffs in detail.

There's a lot more in there and it's structured for easy digestion, one key point at a time.

Basics of the Unix Philosophy

Other Recent Techrights' Posts

Links 26/10/2025: Microsoft Spies on Gamers, Open Transport Community Conference
Links for the day
Links 26/10/2025: LLM Slop / Plagiarism Programs Continue to Disappoint, CISA Layoffs Threaten Systems
Links for the day
Gemini Links 26/10/2025: Gemsync and Joining the Small Web
Links for the day
India.com a Click-baiting, SEO-Spamming, Slopfarming Heap
They do this almost every day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, October 25, 2025
IRC logs for Saturday, October 25, 2025
Without XBox Consoles, XBox is No More, It's Just a Brand (More Rumours of Microsoft Ending XBox, Then Laying Off Lots of Staff)
All signs indicate that Microsoft wants to "exit" the XBox business (not brand), but it does not want to publicly admit this as it would alarm staff and shareholders
Gemini Links 25/10/2025: Portugal, Midnightpub, and "Tech Right Admins"
Links for the day
Almost 2026 Already (When We Turn Twenty)
In just over a year the site will turn 20
When "Sponsored Feature" in The Register MS Means Ponzi Scheme Promotion From the Communist Party of China (CPC)
the promotion of a financial scam
Week of EPO Leaks: Workers of the EPO Are Getting a Pay Cut While Prices Rise Fast
More to come in the next few days
Microsoft is Finally Giving Up on XBox, The Chief Says the Grapes Are Sour Anyway
Microsoft loses hundreds of dollars on each XBox that it sells
Slopwatch: LinuxSecurity, UbuntuPIT, and Various Slopfarms Propped up by Google News
Why can't Google News do better than this?
Links 25/10/2025: Two New Smokescreens for Scam Altman and ‘TikTok USA’ Remains in Limbo
Links for the day
Bad faith: can't change Debian Social Contract (DSC) without unanimous consent of every joint author
Reprinted with permission from Daniel Pocock
Confirmed: Very Close Friend of Bill Gates and Microsoft's Biggest Patent Troll Nathan Myhrvold Flew the Lolita Express (a Gateway to Pedophilia), According to Bill Gates-Sponsored Seattle Times
There is no speculation or any "conspiracy theories" here;' those are verified facts
Gemini Links 25/10/2025: "The Highest Leader of The Global Civil Society Community", SSL Certificates Causing Bitrot
Links for the day
Links 25/10/2025: Target Layoffs and "Shutdown Sparks 85% Increase in US Government Cyberattacks"
Links for the day
"Big Data" Was a Big Lie
Remember "Big Data"? Remember "Data Scientists"...?
statCounter Has Been Broken for a Long Time
Considering the huge proportion of Web requests that come from LLM bots (more so this past year or two), statCounter may struggle to justify the operating costs
Techrights Anniversary Party on November 7th
Let us know if you need any accommodation-related arrangements
Trends That Must Alarm Microsoft and Mozilla
Expect Firefox to no longer be supported by various sites in the US
Why Microsoft Became the Layoffs Leader
The corporate media is projecting or signalling its own dishonesty when it tells us that Microsoft is a very "valuable" company while the data shows Microsoft is also a "market leader" in layoffs
Speaking for Ourselves and Letting the Facts Speak for Themselves
we've already published over 50,000 pages
For Second Time in a Day The Register MS Takes Money From Private Companies to Sell a Ponzi Scheme
Do not have empathy for those who have zero empathy towards you
IBM is Misleading IBM Shareholders
IBM is still all about vapourware and buzzwords
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, October 24, 2025
IRC logs for Friday, October 24, 2025
The Serial Slopper Starts Up - or Restarts - His Plagiarism Machine (LLMs)
Serial Sloppers like these don't belong in news sites. That's why he got sacked by BetaNews.
Links 24/10/2025: Esperanto Music History, Anxiety, and New Portals
Links for the day
[Video] Richard Stallman's Talk in Sweden, Attended by Nearly 700 People, is Now Online
The Web page is in Swedish, but the talk is in English
Slopwatch: LinuxSecurity.com, Linux Journal, and Pet Slopfarms of Google News
Why does Google News still advance these fake sites to the top of search results?
Links 24/10/2025: Inequality Grows, Billion-Dollar Scam Center Industry
Links for the day
Links 24/10/2025: "Independent Media in Cambodia is Collapsing" and Serious F5 Breach
Links for the day
Coping With the Site Going More Mainstream
Fame is no laughing matter
They Never 'Put Down' Corporations
There are "pests" that are traded in Wall Street
21 Pages in Less Than 7 Hours is No Joking Matter
We've become a lot more effective and efficient
Correct Information is a Valued Asset in the Age of Slopfarms and Public Relations (PR) or Spin
Publishing suppressed facts is never easy
The Register MS Continues to Bag Money to Promote a Ponzi Scheme, Even Money From China
Today in the front page
analytics.usa.gov: The Only Supported Version of Windows (This Past Week) is Only Used by About 13.9% of People in the US, the Home Base of Windows
Even Vista 7 is still used more
Rust is Very Secure
If only Rust itself is secure
Who Will be Held Accountable for Breaking Ubuntu by Imposing Rust on Otherwise-Functional Programs, in Effect Replacing GNU With Proprietary Microsoft (GitHub)?
they're practical people who merely point out that a bunch of buffoons not only ruin Ubuntu but also every future distro based on Ubuntu
Generation Chaff - Phase VIII: In Summary
Like "Science" with a capital "S", what we see here commercial interests usurping everything
Generation Chaff - Phase VII: Curtailing Alternative Media
There was always an obligation - a collective duty of sorts - to uphold independent journalism
Generation Chaff - Phase VI: Centralisation of Information (X, Cheetok/Fentanylware)
Would you trust information when controlled by such people?
Generation Chaff - Phase V: Censorship of Dissent (Painted as Harassment or Terrorism)
Censorship is all around us now
Generation Chaff - Phase IV: Apps Only Few Companies Decide On
Tools are being collectively confiscated, under the premise or false prospect of "security"
Generation Chaff - Phase III: Slop and Plagiarism
A lot of the current so-called 'economy' is built upon false valuations
Generation Chaff - Phase II: "Cloud", Blockchains and Other Hype
For those of us who turned down those propositions there was a struggle; we needed to justify not having skinnerboxes or "social" accounts in some site run by a private company
Generation Chaff - Phase I: Social Control Media
IRC predates the Web
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, October 23, 2025
IRC logs for Thursday, October 23, 2025
More Clues Shed on Collapse of Microsoft XBox
XBox is basically circling down the drain as Microsoft implements 2-3 waves of layoffs each month
'Vibe Coding' Doesn't Work
In a lot of ways, so-called 'Vibe Coding' is already considered vapourware or a passing fad promoted in the media by managers who try to justify mass layoffs, especially ridding companies of "very expensive" software engineers
Links 24/10/2025: Microsoft's Killing of XBox Connected to Revenue/Profit Problems, "How Elon Musk Ruined Twitter"
Links for the day
Gemini Links 24/10/2025: 86,400 Seconds and "Society's Task"
Links for the day