http://thinkdistributed.io/blog/2013/08/28/causality.html This website is hosting some very interesting conversations regarding distributed systems and topics on concurrency. The above link is to a conversation about Causality. The root of the conversation deals with how systems can maintain the consistency of a state of a database or a document. Warning: The conversation is very scholarly, but it […]
Category: Technology
Linux Web Server Security Threat
http://www.h-online.com/open/news/item/Rootkit-infects-Linux-web-servers-1753969.html All you linux sysadmin types, be on the lookout for this tasty treat. After having done damage control from a rootkit attack in the past, I try to stay as up to date as possible on these types of attacks. Your welcome 🙂
Curiosity 360 View
Curiosity rover: Martian solar day 2 in New Mexico
Getting started with Cloud Foundry using a Node.js and MongoDB application | MIH SWAT
Getting started with Cloud Foundry using a Node.js and MongoDB application | MIH SWAT. This looks pretty cool. Going to look into this for the work I am doing with node.js
Amplify – A jQuery Component Library
From the guys at .appendTo() have just released the alpha version of Amplify, a jQuery Component Library. This is a very awesome tool, and I have enjoyed digging in and using it. More on this channel in the near future. http://amplifyjs.com/
iPhone Bloggn’
As yeah!!!! Blog it up from branson mo via my iphone!!
SVN PROPSET SVN:IGNORE
Here is a helpful Subversion Command to set the svn keyword svn:ignore on all of the directories from a certain location. svn propset svn:ignore ‘*’ . This has proven very helpful in situations where I have a web site that has a directory structure that is dynamic to the web application. I do not want […]
PHP 5.2.6 on OSX Tiger 10.4.11 Compiled with FreeTDS
Once in a while in my high level application stack, web development world, I am thrown for a loop, and I have to venture down into the bowls of the LAMP stack, or MAMP stack in my case. A client for the company I work for jWeb has a desktop application that their entire company […]
Happened to me so many times!!!
 xkcd – A webcomic of romance, sarcasm, math, and language
Text* Snippets: Recursively remove all .svn directories [shell] [svn] [bash]
Text* Snippets: Recursively remove all .svn directories [shell] [svn] [bash] I am always looking for this command. Usually, you if you need a code base without the .svn directories, you can just do an svn export. This is especially good for deploying to web applications from known revisions/releases inside of version control. Sometimes however, there […]