Dmitry Chestnykh ☮️
@dchest.com
97 followers 270 following 50 posts
Founder of codingrobots.com. Created iwl.me, Mémoires, BlogJet. Author of Password Authentication for Web & Mobile Apps. 📍 Montenegro
Posts Media Videos Starter Packs
This is a game changer in the named color technology! 🌈

With CSS5 color-mix() function, you can get a closer match to any sRGB color you want using only named colors.

Compare this beauty:
DarkSalmon 50%, BlanchedAlmond

to this modern horror:
oklch(0.8052 0.0723 48.25)
I still don't get why web devs use custom JS-based tooltips. Stick title="Tooltip text" into any element and it will show the native tooltip, after a proper timeout.
Reposted by Dmitry Chestnykh ☮️
Let's see what happens when your writing goal is reached in I Write Like.

#WritingCommunity #WriteLife #Writing
Reposted by Dmitry Chestnykh ☮️
I Write Like is the place to write with no distractions. Or to distract yourself in a creative way, by comparing your writing to famous authors, or by cutting adverbs out, quite literally.
Reposted by Dmitry Chestnykh ☮️
The Web is the platform you are looking for. Pass it on.
Reposted by Dmitry Chestnykh ☮️
Peergos @peergos.org · Aug 14
We've been using Ed25519 in browsers for over 10 years now (every identity and writer is an Ed25519 pair in Peergos), so we really appreciate this and how much work it has been. The size of nacl.js is 30KB so not a significant benefit, but the web-crypto version is 10x faster!
WebCrypto API doesn't have ML-KEM yet, but I already want to use it because scary ⚛️ quantum computers are coming and will break everrrrrything ☠️! So I made a small one-file WASM-based implementation with an API from the future that I can switch later to crypto.subtle. github.com/dchest/mlkem...
GitHub - dchest/mlkem-wasm: ML-KEM in WebAssembly
ML-KEM in WebAssembly. Contribute to dchest/mlkem-wasm development by creating an account on GitHub.
github.com
Fun fact:

Shift+Cmd+D is a shortcut to send email in Apple Mail.
It's also a shortcut to discard email in Gmail 🤦‍♂️

Don't ask how I know.
Reposted by Dmitry Chestnykh ☮️
Sam Rose @samwho.dev · Jul 11
I made a quiz about the JS Date parser is. It's very easy and you will score very high.

jsdate.wtf
new Date("wtf")
How well do you know JavaScript's Date class?
jsdate.wtf
Thanks to everyone who’s been part of the journey.

Here’s to the next chapter!
As we celebrate 15 years, I’m more excited than ever about what’s ahead.

With new features coming and a growing community, I Write Like is becoming a home for writers — a place to grow, improve, and still enjoy the surprise of being told you write like Jane Austen.
This year we released native apps for 🍎 macOS, iOS, and iPadOS — IWL: Smarter Writing — making it easier than ever to edit and analyze files on your devices without losing privacy and control over your work to cloud services. Privacy is the core of I Write Like.
As AI takes center stage in writing, I Write Like has embraced this change by incorporating large language models as another helpful tool for authors, ensuring the human element remains central.
Last year, I Write Like evolved. It’s now a smart workspace for writers — a place to write, edit, and get insights into your writing.

From author comparisons to tools that help refine your voice, it’s become a creative companion — not just a curiosity.
It hit a nerve — part game, part curiosity, part validation. Over the years, it’s been featured in the media, discussed in classrooms, and used by authors searching for their literary twin.

I’m grateful to everyone who tried it, shared it, or built something inspired by it.
Fifteen years ago, I launched I Write Like — a playful website that tells you which famous author your writing resembles.

What started as a weekend experiment quickly went viral, with millions of people pasting in everything from essays to fan fiction to grocery lists.
I was craving for an open source Bloomberg Terminal font lookalike, but there was none, so here's my amateur attempt at creating one from Source Sans 3 (on the right).

Repo: github.com/dchest/bergoom
I made a *very* dark mode for I Write Like. 😁

Ooze mode, inspired by Stephen King's On Writing, helps you REALLY spot those adverbs!
You don't need types if your program fits on one screen.