Instagram Hacked

Help, my Instagram account was hacked! I’m now following hundreds of accounts. On top of that, Instagram throttles unfollows, so I can’t unfollow them easily. This did the trick:

var gotOne = false;

var myFunc = function() {
try {
document.querySelectorAll('button._0mzm-').forEach(function(elem, index) {
if (elem.innerHTML == 'Following' && index > 9) {
console.log(index);
elem.click();
throw 'Halt';
}
});
} catch (e) {
gotOne = true;
}
};

var counter = 0;

var looper = setInterval(function() {
counter++;
console.log("Counter is: " + counter);
gotOne = false;
myFunc();
if (gotOne) {
console.log("Got One!");
}

if (counter >= 60) {
clearInterval(looper);
}

}, 60000 + Math.floor((Math.random() * 1000) + 1));

It’s a code snippet you can paste into your browser console that slowly clicks “unfollow” on your Instagram friend list. NOTE: It might not work forever as Instagram alters their markup. But it worked for me now!

Discolored aluminum bowl went through the dishwasher

Stupid me, I ran a Dansk “Fjord” polished aluminum bowl through the dishwasher. The detergent reacted with the metal and left it dark and discolored. Tried the old wives’ tale of soaking it in a paste of Cream of Tartar. Didn’t work at all. Found some tips online that “Bar Keeper’s Friend” may work, so I gave that a try. Took a few scrubs with the rough side of a kitchen sponge (didn’t scratch it up too bad), and it looks much better. Not quite good as new (not as reflective as I remember it), but still passable at a future shindig 🙂

before

after

Massachusetts RMV stickers

Watch out for the Mass RMV. No matter how early you order your plate renewal sticker, they always send it to you late or never. Has happened to me twice. They never respond to their customer support emails and their support phone number has horrible wait times. I finally got through to someone after driving around illegally for a few months with expired plates and they sent me a sticker in the mail. Just a sticker, no note or receipt. Hey at least it got here.

Where's the beef?

USPS major fail

So this happened right before Xmas. Gift sent for the little one from a family member. One side of box ripped off. Contents missing. Hmm, was this done by a stranger after delivery? Apparently not because there’s a note attached to the box apologizing for the damage. Why even go through the trouble of delivering an empty box? Return to sender with a huge apology!

img_20161213_204738-copy img_20161213_204746-copy

I tried calling the local delivery supervisor. Was put on hold, no one ever picked up. I tried filing a complaint through USPS’s website. No response. Maybe I’ll try the postal inspectors. This is mail theft, correct?

Maytag POS “2000 Series” Washer (Model MHWE201YW)

Bought this washer about 5 years ago. A few years in, its water pump failed. Had to replace that myself. There’s always water sitting in the detergent cups after a load (probably a manufacturer defect). It has a bad door seal and leaks water, but that comes and goes. The worst problem is that the drum sits a bit too far away from the door and sometimes clothes get trapped and mangled/ripped/torn.

img_20161210_130903

This happens once every few months. I’ve been able to avoid it recently by always overriding the spin cycle to high or medium (instead of extra-high). I also consciously fill the drum with fewer clothes. Fingers crossed that that continues to work. Of course, the downside is that I now waste more electricity drying wetter (and fewer) clothes.

What a POS.