Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
joecomotion
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
joecomotion
11y ago
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-automated tracking systems for ports up and down the West Coas
2.
▲
by
joecomotion
11y ago
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.
3.
▲
by
joecomotion
11y ago
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/... ) was super handy. Optimal Stat
4.
▲
by
joecomotion
13y ago
Delicious left Big Purple long ago.
5.
▲
by
joecomotion
13y ago
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 received attachment to your Dropbox. - Upload to Dropbox: i
6.
▲
by
joecomotion
13y ago
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 make clear what went wrong and who made mistakes. If everyon
7.
▲
by
joecomotion
14y ago
Any chance someone could update this to work with a recent FF, Safari, or Chrome?
8.
▲
by
joecomotion
15y ago
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! and supported them building this on the Yahoo! Mail a
9.
▲
by
joecomotion
16y ago
The latter can break caching for some older proxies. Also, I believe safari will ignore your caching/expires headers if you use GET params.
10.
▲
by
joecomotion
16y ago
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, the top is getting gutted. . .
11.
▲
by
joecomotion
16y ago
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)) (define-key global-map "\C-cr" 'force-revert-buffer)
12.
▲
Yahoo Mail is Open for Development
(developer.yahoo.com)
7 points
by
joecomotion
16y ago
|
0 comments
13.
▲
by
joecomotion
17y ago
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 bunch of baggage and nested conditionals along the way to
14.
▲
by
joecomotion
19y ago
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 iteration' in a way that's more limiting than the implementatio
15.
▲
by
joecomotion
19y ago
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 automated test suite?