A Roman Room: 1900-1910

1900-1910

Today I’m stretching my use of the word “code” to include memory hacks.

There exists a memory technique called the Roman Room, or Method of Loci, in which you associate information you want to remember with specific places in a house or building you know. For anyone who has better recall on spacial data or visual imagery, it’s ideal. That’s me in a nutshell.

Continue reading “A Roman Room: 1900-1910”

YouTube: Tips for Making a How-To Video

This is my first and possibly only foray into the madness that is constructing a YouTube video. I’ve been watching the Vlog Brothers for years, and I’ve never appreciated the effort that goes into it. Pick a topic, write a script, animate the graphics, trim clips, find background music, and also, cut around all your foul language because YouTube does not take kindly to that.

I did that after doing a lot of other research on the basics of YouTube for a non-YouTuber.

So, as a supplement to this VBA video tutorial, I’ve condensed my background research for anyone out there who might also be considering a jump from WordPress to YouTube.

Continue reading “YouTube: Tips for Making a How-To Video”

Six Programs for Starving Artists

A Program List

Like most freelancers out there, I don’t have spare cash for subscription fees. Approximately 99.9% of my disposable income goes toward coffee, booze, and books.  Side-note: If you haven’t read Stiff by Mary Roach, you should. Informative but also surprisingly lighthearted.

Back to the point. Graphic design, photo editing, 3D modeling, GIS packages—the serious stuff can swallow your wallet whole. Luckily, the internet is a magical place, full of open-source alternatives to help level the playing field. Here’s my top picks.

Continue reading “Six Programs for Starving Artists”

Blender: How to Loop an Image Sequence into Textures

Animating Blender Textures With Processing

Animated textures in Blender is a thing! Immediately after finding that out, I set out to script a grid crawler texture in Processing. Because no one in their right mind would want to draw that by hand.

A Bit Of Everything has a post with the logic for a static grid, but somehow getting an animated version ate 3 hours of my life. All in all, it took about 12 tries. What I love  about Processing is that even bad guesses can have pleasing results.

Continue reading “Blender: How to Loop an Image Sequence into Textures”

Processing: How to Randomize Textures

TheHallCompressed

Scenes with custom textures always seem to turn out better for me, but they’re hellish to make. I’ve spent hours in GIMP hand-drawing patterns, carefully testing out layers to get  effects. It’s a hassle.

However, I’m learning to automate more of that sort of thing with Processing. What’s really nice about that is you can get a texture that changes subtly every time you run the script if you use the Random function to assign coordinates, weights, and transparency values.

Continue reading “Processing: How to Randomize Textures”