HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ted537

no profile record

comments

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