Human, All Too Human
New security vulnerability! As seen on Bruce Schneier's Blog: Human's aren't secure.
Ha!
Link to story
Technorati tags for this post: programming humor security
Technorati tags for this post: programming humor security
The nomination of Harriet Miers appeared to follow this algorithm:@candidates = find_all_legal_professionals(); @qualified = sort_by_qualifications(@candidates); @partisans = filter_by_political_necessity(@qualified); $final_candidate = most_confirmable(@partisans);
$final_candidate = find_lawyer_in_radius("10 feet");
Without commenting on the actual qualifications of Ms. Miers, I would suggest that the 2nd algorihtm is somewhat less likely to find a quality candidate, much less a confirmable one.
Technorati tags for this post: politics perl programming
This automatically executes mkview on leaving a buffer and loadview on entering a buffer -- but only for outline (*.otl) files. Ah, the joys of a industrial strength text editor!autocmd BufWinLeave *.otl mkview autocmd BufWinEnter *.otl silent loadview
Technorati tags for this post: Tech vim programming gtd
Technorati tags for this post: Tech programming c
Technorati tags for this post: Tech programming subversion security
Technorati tags for this post: Tech programming python