HN

Jason Williams (Bloomberg) recounts the nine-year effort to design and standardize Temporal — a new, immutable, timezone- and calendar-aware date/time library for JavaScript — explaining why the legacy Date API failed (mutability, parsing, month arithmetic, lack of time zone/precision support), how libraries like Moment emerged, and how Temporal progressed through TC39 with Bloomberg and other stakeholders contributing.

javascript temporal dates tc39 timezones
334 pts 120 comments
Returning to Rails in 2026 (www.markround.com)

The author rebuilt a side-project (setlist.rocks) and re-discovered Rails 8, praising its modernized, “no-build” front-end approach (Hotwire/Turbo/Stimulus) and familiar server-rendered workflow that made development fun again. Despite Rails and Ruby's declining popularity, the post argues Rails remains productive and enjoyable for small, back-end-focused web apps and rapid prototyping.

rails ruby hotwire web-development
76 pts 53 comments

s@ (sAT Protocol) is a decentralized social networking protocol that stores each user’s encrypted posts on their static website and performs client-side feed aggregation; identity is domain-based and cryptography (X25519 + XChaCha20-Poly1305) is used to encrypt content per-follower so only mutual followers can read posts. The system is serverless and intended for small, friend-only networks and is deployable on static hosts like GitHub Pages, trading scalability for simplicity and privacy.

decentralized static-sites encryption social-networking
177 pts 65 comments
← Prev
Page 12
Next →