Email or username:

Password:

Forgot your password?
1,576 posts total
Alex Gleason
GM, we are very close to reaching 10,000 commits.
Alex Gleason
TIL you can suspend a React component by throwing a promise in the render function. 😵
Alex Gleason
Show this to Eugen for how he can modernize his codebase.
Alex Gleason
7-year old me: I AM DEATH, I AM CHAOS, I AM THE ULTIMATE LIFEFOOOOORM

https://youtube.com/watch?v=tKS4duPqNyo
Alex Gleason
"Timeline moves on it's own" issue. Fixed? I haven't seen it for a while. Maybe refactoring the ScrollTop button really did fix it, due to it not rerendering the feed constantly unnecessarily.
Alex Gleason
Yess, finally got remote profiling working so I can figure out why my shit is so fucked. I am really using the Chrome inspector to profile my Deno backend code over an SSH tunnel.
Alex Gleason
Well, there's the problem. 4 seconds for a single tick.
Alex Gleason
Okay, I think I understand what's happening. I render a page of 20 statuses. For each status I query the author as a separate query. This results in 20 additional queries. I need to make my views pure functions, query all the data up-front and pass them in.

God I love this. So glad I finally got this set up.
Go Up