CapitaineToinon
capitainetoinon.bsky.social
CapitaineToinon
@capitainetoinon.bsky.social
Dark Souls speedrunner from Switzerland https://www.twitch.tv/capitainetoinon
What would the use case be for this though? The only times I've used RSC was to prevent heavy libraries like markdown-it to be shipped to the client.
October 22, 2025 at 1:05 PM
I wouldn’t mind have memorization since I can’t use the compiler on my project as it uses tanstack table, which itself isn’t compatible
October 8, 2025 at 10:03 AM
Yeah it's mostly a convenient wrapper I'm looking for, like how react router/remix has action and clientAction reactrouter.com/start/framew...
Actions
reactrouter.com
August 1, 2025 at 7:06 PM
Are calling regular functions invalidating queries? I may remember wrong but I was struggling having data flow work correctly without client actions in current sveltekit
August 1, 2025 at 6:21 PM
Is there any plans to have remote functions that run in the client? Currently, you can have client loaders but not client actions, making sveltekit annoying to use in environments like Tauri and Wails to create desktop apps. I see both query and form are imported from app/server, app/client next?
August 1, 2025 at 5:51 PM
Got it down to 0.07s by... not using functools.reduce! Holy cow I didn't think it would be so slow. Also finding in practice that using builtin sum is faster than summing in python, even if that means looping twice. Learning some cool stuff! Might try another language next year
December 10, 2024 at 8:41 PM
There we go, fixed part 1 and 2 and now both together run in ~1.3s in python 🤓
December 10, 2024 at 4:24 PM
It took me a couple of hours to get anything working. Day 10 was pretty easy so I might try to improve day 9 👀
December 10, 2024 at 1:52 PM
It's because I'm parsing the disk map from right to left but also mutate the disk map while doing so, meaning I have to stop my loop since indices aren't right anymore. So I soon as I move a file, I call my code recursively to start from the end again.
December 10, 2024 at 1:51 PM
That one was a pain! I gave up on a nice solution, my python code solved part 2 in about 20 seconds 😅
December 10, 2024 at 11:29 AM
Maybe
November 19, 2024 at 11:04 PM
Oh let's go ! You guys found layer 3 👀
November 19, 2024 at 10:58 PM
Right, completed... 👀
November 16, 2024 at 6:10 PM