richard's Avatar

richard

@rtorr.com

Building rectangles at PlayStation

565
Followers
391
Following
803
Posts
15.04.2023
Joined
Posts Following

Latest posts by richard @rtorr.com

Post image Post image

Japan is a place of sophistication

05.02.2026 10:34 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

It took a bit to get the language server to be able to get the full values

19.01.2026 04:31 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Yeah I can’t do that

10.01.2026 16:36 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I workout consistently. Every time I remember to do planks, I realize how bad I am at it. 5 minutes is a lot.

10.01.2026 14:38 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - rtorr/nah: NAH is a launch contract system for native applications. It computes how to run an application - binary path, library paths, environment variables - from declarations provided by t... NAH is a launch contract system for native applications. It computes how to run an application - binary path, library paths, environment variables - from declarations provided by the app, the SDK, ...

A very niche, but needed tool I made:

github.com/rtorr/nah

05.01.2026 01:15 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hey man

01.01.2026 14:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Moved away from SSR for now.

28.12.2025 01:37 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Essentially, you can do it for any interaction. Don't need RSC for it, but it definitely _feels_ like updates are smoother. I did move some of the complex client code in the social app, worked really well.

28.12.2025 01:36 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

short answer, you were correct and thank you for the context. My react SSR knowledge was still stuck in 2014.

I was able to add the handles to fabric, which worked well. I did find out that RSC was fast enough though. Fetch as soon as possible (even before JS is loaded), stream in data.

28.12.2025 01:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Test

27.12.2025 15:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
A reversible meat tenderizer for $42.95 at Williams Sonoma. It looks like a dildo

A reversible meat tenderizer for $42.95 at Williams Sonoma. It looks like a dildo

looking for a last minute gift at williams sonoma

22.12.2025 21:13 πŸ‘ 7489 πŸ” 1065 πŸ’¬ 509 πŸ“Œ 341

Shout out to those eating Santa cookies right now

25.12.2025 05:34 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

If you can afford it, tip your baristas big today.

24.12.2025 18:41 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Using a prod build/no metro, it is obviously even faster for TTI.

23.12.2025 21:05 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

There is before you πŸ€œβš«πŸ€› and after you.

23.12.2025 04:12 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

SGTM. Appreciate you taking the time. You got me back focused on the thing that could actually be useful.

22.12.2025 15:13 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I just know upstream will do it better, if it is actually planned.

22.12.2025 14:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Nodding in agreement

First goal was to fork react and add essentially react-server-dom-native. (done)

Second was getting metro working (done)

Build an app with real data/network (done)

Third was to fork RN to look into what you brought up, which needs to be done.

I got a little distracted :D

22.12.2025 14:52 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

It's the same data rendered two different ways.

22.12.2025 14:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Definitely more complicate, but TBH, I kind of want to get this idea out of my head I've had for some time. Just holiday fun right now.

Im sure you've gathered what Im trying, but this is to fully render on the server, including layout, and starting the request before JS is loaded.

22.12.2025 14:36 πŸ‘ 1 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

Essentially, I skip a lot of react on the first pass, but still build out RSC so the react/RN can fully hydrate and take over.

Prerender -> fabric
RSC -> React Reconciler

22.12.2025 14:22 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Rad, I'll take a look.

The video is the feed using RSC to pre render the buffered content, but you could technically do that on the client too, so was trying to think of a "wow" demo.

One thing I have almost working well is bypassing react native for pre rendering to the native layer directly.

22.12.2025 14:18 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

the bsky app is already pretty performant. Trying to think of a good demo for RSC on react-native.

@danabra.mov any thoughts?

21.12.2025 23:48 πŸ‘ 2 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0
Post image

You would never be able to tell from this screenshot, but this is a bsky client on RNAndroid using RSC.

21.12.2025 15:31 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 1

"I fucking killed it this year"

20.12.2025 14:53 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image
19.12.2025 22:34 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image

a long while ago I made the first instagram like app for atproto. This time, its a bulletin board <3

#atproto

19.12.2025 22:33 πŸ‘ 5 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Testing my Zig AT Protocol client! 🦎

19.12.2025 19:13 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ˜“

19.12.2025 15:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

14? I only have to do 5 and I think that is my limit.

19.12.2025 14:59 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0