Live data from Hacker News

Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub

github.com

11–20 of 21 posts

Re: Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub

#11
post #7

> `31 Oct 2022, 5:34 pm IST`. Not inhuman enough. 12-hour time format is way too human, only used in spoken colloquial language outside the US. Ideally it should be 2022-10-31T12:34Z.

Haha, fair enough. I wanted to add a choice of formats, and this gives me ideas. Thanks!

24 hour time at the very least! Down with am/pm!

Re: Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub

#12

How did this "days ago" date trend ever get started? It's absolutely horrible. Another trend I've seen is to spell out the full name of the month but then leave out the year. Gee, thanks for making me hover over every single date just to see what it actually is.

It’s what most people want and what people have to keep calculating when you give them time stamps. If you are in a decision making position you’d want to do the same research to see what your users want.

I like to make it show the time stamp on hover / tap.

Re: Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub

#13

How did this "days ago" date trend ever get started? It's absolutely horrible. Another trend I've seen is to spell out the full name of the month but then leave out the year. Gee, thanks for making me hover over every single date just to see what it actually is.

It’s what most people want and what people have to keep calculating when you give them time stamps. If you are in a decision making position you’d want to do the same research to see what your users want. I like to make it show the time stamp on hover / tap.

> I like to make it show the time stamp on hover / tap.

This is exactly what GitHub does (on hover). I'm not sure how they calculate what format to show it in on hover. For me, it's a good balance of getting a feel for the time at a glance while allowing you to see actual time on hover when you need it.

Re: Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub

#14

How did this "days ago" date trend ever get started? It's absolutely horrible. Another trend I've seen is to spell out the full name of the month but then leave out the year. Gee, thanks for making me hover over every single date just to see what it actually is.

If it doesn't explicitly mention the year, it's the current one. I think it's pretty great and reduces mental burden.

Re: Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub

#15
post #7

> `31 Oct 2022, 5:34 pm IST`. Not inhuman enough. 12-hour time format is way too human, only used in spoken colloquial language outside the US. Ideally it should be 2022-10-31T12:34Z.

Haha, fair enough. I wanted to add a choice of formats, and this gives me ideas. Thanks!

Relevant xkcd https://xkcd.com/1179/

Re: Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub

#16

How did this "days ago" date trend ever get started? It's absolutely horrible. Another trend I've seen is to spell out the full name of the month but then leave out the year. Gee, thanks for making me hover over every single date just to see what it actually is.

If it doesn't explicitly mention the year, it's the current one. I think it's pretty great and reduces mental burden.

Maybe it reduces mental burden when looking at one or a few items, but it sure doesn't help when scanning a list of items.

Re: Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub

#17

How did this "days ago" date trend ever get started? It's absolutely horrible. Another trend I've seen is to spell out the full name of the month but then leave out the year. Gee, thanks for making me hover over every single date just to see what it actually is.

It’s what most people want and what people have to keep calculating when you give them time stamps. If you are in a decision making position you’d want to do the same research to see what your users want. I like to make it show the time stamp on hover / tap.

I can believe that in the general population that is what people want.

However, for the population of GitHub users, I am certain a significantly higher percentage desire precise timestamps. Maybe even in ISO 8601 / IETF RFC 3339.

Are you claiming that even among GitHub users the percentage desiring "days ago" is overwhelming? Based on what data?

Re: Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub

#18
post #15
post #7

Earlier quoted context omitted.

Haha, fair enough. I wanted to add a choice of formats, and this gives me ideas. Thanks!

Relevant xkcd https://xkcd.com/1179/

To me it always seemed wrong OS vendors support and encourage hundreds of "locales" instead of pushing the international standards like this into wider adoption. So far there even is no international locale option and, except on Windows, no easy way to tweak your locale.

Living in the EU I still use the US locale for apps and libs to work the default way, except on Windows (where this has always been easy) I have always been manually tweaking it to use the metric system and the ISO date and time format. The only annoyance in this case is printing apps defaulting to Letter rather than A4 paper, using national locales causes much more annoyances.

Re: Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub

#19

How did this "days ago" date trend ever get started? It's absolutely horrible. Another trend I've seen is to spell out the full name of the month but then leave out the year. Gee, thanks for making me hover over every single date just to see what it actually is.

I think relative time is good for things less than a week old, but anything other than that will use the full date. Discord's solution to it is really nice imo.

Re: Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub

#20

How did this "days ago" date trend ever get started? It's absolutely horrible. Another trend I've seen is to spell out the full name of the month but then leave out the year. Gee, thanks for making me hover over every single date just to see what it actually is.

When ruby on rails launched it had a presentation thingy to do it. Then it started appearing everywhere.
Post reply on HN