Author: Ryan Neudorf
-
Pokémon No
Update: A thread in r/pokemongo addresses most of the game playability gripes i express below. Very useful if you’re new to the game. Check it out. Much hyped Pokémon Go finally launched in Canada over the weekend (while I was out camping). I downloaded it ASAP, after some expected server issues setting up my account, I…
-
On Audio Blog Posts
Every once in a while, I’ll come across a blog where they author records themselves reading their post. I don’t see it often, I don’t think it’s a trend that’s ever really caught on and off the top of my head I can only think of one blogger (Jermey Keith) who regularly posts audio dictation.…
-
The Problem with NPM
Whenever you run `npm install` it generates a local, project specific /node_modules/ directory with literally 10s of thousands of files and folders. Why?! WHY?! I understand that javascript is a simple scripting language, missing many features that are baked in to more traditional languages like PHP and friends. I understand that many node modules are…