Spyke

Replies

Comment on

Review Please

Had a coworker who was a bit like this. They were tasked to do one simple thing. Required a few lines of code change at most.

They end up refactoring the entire damn thing and introduced new bugs in the process.

Comment on

20 years of Gmail

Being a bit nostalgic, but Gmail was such a leap forward when it was released. In a world where everybody took the shittiness of hotmail for granted, using Gmail was like peeking into the future. In many ways it was.

Now Gmail is that shitty hotmail we took for granted.

Comment on

Please Stop

Reply in thread

Blockchain is only potentially useful if there’s no single entity that can be trusted. If banks can’t even trust themselves to manage their own internal ledgers, they have much bigger problems to deal with.

memes

Comment on

He can't prove it?

Reply in thread

It is with a heavy heart I announce the sale of my long term ape, Salazar. Most of my early followers know me as this ape. My kids know me as this ape. I met my wife when I WAS this ape and had my first kid when I was still proudly wore this ape. By extension, it is part of me.

I’m sure his wife and kids are deeply relieved by this news.

Comment on

Security

One time I struggled debugging a program on a clean Windows machine. For some reason it seemed like it couldn’t find a JSON file that’s obviously in the system. I could even open the file on my own and view its contents.

Turns out after much frustration that the file was actually a json.txt file. I didn’t notice because the extension was hidden, so I only saw .json and thought it was fine.