Rhys
banner
rhys.dev
Rhys
@rhys.dev
23 | Building | Google-index Discord Content http://answeroverflow.com | Tweet to commit ratio http://shiptalkers.dev | PostHog query client http://typelytics.rhyssul.com
Chillsyphus
November 25, 2024 at 9:45 PM
Lmao we’re cooked
November 6, 2024 at 9:23 PM
Too close to call
November 6, 2024 at 1:10 AM
All of the Reddit results it surfaces are old, anything newer than 3 months it doesn’t have
November 5, 2024 at 7:38 AM
O(N)Auth
November 3, 2024 at 9:03 PM
There is one small improvement that could be made if they were using Next (probably possible in Remix too, don't know the implementation though)

By using middleware.ts instead of doing the dynamic content in the page itself, their content would be able to be cached
November 2, 2024 at 7:38 PM
Loading the page from us-west it loads in 50ms-100ms

Swapping my location with a VPN to Australia, the initial HTML takes 200-250ms to load

This makes me think they're SSRing on the edge as if you compare those numbers to
remix-on-the-edge.vercel.app/edge they're very similar
November 2, 2024 at 7:37 PM
Next up, the response headers what can we learn from those?

They're SSRing each page load, you can tell this by how the age is 0 and the X-Vercel-Cache is MISS. Along with this, the site is hosted on Vercel meaning they're either using serverless functions or edge functions
November 2, 2024 at 7:37 PM
First, a quick look at the tech stack Wappalyzer says it's Next and Remix, inspecting the HTML payload which is what we care about, it's using Remix
November 2, 2024 at 7:37 PM
Small detail about the new Planetscale homepage, there's no pop in for their Sign in / Dashboard link, it's included in first HTML payload that's sent to the client

A dive into how this works and why it's interesting (sub 50ms SSRing!)
November 2, 2024 at 7:36 PM
this one actually is pretty good
November 2, 2024 at 6:02 PM
Who is going to buy the best handle for this platform?
November 2, 2024 at 5:49 PM
did you just get ping'd for that crash 😆
November 2, 2024 at 5:30 PM
it's 2024 and you're still using import aliases?
November 2, 2024 at 5:26 PM
November 2, 2024 at 1:36 PM
Have we considered replacing central park with a Minecraft bed wars map?
November 2, 2024 at 8:03 AM
Bing is still not showing any new search results from Reddit

Going on about 3 months now of no new content indexed
November 2, 2024 at 8:02 AM
Introducing Tenant Kit 🌐

A collection of documentation, components, and resources for building multi-tenant applications

Starting things off with a shadcn Vercel custom domain configurator block, a full stack copy paste component that just works
October 31, 2024 at 2:34 PM
One of my favorite patterns that doesn't get enough love is dataloader

It allows you to fetch data like normal, but it automatically batches & caches the calls

This allows you to fetch data from completely different locations in your app with the speed of one call
October 27, 2024 at 6:00 AM
Just heard the Microsoft Teams ping for the first time in months
October 18, 2024 at 12:53 AM