Game dev and Linux user

  • 3 Posts
  • 125 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
  • Julian@lemm.eetoLinux@lemmy.mlAdvice for a newbie - Multiple drives setup
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    22 days ago

    It depends on how you install stuff. Games on Steam or downloaded from online from places like itch.io can be put on any drive without issue.

    In terms of software though, native packages (deb, rpm) are gonna want to put files in various system folders, so it’s pretty much impossible to get those off your os drive.

    Other packaging solutions can help with this though. Appimages can be put anywhere, nix let’s you install to another drive, same with flatpak.

    And if you’re savvy, you could use docker to install system packages on other drives, although I wouldn’t recommend it.


  • So I use a surface device with the Linux surface kernel, and there was (and probably still is) an issue where the type cover doesn’t properly rebind after being detached and re-attatched. To make matters worse, connecting other USB devices disconnected the type cover. My solution was to make a udev rule that detected if the keyboard is “removed” and then try to rebind it, effectively unplugging it and plugging it back in again in software.













  • You’re right - most media formats have support for metadata, which can include all sorts of things depending on how the image is created. For instance, most phones have an option to add location data to photos.

    A lot of identifiable info like location data is usually an option you can turn off. And there are a lot of tools to remove metadata from files. A quick search brought up this, which seems fairly reputable (and open source, which is usually good for sensitive stuff like this).


  • Julian@lemm.eetoLinux@lemmy.mlVLC Player
    link
    fedilink
    English
    arrow-up
    42
    arrow-down
    1
    ·
    4 months ago

    I’ve actually moved away from vlc. It’s had some weird issues with videos that MPV doesn’t have. Plus, MPV has a much simpler interface which I like. I’ve also learned how to use ffmpeg to convert media so I don’t need that functionality from vlc anymore.

    It’s still a great program though, especially for windows where there’s not many better options.