DEV Community

Remdore profile picture

Remdore

404 bio not found

Joined Joined on  github website
1 Week Community Wellness Streak
Writing Debut
Six Year Club
Five Year Club
Four Year Club
Three Year Club
Two Year Club
One Year Club
Beloved Comment
Only 10 of the top 1000 sites hide the hostname you are visiting. I built the tool that counts.

Only 10 of the top 1000 sites hide the hostname you are visiting. I built the tool that counts.

12
Comments 1
6 min read

Want to connect with Remdore?

Create an account to connect with Remdore. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
The hostname you visit over HTTPS is sent in plain text

The hostname you visit over HTTPS is sent in plain text

7
Comments
7 min read
A container is just a process with a few private views. I built one in thirty lines.

A container is just a process with a few private views. I built one in thirty lines.

13
Comments 2
7 min read
ESLint took 4.4s to lint Vue's core. oxlint took 0.24s. Then I turned on the type-aware rules.

ESLint took 4.4s to lint Vue's core. oxlint took 0.24s. Then I turned on the type-aware rules.

7
Comments 1
5 min read
A warm pip install took me 13 seconds. uv took 56 milliseconds.

A warm pip install took me 13 seconds. uv took 56 milliseconds.

7
Comments 1
5 min read
I misspelt 12 footballers' names. Postgres full-text found 4, Meilisearch found all 12.

I misspelt 12 footballers' names. Postgres full-text found 4, Meilisearch found all 12.

5
Comments 1
6 min read
My benchmark harness was wrong fourteen ways before it measured anything

Exposes hidden flaws in benchmarking

My benchmark harness was wrong fourteen ways before it measured anything

8
Comments 9
9 min read
nginx streams your tokens fine. HAProxy holds them for 206ms.

Frames-per-read metric proves HAProxy buffers SSE

nginx streams your tokens fine. HAProxy holds them for 206ms.

9
Comments 9
8 min read
Next.js 16's Turbopack is 2.5x faster, but the bundler is only 4% of your build

Next.js 16's Turbopack is 2.5x faster, but the bundler is only 4% of your build

7
Comments 3
6 min read
I rented three servers, told nobody, and watched the internet break in anyway

I rented three servers, told nobody, and watched the internet break in anyway

15
Comments 6
7 min read
nginx will proxy the new HTTP QUERY method. It will never cache one.

LLMs built clients fine while nginx failed

nginx will proxy the new HTTP QUERY method. It will never cache one.

16
Comments 13
7 min read
Valkey 9.1's memory saving stops at 97 bytes, not the 128 in the release notes

Valkey 9.1's memory saving stops at 97 bytes, not the 128 in the release notes

6
Comments
6 min read
Git's repack --drop-filtered reclaims the disk a partial clone quietly took back

Git's repack --drop-filtered reclaims the disk a partial clone quietly took back

12
Comments 2
8 min read
Postgres 19's REPACK rewrites a bloated table without locking out your writers

Postgres 19's REPACK rewrites a bloated table without locking out your writers

14
Comments 1
10 min read
I let a model suggest Postgres indexes, then made the database mark its work

I let a model suggest Postgres indexes, then made the database mark its work

15
Comments 4
9 min read
Docker Compose has init containers now. Here's what I deleted.

Docker Compose has init containers now. Here's what I deleted.

11
Comments 1
6 min read
Kubernetes can resize your pod without a restart. Your app might not notice.

Kubernetes can resize your pod without a restart. Your app might not notice.

13
Comments 3
7 min read
Your zero-downtime deploy is probably fine. Check your p99 before you believe it.

Nginx retries mask dropped requests

Your zero-downtime deploy is probably fine. Check your p99 before you believe it.

13
Comments 8
4 min read
Your audit log is probably lying to you. Postgres 18 fixes it in one statement.

Concurrently logged ghosts hide lost transactions

Your audit log is probably lying to you. Postgres 18 fixes it in one statement.

18
Comments 10
5 min read
I raced six models against each other on DigitalOcean Inference. The cheapest one won.

Includes a 390-line Python testing harness

I raced six models against each other on DigitalOcean Inference. The cheapest one won.

19
Picked as gem Comments 12
8 min read
I got tired of not knowing what my AI agents were doing, so I built a tiny observability tool

I got tired of not knowing what my AI agents were doing, so I built a tiny observability tool

14
Comments 11
6 min read
Some friends wanted to see how I use DigitalOcean. So I built them the smallest real app I could.

Some friends wanted to see how I use DigitalOcean. So I built them the smallest real app I could.

12
Comments
7 min read
loading...