Viewing profile — VanCoding
VanCoding
HN member- Joined
- Wed, Mar 11, 2026, 4:56 PM UTC
- HN karma
- 19
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About VanCoding
No profile information was provided.
Recent public activity
-
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.
-
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…
-
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…
-
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…