Live data from Hacker News

Use Timestamps

jankremer.eu

51–60 of 163 posts

Re: Use Timestamps

#52
post #19
post #8

It'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....

You can just use ISO 8601, YYYY-MM-DD, then you can be international standards compliant as well. https://en.m.wikipedia.org/wiki/ISO_8601

I think everyone should use ISO 8601.

And if you are using something else, especially if it’s something like XX-XX-XX, specify what you mean by that!

Re: Use Timestamps

#53

Not everything is written at a given point in time and then forgotten about. There are many texts that are continuously updated over years and even decades.

You can include an edit timestamp.

This still sort of codifies the edit is a discrete event, and not an ongoing process.

Re: Use Timestamps

#54
post #8

It'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....

I store notes in to git repository. I used to store timestamps inside the file too, but I found out I don't have the patience to add those if I change tooling like to a different markdown editor that doesn't do it automatically.

Re: Use Timestamps

#55
post #3

I don't understand how people can accept the browser hiding the URL.

People without a technical background could accept a browser that doesn't display an URL at all. Just put a nice big Button with the Google-Logo somewhere, which for many people is "The internet" and they are happy.

And anyone claiming otherwise should riddle me this: How do most non-technical people in the world access "awesomepageireallylike.something"? That's right, they click into the address bar, start typing until the string they remebered appears, and then click on that. And what is that? Exactly: A Google search.

Re: Use Timestamps

#57
post #26
post #8

It'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....

I use YYYY-MM-DD for my blog since it's the one true date format.

Unix Epoch with the string "Stardate: " prepended does the trick :D

Re: Use Timestamps

#59
post #6
post #3

I don't understand how people can accept the browser hiding the URL.

People with technical skills can't accept that, but the ones without them that make up the majority couldn't care less. The vast majority of people don't know how to read or utilize anything past the domain name, hence why you constantly see people copy paste 300 characters long URLs of images from Google. Hell, a good amount of people don't even look at the domain name which is why phishing is so common.

Then browsers should make the url more visible and distinctive. Colorize URL elements, etc.
Post reply on HN