Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'm working on a project to separate data from presentation. Too much data is overly wrapped with presentation (e.g. HTML) so we are forced into using a certain display method (popular commercial web browser).

A related problem is that human readable data is often unnecessarily encoded into binary machine data. If we weren't wasting so much space on presentation, we could have just served the human-readable data.

In this future I think it will be considered ridiculous that you had to load an entire webpage full of unrelated images and icons just to read an article or weather report.

This concept will be huge for AR. In AR extra unnecessary information and uncontrollable presentation is beyond annoying, it actually makes users angry and uncomfortable.

Look out for Optik.io .



I'm working on something similar. Can you email me at toomim@gmail.com, and/or check out https://stateb.us?


> Too much data is overly wrapped with presentation (HTML)

The design of HTML5 and associated web tech separates semantics (HTML) from presentation (notionally CSS, but this bleeds over into JS) and behavior (JS).


HTML does a fine job with semantics but the reality is that most of it is used for presentation. HTML says what text is but not what it means, so reading a plain unrendered HTML document is a rough experience that doesn't add much usefulness for humans.

The vast majority of internet data can be relayed through something as simple and readable as markdown and/or YAML, and still convey enough useful semantics.




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

Search: