Remix.run Logo
dspillett 7 hours ago

Probably went with the simplest implementation, if starting from the current “seconds since epoch” value. Let the user do any calculations needed to translate three days into that measurement.

It also efficiently annoys the most people at once: those what want hours will complain if they set it to days, thought that want days will complain if hours are used. By using minutes or seconds you can wind up both segments while not offend those who rightly don't care because they can cope with a little arithmetic :)

Though doing what sleep(1) does would be my preference: default to seconds but allow m/h/d to be added to change that.

Xirdus 7 hours ago | parent | next [-]

I'm old enough to remember computers being pitched as devices that can do tedious math for us. Now we have to do tedious math for them apparently.

dspillett 7 hours ago | parent | next [-]

Hence the way I would do it (and have for other purposes), as stated in my final sentence. Have the human state the intent and convert to your own internally preferred units as needed.

OJFord an hour ago | parent | prev | next [-]

No no no, see now we just say "computer! do tedious math!", and it will do some slightly different math for us and compliment us on having asked it to do so.

darepublic 6 hours ago | parent | prev | next [-]

I'm sure you would like to memorize all kinds of API instead of having something idiot proof and straightforward

Xirdus 2 hours ago | parent [-]

As if `minimumReleaseAge` in `[install]` section of `.bunfig.toml` doesn't require the same kind of memorization.

moralestapia 6 hours ago | parent | prev [-]

Hey that's a great joke, you made me spill my morning home-brewed kombucha.

I'm going to steal that one for my JavaScript monthly developers meetup.

Is it ok if I attribute it to "Xirdus on Hacker News"?

Xirdus 2 hours ago | parent [-]

Lol sure.

fc417fc802 7 hours ago | parent | prev [-]

The one true unit of time is hexadecimal encoded nanoseconds since the unix epoch. (I'm only half joking because I actually have authored code that used that before.)