Kev Rodgers

“We just talked to that guy Ito. We found out there’s no raise for 13,000 cars. I’m calling all the guys and we’re coming to get you!” 🎥

“Could be the bypass line, yeah. Maybe I should take a look at it.” 🎥

I removed the default feed, so this shouldn’t end up in the timeline. I’m thinking this will make my site more like a traditional blog, without the social aspects of Micro.blog.

It’s challenging to put together a Spotify playlist that last for 8 hours. I constrain it to no band repeats (but spin offs are acceptable, e.g., Nirvana and Foo Fighters). You’ll know I’m getting lazy when you see a Dream Theater song.

I went back to bash as my default shell and also ditched iTerm2 in favor of the stock Terminal.app.

I’ve switched back to using my MacBook Pro as my daily driver at work. The Windows experiment was fine, but I’m more comfortable on MacOS. Plus, I was starting to get too cozy with Windows style keyboard shortcuts.

One way to bypass the filter is to check for an Android App on the Chromebook with a built-in web browser. The filter extension does not run in Android Apps, and therefore cannot block or log anything. Bonus: Hapara cannot run either, so teacher’s can’t view the activity.

Knowing what I know about how computers work, how would I bypass the school’s web filter to access blocked sites?

I’m trying out a Lenovo X1 Yoga with Windows 10 as my main ride for work. It’s been one day and so far it’s been ok.

“He got a daddy named Forrest, too?” 🎥

“Let’s go to the top, Dad.” 🎥

You know it’s going to be expensive when you go to Pricing and it reads, “Click Here to Contact Sales”.

“Dana…are these the eggs?” 🎥

“I want to get one thing straight here, or I’m walkin’ too. I don’t work on January the 8th…cause that’s Elvis’ birthday.” 🎥

Left the Christmas tree outside last night, and found a bird’s nest in it this morning.

Welp, I’m back on Twitter after being away for a couple of years.

I just exported a Google Doc with a PowerShell script and the Google Drive API. Nice, right?

I am not to be trusted with Krazy Glue. I got a Hot Wheels car stuck to my fingers last night. I’m ok, but that stuff is strong.

“Do you sell hubcaps for a ’72 Pinto Hatchback?” 🎥

I just exported my Fitbit data and deleted my account. (h/t @hotdogsladies)

Syntax Highlight Test:

def reverse(text):
    pos = -1
    rev = ""
    for i in text:
        rev = rev + text[len(text) + pos]
        pos = pos -1
print rev

reverse("Python!")

“I don’t know. I’m a fast cook I guess.” 🎥

I did a fresh start in YNAB for September. I’d really like to give it more attention for the rest of the year.

I’m going to try the No Signature option on my emails and see how I like it. It seems unnecessary since the From: field already shows it’s from me.