Smart Time Ago: a new JS lib to update relative timestamps more efficiently
1–10 of 14 posts
Re: Smart Time Ago: a new JS lib to update relative timestamps more efficiently
#2Please correct me if I'm wrong.
Edit: "minor tweak" in terms of efficiency. The processing power saved by making it "smart" is probably less than what it takes to download the extra code.
Re: Smart Time Ago: a new JS lib to update relative timestamps more efficiently
#3I don't see the need for a new project for something like a tweak like this. Seems like a reasonable pull request for the timeago folks???
Re: Smart Time Ago: a new JS lib to update relative timestamps more efficiently
#4This is such a minor tweak that I can't see how it's worth trouble of downloading even a byte of extra code to get it done. Please correct me if I'm wrong. Edit: "minor tweak" in terms of efficiency. The processing power saved by making it "smart" is probably less than what it takes to download the extra code.
Re: Smart Time Ago: a new JS lib to update relative timestamps more efficiently
#5The regular timeago is on Github: https://github.com/rmm5t/jquery-timeago . I don't see the need for a new project for something like a tweak like this. Seems like a reasonable pull request for the timeago folks???
Re: Smart Time Ago: a new JS lib to update relative timestamps more efficiently
#6This is such a minor tweak that I can't see how it's worth trouble of downloading even a byte of extra code to get it done. Please correct me if I'm wrong. Edit: "minor tweak" in terms of efficiency. The processing power saved by making it "smart" is probably less than what it takes to download the extra code.
Re: Smart Time Ago: a new JS lib to update relative timestamps more efficiently
#7Re: Smart Time Ago: a new JS lib to update relative timestamps more efficiently
#8you guys might be interested at this; https://github.com/azer/relative-date
Re: Smart Time Ago: a new JS lib to update relative timestamps more efficiently
#9Re: Smart Time Ago: a new JS lib to update relative timestamps more efficiently
#10Javascript relative time displays have hilarious results if the web browser's clock is set incorrectly. That's mostly not a modern problem thanks to NTP being baked into modern consumer OSes but it can be terribly confusing if you have a misconfigured client.