Live data from Hacker News

Viewing profile — VanCoding

VanCoding

HN member
Joined
Wed, Mar 11, 2026, 4:56 PM UTC
HN karma
19
Public activity
4 items

About VanCoding

No profile information was provided.

Recent public activity

  1. comment
    Comment #47338660

    yes, sure. probably there will even pop up a functional wrapper around the temporal API occasionally. But would've been nice if it was like this from the start.

  2. comment
    Comment #47338485

    It's not that much about type safety. Since TypeScript uses duck typing, a DateTime could not be used as a ZonedDateTime because it'd lack the "timezone" property. The other way ar…

  3. comment
    Comment #47338204

    That's not what I mean. Even though it is serializable, it's still not the same when you serialize/deserialize it. For example `JSON.parse(JSON.stringify(Temporal.PlainYearMonth.fr…

  4. comment
    Comment #47338085

    A big step in the right direction, but I still don't like the API, here's why: Especially in JavaScript where I often share a lot of code between the client and the server and ther…