Everyone has an email account. Whether you use it for its intended purpose or not, it’s all but required to use the internet today. Most people I talk to primarily just use email to sign-up for sites, reset passwords, or get specific emails. Their mailboxes are out of control, and for OCD people like myself,…
Category: personal
Publicity in Open-Source
To my relatively small number of followers, it should come as no surprise that my biggest failing is actually getting much visibility for my vast number of open-source projects I write. To that end I’ve been doing some research and asking other developers to give me some suggestions on how to get more visibility for…
case class Scala
I’ve been pretty busy the past few weeks with clients and haven’t had much time to blog. Last week, however, I gave a presentation to the OKC JUG (Java Users Group) about Scala. As anyone that actually reads my blog must know, Scala is my primary language and I absolutely love it. This week since…
Why is Scala more difficult than Java?
I was pretty exclusively a Java developer for twelve years before making the switch to Scala. Yes, it was difficult to learn some of the syntactical differences, but now that I have I don’t want to turn back. No, this is not a baited question to get a flame-war going, but an honest attempt to…
Still Alive!
Well, this is a great title for this post not only as it’s the first blog post I’ve made here in seven months, but I’ve also had the song from Portal stuck in my head lately. 🙂 Looking at my blog it would be easy to classify me as MIA but I’ve actually been quite…
Java Delegates
If you’re searching the internet for the title of this post you’ll see a lot of people ranting about how Java doesn’t have Delegate support. Though I have been one of these people, and continue to be frustrated that there is no native solution, that is not the purpose of this post. I write this…
Myth Assistant
Though I actually wrote this a couple years ago I finally decided to contribute this utility back to the community. This tool allows a graphical remote connection to a MythTV database and can copy and delete recordings over a Samba share. It is a graphical utility written in Java to search recordings, see details of…
Smarter Beans?
In Java, Beans are an important part of good programming practices and good Object-Oriented coding. There has been a lot of discussion recently about monitoring changes on beans other such functionality that is not inherently built into Java. With my Magic Beans project I’ve already done a lot of things along these lines, but recently…
jSeamless: The Conspiracy
Okay, so this probably doesn’t par up to the JFK assassination, those crop circles, or how in the world John Locke can survive a bullet in the chest, but it’s starting to really bother me. I developed jSeamless with the intent of “seamlessly” bringing technologies together to make life easier on the developer. However, I’m…
Random
I have to present a prototype in a couple hours that is really important to my job and the company I work for. I think I’m pretty well prepared, but have been trying to go through any last minute details and bug fixes to make sure nothing breaks horribly well I’m demonstrating it. It’s at…