> One problem that I always had with on-the-fly processing is, if you have a page with a lot of photos, and you want to change the URL so that they're processed differently, how will that page look when a first person visits it? I think it will be horrible, the user will have to wait for a really long time to actually see the images, which is not nice user experience.
we can still "pregenerate" after the author uploads his images, the browser just have to make the requests (not necessarily visible) and the image servers can cache those generated images for a long long time. then when the "first other person" view the page, those images are as fast as anything.
storing the generated image or not is still an image server's decision. my own implementation chose not to store because i find those generated files more trouble to carry around.
again, these are things for different image servers to iron out and one-up each other with.
> Also, the "image server" strategy can be used only for images, so if you want to upload documents, audio or video, you'll need to use something else. What's nice about uploading gems is that they provide a general solution.
actually, there's nothing in an image server that makes it inherently image only. i'd say file servers provide as general a solution as those uploading gems
for example, attache server handles pdf uploads well and even renders the thumbnail when requested via <img src="">. the same applies for any other file types - the goal is actually to render thumbnails for everything, as per how your desktop renders the same files are thumbnails.
again, these are things for different image servers to one-up each other with.
great idea! but is it necessary ux to burden the human user to manually trigger unlock? form onfocus or page onload should be less intrusive and still serve the purpose
timeline: like! i wish more news sites presents history in a straightforward manner
colors: not so much; not meaning & some combi are hard to read; favicon/logo/color-scheme-based-on-logo will be more useful
http: if the form method is "GET", then I can easily share or bookmark for updates later
text: some body text will be nice
https://github.com/avh4/elm-upgrade/issues/44