• 7 Posts
  • 56 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle



  • Gimp already runs OK on ChromeOS, so I would expect the same on Android soon.

    Because Linux runs in VM on ChromeOS, there were some annoyances and there will likely be some on Android.

    Maybe they fixed it, but for a long time Linux on ChromeOS couldn’t access Yubikeys because Google choose not to expose those devices to the container.

    And some keyboard shortcuts and mappings couldn’t work because again Google limited what the container was allowed to see and control.

    And if certain kinds of problems happened, you ended losing both the apps and your data inside the Linux container.

    Yeah, it will be cool to run desktop Linux from your phone. But if doing Real Linux Work on Chromebook doesn’t appeal to you, don’t expect it to be better on Android.









  • Control+C is used to kill a process in the terminal and that shouldn’t be overwritten.

    Agreed. The post didn’t suggest that.

    Seems unnecessarily complex when Control+Shift+C works just fine.

    For people already using programmable keyboards global copy/paste shortcuts are a nice perk.

    I spend nearly all my day in a browser or a terminal and as I use a terminal and browser that already support this, the effect is 99% complete.











  • I use QGIS, which needs to stay in sync with a number of Python packages and plugins. I have thought of using Nix for that, but am not sure if everything I need is packaged for Nix.

    I’m using Conda now, a Python package member which seems more popular for this niche need.