Hacker News
Node.js 26.0.0 (Now with Temporal)
jdthedisciple
|next
[-]
Their usage of upsert appears different than I was used to:
Me: Upsert = Update or Insert
Them: Upsert = Get or Insert
pjmlp
|next
|previous
[-]
https://nodejs.org/en/blog/release/v26.2.0
What I would expect with the inclusion of temporal, is having a section on nodejs docs about Rust addons, alongside the C and C++ sections.
aarestad
|root
|parent
[-]
petercooper
|root
|parent
[-]
noodlesUK
|next
|previous
[-]
jpsimons
|root
|parent
|next
[-]
Of course, complete lack of non-local non-GMT time zones is a huge downside.
keeganpoppen
|root
|parent
|next
[-]
chrisweekly
|next
|previous
[-]
(No affiliation, just a fan of VoidZero's consistently excellent tools.)
KronisLV
|root
|parent
|next
[-]
I moved some projects over to those from ESLint + Prettier and while the compatibility isn't 100% (I didn't need that), and the time to process a codebase went from like way over a minute with the old tools to a few seconds with theirs.
rumblefrog
|root
|parent
|previous
[-]
shimman
|root
|parent
[-]
Evan You won't break the cycle, tale as old as time.
lioeters
|root
|parent
|next
[-]
jauco
|next
|previous
[-]
(I’m not disagreeing to remove it. It just took me a while to find out what happened to it)
pier25
|root
|parent
[-]
There's the "types as comments" proposal[1] which could even land on browsers one day.
I started using the erasableSyntaxOnly setting in my tsconfig to get ready for this.
OptionOfT
|next
|previous
[-]
torgoguys
|next
|previous
[-]
sedatk
|next
|previous
[-]
emilfihlman
|next
|previous
[-]
Adding websocket would simplify stuff tremendously, as well as make deployments much, much more secure.
skybrian
|root
|parent
[-]
I see that Deno has WebSockets, but I've never used them: https://docs.deno.com/api/web/~/WebSocket
actionfromafar
|next
|previous
[-]
cute_boi
|previous
[-]
HatchedLake721
|root
|parent
|next
[-]
xkcd-sucks
|root
|parent
|next
[-]
notnullorvoid
|root
|parent
|next
|previous
[-]
bel8
|root
|parent
|previous
[-]
Even the complicated NextJS runs with Bun: https://nextjs.org/conf/session/nextjs-bun
Do you have a source for your claim?