HackerTrans
トップ新着トレンドコメント過去質問紹介求人

codetantra

no profile record

コメント

codetantra
·4 か月前·議論
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 か月前·議論
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 か月前·議論
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.