Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HN
Posts
16
Comments
353
Joined
2 yr. ago

  • The only time I ever even consider using torrents, is for an obscure piece of content which I cannot find on usenet.

    And even then, I do it all manually. There is too much "bad" content hosted there.

    Edit- Please ignore my random downvote. nohbdyuno really... loves downvoting my comments for some odd reason.

  • Technically, lemmy does actually track a user's karma.

    It's- just not exposed via the user interface... as of right now.

    Kinda of like how kbin displays who upvotes and downvotes. Lemmy also tracks this data too, and can easily report on exactly who is upvoting and downvoting.

    In the case of this post, for example-

  • Honestly, I had to use podman at work due to... issues.

    Its close enough to docker, that most docker commands will work just fine. You can even alias docker as podman, and things will for the most part, just work.

    HOWEVER, there are some big changes and difference. First- podmon creates a systemctl for your containers, for starting them. This- is different, and if you forget to tell it to create the service- then your containers won't start.

    My personal opinion after using it for a few years? I strongly prefer docker. It gives me very few issues. I have spent too much time troubleshooting odd things podman does.