• 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: August 3rd, 2023

help-circle
rss



  • Thanks! I’ve come across many of Simos’ posts while getting up to speed on LXD. I had previously ended up settling on using the forgotten xdmcp to establish and manage the connections. My next go around will probably use a different approach that is more secure.

    My use case for code-server is that I can then access the IDE from any computer allowing me greater flexibility of the device that I code on.


  • I use LXD (too lazy to move to Incus at the moment) for this exact purpose. It’s definitely nice having a greater degree of isolation between the various projects I’m working on — especially when working with confidential information from clients. Depending on what you’re looking to do there are simpler ways to manage isolation between projects like chroot and nspawn or Nix’s environments. Then again by using LXD/Incus you get that plus lots of other useful tools baked in.

    Regarding not getting an IP address have you checked your base configuration to see if dhcp has been configured for the bridge? If that isn’t the issue then all I can think of is that you somehow deleted the interface and should check the container config.

    That said the commands provided above are how I usually access the container command line. For coding I use code-server to put VS Code in a browser. I’m sure there are better options and look forward to the suggestions.

    Keep going and learning!









  • I’d investigate the differences between the installs particularly around graphics and power management. It sounds like your system is getting woken up but it’s hanging at some stage in the process of resuming. You might get lucky and the issue might show up in the logs if you’re willing to investigate them.

    When I’ve run NUCs in the past I’ve had issues with external nvidia GPUs dropping off the bus when resuming from suspend. To “fix” the issue, I ended up limiting the power state to S2 or S3 so that the graphics card was kept on the bus.

    Do you know what display server, DE, power management service you were running on both? If the logs don’t turn anything up you can always compare the configs too to see how they’re suspending/waking the system.


  • I wonder if the scenario with spoken vs printed words getting treated differently is due to the differences in accuracy of google’s audio and ocr technology. Hi-res text images makes ocr very good at deciphering between grape and rape but with audio it may not be as good.

    Similarly, I wonder if the fact that google is autogenerating subtitles for videos makes a difference. When it’s spoken in a video it’s not something they’ve produced but when it’s in subtitles they have generated it is something they produced and could somehow open themselves up to legal issues? Regardless it’s still unfortunate that YouTube is forcibly censoring subtitles.



  • Would you be able to post links to the devices you’re looking at to get some context?

    If these devices are what I’m thinking of then they don’t typically run through a switch/router. Instead, they’re meant to run directly connected from device to device as if they were one long cable. The biggest downside to these types of devices is the latency and bandwidth limitations they introduce. Some of these HDMI over Ethernet devices cap out around 1080p60 (maybe even as low as 30 hz) and can add noticeable latency. With that said, I don’t think the usb over Ethernet should introduce a noticeable delay and think that one is fine — if it’s what I’m thinking of.

    Have you considered using a fiber optic HDMI cable? I have had success running a 50’ fiber optic DP1.4 at 5120x1440p120 with no noticeable latency (though I don’t play a lot of FPS) that I bought off Amazon for like $80. If you could stretch your budget a little more perhaps the usb over Ethernet (or fiber) paired with a fiber cable for HDMI might suit your needs.

    Alternatively, if you aren’t gaming at super high refresh rates and latency isn’t super critical, then streaming to a device connected to the tv in your living room might be a better choice. I’ve run both a raspberry pi 3/4 and an nvidia shield using steam link and found that to be great when gaming from different rooms in my house. Using a wired connection end-to-end the network latency is usually within the frame-time when playing at 60 fps and hasn’t been noticeable for me (again I don’t play a lot of FPS games).