LalSalaamComrade

Yup, that’s me, President of the agAdbefdsds…what, where am I?

  • 16 Posts
  • 90 Comments
Joined 1 year ago
cake
Cake day: October 3rd, 2023

help-circle

  • Since there’s no answer from Guix users over here, well, I use Guix as my main distro. The language choice is superior to Nix’s half-Haskell DSL. However, the bigger issue with Guix is the lack of maintainers. NodeJS hasn’t been updated since the last five year and Zig lacks a lot of packages. Another big issue is the centralized GNU server, which can fail at any moment. Their servers are all located in either the USA, or Europe, and for Asia, downloading NARs with such slow speed is a pain in the ass.









  • You have to download docker first, then enable virtualization support from the BIOS. Also don’t forget to add the required “groups” to your current user. Then run the docker command (privilege escalation would be necessary, so use with sudo or doas):

    $ docker run -it -e LEMMY_DOMAIN='lemmydomain.com' -p "8080:8080" ghcr.io/rystaf/mlmym:latest
    

    But this is a web application, not a native client. Why do you want this? There’s probably someone out there running mlmym for your instance.









  • I think that this can be deployed locally. But the structure of the project, as well as the documentation is horrible. I am not even sure what’s going on with the weird skeleton:

    $ tree -L 2
    .
    ├── LICENSE
    ├── old-packages
    │   ├── questions
    │   ├── results
    │   └── score
    ├── packages
    │   ├── questions
    │   ├── results
    │   └── score
    ├── README.md
    └── web
        ├── contentlayer.config.ts
        ├── docker-compose.yaml
        ├── next.config.js
        ├── package.json
        ├── pnpm-lock.yaml
        ├── postcss.config.js
        ├── posts
        ├── public
        ├── README.md
        ├── src
        ├── tailwind.config.js
        └── tsconfig.json