trycatche.com
Try, Catch E: Lubuntu - Ubuntu for Older Machines
http://www.trycatche.com/2012/04/lubuntu-ubuntu-for-older-machines.html
Try, Catch E. Try, Catch E" is a blog about my experiences in the world of computer programming. The name encapsulates the spirit of programming - try to solve the problem, catch the exceptions, debug and try again. Thursday, April 19, 2012. Lubuntu - Ubuntu for Older Machines. A friend of mine has contracted me to do some work for his company Think Sensor. They produce marine and aeronautic sensors. The project involves interfacing one of his sensors with a PC. Less than 100 MB! View my complete profile.
trycatche.com
Try, Catch E: April 2012
http://www.trycatche.com/2012_04_01_archive.html
Try, Catch E. Try, Catch E" is a blog about my experiences in the world of computer programming. The name encapsulates the spirit of programming - try to solve the problem, catch the exceptions, debug and try again. Thursday, April 19, 2012. Lubuntu - Ubuntu for Older Machines. A friend of mine has contracted me to do some work for his company Think Sensor. They produce marine and aeronautic sensors. The project involves interfacing one of his sensors with a PC. Less than 100 MB! View my complete profile.
trycatche.com
Try, Catch E: June 2012
http://www.trycatche.com/2012_06_01_archive.html
Try, Catch E. Try, Catch E" is a blog about my experiences in the world of computer programming. The name encapsulates the spirit of programming - try to solve the problem, catch the exceptions, debug and try again. Thursday, June 7, 2012. LinkedIn's Password Leak - How bad is it? If you are a LinkedIn user, you have likely heard of their recent password leak. Apparently LinkedIn used the SHA-1. Algorithm to hash their passwords; sounds great, right? Well not so fast. A rainbow table takes common passwor...
trycatche.com
Try, Catch E: Windows C++ Stack Overflow Exception
http://www.trycatche.com/2012/06/windows-c-stack-overflow-exception.html
Try, Catch E. Try, Catch E" is a blog about my experiences in the world of computer programming. The name encapsulates the spirit of programming - try to solve the problem, catch the exceptions, debug and try again. Wednesday, June 6, 2012. Windows C Stack Overflow Exception. Ran into an interesting error the other day while working on a project for Think Sensor Research. In linux this works fine, but in Windows it complains. There is a limit to the size of a static array (what that is, I'm not sure,...