Windows 11 is here, and well… It’s okay

Scottie's Windows 11 ReviewIf you’ve read my earlier article, Will Windows 11 run on your PC? November 2021 Update, you probably decided you don’t want Windows 11 after all.

Well, I just upgraded my main puter to a new 12th gen Intel Core i5-12600K processor… And I REALLY needed to do a clean install. It’s been awhile.

So, I decided to take The Windows 11 Plunge!

Surprisingly enough, if it runs on your machine, Win 11 is not bad. It’s really not that great, either.

(more…)

Will Windows 11 run on your PC? November 2021 Update

Windows 11 - This Changes NothingYou might have heard that Windows 11 officially launched a month ago.

You might also be wondering (still) if Win 11 will actually run on your puter. Well, you’re not alone!

Things are pretty much as murky as before.

In fact, they’re so confused that even though Windows 11 is officially out, you probably won’t get it until next year… Which means it’s not really out.

SIGH…

(more…)

How to Debug web sites on Mobile Devices

Android Remote USB DebuggingIf you’ve ever designed a web site, you know that the ‘dev tools’ built into browsers are invaluable.

You can play with the CSS, debug JavaScript, see requests in realtime, and so on.

That’s all great for desktop, but what about debugging on mobile?

Typically, developers jump through all sorts of hoops – including hacks in their code that are added strictly for development debugging.

Isn’t there a better way? Why yes, there is…

(more…)

Is Chrome’s Idle Detection really a threat to privacy?

IdleDetector APIChrome 94 was recently released with a new feature: Idle Detection.

Specifically, there’s a new JavaScript API called IdleDetector. It reports two things to the JS code of the web page you’re viewing: keyboard/mouse activity, and if your screen is locked or not.

Much has been said about the diabolical nature of this new capability in Chrome…

Thing is, while we can be forgiven for doubting Google’s motives in adding this feature, it just so happens that Idle Detection is actually quite safe – and useful!

(more…)

Why your WebRTC calls aren’t working: Timing is everything!

WebRTC Code ExplainedWebRTC is pretty cool. It allows any web browser to make voice and video calls to any other browser – no extra software required!

The problem is that while there are tons of guides and gobs of sample code out there, nobody really explains how it works.

The end result is that you program away, and then discover that OOPS! It’s not connecting…

So, let’s see how to make WebRTC actually work!

(more…)

QUICK FIX: No more Snagit Mic Error!

Snagit unable to record FIX!Video captures are pretty easy with Snagit. There’s only one problem: That dreaded ‘No Mic’ error!

It’s almost made Snagit infamous instead of famous.

Solutions abound, but THIS one actually works.

It’ll cost you a few bucks, but the same trick works with other video and video capture software.

Which probably means it’s a Windows issue in the end, but whatever…

(more…)

3 Easy ways to make screen recordings

3 Easy Screen Recording methodsTaking screen captures is pretty easy. But what about VIDEO captures?

It might seem like you need a PhD in computer science, but it turns out that recording a video of a single window or your desktop is VERY easy these days.

Here are 3 easy ways to do screen recording on your puter, and the first one won’t cost you a penny!

(more…)

Missing subtitles in VLC? Solve it with a few clicks!

VLC Automatic SubtitlesWhen I watch a movie on my NVIDIA SHIELD TV, the Kodi media player conveniently lets me download subtitles from OpenSubtitles.org if the file doesn’t have any.

It’s pretty handy!

But then when I want to watch that same file in VLC media player on my laptop, well… No subtitles!

What to do, what to do?

It turns out VLC has your subtitle needs covered, and you probably didn’t even know it…

(more…)