Viewing profile — joecomotion
joecomotion
HN member- Joined
- Wed, Feb 21, 2007, 5:41 PM UTC
- HN karma
- 14
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About joecomotion
No profile information was provided.
Recent public activity
-
comment
Comment #10410436
IIRC, Rotterdam had a massive govt. subsidy for going fully-automated, which kind of helps. I spent 10 years between 1997 and 2009 (took a break for grad school) working on semi-au…
-
comment
Comment #10089513
The magic will be when my hamper contents gets emptied / sorted / washed / dried / folded without my intervention. Bonus points for refiling in my closet and bureau.
-
comment
Comment #10050099
In a past life, when I was mixing GPS, accelerometer, gyros, and tachometer sensors, Aided Navigation by Jay A Farrel ( http://www.amazon.com/Aided-Navigation-High-Rate-Sensors/dp/…
-
comment
Comment #7345770
Delicious left Big Purple long ago.
-
comment
Comment #5482458
There are three integration points: - Share from Dropbox: when composing an email, insert a link to a file already in your Dropbox. - Save to Dropbox: when reading email, save a re…
-
comment
Comment #5439058
I hate being in team meetings where we're discussing a failure and avoid talking about individual actions/responsibilities leading up to the issue. Don't make it personal, but do m…
-
comment
Comment #4231719
Any chance someone could update this to work with a recent FF, Safari, or Chrome?
-
comment
Comment #2954982
These guys have nice Yahoo! Mail App for scanning your inbox automatically and aggregating purchase history: https://www.projectslice.com/mail_app Full disclosure: I work for Yahoo…
-
comment
Comment #2328924
The latter can break caching for some older proxies. Also, I believe safari will ignore your caching/expires headers if you use GET params.
-
comment
Comment #1745183
Wait, if what you think they need to do is "gut the top" than why is it frustrating for you to watch the people at the top leave? Whether they're leaving of their own accord or not…
-
comment
Comment #1658520
Handy if you're viewing a live log file and want to see what's been appended since the last time you've opened it: (defun force-revert-buffer () (interactive) (revert-buffer t t)) …
- story
-
comment
Comment #795331
I prefer to return as early as possible and I dislike unnecessary else clauses. And unnecessary braces. I especially hate really long functions where there's only one return but a …
-
comment
Comment #142082
Yeah, variable naming standards are nice for consistency and I take it "common functions" is a euphemism for "don't cut and paste," but do you really want to dictate 'how to do ite…
-
comment
Comment #134486
What type of tests do you guys maintain for news.yc other than the live deployment? Did this hiccup result in something like an account creation stress test being added to an autom…