by Katherine Villyard | Jan 30, 2022 | art, haiku
“If you really want to hurt your parents, and you don’t have the nerve to be gay, the least you can do is go into the arts.”–Kurt Vonnegut Jr. (A Man Without a Country) [Note: I found this in my drafts folder and decided to publish it.] One of...
by Katherine Villyard | Aug 27, 2018 | written for nontechnical friends
Password managers. You want one. Let’s do this in Q&A format, shall we? Q: WTF is a password manager and why do I want one? A: Have you ever forgotten a password? Do you use the same password on every site? Is your password...
by Katherine Villyard | Aug 26, 2018 | geekiness
This is for your home network, yes. I tried several how-tos, and basically had to figure it out for myself. Here’s how I did it. Preface: I have two LANs; one for computers, tablets, and phones, and the other for IOT devices, including my Roku (which cannot...
by Katherine Villyard | Aug 13, 2018 | written for nontechnical friends
Okay, with all the securing all the things posts, it occurs to me that I haven’t actually explained this. (I did, however, explain this in depth for an interview at Large Internet Company, so it’s probably higher-level than I thought.) One of my first jobs...
by Katherine Villyard | Jul 30, 2018 | written for nontechnical friends
Here’s a short demo of sniffing. They [TM] can possibly do this to you at that nice free public wifi spot you’re using. They need to be on your network. This is geographically limited, by which I mean that if you’re in Kansas and visiting a server in...
by Katherine Villyard | Jul 16, 2018 | written for nontechnical friends
I’ve been trying to get people to encrypt their email, and send me encrypted email, since 1995 or so. Here’s why: email is cleartext. What does “cleartext” mean? Well, if your ISP is having you send your email out through port 25, you can do...
by Katherine Villyard | Jul 2, 2018 | written for nontechnical friends
If you’re a Windows user, you probably want to do your daily web surfing as a non-administrative user. This is because any process you launch (on any operating system) runs with your account’s permissions. That means that if your browser runs into an...
by Katherine Villyard | Jun 2, 2016 | scripting, sql
I set this up to be modular and reusable, because I like reusing things. This doesn’t actually move your system databases. It just outputs a change script and a revert script. You still have to run the generated script, then log on to your server and restart...
by Katherine Villyard | Feb 16, 2016 | scripting
So, I have a drive full of files. Sometimes, I get a new one–okay, sometimes I get over 1000 new ones–and want to keep the latest and pitch the duplicates without throwing away old files that don’t have a duplicate. These files are of the form...
by Katherine Villyard | Feb 9, 2016 | scripting, sql
What files do I need to restore this database to a point in time? You might know this off the top of your head, especially if you set up the backups or if you don’t have a lot of backups, but just in case you’re panicking, ask MSDB. MSDB knows all…...