Hacker News new | ask | show | jobs
by simonebrunozzi 2142 days ago
(also sent you an email with same suggestion)

Hi Kat and Catheryn. Useful library, thanks for working on it.

I have two quick suggestions for you:

1) Show creation date AND last modification date on each document; and allow users to see creation date when they search. Why? Because certain topics age better than others.

2) Make a zip archive of all resources that people can download and consult offline. Why? Because not everyone lives in California or in developed countries, and more or less >50% of internet users in the world have spotty access, particularly in developing countries. You want to give these people a way to download the entire thing when they're using WiFi in an internet cafe, and then watch things back home where they have no internet.

Thanks!

1 comments

Re #2: Do you have thoughts on how folks will update their archive after the initial sync? KA-Lite had a similar offering in the education space, but redownloading a .zip to get five new files when 95% of the content is the same seems not ideal.

(There's stuff like zsync, but then you have to use a compatible compressor, and those tend to be pretty obscure...)

I know not everyone is technical but given YCombinators audience, having it all in a git repository might work.
Plain old update files maybe.

You name each zip release with a number and a date. For example #1 will be dated today.

Each time you update you increase the # by 1 and mark the date. You provide seperate small update files named #2 update, #3 update. If I had downloaded the full archive #1, I can just download #2 and #3 update and have the latest version.

If I never downloaded the library I can just download the most recent version and then keep it updated using update files.