Archive for the ‘ Links ’ Category
AI has always intrigued me. The idea of recreating human or at least intelligent behavior with software is an amazing idea. Unfortunately modern AI is nothing like the dream of creating human behavior. Sure the current solutions can solve some pretty cool problems, but its not the types of problems that people think of when [ READ MORE ]
Have you ever received the following error while using Java and MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘????????????????’ at line 1 This is a common error when you first set up Java and MySQL to work together. [ READ MORE ]
I have always been told in order to dual boot Linux and Windows you must first install Windows then Linux. The idea being that Window’s boot loader does not play nicely with Linux like Grub or Lilo does. However it is often easier to install Linux then Windows; like with the up coming Windows 7 [ READ MORE ]
If you are like me you don’t exactly see the usefulness of the social networking site Twitter. After reading a recent wired article I can not better see that usefulness. There appears to be some pretty clever people connecting common house hold devices to Twitter. This really isn’t all that new of a concept however. People have [ READ MORE ]
Dr. Dave Marshall at Cardiff School of Computer Science has written a great C tutorial. This tutorial is mostly aimed at UNIX C developers and covers the basics of C programming to advanced multi-threaded application development. This is the tutorial that I used to learn C and I still open it up whenever I need [ READ MORE ]