I do not understand why a file navigator that uses the dependency tree for a project entry point rather than the existing file system doesn’t already exist. Adding new files adding new references simultaneously.
-
Ideas: File Navigation for Development
-
Halo 4 Data
I’ve decided that if I’m going to play videogames to relax sometimes, I need to relate it to programming or design or something. So I’ve decided that I’m going to log my performance and do a visualization after a bit. First round of data gist
If anyone has ideas for visualizations - message me or whatnot.
Some notes on halo 4:
- God-awful lag handling.
- Single player focus on a game that previously did particularly well for multiplayer.
- Dropping out of MLG circuit for 2013.
-
CSS TIP
Styles that includes -webkit and -moz you write it like so -
[-moz | -webkit] (-border-radius) interchangeable with any supported ending.
I was unaware of this - interesting that you can do that.
Personally I use compass, as I feel like [-moz | -webkit | -ms | -o | ] (-border-radius) for everything would get a bit annoying over the span of a file, versus @include border-radius(3px). A bit more to manage in terms of precompilation I suppose, but given I’m also using CoffeeScript for some things, I’ve become fairly used to it.
-
Super Regulatory Measures

Need to take them. (Battle Programmer Shirase) Rewatching a bit of this to take a break. If you didn’t know - the opening goes to the same tune as “Never Gonna Give You Up” - just a note.
What he lost, what he gained... and what he saw in the infinite outskirts of the internet Inside the virtual reality... the complex code, what is he thinking about? People call him... "Battle Programmer Shirase" also known as BPS.
-
VIM Color Scheme
Really had no idea how painful koehler was until I switched over to zenburn and was like - whoa… That used to suck. Low quality post is low quality. I have no excuse.
-
-
Touhou Hisoutensoku — Part 1: Basics
By: zekna

Ah, Touhou. I certainly can’t deny having spent far too many hours on this series.
If you’ve never heard of Touhou before, it’s a series of bullet hell games known for its music, large cast of characters, and an incredible amount of independently created works that have sprung from it. I’d recommend this video, or alternatively wikipedia.
This the first of a series of posts on the 12.3rd touhou game, which I will refer to as ‘soku.’
We should play this game again.
-
Do you even Hadoop?
-
New Google Image Search

New google image search has a significant design improvement. Keeping the user on the page to continue browsing and view full size versions of the images.
-
Mega.co.nz
100,000 users in the first hour is awesome/amazing - also likely brutal.
I really wish the API documentation were better, at a minimum by indenting the sections in a method that would nest them. Also within security considerations it’s noted that all applications must go through them as a channel to ensure security, also a code audit - quite a bit of overhead, but could be worth it. I really want to use it for something but that is far too large a barrier for right now.