HN user

pangram

135 karma
Posts0
Comments77
View on HN
No posts found.

Why do you find the Aeropress inconvenient to clean? I just dump the "hockey puck" of grounds into the trash. IMHO it's easier than a french press by a long shot.

We switched from DO to Linode a few months ago. I think DO is great, but three things convinced us to move over to Linode. 1) lack of robust logging, 2) we'd get intermittent connectivity problems about once a month (this was in the SF colo), and 3) backups were unreliable, and support didn't really have a good answer as for why the backups were so unreliable. You can send me an HN message if you want more details.

Yeah, I was surprised by the fact that such a short duration of exercise (11 minutes of exercise twice / week) could have such a large impact on health. I wish there were more details on how much exercise each group had before the study -- my question is whether HIT on its own is good enough, or does it require normal exercise as well?

My cofounder and I were rejected by YC last year. YC provided great feedback, and we took it into consideration, but decided we still thought the idea was solid. We kept looking for funding and eventually found an accelerator that specialized in education startups (co.lab), and it turned out to be better for us in every way -- better terms, better ongoing support, so on and so forth. So, it's actually good that we were rejected.

I would definitely apply to YC again, though. Even if you're rejected it's still 10 minutes of concentrated feedback from smart, experienced people, which is always worth something.

Not free, but I would suspect that paying electronically is at least a magnitude less impactful on the environment. That checkbook had to be produced, shipped to the bank, mailed to you, and then the individual check has to get moved around as well.

Convenience, mostly -- with an electric kettle you can just hit a button and when it pops back it's ready. Also, if you happen to get involved with something and forget about the kettle, it's not a big deal; not so with the stove.

They assume an upper limit with 100% efficient conversion of matter to energy, so changing the energy production method shouldn't make a material difference. EDIT/UPDATE: Realized you might be talking about the total energy budget (i.e., their total energy budget that is then multiplied by the "Space Devotion Ratio.") Yeah, that could advance the timetable by some amount.

There are a variety of techniques to reduce the dimensionality of data (i.e., Principal Component Analysis, among other ways), and you can get better results sometimes by running K-means (or whatever) on the dimensionally-reduced data.

It definitely happens; here's a case from last year that the ACLU was looking at: http://www.aclu.org/blog/technology-and-liberty/want-job-pas...

The insidious thing about this is not if it happens for people looking for tech jobs (they're generally clued in enough to refuse, or go somewhere else, or make a fake Facebook account filled with stuff like "I love working so much!" and "I saved a man's life with a quick appendectomy at my volunteer gig"). People looking for lower-tier jobs are in less of a position to be able to refuse.

Dating does suck, absolutely.

But fundamentally it's a numbers game -- the more people you meet, the more likely that you'll find someone that you're compatible with on enough levels. To that end I think that online dating can be really helpful: it makes it much easier to find many other people that you know are also (presumably and hopefully) single.

So, dating sites don't necessarily make dating suck less, they just make it more likely that, with enough effort, you'll be able to stop dating.

A few more features would make it useful for prototyping. The README says that it uses indexes to speed up queries, but it doesn't, at least not in current HEAD (05786eada4); it always queries all the records. It would be nice if it allowed comparisons on relationships other than just equality; for example, >, <, and "LIKE." Ideally, it would also handle handle nested structures.

This is exactly my issue with stack-based languages as well; i.e., '(f g h)' vs. '(f (g h))' are pretty easy to distinguish, but both of those would be an identical 'h g f' in a stack-based language.

I think you mean to say "your Router or Firewall" in the text. ismyportopen.com routes to another site; might want to make it go to the same place as www.ismyportopen.com. Also, it would be nice to have a visual indication when you click "Run It," since there's a pause until the scan comes up.

Out of interest, is there anything you can share about the particulars of your application? We did the same Flash vs. HTML5 analysis in the context of Facebook games, but in our experiments it looked like Flash still won handily in terms of performance.