Submitted by sle on Mon, 06/22/2009 - 17:40
Recently I've I experimented with embedding JavaScript in Java with Rhino. Previously I had written a Python utility that parses text files in an AWK like fashion by allowing an expression to be passed in on the command line. In Python writing such a utility is easy because of it's dynamic nature - a user provided expression can be bits of Python which are then eval'd on the fly. But I was curious if I could make it faster by rewriting it in a faster language such as Java.
Submitted by sle on Sat, 04/04/2009 - 12:03
I finally completed my port of my M12 Java applet to Android. Since I added some additional puzzle modes I decided to name it "Twelve Tile Puzzle". I created a small page for it where you can see a screenshot.
Submitted by sle on Sat, 03/07/2009 - 11:42
Recently I attempted to get sendmail to work between two machines in my internal test network. Since it's my own small network I tend to use short unqualified hostnames such as "grey" or "white". As you may know this presents certain challenges when working with sendmail since sendmail prefers FQDNs (fully qualified domain names). In this blog entry I'll talk about what those challenges are and what I think is the most straight forward way to get sendmail to work in such a network.
Submitted by sle on Sun, 03/01/2009 - 11:58
Recently I took one of Red Hat's certification exam which resulted in my becoming RHCT certified. Although there isn't much I can say about t the exam due to the non-disclosure agreement I signed what I can say, which you can find elsewhere, is that it's a challenging exam. Since time is limited it's important to distinguish between things that are important and things that aren't.
I'll probably try to upgrade to RHCE in April.
Submitted by sle on Sat, 01/24/2009 - 20:59
Recently I've been exploring the Android operating system. I was sufficiently curious to purchase an ADP1 (an android based developer phone from Google). I think I've done enough research to begin porting my M12 puzzle. I thought I'd share some of the things I've learned along the way starting with the way orientation works.
Pages