Bonum Certa Men Certa

Gemini Links 13/05/2023: OpenBSD vi Backwards Search Bug, Bubble and Geminispace.org Introduced



  • Gemini* and Gopher

    • Personal

      • When reading is a joy regardless the topic

        I love discovering authors I want to read despite the topic, their leanings, biases, etc.

        I'm not going to name any in these antenna-collected parts, because I'd not want to hurt any feelings, but also because of classic jinxing fear - in this case that mentioning a name would somehow (you know how this Murphy's Law infused world is...) lead to their suddenly losing whatever their magick is.

      • How rational human beings exchange ideas
      • Some short story plots

        As i already mentioned, i would like to write fiction more frequently; i am mostly interested in short stories as a genre, and having read lots of them last summer, some short story' plots have ocurred to me, although i didn't use any of them in actual writing, in part because i have difficulties writing fiction, in part because they aren't that good anyway.

      • Growing Tomatoes

        This is my second year growing tomatoes. Last year, I had a total crop of around half a dozen mostly mushy and small fruits. I've learnt a lot of lessons: this year I've started earlier, I've given them all more space, and I'm fertilising them regularly. They're already doing very well. It's just so satisfying to look out the window -- no matter how my day is going -- and see this little plants that I grew from seed become just that bit bigger. It'll be even more satisfying when I can eat something that I grew that is truly delicious. Simply cannot wait.

      • mrpieceofwork cries for help (and finally figured this out): 20230512 Friday
      • mrpieceofwork cries for help (and finally figured this out): 20230513 Saturday
      • The sad side

        I had a ticket to see Darrin Hacquard play in my little town tonight with my mom-friend Emma (her daughter's first daughter's age-mate and friend). I was so excited! I've only been out in the evening without first daughter two or three times in the ~2 years since she was born. I met Darrin at a camp- fire and he played my wedding. I haven't seen him since then, and couldn't wait to see him again.

        Bad communication led to no childcare. Called around to the people who love first daughter. No one wanted to change their plans. Daughter knew I felt sad, resented her some and my friends more, so refused to sleep & tantrumed for 2 hours. Cancelled with Emma then thought I could at least come late when roommate got home, so she went and pointlessly waited on me.

      • Lonely

        The last month has been mostly tough, with a few really good days. I loved digging garden beds when first daughter helped me pick out rocks. I loved watching first daughter meet a real live turkey for the first time and gobble at it. I loved going to church with first daughter and Matthew, then bike home through the rain laughing. I loved watching first daughter play at the Erlanger KY old train station playground.

      • Reverberations
    • Politics

      • The Zeroeth Commandment

        Years ago - after wondering what kept regularly so driving me out of my mind that I finally had to stop everything else to try to understand it - a phrase came to me.

        So one motivator for formulating the phrase was the dis-ease of feeling like I was regularly about to "lose my mind".

        Another was that I'd had some "fundamentalist" days in my late youth, and so it wasn't unusual for me to think in biblical tropes.

        And suddenly there it was: the phrase "The Zeroeth Commandment" came to mind.

    • Technical

      • OpenBSD vi Backwards Search Bug

        The OpenBSD vi† has a bug that prevents a backwards search for "?"—but only with "extended" regular expressions enabled—as "?" is special to both the command (which uses the delimiter "?" to indicate a backwards search) and to extended regular expressions (which use the "?" to indicate that the previous portion of the expression is optional. The command "??" indicates that the previous regular expression should be used, but the command "?\?" is an error because the search delimiter parser removes the "\" which leaves a search of "?" which is an invalid extended regular expression. After sleeping on this I figured that a search of "[?]" would also work; hiding characters in character classes also sees use to e.g. prevent a grep from seeing itself in the process table—but you probably instead want to use `pgrep foo` and not `ps ... | grep '[f]oo'`. Anyways the command "?[\?]" works; the internal "?" must be escaped to prevent the outer command delimiter search from yielding the invalid expression of "[".

      • Yretek - Game report DCC Level 0 Funnel

        We had a good, OSR game today. This came in the shape of a Dungeon Crawl Classics (DCC) adventure that we could not finish for lack of time. But we were having a blast even as the premises were closing and made a point of meeting again same place, same time.

      • NixOS, Gitea/Forgejo, and Catppuccin

        I spent a couple hours today figuring out how to get the official [[Catppuccin]] theme for [[Gitea]] and [[Forgejo]] integrated into my [[NixOS]] environment. Originally, I had taken the user theme for Codeberg, tweaked and cleaned it up for my server, and then used that. But, I decided to go a little further and submitted a request to make it official. Someone then made an entirely new package and made it the official version[1]. After a little pouting, I decided that I'd rather have someone else maintain it so I can focus on other things.

      • So little to tell

        I've neither posted here nor on my personal gemlog for ages. Here, because I'm never sure what so say, except in someone else's comment section. There, because most of the ideas I've had for posts are technology oriented (even if slightly weird technology), and I don't want to contribute to the glut of tech content in Geminispace, relative to other content. I'll at least do a book review, if nothing else.

      • Music

        • when music is whirly and warped

          I am listening to "Lady Picture Show" by STP, as it got stuck in my head earlier, and it sounds so weird. I was listening to Gordon Lightfoot the other night, and it sounded odd - like it was more or less chords and lyrics thought of "on the spot", and then performed poorly. Like my mind/soul has become an ephemeral moment of self-amusing thought and feeling. No *direction*. No *goal*.

      • Announcements

        • Introducing: Bubble and Geminispace.org

          It is a Gemini-based bulletin board system that can be summarized as a union of Station, Reddit, WordPress, and issue trackers like GitHub Issues. It is implemented as an extension module to GmCapsule, my Gemini server.

          Although I have written Bubble primarily for my own needs, it is also purposefully designed to be generally useful for other individuals and communities.

      • Programming

        • new section: TUI cheatsheets

          I've extended Laniakea to include a new TUI section

          I'm talking quite often about my progression toward command line interface (CLI) or text user interface (TUI) programs for my every day use. This is still an ongoing journey and it is not an easy journey so I thought why not document what I use, how I use it and add common keyboard navigation shortcuts to the mix.

        • syntax highlighting and prose

          This post isn't meant to start an argument about syntax highlighting in the context of code. It has its benefits and drawbacks, and I don't care whether you like it or not. That being said, people arguing against it sometimes show a paragraph written in regular English with the different parts of speech highlighted, to show the absurdity of syntax highlighting. I don't believe that is a valid argument. Prose is read linearly, while code is read more chaotically. When coding, your eyes often jump across the place - and color can help you quickly find code matching the pattern you're looking for.

          More generally, the distinction is between passive reading, and editing. Thus, here's my stupid idea - what if one actually used syntax highlighting for editing prose? Colors as vibrant as often used for programming would be too distracting, but toned down ones could perhaps help you scan your work easily. Different parts of sentences would be easier to find, repetetive sentences might stand out more, etc.

        • How could I not chime in on a discussion about IDE's?

          I've used BSD ex/vi in anger myself. I've also used Heirloom ex/vi quite a lot. And BusyBox vi, which is surprisingly good. You can actually be very productive in such a minimalist environment, being as it is so distraction free and responsive. This is especially true if you're not in a graphical session.

        • Just one last IDE comment (WARNING: dad joke zone)

          I have to believe someone else has thought of this before, but my head occasionally likes pursuing rhyme, and while staring at the IDE acronym in a Linux context the phrase "IDEs of Arch" suddenly came to mind....

          [...]

          My wife and I argued a bit because I'm constantly trying to find non-hurtful/belittling ways to tell her I think she talks too much for my mind's inbound capacity. What happens is my mind quickly feels as though a pot of popcorn popping, and then goes into a fugue-like state to protect itself, leading to my not remembering nearly enough of what she's said, which invariably leadeth unto her being upset with me for "never listening to what I have to say"... and, of course, I start out listening, but basically can't continue without possibly risking early stages of nervous breakdown....

        • IDE Discourse

          Regarding the current IDE-vs-text-editor discourse, not to be cute, but years ago, when I was fresh out of school and working my first programming job outside of an academic setting, I remember talking with a senior dev on my company's kernel team. He was (and probably still is) a huge emacs evangelist. We talked about tooling. And I remember him telling me, "Use the best tools available on your platform. On Windows, that Visual Studio."

          He wasn't wrong (though it should be noted, this was in the context of C++ programming). And that was when Visual Studio was a lot more heavyweight. These days, it's a lot more lightweight, updates are quicker, and it's generally just a lot nicer to use. Not to mention, it's also free. I remember having to finangle an academic license for years after I dropped out of grad school - Visual Studio wasn't cheap in those years. But using it now is great.


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



Recent Techrights' Posts

Now Confirmed in Western Media: Microsoft Azure Layoffs This Month
Affirmed by more sources moments ago
The 'Culture Wars' in Free Software Have Gone Out of Control
Social control media amplifies such utterly infantile discourse
10 Out of 10: RMS Attracts Massive Audience in Göteborg, Sweden (All Seats Occupied, Some People Standing)
a 55-second clip of his talk
The Lawsuit by Clients of Brett Wilson LLP Against Brett Wilson LLP is Officially On, It is Progressing, The 'Experts' Pick Outside Law Firms (RPC and Mills & Reeve) to Spare Them From Litigants in Person
So it is probably quite potent
Slopwatch: Plagiarism and "Linux" Articles by Bots
Sites that do this won't survive; many of them rely on slop services (suppliers) that will cease to exist after the bubble bursts
 
Open Source Initiative Executive Director Leaves, Replacement Sought by Monopolists, Not the Community or OSI Members
Serves to show who runs this show...
Links 11/10/2025: China-US Tensions Grow Again, "Hey Hi" More Widely Recognised as Bubble Made of Capital That Doesn't Exist
Links for the day
Peter O'Callaghan QC represented grandparents, Westernport Hotel, at Liquor Royal Commission
Reprinted with permission from Daniel Pocock
Either The Register MS Divests From FOSS Coverage or Liam Proven is on Long Holiday
Publishers perish when their audience loses trust in them
Microsoft Cancelling Another Datacentre is a Sign of Financial Trouble and Lack of Growth
The debt continues to grow
Gemini Links 11/10/2025: An Evening at the Fair and Fast Fourier Friday
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, October 10, 2025
IRC logs for Friday, October 10, 2025
Geminispace is Very Large
The word continues to spread and the number of participants grows
Teaser: To Compensate for the Fact Our Clients Are Terrible Human Beings Who Strangle Women (While on Microsoft's Payroll) and We Get Paid by Mystery Parties We Bombard You and Your Wife With Almost 10 Kilograms of Legal Papers
If you can't win an argument, then drown the other side with papers?
Another Wave of Microsoft Layoffs, This Time During National Day Holiday
This time it's China again
Staying Happy in Times of Crackdowns on Civil Society
Optimism in this sort of "new reality" or "new normal" seems like something for the irrational person
"Nobel" Exploited Posthumously for "AI" Hype, Now They Do the Same With "Quantum"
ere have been many jokes about "Nobel" for peace (often granted to pro-war people) and a fake one for "Economics" (establishment propaganda)
Distinguished Lecture by Richard Stallman This Coming Monday in Rome
After "Free software, Crucial for Freedom in a Digital World"
Links 10/10/2025: Putin Admits Russia Downed Azerbaijan Airlines Jet, More New Heat Records
Links for the day
Noteworthy Claim That IBM is Firing a Lot of Lawyers This Week (RAs in the Legal Department)
A lot of what they do is patent 'trolling' or lawyering up against their own staff (e.g. HR disputes)
Links 10/10/2025: US Judge Bars Attacks by ICE On Journalists and Protesters; “We Took The Freedom of Speech Away” Says the President
Links for the day
Slopwatch: Serial Sloppers, Google News Gifting Slopfarms, and Fake News/Plagiarism About "Linux"
Google itself is a slop pusher these days
Qualcomm, the New Owner of Arduino, Blasted for Its Software Patents Tax on 'Smartphones'
A lot of Qualcomm's patents are on software. We wrote about this in prior years.
XBox Layoffs Rumours, Downtime, and Criticism From XBox Co-Founder
"everyone is ditching the xbox."
Links 10/10/2025: Honoring The Legacy Of Robert Murray-Smith, Many Articles on the Hey Hi (AI) Bubble
Links for the day
Gemini Links 09/10/2025: October Gothic and Reading Middle Earth Role Playing; C and Ada
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, October 09, 2025
IRC logs for Thursday, October 09, 2025
Links 09/10/2025: Farewell to Jane Goodall, California Bans Algorithmic Price-Fixing
Links for the day
Gemini Links 09/10/2025: Lost Wages and a Saga Of Continuing To Use Palm PDAs
Links for the day
Richard Stallman's Talk in Helsinki is Done. Tomorrow Göteborg.
There are scarce details in Finnish about Dr. Stallman's talk
New XBox Leaks Probably Serve to Confirm XBox's Collapse (Many More Layoffs)
It's very much consistent with what many other sites have reported lately
The Slop Song
The train wreck marches on
LLM Slop/Advanced Plagiarism Flooding the Zone With Capital That Does Not Exist
Many publishers out there still participate in this bubble instead of calling it what it is
Links 09/10/2025: Sacked Microsoft Workers Make "Sackbird", IBM Taps CockroachDB for PostgreSQL
Links for the day
"Happy Hacking Day" Richard Stallman Talk This Afternoon (From 14:00 to 16:00) at Haaga-Helia University in Pasila
Richard Stallman in Helsinki, Finland
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, October 08, 2025
IRC logs for Wednesday, October 08, 2025
Links 09/10/2025: Impact of Microsoft Layoffs, More Data Breaches
Links for the day
Gemini Links 09/10/2025: Autumn Blues and C IRC Bot
Links for the day