Not so temporary…
Well I have decided to place my actual website on this server. My home server has failed due to router issues and I will probably be redesigning the entire website in the near future anyway since it...
View ArticleMaking a WebSocket server
For the past few weeks I have been experimenting a bit with HTML5 WebSockets. I don’t normally focus only on software when building something, but this has been an interesting project and has allowed...
View ArticleMultiprocessing with the WebSocketServer
After spending way to much time thinking about exactly how to do it, I have got multiprocessing working with the WebSocketServer. I have learned some interesting things about multiprocessing with...
View Article256Mb doesn’t do what it used to…
So, this last week I got an email from rackspace saying that my server was thrashing the hard drives and lowering performance of everyone else on that same machine. In consequence, they had rebooted my...
View ArticleDatabase Abstraction in Python
As I was recently working on trying out the Flask web framework for Python, I ended up wanting to access my MySQL database. Recently at work I have been using entity framework and I have gotten quite...
View ArticleExtreme Attributed Metadata with Autofac
Introduction If you are anything like me, you love reflection in any programming language. For the last two years or so I have been writing code for work almost exclusively in C# and have found its...
View Article