[go: up one dir, main page]

  • 0 Posts
  • 98 Comments
Joined 1 year ago
cake
Cake day: December 5th, 2024

help-circle






  • I had a very good ride with Void for 3 years, a polished distro which taught me to play with init.

    But a lot of GNU packages are not packaged, and lastly I saw a news regarding the distro being split between pro and free version so …

    I used Antix after that, but AntiX can really get behind on package and kernel version, so I stumbled back on Devuan, and voilà ! With backport, Devuan is really like Debian without the hassle of never knowing if your system us really shut down when you close your laptop (systemd ! 🫵)








  • jcr@jlai.lutorpg@ttrpg.networkImmersive Play Locations
    link
    fedilink
    Français
    arrow-up
    2
    ·
    17 days ago

    An enticing idea !

    I agree with the other comment about the lack of nerds in volume to sustain this activity by itself. However, if you base the business on another activity (lasertag, bar, escape game) with the same ambiance, you can “privatize” the space a few times a month to have a few bunch of geeks that will spend the 50$ to have a space with visuals and a good soundsystem for the night.

    Be sure to write down a business plan which has 80% of revenue based on “mainstream” activities (yes, axe throwing is now more mainstream than rpg …)







  • jcr@jlai.lutoLinux@lemmy.mlHow to install .py apps?
    link
    fedilink
    Français
    arrow-up
    1
    ·
    1 month ago

    Pip work outside venv, you need to add the -break-system-dependencies command option to pip though. However for this kind of utilities I did not encountered issues even when doing it like a savage (pdf2image was the latest one I installed like this. On Devuan (Debian 13/Trixie eqv). Note though: you really first need to check available libraries through apt/system installer first, because these have been packaged for a reason. Only use pip install -break-system-dependencies when all options have been spent.