Yes, but...in an attention economy, timestamps are beneficial to readers and detrimental to authors.
Use Timestamps
11–20 of 163 posts
Re: Use Timestamps
#12I don't understand how people can accept the browser hiding the URL.
Re: Use Timestamps
#13It's something that I agree with and increasingly I add dates in my notes. In addition to that, using one single format is really important. if the article was published on say November 2nd. I wouldn't know if it was 11th February or 2nd November. DD MMM YYYY is safest. The 3Ms being Jan, Feb, Mar....
Notably on the JVM if your locale is en-GB every month is 3 chars: Jan, Feb, Mar, etc. until you get to September which is Sept.
In en-US it’s just Sep.
Of course, if you don’t specify the locale in code, it will choose the system default leading to lovely region specific exceptions for your servers in Ireland and England.
Re: Use Timestamps
#14I don't understand how people can accept the browser hiding the URL.
I don’t think it is even possible to display the full URL by default in Safari on iOS.
Re: Use Timestamps
#15It's something that I agree with and increasingly I add dates in my notes. In addition to that, using one single format is really important. if the article was published on say November 2nd. I wouldn't know if it was 11th February or 2nd November. DD MMM YYYY is safest. The 3Ms being Jan, Feb, Mar....
The most nonsensical approach is what the Americans use but let's not go there : - )
Re: Use Timestamps
#16It's something that I agree with and increasingly I add dates in my notes. In addition to that, using one single format is really important. if the article was published on say November 2nd. I wouldn't know if it was 11th February or 2nd November. DD MMM YYYY is safest. The 3Ms being Jan, Feb, Mar....
YYYY-MM-DD is the only correct format and I will die on this hill The most nonsensical approach is what the Americans use but let's not go there : - )
Re: Use Timestamps
#17Re: Use Timestamps
#18Amen to that! It's really frustrating when a date is not put there, especially on tech topics. If no tech version is written explicitly either, you are left wondering "will this still apply to my case or is it something super-old?" But beside selfish use-cases like looking for an answer to a problem, it is something that was already solved in the previous form of knowledge distribution: books. Why do we always take o…
Note that with book you have the publication date, but you don’t know when each chapter was written. This doesn’t matter for most books, but for highly technical subjects it may matter.
Re: Use Timestamps
#19It's something that I agree with and increasingly I add dates in my notes. In addition to that, using one single format is really important. if the article was published on say November 2nd. I wouldn't know if it was 11th February or 2nd November. DD MMM YYYY is safest. The 3Ms being Jan, Feb, Mar....
Re: Use Timestamps
#20I don't understand how people can accept the browser hiding the URL.