abscondment | 13 years ago | on: Email down due to "Security Attacks instigated by Matt Inman"
abscondment's comments
abscondment | 13 years ago | on: One way to fix your rubbish password database
abscondment | 13 years ago | on: Dear Heroku: Quit blaming all of us when you fail. Do this instead…
If legitimate downtime happens often enough that someone would actually internalize the difference between your failures and Heroku's, you have bigger problems than your error page.
abscondment | 14 years ago | on: PaperKarma - take a photo, eliminate junk mail
The logos weren't shown on mobile devices up until a few moments ago. Now they're visible everywhere.
abscondment | 14 years ago | on: Megaupload: A Lot Less Guilty Than You Think
Color me ignorant, but this doesn't sit right with me. Does the DCMA have international scope? Does the FBI enforce Mexican law?
abscondment | 14 years ago | on: Upgrading Airbnb from Rails 2.3 to Rails 3.0
Do you actually believe this?
Tests are a nice first pass, but they'll never fully discover every bug -- especially with a huge change like this.
abscondment | 14 years ago | on: Hiring Employee #1
* Marital status is a protected class. You can't consider it when hiring. * Age is a protected class. You can't consider it when hiring. * Pregnancy is a proxy for sex, a protected class. You can't consider it when hiring [1]. * Parental status is a protected class, but apparently is not applicable to Employment cases [2]. So you could get away with avoiding parents in some places. But man, what a great way to violate the No Asshole rule. Frankly, I'd rather not work for a startup that would want to go down this path.
[1] http://users.aristotle.net/~hantley/hiedlegl/statutes/title7... [2] http://www.seattle.gov/civilrights/discrimination.htm
abscondment | 14 years ago | on: Hiring Employee #1
See, there are plenty of us who can kick ass and raise a family at the same time. Not to mention plan and budget responsibly. In fact, you might really want to hire people who are good at that sort of thing, rather than the Red Bull-chugging, couch-sleeping, college codemonkey stereotype. But I suppose stereotyping is what got us here in the first place, and that's not fair to Red Bull aficionados.
I guess I'd just rather you let me and other prospective employees assess the risks for ourselves. That means frank discussion about clear, accurate information. But don't curtail things because of personal bias.
abscondment | 14 years ago | on: IOS App Store Submission Checklist - anything else to add?
abscondment | 14 years ago | on: How does SOPA threaten Stack Overflow?
I'm not going to say one should or shouldn't vote Democrat. But, there are too many considerations on which I'm unwilling to compromise to just vote for the enemy of my enemy. Neither party is your friend.
abscondment | 14 years ago | on: Equations True Computer Science Geeks Should (at Least Pretend to) Know
But I tend to agree with you: many of these are skewed by the author's perspective on what should be considered foundational. Someone doing webdev will not ever calculate eigenvectors. Someone doing machine learning will not be able to avoid them.
abscondment | 14 years ago | on: Want Smarter Kids? Space Them (At Least) Two Years Apart
I'm only partly joking. I ditched my iPhone after my 2-year-old started saying, "Dadda, put your phone down! Come play!". It's relegated to my office now.
abscondment | 14 years ago | on: .bit non-governmental domain name registrar, for the post-SOPA era
abscondment | 14 years ago | on: Three Types of People to Fire Immediately
abscondment | 14 years ago | on: Rich Hickey: "Simple Made Easy" from Strange Loop 2011 [video]
ImageMagick and swftools required.
#!/bin/bash
for s in {1..39}; do wget http://www.infoq.com/resource/presentations/Simple-Made-Easy/en/slides/$s.swf; done
for swf in *.swf; do swfrender $swf -o $swf.png && rm $swf; done
convert `ls *.png -x1 | sort -n | xargs echo` slides.pdf
rm -f *.swf.png
[Edit: required packages]abscondment | 14 years ago | on: Try Ruby
abscondment | 14 years ago | on: Clojure vs Scala - Anecdote
abscondment | 14 years ago | on: A Visual Introduction to Chef
Capistrano is a tool for deploying your applications. You use it to push out new versions of your own codebase.
Chef and Puppet are tools for provisioning/configuring servers. You use it to install the right third-party libraries, programs, config files, etc.
abscondment | 14 years ago | on: Why must you laugh at my back end?
abscondment | 14 years ago | on: Ask HN: Flag option disappeared?