Hacker News new | ask | show | jobs
by sorbits 3698 days ago
Isn’t it more a problem of having algorithms do what used to be done by humans?

I.e. when you look at a Google map it is using the latest GIS data to construct a “good” representation for your screen resolution using your specified zoom factor and possibly even with dynamic overlays or highlights.

Likewise, when you read an e-book you can read it on many different display sizes, pick your own font, and font size. So where we used to have the book typeset once by a person, it is now done on-the-fly using user and device specific parameters.

The result won’t be as good as when you have a human do it, and even when a human does it, there might be limitations in the e-book markup language, just like with HTML.

1 comments

That's part of the problem, but you can at least design the algorithm with the benefit of expertise about how humans do it, either by studying the field yourself or hiring people who do. The way Knuth approached algorithmic typesetting is a good example.
Almost sounds like a Turing test all its own.