[moon] home
IPv4

Erlkönig: Complaints

Complaints on Sundry ©2023 Christopher Alexander North-Keys
All Rights Reserved; temporary storage for personal viewing permitted.
parent
[parent webpage]

server
[webserver base]

search
[search erlkonig webpages]

trust
[import certificates]


homes
[talisman]
[zoion]
The American diet since 2000
I remember how much my parents and others in 1970 or so ate daily, and it's pretty easy to see why they weighed less on average than Americans do now.
Television
Hundreds of channels, nothing on... Early TiVos with their ability to proactively record programs you might actually like (based on thumbs up/down on other programs you watched) made modern television relevant again for years - until TiVo ripped out that feature, ruined their UI, and survived almost solely based on having a source-spanning program guide that would even find things on other streaming platforms. But with The Daily Show on vacation, I find myself considering dropping even TiVo (and cable) and just watching YouTube and streaming video from now on...
The Internet in 1985
No spam, no advertising, no scammers. In a way, it was worth not having the web yet. I miss it. Good luck trying to join Internet2, the modern successor with the same attributes.
Unix is insufficiently appreciated

Almost everything we use on the Internet is based on projects begun in Unix, or started and/or still running in some descendent like Linux, Android, OS X, etc. Many modern networked games played in consumer operating systems are in worlds that run on Linux hosts inside the company.

Microsoft, in contrast, was bad at all of these things, with abysmal implementations of networking (we had to use Netscape's special Internet handler because MS's was so bad for years), local-only email (MS thought companies would only want email internally), lackluster file sharing, a horrible window system (3.1, despite better ones being widespread in Unix variants at the time), an OS pitiabily focused on a single-user per box, and any number of other aspects of computing. Its one actual power is marketing.

For better perspective, consider: If Windows were to die one day (possible since it can be centrally killed from headquarters) it will take out a lot of companies and trouble a lot of individuals. However, if Linux disappeared (which can't be orchestrated by a central company) most of the Internet vanishes, and a lot of companies - including many the customers thought were Windows only - will die, while a smaller group of individuals will be troubled for a shorter period of time (since they can switch to another Unix flavor, or build a new one).

Microsoft is Evil
While the corrupt war by Microsoft to try to ramrod their horrible, deliberately incomplete Office Open XML format into being a global standard instead of the actually open Open Document Format is well documented, it is by no means the only nefarious and corrupt act this company has committed. No amount of charity work by Bill Gates's foundation will ever truly atone for the blight he and Microsoft have inflicted on humanity.
3D Televisions and Film
A US market ruined by the determination of film companies to lie about whether media was created for 3D, or crudely converted from 2D. (and worsened by companies like Samsung producing 3D TVs with massive bleed over)
YouTube 3D Failure
YouTube attempted to host 3D videos, where the presentation format could be chosen on the fly by the user. Sadly, the format desired by the user wasa often missing, and even simple side-by-side (SBS) output usually mismatched left/right images into one frame that were actually from different frames, with the symptom that in a given frame, a person's hand would be in a different physical places in the left/right channels, especially for video with quick action. Now, in 2023, most of the 3D videos that were in my list for them have vanished, and the only 3D content I'm finding is simple SBS videos uploaded as normal video streams that happen to be half-left, half-right. ... or this STAREO video SUUNS - C-Thru, which is challenging to watch.
Microsoft Windows
Any operating system that can unilaterally force a reboot (during a key presentation, during a mmorpg raid, during a demo, etc, etc) isn't suitable for use in any professional situation. Any impression to the contrary just shows the power of marketing. Presented as a list:
  • Reboots without warning, often to do system updates at the worst times
  • Often forcibly delays shutdown, regardless of real-world situations
  • Often forcibly delays boot, regardless of real-world situations
  • Fails at the most basic things, like finding ethernet or halting
  • Gives abysmal feedback, often not even that inane spinner
  • Generally useless help documentation
  • Idiotically posits Reboot as a subcase of PowerOff (which would prevent rebooting)
  • Designed to take consumers' money rather than to empower them
  • Extensively spies on the user
  • Insists the end user is unworthy of control of the hardware
  • Unlikely to run for long before failing (compare to unix systems often running uninterrupted for years)
  • Can't move windows that are busy, or more generally stupidly relies on the app running window to react to basic operations like moving a window
  • Can't type into a window while keeping most of it under another one
  • Popups frequently steal mouse input without warning
  • Can't move, resize, or scroll most parent windows of popups
  • More recent UI requires trial and error to find a grabbable part of a window to move it (unless using the shortcut)
  • Apps frequently crash without describing why (other than vomiting up an address) nor logging anything for the end user somewhere findable
  • Is still terrible at multiuser anything
Linux has some problems - but at least it isn't evil
  • Ubuntu "snap"s have numerous problems because the snap devs seem to be unaware/uncaring of how linux is used in large deployments, notably by failing to support homes outside of /home
  • NetworkManager only introduces problems for static server IPs
  • systemd has been and likely always will be a terrible architectural choice, doing far too much for an allegedly single service and deeply retarding development of competing, topic-specific services
  • TTYs are superset of teletypewriters (minus the deforestation), X has terminals which are supersets of TTYs, Wayland is NOT a superset of X's core abilities (graphics over network) and therefore CANNOT replace it.
  • In Linux, i.e. in the X window system, the cross-editor generic way to paste any currently highlighted text to somewhere else is just the middle mouse button. So copy+paste is left-mouse-swipe-to-highlight then middle-mouse-click (and note the X defaults to automatically changing input focus to wherever the mouse moves, so you don't have to click the target window just to make it active) You can add other shortcuts, like the stupidly long set of actions from Windows to do the same thing, but implement highlight-swipe + middle mouse FIRST.
Gaming has problems
  • WASD is common, but ESDF is better, and your game had better support arbitrary key bindings, but whatever the devs choose, it'll probably be wrong.
  • Your game may not be paying the end user, but if it crashes it's often worse than a work application crashing - be serious about making your game stable and resilient.
Developers are naïve

A number of facets of the real world are vastly less tidy than the average naïve developer wants to believe:

  • NO! So you think all names are at least first + maybe-middle + last and made from ASCII letters, and that spaces and punctuation don't occur in them, and that each always starts with a capital letter?
  • NO! So you thought real-world human names were unique?
  • NO! So you think the street address + state + zip + country works worldwide? [in some areas, a drawing is required for success]
  • NO! So you think there are always 60 seconds in a minute, 24 hours in a day, and daylight stupid time is always an offset of one hour and doesn't change year to year? [and historically, i.e. pre-railroad standardization, timezones were insane]
Some developers are stupid

So, you think it's fine to just skip worrying about memory exhaustion, skip checking for 0 returns from malloc(), configure the system to overallocate memory to malloc will lie, and even write this same laissez-faire attitude into your libraries so any program that uses your library loses the ability to manage memory as well? I hate you. I watch programs die all the time because of this deliberate, avoidable blockheadness, and they frequently carry unique, unsaved user content to the void with them.

Some software development managers are stupid

So SCRUM usually doesn't work (there are exceptions), and Kanban doesn't lie about whether goals were completed. So of course zillions of managers claim they're using SCRUM (aka. "sprints", although often merely modernity plastered over waterfull planning underneath). This allows them to evade Kanban's reliable truthfulness about progress.

The result is that the sprints initially complete on schedule, but then bog down as more and more patches have to be planned in to deal with the too-many shortcuts taken on earlier sprints to meet the deadlines. The unassigned priority one ticket pile grows without bound.

Emacs versus Vi (versus ...)
All editors are merely portals from the soul of the writer to the outside - one is just choosing different hardware on the door.
Wages and Salaries
Selling your soul by the hour is just another form of prostitution - freedom comes from either releasing desire, or investing.
VR Worlds
Since a typical company doesn't do most things, don't expect one to produce a VR universe for them.
Expect a grassroots project to bring the first useful VR world.
Climate Change
It's too late to stop it; just start planning ahead now on where to live in it.
Healthcare
Healthcare insurance lobbies are incompatible with sane healthcare.
Government
A method for controlling the treasure within a civilization. Citizens suffer greatly in governments that fail to see them as resources especially valuable when happy.
Government by Riches
Few in congress can resist the lure of riches legally offered by companies or the super wealthy, and companies can't resist posing the lure given the return on investment often being more than 200 to 1. Blocking companies from politics is the only possible answer.
Modern Christianity
A death cult with cheery choir music; the cause of innumerable deaths over two millenia. Nearly unrecognizable to ancient Christians, who themselves couldn't agree one whether Christ was real, modern Christianity is mostly a convenient way to exchange time and money for social connections and that enticing feeling of righteousness, while washing away all personal responsibility in a stranger's blood. One major sect even metaphorically cannibalises that stranger's blood and flesh, and most sects celebrate their faith by nailing a homunculus to a wall.
Distrust of the Wealthy
Vastly wealthy people tend to impact freedom less than any government, categorical distrust is generally unwarranted and counterproductive. However, see § Government by Riches for the remaining problem...
True Wealth
The only wealth greater than free time (i.e. self-determinism) is free time with true friends or family - neither of which can be readily bought.
Pets
Be honest. It's just inter-species slavery.
Slavery
Slightly less horrible when people enslaved others of the same skin tone, when a man freed from slavery would be truly seen as free, and people could see themselves more easily as kin to the enslaved.
Political Axis Inversion
When the one party, claiming to be more liberal than the other, gradually becomes more and more restrictive through virtue signaling, righteous denial, and trying to legislate liberty through restrictions. Example: parents being jailed for Free Range Parenting by random liberals claiming the children are being willfully endangered.
Christianity and Sex
Christianity has made an utter mess out of this, especially in the US, even somehow deciding that sex was more horrible to behold than vast scenes of bloody massacre and gore, and legislating to enforce this perverse view on everyone. It doesn't help that they misinterpreted a lot of their own religious texts to get to this point, either, but trying to tell them their translations are wrong (and that the Jewish cleric know it) tends to run into the mental faith barrier.
Trump
Just a few minutes of listening to him when he first came down that elevator at the beginning of his political bid was enough to know he was a self-centered, amoral narcissist who would ravage anything around himself for personal gain. Everything since just confirms it. It is mystifying still that anyone not a billionaire would think this man even recognized their existence, other than as mere political fodder.
Spectrum's Advertising
It's disappointing to see a company advertising year after year with every commercial being rife with lies about network speed, reliability, an so on. It's not that my service from them has been bad - it's been fine - but it's bizarre to have better Internet from them (inherited from TimeWarner deployment at my home), with Spectrum advertising higher speeds, which an address search on my house utterly fails to find, and even fails to find an offer for my current speed. Their commercials completely ignore other ISP's actual performance, especially other countries with vastly higher speeds, and can't be trusted for any specifics.
disencrypt lang [de jp fr] diff backlinks (sec) validate printable
Earth: too weird to destroy.
[ Your browser's CSS support is broken. Upgrade! ]
alexsiodhe, alex north-keys