The Deno Empire Crumbles: A Postmortem

2025-05-01
The Deno Empire Crumbles: A Postmortem

Deno Deploy, touted as 'edge' hosting with 'massive global scale,' has seen its server count plummet from 35 regions in early 2024 to a mere 6 in February 2025. The author details their own negative experience with performance degradation, highlighting the stagnation of other Deno products like the Fresh framework and Deno KV. The article expresses serious concerns about Deno's future, blaming a lack of innovation and an over-reliance on chasing Node.js features.

Read more
Development Server Count Decline

Grammarly Extension Breaks Website Layout with CSS Conflict

2025-03-29
Grammarly Extension Breaks Website Layout with CSS Conflict

A website builder discovered that the Grammarly browser extension was breaking their website's layout. Grammarly injects a stylesheet that overrides the website's own styles, particularly by using the same custom property `--rem`, causing the website's fluid typography system to malfunction. The author fixed the issue using a mutation observer and the custom property `--🤡`, and called on Grammarly to improve its extension's design to avoid conflicts with other websites' styles.

Read more
Development CSS conflict