Category: Blog

  • Calculate the Broadcast IP for your network

    There is a good article on how to calculate the broadcast IP based on your IP address and net mask on eHow. What I have here is a quick utility to facilitate things. provide IP and netmask: IP: Netmask: Broadcast IP:

  • Installing MySQL on CentOS

    First thing you need to do is make sure the binaries are installed using yum. Note that this will only install MySQL and that you may need to run it as root depending on your systems permissions. [korey@localhost ~]$ yum install mysql-server mysql The next thing is start MySQL: [korey@localhost ~]$ service mysqld start Once…

  • Why Apple is Smarter!

    Apple announced their iOS6, along with OSX Mountain Lion, and bunch of new hardware on Monday. Amongst the new features announced were features that already exist on over platforms but now they do on Apple’s platform as well. Take do not disturb for example! This feature is nothing new, and platforms like BlackBerry have had…

  • Installing your Android App on your Phone

    One part of testing an Android app is installing it on an actual phone and making sure that it still behaves as you expect. Given the fact that there are so many different vendors that tweak the OS in order to create a unique experience for their end users before shipping it off with their…

  • Default path on OSX

    Started working with Homebrew recently instead of Macports to install third party packages on OSX. Homebrew comes with a doctor command that lets you know any conflicts that may cause it to not function properly. Short of it all is that Homebrew told me I needed to modify my path to make sure the /usr/local/bin…

  • Does inconvenience give you security and peace of mind

    Recently, a YouTube video went viral showing how easily the airport body scanners can be fooled. The TSA has now responded to that, but it basically says: “Don’t ask us how it works, just trust us that it does. You are safe now.” It reminds me of the Knight and Day movie with Tom Cruise…

  • Another Blow to J2EE

    I recently came across the Play framework (not to be confused with the new name for the Android Market Place). Think of it as the Java version of Ruby on Rails, or one of a dozen other frameworks that leverage convention over configuration. The real beauty here is that you get all the benefits of…

  • Reproducable Development Environments

    Have not had a chance to try this out yet, but Vagrant seems like a great solution to create small, portable development environment. With this, there will be less of “Well it works on my box!”. You can just receive the development environment where the problem exists and easily reproduce it.

  • WP7, Now with Lowered Hardware Requirements

    As part of the Nokia keynote at MWC, it was announced that WP7 will have lower hardware requirements to allow for cheaper phones, but is that a good move? While Microsoft is promising the keep fragmentation down, developers now have to do more testing and will have less of a potential WP7 market if their…

  • Get Apps for Free

    I came across an article on c|net talking about Free My Apps and how it lets you get free paid Apps in exchange for you time spent on sponsored Apps. The approach is certainly interesting and it helps some developers get the word out for their apps, or perhaps convince you enough to switch to…