Monthly Archives: October 2013

How to Quickly Level Up in GTA V

gtatennisI’m playing Grand Theft Auto V right now on my Xbox 360. Sure, it’s a violent and sexist story about some bad people and their criminal activities. I’m fine with that – it’s a fantasy for adults, and I take it the same way I take Scarface, Boardwalk Empire, or even The Sopranos. It’s an exaggerated world to visit, not a realistic guide for how to live life.

OK, with that out of the way, here are some ways I’ve found to quickly level up each character to 100% in all skills.

Warming: SPOILERS AHEAD! I’m not giving away anything about the story or the plot – heck, I’m only a short way into it myself. But I like to get “ahead” of games, in the sense that if gathering up skills will help me play, then I want those skills right away. Then I never have to stop the flow of the game just to go work on those skills. So my goal was to get all my characters up to 100% on all their skills as fast as I could. There are lots of online guides for leveling up, so I’ll focus on the ones that gave me the most trouble. Continue reading

Computer-Aided Disk Reorg

diskReorg-300I bought a couple of new big hard drives, and decided it was time to re-organize all of my computer’s disks. I have 3 hard drives inside my Mac Pro, and nine (yes, nine!) hard drives sitting on a nearby table.  Most of these disks are partitioned into multiple smaller regions. I have so much storage because I want every partition to have a local backup (in addition to backups from Backblaze, an automatic cloud backup service I pay for). So each internal drive has a corresponding backup partition on one of the external drives, and each external partition also has a backup (the backups get updated automatically every night in the wee hours by a program called SuperDuper). This organization works well for me because I need some partitions to be fast, some to be secured, and so on.

Moving everything around properly was risky, because if I messed it up I could lose both my original and backup data. To reduce the risk, I wrote a Processing program to let me first simulate (and debug) the re-organizing process, and then provide a step-by-step guide for actually moving stuff around.

Continue reading