The genetics of orchids and dandelions
1st May 2012
Quite an interesting article on the genetics of behavior.
Posted in Links, Misc | No Comments »
Interesting and relevant links I found.
1st May 2012
Quite an interesting article on the genetics of behavior.
Posted in Links, Misc | No Comments »
18th February 2012
beanstalkd: a simple, fast work queue.
Jack and the Beanstalkd: a web-app for basic work queue administration.
beanstalkc: a simple beanstalkd client library for Python.
queueit: a CLI interface tool which helps to integrate beanstalkd into shell scripts.
Posted in Links, Programming, Python, Software | No Comments »
9th January 2012
If you haven’t heard yet – stratfor.com was hacked in December 2011, leaking full information about 75k credit cards (including owner’s addresses and CVV codes) and 860k (right, almost a million) user accounts. All Stratfor email archives were also reportedly stolen (around 160-200 GB of data), but those were not made publicly available on the internet – unlike the credit cards and user accounts information, which is still relatively easy to find and download.
I do not really recollect anything that large. Well, not counting dropbox’s 4-hour window of “any password fits all accounts”, but that was different.
Here are some of the news items about this seriously large hacking incident:
Here come more technical reports:
TheTechGerald’s analysis linked to above got my attention. Unfortunately, a while ago I’ve subscribed to stratfor’s “free intelligence mailing list”, and was wondering if my account information is now publicly available. I was the most worried about the password I’ve used to subscribe, because of the risk of using the same password somewhere else.
Unlike TheTechGerald, I haven’t used any dictionaries – just the default configuration of a well-known tool for finding weak passwords. Within a single hour, ~100k passwords were decrypted (~12% of all). Till the end of the day, ~50k more passwords were decrypted (totalling 17.4% of 860k). At this point my password was still safe, and I’ve found a way to verify that it is not used anywhere else, so I’ve aborted further decryption.
There are a few simple conclusions:
Posted in Links, Misc, Security, Software, Web | No Comments »
1st October 2011
Posted in *nix, Links, Security | No Comments »
14th August 2011
Posted in Links, Notepad, Software | No Comments »
13th August 2011
Inspired by video encoding with handbrake.
HandBrake is a very high-quality piece of software – next time you need recoding something into H.264/MPEG-4 (using MKV or MP4 containers) – try HandBrake. It easily saturated all my CPU cores – which I failed to achieve with ffmpeg, which even with threads=8 was only saturating 2 cores.
Attached to this post are 2 profiles for recoding movies for Nokia E71. The “_best” profile has exhaustive motion detection, otherwise is identical to the base profile.
E71.plist
E71_best.plist
Related:
Posted in Links, Misc, Movies, Notepad | No Comments »
17th May 2011
If you are a Python zealot, and Java doesn’t feel right, but the project you are working on is a Java project – try
Posted in Links, Movies, Programming, Python | No Comments »