• @[email protected]
        link
        fedilink
        88 months ago

        They’ll work on a solution in the year 275,759

        …written in ES5, Python 2 and mostly Rust++

    • @[email protected]
      link
      fedilink
      38 months ago

      It’s fun how oddly close that year is with 0°C in Kelvin: 273.15. Seeing 275.8K just instantly brought me back to chemistry…

  • @[email protected]
    link
    fedilink
    808 months ago

    Bold of you to assume no one will come up with a replacement date library rather than just getting rid of JS.

    • @__init__
      link
      718 months ago

      It’s javascript. We’ll have gone through 275,760 new datetime libraries before then, it’ll be fine.

    • @Redkey
      link
      58 months ago

      Of course! There’s already a proposal for a replacement Temporal object.

      • Thinker
        link
        fedilink
        28 months ago

        It’s not just a proposal, it’s already fully defined and almost completely implemented - I believe they’re just waiting on a standards update from ISO for time zone stuff.

    • @towerful
      link
      58 months ago

      String based date processing

  • @[email protected]
    link
    fedilink
    48
    edit-2
    8 months ago

    Partitioning by integer secobds is dumb.

    Just assign 0 to the start of time, 1 to the end of time, and every point between is represented by a double precision floating point number.

    For all those who believe time is infinite please apply a logistic transformation to your dates.

    • @[email protected]
      link
      fedilink
      58 months ago

      Fun fact: infinities can be different sizes, such that one infinity can be larger than another.

      They’re still infinities, with no end. Just of different absolute sizes. Fun stuff to rabbithole down into if you want to melt your brain on a lazy afternoon.

      • @[email protected]
        link
        fedilink
        48 months ago

        My nephew refuses to talk to me because of this.

        He said I smelled like farts, then I said he did times 10, he replied times a hundred, I pulled out the infinity card, then he replied with times infinity plus one, activating my trap card. I sat him down and for 90 minutes, starting with binary finger counting and Cantor’s diagonalisation argument, I rigorously walked him through infinities and Aleph numbers (only the first 2 in detail, I’m not a monster).

        Now he knows the proper retort (not infinity plus one, use Aleph 1). Unfortunately now he’s not sure if numbers are “real” or not because I taught him that natural numbers are the cardinal numbers.

      • @[email protected]
        link
        fedilink
        2
        edit-2
        8 months ago

        Even more fun: nobody can agree on how many there are (some people say none!), and mathematics is self-consistent regardless of if you assume certain ones definitely do or definitely don’t exist.

    • @[email protected]
      link
      fedilink
      4
      edit-2
      8 months ago

      For all those who believe time is infinite please apply a logistic transformation to your dates.

      In what unit? They’re not scale invariant.

      Also in case you’re serious, I’m sure (by the pigeonhole principle) you’ll run out of exponents just about as fast as you would run out of integers.

      • @[email protected]
        link
        fedilink
        2
        edit-2
        8 months ago

        You can derive the date by first taking the largest unit, checking if it makes sense, then moving to a smaller time unit iteratively until the date comes out right.

    • interolivary
      link
      fedilink
      1
      edit-2
      8 months ago

      please apply a logistic transformation to your dates

      Which is definitely a totally normal and everyday operation that normal people do with dates

      • @[email protected]
        link
        fedilink
        28 months ago

        It’s a little out of the ordinary for now, but for thousands of years dates counted upwards from a negative number, which this new method easily avoids.

        • interolivary
          link
          fedilink
          18 months ago

          for thousands of years dates counted upwards from a negative number

          wat

  • darcy
    cake
    link
    fedilink
    258 months ago

    there goes my plans to build a time machine in javascript

  • @[email protected]
    link
    fedilink
    258 months ago

    What people fail to see is that this is the largest date the API can store, not a magical cutoff date in the distant future.

    You could create a date today and send it to the API, and it could potentially crash it, or create a buffer overrun.

    • @Redkey
      link
      88 months ago

      The definition of the Date object explicitly states that any attempt to set the internal timestamp to a value outside of the maximum range must result in it being set to “NaN”. If there’s an implementation out there that doesn’t do that, then the issue is with that implementation, not the standard.

  • Alien Nathan Edward
    link
    fedilink
    158 months ago

    I’ve got a bunch of freeze dried food from my backpacking days. Who wants to jump in on a business selling Y275.76K Survival Kits?

  • Turun
    link
    fedilink
    158 months ago

    That’s because this is the maximum integer that can be stored in a double precision floating point number without loss of precision, lol

    • interolivary
      link
      fedilink
      78 months ago

      That’s one thing that really bugs me about Javascript (weirdly enough I’m okay with eg prototypal inheritance and how this works, or at least worked before the bolted on classes that were added because apparently I’m like one of the dozen or so people who had no problems with those concepts). The fact that all numbers are floats can lead to a lot of fun and exciting bugs that people might not even realize are there until they suddenly get a weird decimal where they expected an integer

      • @[email protected]
        link
        fedilink
        18 months ago

        it may or may not be a monday - probably won’t. it will be monday based on the (4000 | year) => !(leap year) rule, but by the year 275000 the difference will be so big that i am pretty sure people will make more rules to solve that.

    • Nailbar
      link
      fedilink
      68 months ago

      The last cockroach writes an AI in JavaScript to carry on the legacy