Code example showing the usage of Temporal.ZoneddateTime
```js
// London DST starts: 2026-03-29 01:00 -> 02:00
const zdt = Temporal.ZonedDateTime.from(
"2026-03-29T00:30:00+00:00[Europe/London]",
);
console.log(zdt.toString());
// β "2026-03-29T00:30:00+00:00[Europe/London]"
const plus1h = zdt.add({ hours: 1 });
console.log(plus1h.toString());
// "2026-03-29T02:30:00+01:00[Europe/London]" (01:30 doesn't exist)
```
Temporal is now Stage 4 at TC39 πππ
Thanks to all the other champions of JavaScript's new date-time API. It has been a wild ride over many years!
I wrote a blog post explaining how we got here π
bloomberg.github.io/js-blog/post...
11.03.2026 15:21
π 336
π 83
π¬ 20
π 15
A JSON file representing a source map. The code contains:
{
"version": 3, // Always the integer 3
"file": "out.js", // Optional: name of the generated file
"sourceRoot": "", // Optional: prefix prepended to each entry in "sources"
"sources": ["foo.js", "bar.js"], // Required: list of original source URLs/paths (or null)
"sourcesContent": [null, null], // Optional: inlined source text, aligned with "sources"
"names": ["src", "maps"], // Optional: symbol names referenced by "mappings"
"mappings": "A,AAAB;;ABCDE", // Required: encoded mapping data (base64-VLQ deltas)
"ignoreList": [0] // Optional: indexes into "sources" considered "third-party"
}
Source maps are a vital part of modern web development, but the lack of a standard made it impossible for us to add new features or improve the debugging experience.
This is the story of how we standardized source maps and how we continue to ship features through standards π
π§΅
10.03.2026 18:14
π 80
π 17
π¬ 5
π 4
God, Human, Animal, Machine: Technology, Metaphor, and the Search for Meaning
Technology, Metaphor, and the Search for Meaning
The AI/consciousness debate here is just persuading me to go re-read "God, Human, Animal, Machine" - a lovely book that uses AI as an excuse to talk about history of philosophy. bookshop.org/p/books/god-...
09.03.2026 02:18
π 1
π 0
π¬ 0
π 0
AI Didn't Break the Senior Engineer Pipeline. It Showed That One Never Existed.
Most organizations never had a model for developing engineers. They had an environment that produced growth by accident. AI just made the luck run out.
If coding is your favorite part of software engineering, keep coding. AI doesn't stop you. But if coding was the only part you were good at, that's a different conversation. The job was always bigger than the code. #bransoncognac blog.bryanl.dev/posts/ai-sen...
08.03.2026 19:19
π 109
π 28
π¬ 6
π 10
We turned away from the light when we invented a way to go online without the computer screaming in warning.
06.03.2026 04:02
π 1441
π 331
π¬ 21
π 8
As a company, we @moment_dev have a single ambition: to make it possible to run your entire business out of a Markdown file.
03.03.2026 22:12
π 3
π 2
π¬ 1
π 0
lol "wrote it with AI for a promo project" is also a good theory
03.03.2026 20:01
π 1
π 0
π¬ 0
π 1
Very generous of you, assuming it's implemented with AI rather than with a static list words! π
03.03.2026 19:00
π 1
π 0
π¬ 1
π 0
Over the last year or two, engineering blogging has gotten so ... bland. I feel like most of my tech reading is getting clogged up with posts written in a business hustle tone: overwrought and repetitive without saying much of substance.
22.02.2026 17:09
π 1
π 0
π¬ 0
π 0
So SCOTUS, with its fabricated-out-of-thin-air immunity doctrine, has actually made American presidents less accountable than LITERAL royalty.
19.02.2026 10:50
π 11200
π 3142
π¬ 30
π 139
Opinion | The A.I. Disruption Is Actually Here, and Itβs Not Terrible
NYT OpEd asked me to explain vibe coding to a general audience, and I took a swing. www.nytimes.com/2026/02/18/o...
18.02.2026 12:17
π 261
π 52
π¬ 34
π 37
My hot take on Taiwan is that I wish we would fully commit to the defense of Taiwan and also that saying that out loud may be an absolute disaster especially with this President.
Also you should visit sometime, it's nice.
18.02.2026 02:31
π 293
π 24
π¬ 8
π 2
Wow congratulations!!! Well-deserved!
18.02.2026 00:28
π 0
π 0
π¬ 0
π 0
We got married at NYC Marriage Bureau!
100% agree that it was so much fun seeing all the other couples, each with their own interpretation of how to get dressed up for it.
14.02.2026 20:27
π 4
π 0
π¬ 0
π 0
Homeland Security Wants Social Media Sites to Expose Anti-ICE Accounts
New story up on the Homeland Security Departmentβs new tactic: flood social media companies with subpoenas to unmask anonymous accounts that criticize ICE or monitor the movements of ICE agents.
www.nytimes.com/2026/02/13/t...
13.02.2026 23:22
π 2110
π 1152
π¬ 186
π 196
Amtrak Is Revamping Its Run-Down Fleet. Check Out the New Trains.
new trains coming soon to @amtrak.com!
NEC in 2027! π
#trains
13.02.2026 15:07
π 4
π 1
π¬ 0
π 0
In college I took a class in history of animation. I remember reading somewhere that CGI didn't speed up production schedules all that much. It just increased the number of drafts / alternate scenes the animators did.
Maybe that ends up being the future of software too?
07.02.2026 17:07
π 1
π 0
π¬ 1
π 0
As a programmer, this matches my current pattern using agents to write code.
I find that I use the agent to explore a few different prototypes. They're wooly and over-engineered.
Then I go back and rebuild it with simpler abstractions based on what I learned from the prototypes.
07.02.2026 17:05
π 6
π 0
π¬ 1
π 0
Fall in love at the Dinosaur Bodega!
We are having a Valentine's Day Mixer at Rex's Dino-Store.
Make friends! Make enemies! Find roar-mance!
2/14, 4pm @ Grand Army Plaza 2/3 Station
rexs.nyc/date
05.02.2026 22:58
π 4
π 1
π¬ 0
π 0
One of the reasons I so greatly dislike the βcan men and women be friends?β nonsense (yes, full stop, shut up) is that it casts suspicion on people with opposite-sex friends instead of where it more often belongs: on people with no opposite-sex friends.
05.02.2026 18:47
π 4337
π 944
π¬ 47
π 26
> tailscale is the secure way to connect all your computers!
> i've used tailscale to connect my molty to all my computers and internal services and gave it all my keys
oh no, not like that
30.01.2026 22:11
π 264
π 30
π¬ 4
π 1
I'm frustrated with how unstable the Go / protobuf / rpc ecosystem has been. Between gogo, grpc-gateway, jsonpb, protojson, and all the buf tooling, there's been a ton of churn.
Has it been like this in other languages or is this a Go-specific problem? #golang #protobuf
30.01.2026 19:32
π 1
π 0
π¬ 1
π 0
Agent Psychosis: Are We Going Insane?
Whatβs going on with the AI builder community right now?
Weekend thoughts on Gas Town, Beads, slop AI browsers, and AI-generated PRs flooding overwhelmed maintainers. I don't think we're ready for our new powers we're wielding. lucumr.pocoo.org/2026/1/18/ag...
18.01.2026 10:38
π 272
π 66
π¬ 23
π 32
Saying there must be trials isn't just an emotive aspiration.
Congress can:
- Create a new court (complying w/ 6A jury vicinage)
- Give it jurisdiction over defined category of crimes
- Also create dedicated prosecutors for the same
- Strip SCOTUS of appellate jurisdiction
It can be done.
25.01.2026 07:28
π 8964
π 2776
π¬ 212
π 153
Gas Townβs Agent Patterns, Design Bottlenecks, and Vibecoding at Scale
On agent orchestration patterns, why design and critical thinking are the new bottlenecks, and whether we should let go of looking at code
I have Gas Town derangement syndrome and spent the last few weeks writing thousands of words on agent orchestration patterns; how they shift our bottlenecks and force us to ask whether and when we should stop looking at code
maggieappleton.com/gastown
23.01.2026 14:26
π 282
π 54
π¬ 16
π 22
Scaling PostgreSQL to power 800 million ChatGPT users
By Bohan Zhang, Member of the Technical Staff
This blog post is a cautionary tale of the disaster that is trying to scale PostgreSQL beyond its limits.
I firmly expect to have someone cite it to me as an example of how PostgreSQL scales extremely well.
23.01.2026 04:56
π 101
π 15
π¬ 10
π 5
I survived maternity leave heathermoor.medium.com/nypfl-f3cf23...
20.01.2026 02:47
π 3
π 1
π¬ 1
π 1