Search
-
Recent Posts
Recent Activity
Error: Twitter did not respond. Please wait a few minutes and refresh this page.
Categories
Archive
- July 2010
- June 2010
- May 2010
- March 2010
- December 2009
- November 2009
- October 2009
- August 2009
- July 2009
- June 2009
- May 2009
- August 2008
- June 2008
- May 2008
- March 2008
- February 2008
- December 2007
- November 2007
- October 2007
- August 2007
- June 2007
- May 2007
- March 2007
- November 2006
- August 2006
- July 2006
- February 2006
- October 2005
- September 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- December 2004
- June 2004
- March 2004
- February 2004
- December 2003
- October 2003
- June 2003
Category Archives: Architecture
Integrating IRC with LDAP and two-way SMSing
A bit of history I don’t know exactly why, but I’ve always enjoyed IRC bots. Perhaps it’s the fact that it emulates a person in an easy-to-program way, or maybe it’s about having a flexible and shared “command line” tool, … Continue reading
The forgotten art of error checking
I was just rambling randomly yesterday, in the usual microblogging platforms, about how result checking seems to be ignored or done badly. The precise wording was: It’s really amazing how little attention error handling receives in most software development. Even … Continue reading
Posted in Architecture, Go, Java, Lua, Perl, Python, Ruby, Snippet, Test
10 Comments
Breaking into an Android password manager – Practice
In the last post, we’ve seen some security issues which exist in the Android password manager gbaSafe version 1.1.0a, by analyzing the security description provided in its web site. As described there, even though the system depends on a “master … Continue reading
Posted in Architecture, Mobile, Puzzle, Security
5 Comments
Breaking into an Android password manager – Theory
For some time now I’ve been wanting to research more deeply about the internals of Android. Until now, though, this was just a sentiment. Then, a couple of weeks ago I’ve finally managed to replace my iPhone for an Android … Continue reading
Posted in Architecture, Java, Mobile, Puzzle, Security
4 Comments
The last 4 years (and the next N?)
Some interesting changes have been happening in my professional life, so I wanted to share it here to update friends and also for me to keep track of things over time (at some point I will be older and will … Continue reading
Posted in Architecture, Cloud, Java, Project, Python
5 Comments
Virtual Private Cloud is not the Private Cloud
More than 40 years ago, a guy named Douglas Parkhill described the concept of utility computing. He described it as containing features such as: Essentially simultaneous use of the system by many remote users. Concurrent running of different multiple programs. … Continue reading
Posted in Architecture, Cloud
4 Comments
Accessing RESTful information efficiently
Alright, so I appreciate the idea of RESTful Web Services, but I’ve got a small dilemma I’d appreciate some opinions on. In the RESTful Web Services book, by Leonard Richardson and Sam Ruby, there’s emphasis on making the programmable web … Continue reading
Posted in Architecture
28 Comments