Thanks for sharing these links. Honestly, charity isn't something I think much about, but have a poor opinion of. Nice to be reminded that good applications of it exist, and that it's measurable and assessable. The 80,000 Hours site in particular looks like a great resource.
Also quite a recommendation coming from you - never fails to amaze me the people you find posting on here.
This looks beautiful, but it doesn't release my mouse click on Chrome; i.e. when I click on the globe to click & drag, the rotation of the globe keeps following my mouse, and I can't click the "play" button.
Nice project though, as a geo guy who's been meaning to play with D3, it's inspiring.
Yeah... that's a bug that I haven't been able to squash yet.
Particularly with high latency, it will sometimes fail to load the JSONP from the USGS. Because JSONP is a <script> and I'm not properly catching the thrown error that causes D3 to bug out. I'm trying to get USGS to let me use CORS with the JSON files so I don't have to deal with the callback function of JSONP.
Oh - and refreshing the page should fix that! Thanks, and glad you like it.
Indeed. It's actually updating the origin of the map projection with the animation, so it will always be spinning eastwards. That's why the globe will rotate clockwise if you center over the North Pole.
All of this can be changed in the JS parameters easily enough, however.
I buy most of my hardware from Little Bird too - I could easily source it cheaper but they provide awesome service. I attended a great presentation of theirs showcasing http://ninjablocks.com/
That blog post was fascinating — I had no idea the Fan community was so mobilised (nor that they were even a community cohesive enough to have a name, nor that the name was Fans).
I wonder how many other comprehensive communities exist like this, somewhat under the radar, serving themselves.
99% of the time, if I need to find something I've read before, I'll just search for it & find it.
The exception to this is when I was working support and had several product spec sheets & other reference pages bookmarked for quick access to email links to customers. Even while I was at Uni, I'd download articles to PDF.
On the rare occasion that I like or am interested in something enough to want to bookmark it, I find I rarely actually come back to it. Just looking now, in my Bookmarks menu I have a couple of folders — apparently the result of me saying "save all open tabs as bookmarks" in the hope of coming back to it later — but never having done so.
Long-form articles I come across while I should be doing something else go to Instapaper to be read later (is this what people use bookmarks for?). Even then realistically I only actually read 20% of them.
Anything I really think a friend of mine should read, I email a link there & then. This is a 1- or 2- click operation.
Anything that I think is just too interesting/funny/important to keep to one or two friends, I put on Twitter, or here on HN. (I guess that ends up being a kind of bookmark service; I have scoured my submitted stories (and upvoted stories) to find them again.)
For my frequently visited sites without RSS, the browser URL bar is my friend - just start typing & it autocompletes. The only bookmark in my bookmark bar is the "Instapaper: Read Later" bookmarklet.
What does everyone else use bookmarks for? Is there some awesome use case I've been ignorant to since 1996? Am I just a freak for never wanting to revisit things?
I use Pinboard.in a lot. I do not use it for "frequently visited sites"; I can type the URL faster than clicking, especially with autocompletion.
For me, bookmarks are mainly for 1) things I may want again and only vaguely remember 2) articles I'd like to read when I have time.
Examples of stuff I've recently pinned:
- An article that has a quote from Linus Torvalds that I'd like to use in a blog post I may write someday
- The best Inkscape tutorial I found in maybe 10 minutes of searching
- An HN article comparing A/B testing with multi-armed bandit, which is irrelevant to me right now but maybe someday I'll want to read
In each case, I pin that thing, give it whatever tags make sense to me, and possibly write a quick description.
There are 51,200,000 search results in Google for "Linus." In my personal pinboard, there are 2. Guess which I'm going to try first if I vaguely remember something I once saw about him?
Probably 80% of my bookmarks are never used, which is another reason why the "tag now, search later" approach is so nice to me; those neglected ones aren't cluttering up a GUI, making it hard for me to find what I want right now; searching cuts right to what I want.
Pinboard.in is fast, simple, super-effective, cheap (but not free, so I'm the customer), and cross-browser (since it's a bookmarklet).
It also lets you mark everything private by default, which I like. Too many things are social these days. I don't want to broadcast my opinions about sites; I just want to find things again later.
Dittpo. Pinboard.in rocks. It's like what bookmarks should be - cloud based, taggable, and easily searchable. Also it allows you to just shove URLs into a read later category. I do find myself going back to it - something will come up at work and I'll remember, oh i read something about that approach that was very insightful, and just quickly grab it to share with others or refresh my memory.
No. I do, but there are a lot of people with different approaches, so all that can be said is the number who bookmark is large and the number who don't is also large.
What does everyone else use bookmarks for?
Presumably to save effort and as a form of external memory. In my case, I bookmark with probability proportional to how difficult it was to find. In particular, I only ever bookmark knowledge and information and do not use bookmarks as a storage for trinkets (alas the things which interest me are likely dull graphite to most). Also, I have not done any tests but it appears google searches are non stationary - old search terms do not always return the same results. Finally, for me, it is a very frustrating experience when I am looking for something I know is there.
Is there some awesome use case I've been ignorant to since 1996?
Yes, but the answers are subjective and incommensurable with the ranking criteria of those who would ask a question like that.
Am I just a freak for never wanting to revisit things?
No. The word freak is only part of the used vocabulary of those severely lacking imagination (to clarify, this is not targeted at you but those in habit of calling people freaks).
On more than one occasion I've run across developer documentation with a specific class buried somewhere that wasn't easily searchable using Google. Typically these have been those multiframe one-class-per-page javadoc style API references. It's quite helpful to bookmark the root frame and have it available at a click... great for exploring a new API when you may not want a specific search.
Is this code that you can put online somewhere? This kind of thing would a) likely be really handy for lots of people and b) is the kind of thing I'd like to be able to make myself (using browser as a readymade UI), so having an existing reference would be helpful.
Also quite a recommendation coming from you - never fails to amaze me the people you find posting on here.