Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

83% Positive

Analyzed from 350 words in the discussion.

Trending Topics

#release#node#bun#temporal#date#https#nodejs#org#expect#should

Discussion (13 Comments)Read Original on HackerNews

pjmlp•about 1 hour ago
26.2.0 is already out, why link to the previous release?

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•43 minutes ago
That's on me - I saw v26 was released, but didn't realize they'd already done a point release in the ensuing 2-3 weeks!
petercooper•8 minutes ago
https://nodejs.org/en/blog/release/v26.1.0 is particularly cool as it added initial FFI support.
torgoguys•about 1 hour ago
I thought this was the release where the built in sqlite got its experimental tag removed, but I don't see it in the release notes. THAT'S got me excited more than Temporal. A stable API, huge utility and one less dependency.
noodlesUK•about 2 hours ago
I'm really looking forward to the temporal api being universally available. Moment and Luxon are fairly good but sensible date/time handling is something that really ought to be baked into the platform ootb.
jpsimons•about 1 hour ago
I always thought the old Date is kind of elegant... increment anything with an overflow and it all wraps around correctly, like `d.setDate(d.getDate() + 100)` to advance a date 100 days. "March 208th" is interpreted like you'd expect, as are the hours and minutes and such.

Of course, complete lack of non-local non-GMT time zones is a huge downside.

keeganpoppen•about 1 hour ago
i'm pretty sure all that stuff works w/ Temporal... Temporal is extremely well-designed, in my experience. the js date object, on the other hand, has insane pitfalls, and i say this as someone who thinks not understanding JS ASI is a "skill issue", among other happily-un-"ergonomic" worldviews...
culi•about 1 hour ago
Until then, a solid backfill has been available for quite some time
cute_boi•about 1 hour ago
Node JS team should look into bun and make progress. They are somewhat stable, but bun have lot of features and is more performant than Node.
postepowanieadm•23 minutes ago
They should the unexpected and vibe code node to zig. Or Odin for the kicks.
HatchedLake721•about 1 hour ago
/s ? Bun is not yet (ever?) compatible with Node. I'm sure if Node JS could trim the fat with breaking changes they'd be fast too
bel8•about 1 hour ago
I expect bun to run almost everything that node runs these days. They have an extensive test suit to ensure that.

Even the complicated NextJS runs with Bun: https://nextjs.org/conf/session/nextjs-bun

Do you have a source for your claim?

vichle•27 minutes ago
Maybe if you start from scratch with a new project, but when migrating an old project it's definitely not a drop-in replacement. I try once or twice per year, but it's not worth the effort when the upside isn't that big.
karel-3d•about 1 hour ago
they should rewrite their whole stack by AI from one language to another language, it seems fun.