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

ted537

no profile record

コメント

ted537
·2 か月前·議論
Twist it! Bop it!
ted537
·4 か月前·議論
Yep I've never successfully installed claude code, and this is exactly what happened to the issue lol
ted537
·4 か月前·議論
Yeah I think this is quite tricky. Even spotify screws up the sync halfway through the song somewhat frequently
ted537
·4 か月前·議論
Qobuz too!
ted537
·5 か月前·議論
Unfortunately the transparency of the IP stack means that unless u want whole world to know where u live via one DNS query, you'd need to use a service to proxy back to urself. And if ur paying for remote compute anyways, you could probably just host ur stuff there. Any machine that can proxy traffic back to you is just as capable of hosting ur static stuff there.
ted537
·5 か月前·議論
Yeah I agree with this. The only tool that really matters is file patching -- which you can check something like the opencode patch implementation, its fairly straightforward.
ted537
·6 か月前·議論
The main problem with actions is the way they advertise its usage "just put workflows together" is a horrible and non-debuggable way to do things. But even in the tech itself, caching is pretty stingy which can slow dev builds for fairly simple projects because every run will repeat some common work unless you have the cache perfectly configured (did u cover npm, docker, etc. with cache keys correctly?)

Looking at these flaws, running workflows from a persistent VM of ur own becomes pretty tempting because you don't need to copy caches around and can easily SSH in.