I would really like a better DVD player for Christmas. Something with these features:
- Skip all the cruft and just play the movie.
- Remember your place in the last 20 DVDs you have watched.
- Automatically enable subtitles on every movie
I would really like a better DVD player for Christmas. Something with these features:
W3C Datetime (also known as ISO 8601) is a standard machine readable way of formatting dates. In its most specific form, dates can be printed with time and time zone in this format:
YYYY-MM-DDThh:mm:ss.sTZD
For example:
1997-07-16T19:20:30.45+01:00
It is not as easy to produce dates in this format in Java as it should be. I needed to format dates like this for creating an XML Sitemap file.
My currency conversion website coinmill.com has a subdomain for each language. It supports over 40 languages. The entire domain is tracked in a single Google Analytics account. I wanted to know which subdomains were performing best and which were performing worst, and how that was changing over time. Continue reading
Ubuntu has started to support USB audio. When I plug in a USB speaker or headset (such as my Pyle USB gaming headset), it gets recognized and installed automatically. However there are some bugs:
I discovered that I could address these shortcomings by creating a script.
I try to script everything I can on Linux. When I install something on my desktop, I like to be able to run a script to install the same thing on my laptop. When a computer breaks, I like to be able to run all the scripts to have it set up again just the way that it was. Here is how I scripted the installation of my printer.
This recipe is
It is based on a dish that I have ordered in restaurants in New Hampshire. I've adapted it for ease of preparation and left out any cream sauce for use with the South Beach diet.
I got an email from somebody named Lindrian about the article I had written about using regular expressions to find comments in source code.
The wireless network on my laptop has always been unreliable. When I open the lid of the laptop and the computer wakes up from sleep, there is a 10% chance that the wireless network won't be able to connect. In the past, the only thing that works in this situation is a full reboot of the laptop.