Live data from Hacker News

Use Timestamps

jankremer.eu

41–50 of 163 posts

Re: Use Timestamps

#41
Of course using a timestamp can also cause troubles.

Newsmax reported that PBS knew about the assault on the capitol before it even happened because they put a timestamp on their web page for the Trump congregation when they first published it early in the morning.

They then proceeded to update the page without updating the timestamp, making it look like they predicted the invasion hours in advance

Re: Use Timestamps

#42

I ran into a fun bug last week. I wrote a piece of .Net Core software that accepts a batch of transactions. The transactions are shovelled into Sql Server without much processing. Each transaction had a timestamp set to DateTime.UtcNow in C#. I didn't expect the transactions to end up with duplicate timestamps but DateTime.UtcNow only has a resolution of between 0.5 and 15 milliseconds. So in a tight loop I got dupli…

Timestamps aren't necessarily monotonic anyways – what if the system time changes?

Re: Use Timestamps

#43
post #23
post #9

>should include a timestamp. In fact, this extends to almost anything online and even offline. This was one of the ideas in the General Semantics philisophy. You don't much hear about it nowadays, it's a pre-war thing. One of the tenants was that you should date expressions. For example, if referring to a person, you'd write "Roosevelt, 1930" because a year later, Roosevelt may behave like a different person altogeth…

That's a nice idea. I can think of at least one person that this would be useful for (Elon Musk, 2023).

You need timestamps with time zone to track Elon.

Re: Use Timestamps

#44
post #23
post #9

>should include a timestamp. In fact, this extends to almost anything online and even offline. This was one of the ideas in the General Semantics philisophy. You don't much hear about it nowadays, it's a pre-war thing. One of the tenants was that you should date expressions. For example, if referring to a person, you'd write "Roosevelt, 1930" because a year later, Roosevelt may behave like a different person altogeth…

That's a nice idea. I can think of at least one person that this would be useful for (Elon Musk, 2023).

I think we'd better refer to month level, cuz (Elon 2023.11) change faster. :)

Re: Use Timestamps

#45
post #19

Earlier quoted context omitted.

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

Plus, it sorts naturally. Starting with the day or the month is Ludacris.

Day I can accept, even if I dislike it. Starting with the month will always make me angry. It just has no logic to it.

Re: Use Timestamps

#46
post #23

Earlier quoted context omitted.

That's a nice idea. I can think of at least one person that this would be useful for (Elon Musk, 2023).

You need timestamps with time zone to track Elon.

Maybe we should even use terrestrial time, just in case.

Re: Use Timestamps

#47
I already start to visualize the new crawler service that will put a date on articles that first appear on the web. Since everyone suck up to the seo demon. Yes, I want to be the first, yes, look how shiny I am and I was published right now, not 3 years back. Instead of making a new feature:

hello, I'm the shiny new search, and what I offer is that whenever I have found 250 articles that perfectly solve your problem for a search term, I round robin these on the "first page" and you decide which one to choose from the offered ones. This way everyone has an equal opportunity to get some views plus nobody has to do these mating dances to get on the front page.

What a brave new world!

Re: Use Timestamps

#48
post #23
post #9

>should include a timestamp. In fact, this extends to almost anything online and even offline. This was one of the ideas in the General Semantics philisophy. You don't much hear about it nowadays, it's a pre-war thing. One of the tenants was that you should date expressions. For example, if referring to a person, you'd write "Roosevelt, 1930" because a year later, Roosevelt may behave like a different person altogeth…

That's a nice idea. I can think of at least one person that this would be useful for (Elon Musk, 2023).

I'd honestly track his statements down to the second.

Re: Use Timestamps

#49
post #20
post #3

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

Firefox seems to always display the url after the protocol, even on mobile. I don't like the protocol omission, but I've grown to tolerate it.

Meh, everything's converged on https now, unless you're loading from file (in which case you probably know already). With any other scheme, the browser is going to pop up a massive DANGER WILL ROBINSON that you have to click through.

The scheme is rather pointless to display in a browser bar nowadays.

Re: Use Timestamps

#50
post #9

>should include a timestamp. In fact, this extends to almost anything online and even offline. This was one of the ideas in the General Semantics philisophy. You don't much hear about it nowadays, it's a pre-war thing. One of the tenants was that you should date expressions. For example, if referring to a person, you'd write "Roosevelt, 1930" because a year later, Roosevelt may behave like a different person altogeth…

Apologies for the pedantic complaint, but tenets are not the same as tenants!
Post reply on HN