HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ted537

no profile record

comments

ted537
·2 maanden geleden·discuss
Twist it! Bop it!
ted537
·4 maanden geleden·discuss
Yep I've never successfully installed claude code, and this is exactly what happened to the issue lol
ted537
·4 maanden geleden·discuss
Yeah I think this is quite tricky. Even spotify screws up the sync halfway through the song somewhat frequently
ted537
·4 maanden geleden·discuss
Qobuz too!
ted537
·5 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
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.