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/)CY
Posts
96
Comments
816
Joined
4 yr. ago

  • Well I am speaking about users who may be picky about mastodon's features. If someone is picky, I don't imagine they'd care much about just finding a platform with their preferred features, similar to how they didn't like mastodon and found bluesky instead.

  • The fediverse has many micro blogging implementations outside of mastodon if you don't like their featureset (and they federate with each other, unlike bluesky). The only features I couldn't find are those that contributed to making Twitter the dystopian toxic space that it is.

  • Is anyone here opposed to bringing more people? I'm upset that people are going to an unfederated platform like BlueSky. I wish more people to join, no matter who they are.

    I haven't been on mastodon much, but lemmy is quite diverse.

  • Actually being able to self host and federate, and without any dependence on the main instance.

    And ability to federate with other open and federated services, like how mastodon can federate with so many others like lemmy and pixelfed.

  • Just come ask here when you have trouble, and we'll try to help.

    When troubleshooting, the biggest thing is searching the web honestly. But some more things to help you out: look for logs. Linux has loads of logs and sometimes can tell you how to fix the problem.

    Logs may not be immediately apparent. Some programs have their own log files that you can look into. Sometimes, if you run the program from the terminal, it'll print out logs there. Otherwise, you read look through journalctl, although this has logs for everything so might be harder to search.

    Another useful tip, particularly for system tools and terminal tools, is manual pages. Just run man ls and replace ls with any command, you'll get the documentation on how to use that tool.

  • There are many ways to do this, but the next up from users is using groups!

    For each file or data directory, create a group that owns it. This group should have the service's user as member. Then create a user for running the backups, and add it to all these groups.

    The benefit of this is you don't have to use root, and you have an association of directory to group that you can always change. You can for example grant a user access to a data directory by just adding it to its group.

  • The appeal for json and yaml is readability, and partially ease of parsing. I say s-expressions win over both in both aspects.

    Can you please expand on your references to no-sql and your reference to "lightweight markup"? I don't quite understand what you meant there.

  • Linux @lemmy.ml

    Has anyone had success cross compiling from x86_64 glibc to aarch64 musl?

    Linux @lemmy.ml

    Which bittorrent client has the best command-line interface?

    AndroidApps @lemmy.ml

    Favorite weather app (preferably open source)?

    AndroidApps @lemmy.ml

    Favorite weather app (preferably open source)?

    Emulation On Android @lemmy.ml

    Portal on Android: srceng-android vs skyline emulator?

    Reddit @lemmy.ml

    People don't seem to realize how much power users have over their platform (Reddit)

    Asklemmy @lemmy.ml

    I bet my roommate to stop pooping for 3 days. How can I manipulative them into pooping and make them lose the bet?

    Cryptocurrency @lemmy.ml

    Now that Binance.US deposits are gone, are there any fee-less or low-fee ways of buying crypto currency in the US?

    Selfhosted @lemmy.world

    Looking for self-hosted task / to-do list with custom sort and custom attributes? With command-line and Android or web client

    Lemmy @lemmy.ml

    Low priority idea: Infinite scrolling should not be default

    Lemmy @lemmy.ml

    Hypothetically, if all lemmy users were on instances of a very small number (< 20), would this be better or worse for scaling?

    Selfhosted @lemmy.world

    Which to host for a single user instance: lemmy or kbin (or others)?

    Fediverse @lemmy.ml

    How to compromise between privacy and anonymity vs. moderation and spam control on social platforms?

    Reddit @lemmy.ml

    Most my search results that go to Reddit no longer work. Is there a way to view an archived version of those posts?

    Linux @lemmy.ml

    Which Tiling Window Managers do you like, and why?

    Linux Gaming @lemmy.ml

    State of Wayland gaming with Nvidia RTX? Is it good, or stick with Xorg?

    Linux @lemmy.ml

    Is it a good idea to run windows in VM with gpu passthrough (nvidia RTX) for certain games, instead of dual booting?

    Linux @lemmy.ml

    I often read that (docker) containers are not good for security. What are secure methods of creating secure isolated environments to run questionable programs in?

    Lemmy @lemmy.ml

    If you want to host and manage your own Lemmy instance but are intimidated by the technical requirements, I can help!

    Linux @lemmy.ml

    Any interesting approaches to package management (Linux or not)? besides Portage and Nix.