Recent Posts

How to Scramble a String in Ruby

2 minute read

To randomly scramble a string in Ruby, you can use the chars method to split the string into an array of characters, the shuffle method to randomly shuffle t...

How to NOT Get Screwed as a Software Engineer

less than 1 minute read

This is a great episode from the crew at YC. It would have been nice to hear some real horror stories though but still great situational examples. Worth th...

How to Scramble a String in Python

2 minute read

To randomly scramble a string in Python, you can use the list function to convert the string into a list of characters, the random.shuffle method to shuffle ...

How to Scramble a String in Javascript

5 minute read

To randomly scramble a string in JavaScript, you can use the split method to split the string into an array of characters, the sort method to randomly shuffl...

A Brief History of Instana

3 minute read

With the great technology, team and the times we had together, I thought it would be worth documenting some of the history and highlights of Instana that I w...

Robotic Arms for Research: Comparison 2021

5 minute read

When looking for a robotic arms in the past the choices were either plastic toys or industrial arms that can maim you both physically and financially. Thank...

Using StarCraft II for AI Research

1 minute read

Building a neural network that does things other than linear regression, MDP or identifying cats in images is apparently non-trivial. Not because of the com...