Articles
Technology management insights and technical deep-dives
Git: How to use Stash
February 20, 2014 at 12:00 AMIt seems no matter how careful and disciplined you are with your git workflow, you end up in a situation where you have incomplete work that you need to …uh.. “stash” somewhere because it isn’t ready to be committed. Luckily, git has a feature to handle just that. The blog link below is a great overview of the stash feature in git.
Link: Git: How to use Stash
Permanent Link — Posted in Web LinksRedis Everywhere
February 14, 2014 at 12:00 AMGreat slides with awesome tips from a talk given at Sunshine PHP. Implementation case studies, when to use redis and not as well as a comparison between phpredis and predis.
Link: Redis Everywhere
Permanent Link — Posted in Web LinksArch Linux Amazon EC2 AMIs - February 2014 Update
February 7, 2014 at 12:00 AMArch Linux EC2 AMIs have been updated. This release includes a patch for CVE-2014-0038. If you are using these images you should upgrade to the latest kernel (LTS or mainstream).
Permanent Link — Posted in Amazon Web ServicesOnboarding New Users Is Harder Than You Think
December 3, 2013 at 12:00 AMReally great points and techniques that anyone running a web service with a sign-up process should look at and learn from.
Link: Onboarding New Users Is Harder Than You Think
Permanent Link — Posted in Web LinksRackspace Launches Performance Cloud Servers
November 5, 2013 at 12:00 AMAll these stats talk about possible peaks. The valleys are what you need to look at when it comes to cloud performance. It is not about how fast it can go as much as how slow it might be. 1000 IOPS is great but if it occasionally drops to 15 that’s a problem. Amazon is slower but more consistent, and that is something that you can plan around. I look forward to benchmarking these Rackspace offerings on my own to see how they compare.
Permanent Link — Posted in Web LinksThe Slash Programming Language
October 26, 2013 at 12:00 AMLooks neat. PHP esque + python string manipulation model is very tempting. My personal blog uses Mako which is embedded-python templates.
Link: The Slash Programming Language
Permanent Link — Posted in Web LinksWhy Android SSL was downgraded from AES256-SHA to RC4-MD5 in late 2010
October 14, 2013 at 12:00 AMNice sleuthing and humorously written alert / background info on SSL connections in Android. SSL is one of the least problematic security / privacy issues with a smartphone, but I found it entertaining as I have gone through a round of hardening servers and apps and in the process have learned much about ciphers and handshake protocols.
Link: Why Android SSL was downgraded from AES256-SHA to RC4-MD5 in late 2010
Permanent Link — Posted in Web LinksUsing Katas To Improve
October 3, 2013 at 12:00 AMVery interesting approach to increasing the quality and speed of your coding as well as learning new languages.
Link: Using Katas To Improve
Permanent Link — Posted in Web LinksAlchemyAPI says it’s delivering Google-level deep learning as a service
September 19, 2013 at 12:00 AMI have had the pleasure of working with AlchemyAPI and it is for real. I found it to be excellent at entity and sentiment extraction. For many applications if you are looking for certain things (like brands) - you can have it leverage your own dictionary as one of the sources. Truly brilliant and for real. It’s great to see those guys getting some due finally.
Link: AlchemyAPI says it’s delivering Google-level deep learning as a service
Permanent Link — Posted in Web LinksIf You're Programming a Cell Phone Like a Server You're Doing it Wrong
September 19, 2013 at 12:00 AMGreat info on how to optimize mobile apps to be easy on data and battery.
Link: If You’re Programming a Cell Phone Like a Server You’re Doing it Wrong
Permanent Link — Posted in Web Links