HackerTrans
TopNewTrendsCommentsPastAskShowJobs

codetantra

no profile record

comments

codetantra
·قبل 4 أشهر·discuss
AI is also helping a lot here. I always had a hard time making hibernate and especially suspend-to-hibernate work in Linux. And I have managed linux instances at work so I have the know-how. But you simply can't keep wasting time on every niggle in your system. This time with a few prompts to claude code and it quickly figured out from logs what boot params were wrong that needed fixing. Afterwards it just worked, Happy hibernating me after years on linux!
codetantra
·قبل 4 أشهر·discuss
If you are dealing with a static site then Astro makes more sense. Renders to just plain HTML while still allowing you to provide interactivity for part of page components using React or any framework by creating what Astro calls an island. You get best of both worlds, rich interactiveness by using JS and plain HTML/CSS where you need static.
codetantra
·قبل 4 أشهر·discuss
After Tanstack Start, Next.js seems even less intuitive. While it remains a viable option due to its established momentum, it feels quite alien to backend devs, esp with its unconventional defaults.