Jul 182025
 

🖥️ How to Use the System (Without Breaking It)

(A Message from Your Future-Self Who Doesn’t Want to Fix This Again)

“Just be chill and take one step at a time.”

đź§  What’s Actually Happening?

What you see on the screen — buttons, forms, pages — is called the UI (User Interface).
It looks simple, but it’s just a pretty face glued onto scripts — the real commands nerds run behind the scenes.

And those scripts?
They’re written by programmers — the kind of people who:

  • Assume you’ll never click twice
  • Think your internet is perfect
  • Never test what happens if your kid is torrenting “Frozen 5: Elsa’s Revenge” in the background

🧨 What Goes Wrong?

  • You click a button
  • It takes too long (because bad internet or slow server)
  • So you click it again
  • Or you hit Back
  • Or you refresh the page
    ➡️ Now it runs the script again
    ➡️ Then again
    ➡️ Then it’s confused
    ➡️ Then your computer guy says “that’s user error”
    ➡️ Then you’re mad
    ➡️ Then I’m mad
    ➡️ Then everyone’s day is ruined

✅ So Here’s the Rule:

Click once. Wait. Go get coffee if you need to.

If the internet is slow, just be chill.
It’s not your fault — it’s the nerds’ fault for not making it idiot-proof.
(And you’re not an idiot — you just live in the real world with laggy Wi-Fi and screaming toddlers.)


đź§ľ Summary

  • The UI is the wrapper — the buttons you see.
  • The real commands underneath are fragile.
  • Double-clicking breaks stuff.
  • Going back breaks stuff.
  • Be slow, deliberate, and awesome.

#1 – Passwords: You’re doing it wrong

 Tips  Comments Off on #1 – Passwords: You’re doing it wrong
Aug 012021
 

If you are using the same password more than once, you are doing it wrong!

I’ll walk you through a “for instance”…

https://en.wikipedia.org/wiki/2017_Equifax_data_breach

If you had created a user account at Equifax prior to September 2017:

You have a complex password as required: 1119KittyCat!   Which combines a birthday, your favorite pet, and a non-alphanumeric character.  Good to go, right?  Yes, except that you’ve also used “1119KittyCat!” at “eleventeen” other online sites, including Microsoft, Google, Netflix, Amazon, and your local bank to name a few.  Who can remember all these annoying passwords, right?

Well, you probably saw in the news by now, that Equifax was breached, and maybe you got a $14 check in the mail as part of the FTC settlement. Great!  Free money.

Meanwhile, the data extracted from the Equifax breach probably includes a whole lot about you:  name, address, phone number, SSN, financial information, shoe size, and most likely the user account credentials you use to access Equifax.

Assuming the e-mail address/password credentials are now dumped to a file and “leaked” to the “dark web.”  Your user credentials are now acquired by script kiddie that then uses it to access all of your accounts – simultaneously!  The script is much smarter than the kid that just executed it – he lives in his mother’s basement, spending half his time eating hot pockets and playing Xbox and the rest of his time looking at Internet porn while “hacking” your identify!

Now here’s the “gotcha” moment – remembering passwords is hard:  “I’ve heard a few times that I should get a password manager, but [insert lame ass excuse that just f*cked you here]…”

Remember that script? Each time your “leaked” credentials successfully access an account, the script begins it’s sinister work…

Suddenly you’re getting an unusual amount of email notifications and text messages on your phone.  Only problem is that it’s about 2:15 a.m. – you’ve been sound asleep for hours.  When you wake, you notice a bunch of notifications on your phone:  “email account added,” “phone number removed,” “phone number added,”  “confirmation number,” etc… You have a few new email messages from real early this morning, but your phone is prompting you for the account password when you attempt to open the message.  You type your password, but the prompt persists. 

You go to the kitchen to make some coffee.  You put the coffee on and grab your Microsoft Surface tablet to check out the Internet while you wait.  But, you can’t log in!  Weird…? 

“MOM! DAD!,” comes the shouting from the living room, “My Xbox isn’t working…” 

So much for enjoying a Saturday morning:  You’ve just been pwned by a script kiddie!

OK…. So who do you call?  

While you’re milling that over, you receive a text message: “Hi, it’s Capital One. Did you just try to make this purchase with your card ending in…”

Uh-oh….  You decline the charge and call Capital One.  After an eternal hold time – maybe you weren’t the only one “hacked?” – you finally speak to a human that assists you disputing the charge and changing the account number.

Next call… your company’s computer guy.

After explaining at length what has happened, he asks if you had “2FA” enabled.

Next time: “What’s 2FA?”