I added a Bluesky comment section to my blogmicahcantor.com301 points·by hydroxideOH-·6 ay önce·105 comments
I rebuilt my blog with React Server Componentsmicahcantor.com1 points·by hydroxideOH-·6 ay önce·0 comments
hydroxideOH-·6 ay önce·discussHey Joey! My Covid-era Principal internship feels like a fever dream now lol but I appreciated the support back then. Hope you're doing well too!
hydroxideOH-·6 ay önce·discussBluesky allows you to hide replies to your own post (https://bsky.social/about/blog/08-28-2024-anti-toxicity-feat...), and these hidden replies are exposed in API data as well. So I filter out any posts in that hidden reply array.
hydroxideOH-·6 ay önce·discussI recently rebuilt my site with Parcel + React Server Components. RSC are designed to solve many of the same problems that Astro does. And Parcel is “just” a bundler and not a framework, so it has less magic and gives you more control.https://micahcantor.com/blog/rsc-rewrite.html