| 3 Jul 2025 |
@saiko:knifepoint.net | okay, no idea about that, I’ve only done NFS across short distances where the latency was somewhat okay, and there it was alright if you were patient | 10:58:23 |
@saiko:knifepoint.net | maybe a distributed filesystem would be better here if you want this to be fast, though that’s also something I’ve never used (but want to) | 10:59:36 |
@emma:rory.gay | okay, maybe i should explain what im trying to accomplish in the first place:
im trying to debug and fix some code (nodejs) in production, as it cant really be tested (its not nixos, the src/dist dirs are read/write...)
my IDE really hates remote filesystems, so im trying to make it as smooth as possible (thanks jetbrains)
before even trying to do it this way i was making a git commit, pushing to github and pulling constantly, slowing down any attempt to debug things a lot | 11:02:01 |
K900 | Jetbrains stuff has proper remoting now no? | 11:02:20 |
@emma:rory.gay | doesnt that have the entire "oh but my binaries!" problem? | 11:03:27 |
@saiko:knifepoint.net | can you run it locally and have it access the remote database (especially while the remote is running)? | 11:03:29 |
@emma:rory.gay | no because the code im debugging has to do with incomming http requests rather than the db/data side of stuff | 11:03:57 |
@saiko:knifepoint.net | then just push the new build to the remote when it’s fixed | 11:03:59 |