Hacker Newsnew | past | comments | ask | show | jobs | submit | Kevin_Marks's commentslogin

This is pretty much exactly what OAuth does - enables the user to authorize a web service to access another one on their behalf, with per-app, per-user constraints.


Thanks. I have got better at titles over the last 10 years, true. Now I'd call it something like 'Turing: the movie you'll never see'


The use as a menu button dates back at least to the Sidekick II: http://en.wikipedia.org/wiki/File:SidekickII.jpg (though that has one long and 2 short lines).


It was used long time before that. Many TUI DOS aplications (especially Turbo Vision based or copying Turbo Vision UI style) use this character for leftmost item of menubar with "system" things and utilities like calculator (obviously inspired by Mac OS's Apple menu).


What the author misses is that with colour LCD displays you can do sub-pixel anti-aliasing with the 3 RGB sub-pixels, if you start from a vector, which is why HTML type looks better than Photoshop rendered type.


I purposefully chose to ignore subpixel antialiasing because it's complicated and you have little control over how it works. It's done at a layer further abstracted from the source file, so you can't accurately pixel-fit anything to a subpixel. It's also just another hack, using a smaller unit than a half-pixel, and, like most hacks, it has some serious negative side-effects.


He's not suggesting that you subpixel antialias manually. He's pointing out a benefit of leaving your images as vectors: the browser knows the subpixel order of the display, and can make the image prettier than you can without that information.


It can make it effectively higher-resolution than you can, but that doesn't mean it can make it prettier. It could still look end up looking worse (from the color bleeding effect, for instance).


You can't even reliably fit raster images to screen pixels on the web. Images can easily end up at non-integer screen pixel locations which requires resampling (and ruining your careful alignment) to render.

Logo design should be done in-context, not in a dark room at 400% zoom.


i've always found that subpixel antialiasing looks horrible


Which has nothing to do with logos, which are raster images 99% of the time and don't use subpixel rendering for obvious reasons.


I contacted the curator at the Lincoln Museum by email. His response:

This is entirely a hoax. Clever, too. We have an official stastement to that effect due within the hour. -James

James M. Cornelius, Ph.D. Curator, Lincoln Collection Abraham Lincoln Presidential Library & Museum 112 N. Sixth St. Springfield, IL 62701-1310 217.785.7954 http://www.alplm.org


I contacted the curator at the Lincoln Museum by email. His reponse:

This is entirely a hoax. Clever, too. We have an official stastement to that effect due within the hour. -James

James M. Cornelius, Ph.D. Curator, Lincoln Collection Abraham Lincoln Presidential Library & Museum 112 N. Sixth St. Springfield, IL 62701-1310 217.785.7954 http://www.alplm.org


It's a great hoax. On the edge of plausibility, with several related verifiable facts that make it seem allllmost possible. Toss that in with the I Want To Believe syndrome, and it's bound to spread.

Well done.


Exactly.


The orignal seems to be down now. Note that there are many ways to name the bits you parse a URL into: http://tantek.com/2011/238/b1/many-ways-slice-url-name-piece...


Even worse, the original seems to be down due to an infinite redirect loop.


Sorry about "the original". It wasn't actually supposed to have that query string on the end. That was for Google Analytics tracking elsewhere and I forgot to remove it when I posted it here.

I'm not sure why it produced an redirect loop because it worked many times for a lot of people. It may have had something to do with my server getting overloaded. I'm on a Hostgator reseller account, so I have limited resources and when HG saw the massive CPU usage from all of you people checking this out, they shut down my site for a bit.


New app "Nerds Around Me" lets you stalk via Google+ checkins


Relying on RSS feeds is tricky, as many of them are partial extracts, summaries, or just plain wrong (eg archival standalone pages linking to the current front page, stale feeds, links to now-defunct feed services).

If you want to help people writing these things, using hAtom in your HTML is a really good idea.

http://microformats.org/wiki/hatom


Also HTML5 incorporates the article element/tag to help extract article contents: http://dev.w3.org/html5/spec/Overview.html#the-article-eleme...


The thing here is that when properly used, a page can contain several pieces of text tagged as articles, especially blogs with comments (think of article as "an article of clothing", not as "a magazine article"). You'd have to rely on other heuristics to find the "correct" article, which probably is not that much easier than finding the correct div element.


Take a look for example at Fred Wilson's blog http://www.avc.com he is using the article element. You can use multiple times in different blog posts in the same web page and I don't feel this is bad.


According to MG Siegler, Chrome is in the bizdev-required proprietary 'with Google' part of Android, not the Open Source part. http://parislemon.com/post/17215781807/chrome-for-android-th... That means we're stuck with legacy browsers in existing Androids and in the non-Google-blessed world (Amazon Fire and the billion Chinese phones and tablets).


Chromium for Android is going to be open source, and the only difference between desktop Chrome and Chromium is branding and nonfree codec support.


Interesting. The chromium blog post linked above mentions upstreaming a bunch of new components, so maybe it will be like the Chrome/Chromium situation? Here's hoping...

http://blog.chromium.org/2012/02/deeper-look-at-chrome-for-a...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: