(feeling vulnerable might delete later etc)
07.07.2025 00:02 β π 2 π 0 π¬ 1 π 0@owoce.bsky.social
i like computers she/her π³οΈβπ πberlin (and warsaw sometimes) https://twitter.com/lubieowoce https://github.com/lubieowoce
(feeling vulnerable might delete later etc)
07.07.2025 00:02 β π 2 π 0 π¬ 1 π 0also just very destabilizing like. mentally. everything sucks
06.07.2025 23:49 β π 4 π 0 π¬ 0 π 0ugh us->eu jetlag is so upsetting
06.07.2025 23:48 β π 4 π 0 π¬ 1 π 0(although "static shell" is not quite accurate -- if it contains a cache, the shell will become ISR and will revalidate as often as needed to satisfy the specified staleTime)
02.06.2025 02:08 β π 0 π 0 π¬ 0 π 0the other important part is that in PPR + dynamicIO it serves as a marker that says "this can be part of the static shell" (if the staleTime is long enough), don't create a dynamic hole here". so it's kind of a lot of things in one
02.06.2025 02:06 β π 0 π 0 π¬ 1 π 0not sure wym by "something more official", but happy to answer questions
02.06.2025 02:03 β π 0 π 0 π¬ 2 π 0yeah the transform itself isn't that involved, in next we're repurposing most of the "use server" logic for it
cacheLife is important, one of the goals of this is to not just cache things server side but also inform the client-side router about how long stuff is allowed to be stale
ok balteus time! kinda tough but seems beatable if i get my execution together and capitalize on openings better
31.05.2025 17:39 β π 1 π 0 π¬ 0 π 0rn i'm playing it like the monster hunter of fighting robots, we'll see when i get to the dark souls part
31.05.2025 14:09 β π 0 π 0 π¬ 0 π 0she's purble
31.05.2025 13:26 β π 1 π 0 π¬ 0 π 0armored core is fun! i feel like i kinda suck at it rn but: big robot go pew pew whoosh slash slash
31.05.2025 13:19 β π 1 π 0 π¬ 2 π 1tbh the sheer amount of work hendrik has been doing recently makes the rest of the team like occasional weekend contributors
18.05.2025 13:43 β π 4 π 0 π¬ 0 π 0also iirc all witness testimony has to be in a form of Q&A right? so you basically *have* to do this if you want the jury to hear about something
12.05.2025 20:06 β π 6 π 0 π¬ 1 π 0rn i'm using a library that does some of the parsing but it's incomplete so i'm gonna have to roll my own probably
10.05.2025 00:02 β π 1 π 0 π¬ 0 π 0i'm making a tool to turn jsdoc into typescript because... because
10.05.2025 00:02 β π 2 π 0 π¬ 1 π 0parsing type annotations from jsdoc comments is a pain in the ass
09.05.2025 14:11 β π 2 π 0 π¬ 1 π 0nice! feel free to DM if you need any help with RSC internals or want to know how next.js does something with RSC
08.05.2025 21:06 β π 2 π 0 π¬ 1 π 0also i still have some ST keybinds ported to vscode bc i don't like changing my keyboard habits
07.05.2025 14:26 β π 0 π 0 π¬ 0 π 0yeah i was ride or die ST for a long time, vscode beat it on js tooling tho
i still use it for viewing big files (fast) and as my $GIT_EDITOR (vscode takes forever to open)
tbh i'm pretty sure i've bought one before, but i can't find it anywhere. it might've died with my old laptop :(
07.05.2025 13:06 β π 3 π 0 π¬ 0 π 0just bought a sublime text license, AMA
(and sublime merge, it's good)
you gotta hand it to billie eilish, she makes some salient points about lunch
05.05.2025 11:42 β π 2 π 0 π¬ 0 π 0reset the "days since" counter
03.05.2025 18:17 β π 2 π 0 π¬ 1 π 0i found out that the pope died from a "meets jd vance, dies of cringe" meme
23.04.2025 22:51 β π 6 π 0 π¬ 0 π 0if you wanna check the exact outputs, search the repo for "$$cache__" (we have a bunch of snapshot tests). but transform-wise it's basically just
$$cache__(...)
instead of
registerServerReference(...)
function outputs are serialized and stored as RSC payloads (of course). we run an isolated renderToReadableStream when creating a entry to minimize chances of cache poisoning. then the wrapper deserializes it back to have sth useful to render
23.04.2025 10:54 β π 0 π 0 π¬ 1 π 0it re-uses a lot of the server action transform (for hoisting/bound args purposes). then each cached func is wrapped with a wrapper that creates a cache key from the args, checks a cache for existing entries, saves some stuff into an ALS, etc
23.04.2025 10:47 β π 0 π 0 π¬ 1 π 0(i'm currently wrestling with a lot of cruft in the server actions impl so yeah i know sth about technical debt lol)
22.04.2025 16:40 β π 1 π 0 π¬ 1 π 0yeah it's gonna be so good when all the new stuff is finished
22.04.2025 16:39 β π 1 π 0 π¬ 1 π 0also generally one of the main points of 'use cache' is to be able to granularly know if we can skip sending something to the client (bc we know that what the client has is current/acceptably-stale)
22.04.2025 16:36 β π 2 π 0 π¬ 2 π 0