Bonum Certa Men Certa

Gemini Links 08/05/2023: Recalling Tradewars, Suckless Window Manager, and More



  • Gemini* and Gopher

    • Personal

      • Mercedes team mates 🏎

        The Mercedes car is difficult again this season. They're a long way from Red Bull's pace. But of their two drivers, Russell seems less bothered by it that Hamilton. In commentary, Coulthard said this is the best car that Russell has ever had, whereas Hamilton is used to a car that can win. They are coming at the problem from different head spaces.

        Hamilton's been around for long enough that he knows how far away they are, and he seems dispirited by that. There's only so much that he can do to make up for the deficiencies. He's getting near the end of his career, and it's quite possible that he'll not have another car good enough for a championship before he retires. But Russell is going to be a round for longer. He's doing a good job against a team mate with extraordinary stats. If the car comes good he knows that he can challenge. And if it doesn't, he's going to have other teams interested.

      • Why not 'inquiry'?

        Just a quick off topic/title update on today:

        Went all the way to the courthouse, through the metal detector, up an elevator no doubt teeming with COVID :-), only to learn from the person taking names that - as they'd allegedly informed me (she didn't say how) - I was granted reprieve from the entire jury selection period (of three months) due to my dad's possible need for my care.

        Except they didn't inform of that. Instead, my sister fly from several states away to care for dad (his current woman needed a cruise..).

        2023, yet communication is still rocket science.

      • Episode 48 Elephants

        Elephants are cool in war, and they have ivory tusks. Do you want your players to be poachers?

      • I'd rather be Ferrari than Ford

        The movie "Ford Vs Ferrari" is a great watch, and you can't help but root for the Ford team. It was an inspiring story in one light, while also being a tragedy when looked at from a different light.

        Something that I've given a lot of thought to in my life is how our society seems to be in a perpetual race towards mediocrity. When I ws a kid there were still a lot of little independent stores on Main Street, one of them being Hummel's grocery, which was a little mom and pop grocery store that had been there for a few generations. Another favorite of mine was Jack Frost, a little combination candy shop and Greek diner where there was a spit of lanb cooking behind the counter and a little Ms Pacman table to waste some time on. They had awesome gyros. Then too, we had an honest to goodness drive in diner called Maxi's, where you could get a hot dog and fries if you wanted but the real attraction was the homemade root beer. And when my dad wanted lumber or other supplies for one of our numerous home improvement projects, he had 84 Lumber or Stambaughs to choose from and could get just about any domestic hardwood he wanted, in stock.

        All of those places are gone. That town has a WalMart, a Home Depot, and a whole army of chain restaurants now. It's depressing.

      • Duolingo

        I've wanted to learn Irish for years. Ages ago the best resource online was a website that had some, uhhh, sketchy real world connections. But the Duolingo owl can be easily summoned on the phone. So, it begins. Girl and woman. Boy and man. Variations on "I". Apple, water, is, has, eat.

    • Technical

      • What is Tradewars?

        Tradewars is a classic multiplayer game that was first released in 1984. It was one of the earliest examples of a game that could be played by multiple users over a network, and it quickly became popular among computer enthusiasts.

        The game is set in space, and players take on the role of space traders who must navigate the galaxy, trading goods and resources with other players. Along the way, they must also defend themselves against pirates and other threats.

      • IPsec, Rust, burritos, stew

        This is yet another post with assorted news, on both IT and cooking.

        A few weeks ago I have set an IPsec VPN, mostly used for home devices, with strongSwan (on both computers, with Debian systems, and mobile devices, with Android: a mobile version is available via F-Droid): password-based authentication (eap-mschapv2) for clients, pubkey authentication (with a personal CA and its certificate manually imported everywhere) for the server. Maybe I would rather use a pre-shared key authentication for both (with it being simpler), but the Android client does not seem to support that. Have set it with static addresses for "roadwarriors", so that they can be identified by an address, and making them available to each other. Tried SIP on top of it: baresip works mostly fine on Android (without video), Twinkle mostly works on Debian (apparently requires user names though), and though I tried Kamailio as a router initially, it is not that useful with static addresses (since P2P can be used easily then). Though most SIP clients support SRTP (and ZRTP), along with TLS. Also tried to control a remote mpd and listen to its streams via M.A.L.P. (also available from F-Droid), which does work. Maybe it could be useful for rsync as well, since it doesn't have encryption on its own (though it is commonly used over SSH, which is more straightforward than setting up IPsec). I have not yet investigated how it works with ICE and XMPP's Jingle: maybe it would help to establish more efficient connections, going through a local machine instead of a remote TURN server (though then again, it is easier to achieve by just setting local XMPP and TURN servers). Anyway, IPsec is nice and it feels good to have it set, at least for a few local machines, even though it is not quite useful to me currently.

      • Suckless window manager

        One of my computer environments is a text-only session supported by tmux. I am using it with much joy for over two years. I'm working also with many true window managers, on Apple, Windows, and GNU/Linux systems. But I am enjoying that almost-true window manager made above of tmux the most. In the passing weeks, I read about Suckless Dynamic Windows Manager aka. dwm. Because of several holiday days, I had the possibility to install dwm on my own, and I realized that it's so similar to my tmux experiences but in a graphical environment. I've set it up as my main window manager and the time spent on playing with it was very good for me.

        When we are looking at [dwm Tutorial] we are able to get the whole concept of that program by looking only at the ASCII sketch which I copied below. So we have a base concept created by: /tags/, /title/, /status/, /master/, and /stack/ terms. And that is all!

      • AI Questionnaire

        A researcher in artistic applications of AI contacted me because some of my projects may have given the impression that I was working with AI, which I don't consider to be the case. However, as our preliminary exchange clarified, there is an EU definition that seems to cast the net wide and would include even very simple Markov models. Now, in fact, my Peptalk program does use a first order Markov transition matrix for letter combinations used to create nonsense words in its own polyglottally trained language. But really, would anyone seriously hype up such a thing as being AI?

        [...]

        When using software written by others, I tend to prefer that which is more transparent about what goes on inside. For example, I use a small subset of Csound for sound synthesis and processing and, when feasible, I write my own programs in C/C++ where I (hopefully) have a detailed understanding of what the program does. The approach is very different from having to deal with the black boxes of proprietary plugins, which I also use to some extent. With machine learning, it appears that no-one understands exactly how it comes that a model achieves what it does. In my algorithmic compositions, I program everything myself from low level routines for sound synthesis to the generation of the entire piece. A curiosity about algorithms or formalised representations of music has been an incentive for this work. Thus, it would be pointless to trust a third party readymade composition program with a few parameters to tweak, instead of having to engage in the modeling from the ground.

        Evolutionary computing was in the vogue when I did my PhD, and since I worked on sound synthesis, feature extraction, and algorithmic composition, it was almost expected that I too should find use for evolutionary algorithms. But I didn't. Limited programming skills may have stopped me, but most of all, I needed a subjective evaluation in the loop which I never found a way to formalise away.


* Gemini (Primer) links can be opened using Gemini software. It's like the World Wide Web but a lot lighter.



Recent Techrights' Posts

Slop Nihilism is Funded by Big Oil
Eventually human civilisation will destroy itself
Professor Eben Moglen Recovering From Open Heart Surgery
From his public pages (this is not secret)
There Are Red Hat (IBM) Layoffs, But Google News is Infested With Slopfarms
It contributes a lot to misinformation and it encourages plagiarism
USA Not a Place for Free Speech
In America, as in the US, the attacks seem more enhanced or advanced these days
 
Slopwatch: Fake Articles, Fake Text, Fake Images, Negative Slant on "Linux"
Google News has lost its value; the signal-to-noise ratio has fallen off a cliff
Gemini Links 17/09/2025: Relax-and-Recover on Proxmox and New Smolweb File Transfer Service
Links for the day
Fact: EFF Got Corrupted by Corporate Money. Microsoft Lunduke (Political Noise): The Issue With EFF is, It Kills Babies.
Microsoft Lunduke - as usual - finds a way to make it about abortions
Pacing Publication Up a Bit
The news cycles have gotten rather light and slow
Links 17/09/2025: Power Outages, Digital Controls, and Attacks on the Mainstream Media (by Insecure and Corrupt Dictators)
Links for the day
Gemini Links 17/09/2025: Flashing LineageOS and ROOPHLOCH
Links for the day
Links 17/09/2025: Long COVID Study, "Exposing Pegasus", and Chatbots Exposing Sensitive Data
Links for the day
Links 17/09/2025: Secret Settlement for Internet Archive and Google’s LLM Slop Summaries Attracting Lawsuits
Links for the day
The True Cost of 'Generative Models'
Funded and promoted by the companies that profit from the waste
'Big Slop' Attacks Contemporary Information/Knowledge and Creative Works, 'Big Copyright' (Cartel) Attacks the Old
Someone at IA will hopefully "blow the whistle" on what they actually agreed
Why We Find It Difficult to Trust Rust
A comparison between C/C++ and Rust
Watching the OSI: Our Series Will Carry on Irrespective of the Chief's 'Resignation'
the OSI isn't even the real guardian of the term "Open Source"
Just What LibreOffice Needs? Another Language? (Rust)
what's all this concern about memory safety?
Many Microsoft Managers Are Leaving
"Hey hi" chaff or chaff about "hey hi" cannot eternally distract from the difficulties inside the company
Tomorrow, Microsoft's Tim Anderson's 'The Register MS' Offshoot Will Have Been Inactive for 2 Months (There's Also a Slop Problem)
We've already caught The Register MS using LLM slop for articles
Microsoft's Chief Legal Officer Leaves Microsoft After Nearly 30 Years
And not retiring
Even Windows Users Are Having Problems With "Secure Boot"
When it comes to security - Microsoft strives for the very opposite
Another Competition Crime of Microsoft, Long Facilitated and Advocated by a Bad Actor, Who is Funded by a Third Party to Commit Extortion Against People Who Have Correctly and Repeatedly Warned About It for Over 13 Year
We must always go back to the core issues
3 More Reasons to Replace Mozilla Firefox With LibreWolf
Thankfully there are de-enshittified versions of Firefox
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, September 16, 2025
IRC logs for Tuesday, September 16, 2025
Links 17/09/2025: Google Layoffs in "Hey Hi" (AI), Perplexity Hit With More "Hey Hi" (Plagiarism) Lawsuits
Links for the day
Gemini Links 17/09/2025: Reclaiming Things in a Digital Age and Moon Phases in CGI
Links for the day
Slopwatch: Google News is Slop, Google News is Plagiarism, Google News is Dying
Google is off the rails
Links 16/09/2025: "The Censorship Alarm Is Ringing in the Wrong Direction" and ASRock Does Microsoft E.E.E. on GNU/Linux
Links for the day
Serious "Breach of Confidentiality of Personal Data" in Europe's Second-Largest Institution, the EPO
Yes, the same EPO that routinely uses "data protection" and "GDPR" as a pretext for hiding or covering up its corruption and white-collar crimes (it even uses that as an excuse for refusing to obey courts' orders)
Adrienne Rockenhaus Says Her Husband Was Arrested for Running Tor and Denied Basic Rights in the United States
the US seems to be getting "russified" in its approach towards Tor
This is What Happens When Microsoft Canonical Lets Decisions on Ubuntu be Made by a Youngster From the British Army (Where He Did Mass Surveillance)
"Is Ubuntu Compromised?"
Back Doored Windows Giving GNU/Linux a Hard Time (Under the Guise of 'Security')
Is this complication intentional? Most likely, yes
Links 16/09/2025: Science, Security, and Conflicts
Links for the day
Gemini Links 16/09/2025: Command-line Options in POSIX Shell and Introducing Acre 0.9
Links for the day
Microsoft 'Secure' Boot Versus Dual Boot With GNU/Linux
they're meant to assume everything is OK
Links 16/09/2025: While Oracle Pretends to be Rich It's Firing About 70 MySQL Workers, "Oracle's Revenge" (Faking Demand With "AI")
Links for the day
Microsoft Has Just Published a New Web Page About "Secure Boot Update Process" (Microsoft Also Admits Issues; PCs Can Stop Booting)
Why was this page issued and published only hours ago?
Microsoft Lunduke: I Spread Hate and Then I Receive Hate
Cry us a river, Microsoft Lunduke
"Use Wayland" Isn't a Bugfix for X (X11 is Still Necessary)
They tell us X is "dead" and we must all be herded into Wayland ASAP
"Disable Secure Boot and Fast Boot. Wipe and Start Over."
At least they didn't say, buy a new computer...
The Oracle Ponzi Scheme
Oracle isn't doing well, but it's nowadays fashionable to say "clown" and "hey hi" to prop up one's stock, even based on nothing at all
The New Head of OSI is an "Hey Hi" (AI) Obsessed Person
when Bryant says "AI" that doesn't mean AI
Taking Out the Battery, Opening Up Your Computer, Just Like a "Normie" Would
At this stage, any person who still says "enable Secure Boot" is misguided or persuaded by companies that sell rootkits
Slopwatch: Serial Sloppers and Slopfarms Still Infesting Google News (Fake 'Articles' About "Linux" Spreading FUD)
searching for "Linux" today yields a lot of FUD
"Governments, local authorities, schools and hospitals can lead by example by procuring only Free Software"
Crossposted from Tux Machines
Cindy Cohn Leaving the Electronic Frontier Foundation While Its Co-founder John Gilmore, Whom She Apparently Helped Oust, Will Celebrate 40 Years of the Free Software Foundation, Inc.
EFF has been busy hoarding GAFAM money, whereas the latter is where all the real activism is done
The Reach of Techrights Has Broadened
We nowadays cover a broader range of issues
"Google is Googlebombing KDE's Project Banana"
So is Google googlebombing KDE's Project Banana? You decide.
Complicating Things for No Actual Benefit, Just Added Risk and More Difficulties Adding GNU/Linux and BSDs
Watch what it's like for people who wish to use BSDs
Some Very Large IRC Networks Are Growing
IRC will turn 38 next year
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, September 15, 2025
IRC logs for Monday, September 15, 2025
Links 16/09/2025: Autumn Party, RPG Planet, and Optical ROOPHLOCH
Links for the day
Geminispace Growing at Pace of Over 10% Per Year
Contrary to what some pessimists try to claim
Linux Mint Forums Today: Disable 'Secure Boot', It Doesn't Improve Security, It's Just a Microsoft Obstacle to GNU/Linux Users
They also mention MOK
What Ruben Amorim and Stefano Maffulli Have in Common
Censors Wikipedia and Social Control Media
Microsoft Won't Cooperate in Trying to Tackle EPO Corruption (Microsoft Profits From This Corruption)
Use something like BigBlueButton, Jami, Ring, and Jitsi instead
Solved Less Than an Hour Ago: Trying to Escape Windows, 'Secure Boot' Gets in the Way
'Secure Boot' wasn't meant to even exist in the first place
Stefano Maffulli, Executive Director of the Open Source Initiative, Resigns or Gets Removed (We'll Continue Covering OSI Scandals)
A dozen mentions of "AI", not much about "Open Source"
Andy Has Just Nailed It (Regarding Complexity and Failure, a la UEFI)
The users no longer own or control what they buy
Compatibility Support Module (CSM) Versus GNU/Linux Simplicity
what Andy recently called "solutionism"
Links 15/09/2025: "Postal Traffic to US Down by Over 80%" and 'Smart' Spinozacampus Laundry Room Goes AWOL
Links for the day
Gemini Links 15/09/2025: Dungeon Hustle and Deleting Oneself From the Net
Links for the day
Breach of EPO's Duty of Care or Cigna Reimbursement Issues
This is the sort of thing that motivated Luigi Mangione to assassinate a CEO
Ask Ubuntu About "Secure Boot" Violation and Laptops That Don't Boot GNU/Linux
Does anyone still believe that "Secure Boot" has anything at all to do with security?
We Are Sad to Hear the Story of Jonathan Riddell, Champion of KDE and GNU/Linux on Desktops/Laptops
I have enormous respect for Jonathan and everything he has done
Talking About the Problem vs Talking to the Problem
Wanting an audience is never a good excuse for compromising one's values and principles
Focusing on Patents
The reason we cover the EPO so much is that it's close to home
"Secure Boot Violation": The 'Joys' of Fake Security Gone Wrong
Not everyone reboots every day
Links 15/09/2025: Russia Invades Romanian Airspace, Penske Media Sues Google Over LLM Slop
Links for the day
Links 15/09/2025: Bitcoin ATMs Scam and "Conservative Cryptography" (Backdoors Fantasies)
Links for the day
EPO Imitates Microsoft: "Three Days or More Per Week" Inside the Office to Get a Desk to Work on; "the Office Breaches Its Promise Towards Staff and Acts in Breach of Its Duty of Care"
The EPO serves no actual function in Europe
Links 15/09/2025: Political Affairs, Censorship, and Copyrights
Links for the day
Gemini Links 15/09/2025: Music Genres, Invisible Networks, and Akademy 2025
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, September 14, 2025
IRC logs for Sunday, September 14, 2025