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/)M
Posts
21
Comments
418
Joined
3 yr. ago

  • It's not federated, just easy to self host and point custom clients at.

  • Faster than my edits, I see.

  • Docker compose's don't really need to be maintained though. As long as the app doesn't need new components old docker composes should work.

    EDIT: Oops, it does look like spacebarchat's docker images have last been updated over 2 years ago:

    https://hub.docker.com/r/spacebarchat/server

    EDIT2: Although this is outdated, I think their github repo has an action to autobuild docker images on pushes. Still investigating.

    EDIT3: Okay, they don't seem to be actually ran.

    But using nix to build a docker image is pretty cool.

    EDIT4: Oh shit, the docker image build workflows were added just 2 hours ago. Of course they haven't been ran!

    Docker support soon, probably.

    EDIT5: the workflow ran, but it looks like it's private for now.

  • Rust Coreutils Continues Working Toward 100% GNU Compatibility, Proving Trolls Wrong

    98 comments

    Phoronix, you are the trolls.

  • What about domain reputation?

  • Have you considered that the reason why your mail server is trusted is because it's been around for 20 years?

    Have you tried to set up mail from scratch on a new domain/ip recently?

  • these ones: https://www.etsy.com/shop/SoHexy ?

    I think I'm in love. They have such great variety, and the artstyle is so neat. And I love stickers because they are such great conversation starters.

  • In the old days, university IT put essentially no access controls on their networks, so students' dorm computers were completely exposed to the internet

    Dorm ethernet works this way for me right now. It's how I host some stuff. I only get 100 mb/s per port though. I've bonded two ports to get 200 total.

  • Because the extensions replaced wordpress' sitebuilder/editor. If I were to get rid of the extensions I would basically have to recreate the site anyways so I might as well switch away from wordpress.

  • It powers lichess.org, who have made multiple blogposts about how happy they are with it.

    Lichess is a FOSS chess server that somehow manages to compete with chess.com proprietary, distributed, milticloud kubernetes setup from a single VPS. According to them, scala helps.

  • It's mostly a self hosted thing I think.

    Also, it's more of a "meta service", as it's a package thay contains many relevant other services, like opencloud (nextcloud/gdrive alternative), element/matrix and more. It's designed to be the whole package.

    You can also consider deploying or paying for SAAS versioms of each software individually, which may be better because, as you've noticed, the docs for some of the German software is all in German.

    Also, it does seem to have a SAAS:

    Our SaaS offering is available to organisations in Germany with a minimum of 500 users, but on-premise installations have no minimum user requirements.

    From the faq.

  • As far as I know, there is no programmatic way to destroy an existing pizza. terraform destroy is implemented on the client side, by consuming the pizza.

  • What would you use if you had a choice?

  • This is the same technology that lets people play windows games on android with good performance. Because there is not direct access to the GPU, they have to use GPU virtualization in order to get it access to a Linux proot that runs wine inside.

    I'm excited to see it being used and developed in other areas.

  • design around ease of self-hosting. A non technical user must be able to self host easily and at a very low cost.

    This may be a controversial opinion, but I actually like the way that hosting a lemmy instance is somewhat difficult to spin up. I like the way that it is requires a time investment and spammers can't simply spin up across different domain names. I like the way that problematic instances get defederated and spammers or other problematic individuals can't simply move domain names due to the way activitypub is tied to those.

    In theory, you could set up something like digitalocean's droplets, where a user does one click to deploy an app like nextcloud or whatever. But I'm not really eager to see something like that.

    Transferable user identity (between instances)

    I dislike this for a similar reason, tbh. If someone gets banned, they should have to start over. Not get to instantly recreate and refederate all their content from a different instance.

    Of course, ban evasion is always a thing. But what I like is that spammers or problematic individuals who had their content nuked are forced to start from scratch and spend time recreating it before they get banned again.

    As for what I would really like to see, I would really love features that make lemmy work as a more powerful help forum. Like, on discourse if you make a post, it automatically searches for similar posts and shows them to you in order to avoid duplicate posts. Lemmy does something similar, but it appears to only be the title. It would also be cool to automatically show relevant wiki pages, or FAQ content, since one of the problems on reddit was that people wouldn't read the wiki or FAQ of help forums.

    I would also like the ability to mark a comment on a post as an "answer", or something similar. I think stackoverflows model definitely had lots of issues with mods incorrectly marking things as duplicate, but I think it was a noble goal to try to ensure that questions were only asked once, and for them to accumulate into a repository of knowledge. For the all the complaints about it, stackoverflow is undeniably the one of the biggest and most useful repositories of knowledge.