Category Archives: Programming

Related to any one of the programming languages I use, or just coding in general.

I type weird

Recently I bought a Microsoft Natural Ergonomic Keyboard 4000. Upon starting to use it, I immediately noticed that I have some pretty bizarre typing habits. Let me start by saying that I’m a touch-typist (in the sense that I type without looking), and I use the Dvorak layout on every computer I use (if I’m […]

Also posted in IRL Crap | Tagged , , , | Comments closed

Toroidal array with deletable nodes

Edit: apparently the term toroidal array is a concise name for a grid with the wrapping behavior which I implemented in the Grid class I wrote. So, obviously that much has been done before, as I suspected when I originally posted this article. However, my node “deletion” system may still be something new. Actually, the […]

Posted in Programming | Tagged , , , , , , | Comments closed

Copying arrays in Java

I recently started learning how to develop Android apps. I’m working on a game at the moment, and I had been tearing my hair out over what I thought was the most elusive bug ever. Basically, I have two integer arrays: currentLocations and initialLocations. They hold the “room numbers” of various game objects/NPCs within the […]

Posted in Programming | Tagged , , , , | Comments closed

I still can’t stand vi

I’ve been a fan of nano for as long as I’ve been editing a lot of text files remotely (soon to be approximately three years now). The learning curve was fairly gentle, and I gradually memorized the shortcuts I found to be useful. It was a good fit. With any programming I do, I often […]

Also posted in Thoughts | Tagged , , , , , , | Comments closed
  • Recent Posts

  • Topics

  • Archives