3 Jul 2025 |
Katalin ⚧︎ | then just push the new build to the remote when it’s fixed | 11:03:59 |
Katalin ⚧︎ | ah | 11:04:02 |
K900 | What problem? | 11:04:08 |
Emma [it/its] | just tried to set it up, and yeah it wants to download the entire IDE on my server | 11:06:30 |
Katalin ⚧︎ | you could set up the remote web server (probably a reverse proxy?) to route requests over a ssh proxy socket to your computer | 11:06:41 |
Emma [it/its] | then im gonna get hyper bottlenecked on the db for sure | 11:07:07 |
Emma [it/its] | even just using dbeaver against that machine sucks (sometimes takes >5 minutes to run a simple select query) | 11:07:48 |
Emma [it/its] | the db is 1.3GB so i cant imagine that going well with this app at 12mbps | 11:08:25 |
Emma [it/its] | with a 1mbps upload cap when im working on CDN code... lol | 11:08:46 |
Katalin ⚧︎ | okay… then I would also download the full IDE on the server if you need it. or use another | 11:09:54 |
Katalin ⚧︎ | I think vs code also has pretty good remote tools | 11:10:00 |
Emma [it/its] | oh great, i cant use the remote thing in webstorm | 11:10:46 |
Emma [it/its] | it has... somehow summoned kwalletd? (i didnt even know i had that???) | 11:11:03 |
Emma [it/its] |  Download clipboard.png | 11:11:40 |
Emma [it/its] | okay, jetbrains remote tools are miserable (its downloading the IDE to my local machine to then upload to the server over SSH........) | 11:11:57 |
Emma [it/its] | so yeah, NFS i guess it is... | 11:13:09 |
Katalin ⚧︎ | services.openvscode-server is apparently right there. just saying | 11:14:50 |
Emma [it/its] | meow | 11:15:27 |
Emma [it/its] | hm, now i have permissions issues... how can i remap users on the nfs server? | 11:24:38 |
Emma [it/its] | oh, i misunderstood the anonid thing, should work now | 11:36:00 |
hexa | let's take this into #acme:nixos.org 🙂 | 14:43:27 |
Christian Theune | ah, separate room, yeah. | 14:45:59 |
Christian Theune | didn't know about that one. will join. | 14:46:04 |
Zhaofeng Li | What kind of netflow analysis tool do people use these days? | 18:55:30 |
Zhaofeng Li | I realize that I probably want one again after all these years, and my knowledge is still stuck at elastiflow which went closed-source | 18:56:04 |
fiona | In reply to @zhaofeng:zhaofeng.li What kind of netflow analysis tool do people use these days? We use Akvorado at $dayjob https://github.com/akvorado/akvorado | 19:10:23 |
Zhaofeng Li | Nice, the UI seems a bit clunky but serviceable | 19:14:55 |
Zhaofeng Li | the architecture appears to be reasonable enough | 19:15:01 |
fiona | We run it on NixOS, but I think we haven't published our modules/config anywhere. Feel free to DM me if you want some inspiration. | 19:15:57 |
4 Jul 2025 |
hexa | maybe, just maybe, I'm going to start ripping out nettools everywhere | 03:16:23 |