Windows is dying, AI is rising, and China is… BIG

Windows 12, AI, & ChinaWindows 12 has been in the news lately.

Specifically, rumors are swirling that not only will there be a Windows 12, but it will be “AI-powered”.

Of course, this requires support preferably from Intel’s next 14th-gen processors as well as from AMD’s equivalent offerings.

That means Windows 12 will probably have even tighter hardware requirements than Windows 11, sadly…

But hang on, does anyone even use Windows anymore?!

(more…)

Thunderbird is getting a BIG upgrade

Thunderbid 115: Supernova!About 2.5 years ago, I wrote an article entitled Thunderbird 78: Change is in the air, but don’t panic!.

At that time, Tbird was in a state of flux as it moved from a Mozilla project to community-driven (more or less) and then into essentially its own company.

Well, fast forward to today: In July of this year, the Thunderbird team is supposed to take the wrap off of a whole new bird dubbed ‘Supernova’.

And if the blue bird’s design manager’s video is anything to go by, it’s gonna be pretty awesome!

(more…)

Make Android TV work with a USB Ethernet Adapter

AndroidTV USB Ethernet AdapterThese days, streaming is all the rage.

Whether you have a smart TV, a streaming stick, Blu-Ray player, soundbar, or even some projectors, many of these gizmos come with Android TV built in.

Too many of them also only have WiFi – no Ethernet jack to be found! This is particularly irritating for those of us who want to go wired and avoid the Wireless Wonderland.

So, how to get Ethernet? Well, you just buy a USB-Ethernet adapter, right?

Yes – sort of…

(more…)

Do surge protectors really work? Sort of…

Do surge protectors work? Sort of...With everything getting more expensive these days, you want to be sure your costly electronics stay protected.

One of the most common ways is to plug them all into a surge protector.

The question is: Do these things really work?

The answer is, as usual: It’s complicated!

Join me for a look at 3 different types/levels of surge suppressors, how these gizmos really work, and how best to protect your techie goodies from unfortunate zaps.

(more…)

20 Windows tricks to save time (and sanity)

How to use Windows like a Pro!Most people are NOT power users.

We all still need to get stuff done…

After many years of watching eyeballs widen when I do something on a Windows PC, my wife suggested it was time to make this video!

Without further ado, these are 20 time-saving tips and tricks so that you can get the most out of your puter time – and maybe even save your sanity in the process!

(more…)

How to upgrade Ubuntu in place on WSL / WSL2

WSL Ubuntu do-release-upgrade made easy!If you’re using Windows Subsystem for Linux (WSL), you may be wondering how to upgrade your flavor of linux in place.

Whether you’re using WSL or WSL2, you could just go to the Windows Store and download the whole new shebang.

In my case, I was using Ubuntu 18.04 LTS, and it’s gonna die in the near future. So, I wanted to do a double-upgrade from 18.04 to 20.04 to 22.04. I’ve got a ton of stuff installed and configured, shell scripts set up, rsync, git, and so on – and I didn’t want to have to redo all of it.

Due to some strange error messages when you try do-release-upgrade, it doesn’t seem like you can do an in-place upgrade in WSL1/2 – but you can!

(more…)

Printout color is off? Fix it fast!

Print color is off? No problem!When you need a color printout, it’s nice when the colors on paper look the same as those on your screen.

Most of the time, however, that’s not the case.

Fortunately, there’s a quick cheat you can use to get MUCH better print colors…

And it only takes a few seconds!

(more…)

JavaScript: How to detect when an image is loaded?

JavaScript Detect Image LoadedLet’s say you’re writing a web app, and of course you’re using JavaScript. So far, so good!

But then let’s say you need to load some images on the fly, and then do something useful AFTER each image is fully loaded.

IOW, maybe you want to adjust the layout of the image modal that pops up, or you want to do something crazy with a caption, or whatever…

Naturally, you’d use JavaScript to do this – including changing CSS on the fly.

So the question is: How do you use JavaScript to detect when an image is fully rendered on the page – not just loaded?

(more…)