Dec
02

A friend just started playing this album my dorm room, and I knew immediately that I loved this artist. She has a beautiful voice and is so easy to listen to. This is they type of music I can listen to while programming. It’s soft and soothing, but not distracting at all.

Nov
24

I have been really intent on making real hot chocolate for a while now. I cannot stand the powdered stuff that gets passed off as a suitable replacement, so I took to the Internet and was lucky to get a hit on the first site I tried. (I would have been amazed if Cook’s Illustrated didn’t have a recipe for it!) True hot chocolate ends up being about as easy to make as it’s powdered counterpart, it just takes a little bit longer and you have to have the ingredients on hand. The key is balancing the amount of dairy with the amount of chocolate, and you have to use good chocolate to get a good result. Sugar and vanilla are added to enhance the taste, but the amounts are negligible considering how much dairy and chocolate you have. I just have to say that the real stuff is absolutely amazing, and you will never want the powdered stuff again.

What made the hot chocolate even better, though, was drinking it with hot cinnamon buns. Now, in the case of cinnamon buns I will sometimes just use the canned variation from the freezer, but I find that it produces inconsistent results, usually with a lot of burning on the bottom. Instead, I flipped to a recipe I’ve relied on for a while in King Arthur Flour’s Baker’s Companion. Unlike other cinnamon bun recipes which rely on a quick bread method (e.g., leavening with baking powder, baking soda, or both), this recipe relies on yeast, giving it a distinct flavor in the dough itself and an airier texture. Unfortunately, the filling designed by KAF leaves something to be desired, as it does not give the impact that one normally expects from a cinnamon bun. I intend to experiment adding ground clove and ground nutmeg into the mixture in the future to give the taste the radiating warmth that one should feel when biting into a cinnamon bun.

Nov
19

I have started learning Scala as part of an independent study project targeting the functional programming paradigm and, to some degree, resource-to-user scheduling algorithms and their NP-complete properties. Now, my background in computer programming languages so far includes Python, PHP, Bash, Ruby and Java. Scala’s syntax is a major departure from what I am used to, primarily because of its focus on the functional paradigm.

Continue Reading

Jun
30

This is a personal thing in the UX domain, but I think it applies to more than just me. I see too many sites where the first set of words in the title of each web page on the site is the name of the site itself followed by the actual page title. For me this doesn’t make sense, for two reasons.

Continue Reading

Jun
04

I know a lot of people who keep thinking that implementing a new productivity system will change their lives around immediately. I fall prey to this kind of thinking a lot of the time, too. I’m an avid GTDer who believes in the system, but I sometimes get into so much GTD (putting what I have to do into my system), that I never actually get things done. GTD, the system designed by David Allen and propagated through his books and his company, David Allen Company, emphasizes getting what your “commitments” are into a trusted system that is organized by “context,” or the environment you have to be in to complete those commitments. Once they’ve been organized, you can complete your commitments by referencing the context you are currently in and then completing the commitments currently available to you.

Continue Reading

Oct
28

I’ve been playing around with the newest Drupal beta. Drupal 7 looks like it’s going to be much more user friendly, which is wonderful! I stopped using Drupal as a CMS because I felt like I spent more time configuring the system than I did generating content. Which, for a content management system, seems a bit ridiculous.

That being said, Drupal is also much better tailored out-of-the-box as a multi-user CMS versus WordPress which is much better out-of-the-box as a single-user blogging platform. I don’t intend to switch my installation of WordPress 3 to Drupal 7 at any point in the future, mostly because of the prevalence of WordPress templates. However, I hope to use Drupal 7 to power future web projects that don’t require a from-scratch approach.

Oct
15

When did you last use water? Washing your hands? Doing the laundry? Eating? Think about that water! Was it clear? Was it safe? Was it easy to get to?

And, last but certainly not least, do these questions sound ridiculous?

Continue Reading

Mar
04

My GTD workflow is for the most part a connected system of OmniOutliner documents managed by DEVONThink with the actual task-work managed in OmniFocus. Other than that, I use a metal inbox next to my desk as a primary collection bucket and a raised file-rack for project support and tickler files. I also have a whiteboard next to my bed for midnight thought streams, and I use my iPhone for on-the-go collection.

Continue Reading

Mar
28

I’m currently using DreamTemplate’s Color Paper Theme, but I noticed that the code for the index.php file messes up the rendering of the index page. To fix, you need to change lines 7 and 31 from

 <?php the_content(''); ?>

to

<?php the_excerpt(); ?>

Now, the template will render an excerpt instead of the actual post on the main page. That will prevent the featured post from extending over the boundary as well as truncate the rest. If you just want to truncate the featured post, change only line 7.

Mar
13

I’m tired of wrangling with Drupal in order to get what I want done. WordPress is so much simpler, so I switched back. ^(-.-)^