Lunduke
News • Science & Tech
Lunduke's Week in Tech - Aug 15, 2025
Linux Kernel Chaos & The Non-Woke Software List
August 15, 2025
post photo preview

It’s been another wild week in the world of computing — and, of course, a number of news stories got ignored (almost completely) by those Brand X Tech Journalists.

Never fear. Lunduke’s got you covered. Below are the top stories which the other Tech News outlets are trying to ignore — impacting Open Source and Tech in general — for last week.

Note: All articles and podcasts are free for all (subscribers and non-subscribers alike).

 

Note 2: Links to the stories below are all to Substack. You can also find links to all other platforms, which The Lunduke Journal publishes to, at Lunduke.com.

 

Note 3: Most videos are subscriber exclusives. Subscribers on Locals, Substack, X, YouTube, or Patreon can watch all of the videos. Ad free. If you don’t have a subscription yet, you can snag one for 50% off through the end of August.

Linux Kernel Chaos

The world of Linux Kernel development had a crazy week.

No. The word “crazy” doesn’t quite do justice to the absolute chaos and insanity taking place around the Kernel.

We kicked off the week by learning that layoffs from Intel had caused a number of significant Linux Kernel Modules to become “orphans” (meaning, nobody was left to maintain them) — only to realize that the number of such “orphan” Kernel Modules has actually doubled in the last two years (article, podcast & video). Doubled!

Then, Linus Torvalds laid into a Google engineer for writing “garbage” code that “makes the world actively a worse place to live” (podcast & video). Which was just… entertaining.

And then, we learned that the BcacheFS file system might be removed from the Linux Kernel entirely. Why? Because Linus Torvalds doesn’t like the developer (podcast & video). Apparently the developer is too blunt and rude. For Linus Torvalds. Seriously.

But, never fear! The Linux Foundation is swooping in to fix everything! By… banning the word “hung” (article, podcast & video). That’s a real thing. It’s so utterly stupid you just have to laugh.

That’s all just this week.

Absolute insanity.

Non-Woke Software List

The quantity (and quality) of Non-Woke software continues to grow — The August edition of “Lunduke’s Non-Woke Software List(article, podcast, and video) saw a few noteworthy additions.

One big takeaway (at least for me) is that we now have multiple Operating System options… accompanied by display servers, desktop environments, development tools, and web browsers. All decidedly Non-Woke.

In other words: It is now possible to piece together the majority of a computing environment in a way that is both Open Source and Non-Woke. And, importantly, of an exceptionally high quality.

Other Stories This Week

Here’s some other stories worth diving into. Some are pretty doggone wild.

As always, thank you to all of the subscribers to The Lunduke Journal. Thank to you, we can remain 100% ad-free and Big Tech free. Couldn’t do it without you.

-Lunduke

community logo
Join the Lunduke Community
To read more articles like this, sign up and join my community today
1
What else you may like…
Videos
Podcasts
Posts
Articles
Leftist Activists Demand Removal of Ruby on Rails Founder, DHH

CEO of Shopify calls the activists "divisive clowns" who act in "bad faith".

More from The Lunduke Journal:
https://lunduke.com/

00:24:17
Leftists Attack Cloudflare Funding of Ladybird & Omarchy Linux

Cloudflare contributes financially to Open Source projects. GNOME, HowToGeek, & Anti-Lunduke Activist Drew DeVault attack them for "funding Nazis".

More from The Lunduke Journal:
https://lunduke.com/

00:14:27
September 21, 2025
openSUSE Removes File System Due to Developer "Behavior"

The openSUSE Linux project says they will re-add BCacheFS support "Once the BCacheFS maintainer behaves".

More from The Lunduke Journal:
https://lunduke.com/

00:07:32
November 22, 2023
The futility of Ad-Blockers

Ads are filling the entirety of the Web -- websites, podcasts, YouTube videos, etc. -- at an increasing rate. Prices for those ad placements are plummeting. Consumers are desperate to use ad-blockers to make the web palatable. Google (and others) are desperate to break and block ad-blockers. All of which results in... more ads and lower pay for creators.

It's a fascinatingly annoying cycle. And there's only one viable way out of it.

Looking for the Podcast RSS feed or other links? Check here:
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

The futility of Ad-Blockers
November 21, 2023
openSUSE says "No Lunduke allowed!"

Those in power with openSUSE make it clear they will not allow me anywhere near anything related to the openSUSE project. Ever. For any reason.

Well, that settles that, then! Guess I won't be contributing to openSUSE! 🤣

Looking for the Podcast RSS feed or other links?
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

openSUSE says "No Lunduke allowed!"
September 13, 2023
"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044

This episode is free for all to enjoy and share.

Be sure to subscribe here at Lunduke.Locals.com to get all shows & articles (including interviews with other amazing nerds).

"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044
September 24, 2025

The AI Dev Life - Allows Easy Utility Creation

I am loving the AI enhanced development life. We are way past merely going to a chatbot and asking "ChatGPT/Claude to write code for xyz". That was already quite nice, but now I'm senior solutions architect, project manager and scrum master - and I have a team of AI agents who work for me. I kid you not, it feels a LOT like this. Here's an example.

I am working on a database project and need to bring 4 csv's into Snowflake. The tables don't yet exist, and I want to quickly create the DDL sql to create them based on the csv and it's filed names. I used Cusror, Kilo Code pluggin and Grok 4 Code Fast as the LLM and had my 4 ddl's created in 20 minutes. I now have python code that I can run on any new csv's in the future.

But wait - there's more. I know that such a tool is useful for pretty much anybody. So I'm using OpenAI Codex to turn it into an OpenSource project that I'll have on github soon. I had Codex perform a code review and create...

Just went into a principals office and she had this on her table. Awesome, and now I want to get one.

18 hours ago

Programming on My iPad Mini?

Yes, I actually programmed on my iPad Mini while watching sports from my Lay-z-boy chair. I almost titled this “ChatGPT Codex wrote my code while I slept” but the truth is that I wasn’t sleeping, but I could have been. Strap in folks, this agentic software development continues its crazy march.

Earlier I wrote about having whipped together a utility to create “create table” sql from a csv or excel spreadsheet. I had 4 csv’s I wanted to bring into Snowflake and with Kilo Code (a VS Code Plugin) and Grok 4 Code Fast I had a working python script in likely less time than manually creating the sql. And now I have this reusable utility. I then used OpenAI Codex CLI to mature the code into an open source project architected to support any number of sql dialects, starting with Snowflake and MySql.

This next step is using Codex Web client at www.chatgpt.com/codex. It’s the same coding LLM whether it’s called from the command line, a VS Code ...

September 18, 2025
Final Reminder: Lifetime Price Increase in 24 hours

This is just a super quick reminder (so no body misses out):

This Friday (September 19th), the price of a new Lifetime Subscription to The Lunduke Journal will be increasing from $200 to $300.

Which means: If you want to pick up a new Lifetime Subscription for the lower price, simply grab one (via Locals, Substack, or Bitcoin) by Thursday night (Sep 18th). That’s roughly 24 hours from the moment I am writing these words.

Obviously, once you have a Lifetime Subscription you’re set. You know. For life.

I wanted to give all of you some notice so you could grab one at the lower rate.

Also worth noting: The Lunduke Journal has phased out sales and discount promotions. The current price of a subscription is the best price.

This will be the final reminder before the change goes into effect.

-Lunduke

Read full Article
September 15, 2025
post photo preview
Lunduke Livestream: Tue, Sep 16 at 1pm Eastern

The Lunduke Journal regular live-streaming is back! The next show is Tuesday, September 16th (tomorrow) at 1pm Eastern (10am Pacific, 5pm UTC).

You can catch the live video, for free, on X, Rumble, YouTube, & Locals.

We’ve got a lot of Tech News to cover — and who knows what stories will pop up between now and then!

Time permitting, we’ll also be doing a little Nerdy Q & A. So, if you’ve got something you’d like to ask, join us in one of the chat rooms!

Also, quick reminder that the price of new Lifetime Subscription is going up this Friday. If you want one at the lower price, now’s your moment. We’ve also added some new perks for subscribers worth checking out.

See you nerd tomorrow!

-Lunduke

Read full Article
September 14, 2025
New Lunduke Journal Sub Perks, Lifetime Price Increase Next Week

A quick update: There are some new perks for Lunduke Journal subscribers, and an upcoming price increase for new Lifetime Subscriptions (if you want one of those at the lower price, you have a couple days).

All the details below.

Lifetime Subscription Price Increase

This coming Friday (September 19th), the price of a new Lifetime Subscription to The Lunduke Journal will be increasing from $200 to $300. I wanted to give all of you a few days notice so you could grab one at the lower rate.

If you want to pick up a Lifetime Subscription for the lower price, simply grab one (via Locals, Substack, or Bitcoin) by Thursday night (Sep 18th).

The prices for new Yearly and Monthly subscriptions will remain the same. No changes.

Reminder: The Lunduke Journal has phased out sales and discount promotions. The current price of a subscription is the best price.

New Perks for Lunduke Journal Subscribers

I am working on adding a few new perks for Lunduke Journal subscribers — a way of saying “Thank You” for making this work possible (while still keeping all of the articles and shows free for the world).

Here are the perks as of today.

Perks for all Subscribers (Monthly, Yearly, and Lifetime):

Note: The eBooks & Games are currently only available on Locals & Substack (due to platform features). Those perks will also become available to subscribers on X, YouTube, & Patreon next week. Stay tuned for access details.

Additional (Optional) Perks only for Lifetime Subscribers:

  • The Lunduke Journal will follow your account on X.

  • Your name (real, or internet handle) listed in a special thanks slide at the end of new Lunduke Journal videos.

Both of these perks are 100% optional.

If you are a Lifetime Subscriber, and would like to take advantage of either (or both), simply email “bryan at lunduke.com” with the subject line “Lifetime Perk” (that part is important, I get so many emails this will help me see yours) and include a link to your X profile and/or the way you want your name to appear at the end of videos.

One of the nice parts of having Lunduke Journal follow your X account… is it will make it far easier (and more likely) for me to see your comments.

Thank You

I am working to expand all of the regular perks (books, etc.) to subscribers across all platforms (which was a little tricky, considering the differences in each platform, but I managed to figure out how to do it) — while adding a few new ones as well.

Nothing crazy, just a way of saying “Thank You”.

Seriously.

From the bottom of my heart, thank you for your support. The Lunduke Journal is only possible thanks to each and every one of you.

-Lunduke

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals