AI’s Fatal Flaw

AIs Fatal Flaw: The REAL Danger of Artifical IntelligenceAI is all the rage.

But with the recent Gemini disaster along with a lack of truly killer applications using AI, it doesn’t seem like AI is really going anywhere.

So, is it all just hype, or what?

Join me for a look at the real danger presented by AI.

Hint: It ain’t SkyNet you need to be worried about!

(more…)

Two-Factor Authentication without SMS or a smartphone: PART TWO!

KeePass 2FA Rocks!Back in November of 2020, I wrote an article entitled Two-Factor Authentication without SMS or a smartphone.

In those days, 2FA (Two-Factor Authentication) wasn’t terribly popular. Today, it’s everywhere!

I also recommended using Authy for Windows, which is a desktop version of the popular smartphone 2FA app.

So, problem solved, right? NO! Authy just announced they’re canceling their desktop Windows app. 🙁

What the heck are we supposed to do now?!

(more…)

Zap away stress and anxiety with this tech

Zap away stress and anxiety with Vagus Nerve Stimulation!Technology is everywhere these days. Most of the time, it makes life easier.

But instant and constant access to so much information, such as the latest news and world events, can also lead to high stress levels, anxiety, and eventually poor health.

Wouldn’t it be nice if you could use technology to reduce your stress and anxiety instead of constantly increasing it?

Well guess what? You can!

(more…)

Is Green Energy REALLY green?

How 'green' is Green Energy?Solar panels, power walls, wind power… It’s all about Renewable Energy!

In fact, it’s all being pushed to often insane degrees.

So the question is: Just how ‘green’ is Green Energy?

Is it gonna save us all from certain doom, climate change, and space invaders?

Well… As usual, it’s complicated.

(more…)

The Best JavaScript Debounce Function in the Universe

If you code in JavaScript, you should know all about debouncing functions.

When an event listener such as a window ‘resize’ fires, sometimes it will fire 72,000 times per second. That means your callback function is also firing 72,000 times in a row, bogging down the browser.

This isn’t as much of a problem as it used to be, but debouncing is still needed and should still be used.

So what’s the best way to debounce/throttle in JavaScript?

(more…)