Viewing profile — michaelhart
michaelhart
HN member- Joined
- Sat, Sep 11, 2010, 4:36 PM UTC
- HN karma
- 339
- Public activity
- 100 items
- HN profile
- View on Hacker News ↗
About michaelhart
No profile information was provided.
Recent public activity
-
comment
Comment #3910714
Not true if you use a secure/intelligent email client, like Gmail. It will prompt you with a yellow bar above the email before loading any images. It also implies that they'll open…
-
comment
Comment #2077923
Google Domain Blocker: (userscript/greasemonkey), for those interested. http://userscripts.org/scripts/show/33156 You can also sync them for Firefox across multiple machines using …
-
comment
Comment #2051853
You guys never did male beauty pageants for charity? We have them like twice a year here, and they're quite successful and overall a lot of fun (granted, I never dress up... just l…
-
comment
Comment #2011893
I'm working on a project now that will aggregate self-motivated learning online. Watch a lecture on YouTube? (Many universities post them). Get credit for it. Start a discussion wi…
-
comment
Comment #1905198
Large companies have often used internal memos on purpose for leaking information. On some level, they want the information to be leaked (companies with thousands of staff makes it…
-
comment
Comment #1905194
The ultimate test? Work with them.
-
comment
Comment #1905167
Very well put. Especially B.
-
comment
Comment #1897036
Yet you're getting bombarded with spam. Not to mention, Facebook accounts are very easy to create. So I don't see that either.
-
comment
Comment #1896997
I doubt it. Most schools block Facebook, whereas most do not block Gmail (many rely on Gmail themselves). Using a Facebook email is just asking for accessibility problems.
-
comment
Comment #1896995
Wrong -- your FB email address will likely have the same prefix as your vanity URL. Guess that that means? Spam bots know your email address already.
-
comment
Comment #1896913
The interface'll have the be unbelievably amazing and innovative for this to even make a dent in people's minds. And as others have pointed out, Facebook.com is not associated with…
-
comment
Comment #1896576
Not probably, it definitely is. Sir Ken Robinson is amazingly brilliant, and his value for creativity is revolutionary. Creativity defines the world we live in. He defines creativi…
-
comment
Comment #1892756
Which leads me to think that this just may be a setting stone to future, more important memos. No sense in scaring them unless they wanted to secure the channel for something else.…
-
comment
Comment #1892739
I solved this a while back and posted my results on Twitter. [SPOILER: DON'T FOLLOW IF YOU WANT TO TRY IT YOURSELF FIRST] http://yfrog.com/mto4sp I'm not sure if this was the expec…
-
comment
Comment #1892725
The problem isn't really what questions are being asked, it's that questions are being asked at all. Verify by phone/text, and encourage it's kept up to date (by periodically confi…
-
comment
Comment #1892680
But when it's actually leaked and posted, it'll most definitely be trimmed.
-
comment
Comment #1892555
CPUs today are a lot less based on raw MHz/GHz and more about the technologies in which they achieve them. This can be easily seen with some single-core CPUs out-performing dual co…
-
comment
Comment #1888427
My advice is to do searches of your interested... Find people who talk about what you care about; even more importantly, people who interact with their followers. It all depends on…
-
comment
Comment #1888235
It's getting quite a bit of users, and the average session length is 14 minutes. Quite interesting :) I love it. It's sort of like Gmail, minus the notifications through my phone (…
-
comment
Comment #1888225
The left side is newest, the right side is news (homepage).
- story
-
comment
Comment #1887654
Apache handles dynamic content better than nginx in most cases. Nginx is usually only desirable when memory is a constraint or for serving static content. I've optimized apache, an…
-
comment
Comment #1887645
It's all written in php/codeigniter and mysql. It's very fast thanks to codeigniter being very lightweight and due to caching provided by mysql. I'll try to write a blog post tomor…
-
comment
Comment #1887443
I just modified the way the queries run; duplicates should be MUCH less common now.
-
comment
Comment #1887437
I just significantly improved caching to further reduce the necessity of hitting Hacker News. This should fix a lot of performance issues as well as blank pages. As for duplicates,…