cpm (@cpm) 's Twitter Profile
cpm

@cpm

Software developer. Theatre hobbyist. Gamer. That covers the basics! He/Him/His

ID: 3432601

linkhttp://www.chazmeyers.com calendar_today04-04-2007 15:43:02

3,3K Tweet

282 Followers

366 Following

cpm (@cpm) 's Twitter Profile Photo

I've been using copilot for a few months now. Usually it's not much different form vs code's usual autocomplete, but sometimes it goes full on super creepy in how good it predicts.

Rep. Malcolm Kenyatta (@malcolmkenyatta) 's Twitter Profile Photo

Dr. Oz is a quack who pushes pseudoscience and conspiracies theories. He would be a disastrous Senator. He lives in New Jersey full time and vacations up Donald Trump butt. No Democrat — no matter who you supported in the primary can let this guy win.

ParkerJam (@theparkerjam) 's Twitter Profile Photo

I wish vaguepost song lyric AIM away messages were still a thing. "I've got two glass eyes and the glass is half empty" would be so perfect.

ParkerJam (@theparkerjam) 's Twitter Profile Photo

The proliferation of YouTube has made it much more difficult to find information on the internet. "How do I X" used to lead to a handful of blogs or articles that you could skim to find information. Instead of writing, people now make 10 min videos that you have to scrub through.

Brianna Wu (@briannawu) 's Twitter Profile Photo

Real talk for younger voters. Biden delivered on two major policies I never thought I’d see: Student loan forgiveness and marijuana pardons. If you don’t vote in midterms, you’ll be telling every politician in America passing policies younger voters care about doesn’t matter.

cpm (@cpm) 's Twitter Profile Photo

Google Reader's "Recommended" algorithm was the best way to learn about interesting new-to-me blogs and pods. Very useful for tech/ruby. ~10 years later, I've yet to find a replacement. What does everyone else use? reddit/twitter/hackernews/feedly aren't it.

cpm (@cpm) 's Twitter Profile Photo

We don't take electronics out of our bags for scanning at the airport anymore? I'm not complaining, but when did this happen?

cpm (@cpm) 's Twitter Profile Photo

I don't know what happened to my YouTube algo a few weeks ago that makes it now feed me 30% ThePrimeagen react videos, but I'm here for it.

cpm (@cpm) 's Twitter Profile Photo

I've been using vim key-binds for over 20 years and I still don't really know them. I move lines around with `dd (move) P` all the time. Somehow I managed to lowercase the entire line while I was doing that. Never did that before!

cpm (@cpm) 's Twitter Profile Photo

How am I just learning about `git switch -` today?? I've spent so much mental energy when hopping into another branch to check on something over the years.

cpm (@cpm) 's Twitter Profile Photo

After 20 years, I finally found something I strongly dislike in ruby on a language level. If you define a setter like `foo=` if you do `foo = :bar`, the expression will always return :bar. It's impossible to get `foo=`'s return. I guess it's true that no one is perfect after all!