• 1 Post
  • 56 Comments
Joined 2 years ago
cake
Cake day: June 5th, 2023

help-circle



  • I don’t think so. French “tiens” is a form of the verb “tenir” (“hold”). German “tja” is pronounced almost exactly the same and is only used as an interjection with a similar meaning but doesn’t have any related forms that I could think of.

    Especially the southern German dialects have quite a few words that originated as loan words from French so it’s at least plausible. Could of course just be a coincidence as well. Languages are full of those.





  • Then please update your category name to reflect that. Right now it says “Self-Hosting” which to the majority of readers means hosting it yourself, whatever the reason may be: privacy, configurability or just being safe from future enshittification.

    As far as I know most Lemmy instances leverages paid-for or freemium services to have their instances work easily/properly

    Yes but you can’t compare a whole lemmy instance to an account on an email server that you share with others. The fair comparison would be hosting a lemmy instance to hosting your own email server and creating an account on Proton Mail to creating an account (or a community) on lemmy.world.

    This looks at how technically easy it is to run your own backend (e.g., email server, Mastodon server)

    Edit: also the description text “This looks at how technically easy it is to run your own backend (e.g., email server, Mastodon server)”. Relying on Proton Mail or similar free services is not running your own backend.


  • Here I’m a bit in two minds, sure it’s difficult to SELF host email, but in practice it isn’t because there are hundreds (Thousands?) of hosting options to choose from where you can choose your own domain etc. for the low price of basically-free

    I would prefer to limit this to actually hosting it on a machine you control. We don’t consider redirecting a custom domain to a subreddit “self-hosting”, do we? Yes, there are many email providers out there but that’s more like existing lemmy or mastodon instances and not like hosting your own where you have full control over your data.



  • Having set up a couple of mail servers myself, I wouldn’t call it easy. Most solutions boil down to a tangled web of dovecot, postfix, ldap and amavis. There are preconfigured docker containers which make setup easier than a couple of years ago but if your use case is even just slightly different than the maintainers’, you’ll have to dive deep into a few dozen different config files. And of course, you’ll have to find out how to configure SPF, DKIM and DMARC to have even a remote chance of your mails getting through to the big providers. I’d probably give email somewhere in the range of 8-12 points in that category.

    Other than that, great summary!






  • That’s the reason why I like C#, ASP.Net Core and EF Core so much. A simple CRUD app can be written in under 10 minutes and easily deployed in any form from a self-contained binary to a docker container to whatever eldritch horror lurks behind Azure or k8s. Personally, I run docker swarm mode for my stuff because it makes automated deployment super easy, kind of like a leaner k8s but if I wanted, I could just drop a binary on any windows, linux or macOS machine without needing to install any major dependency apart from my database.

    Edit: of course, ASP.Net Core has its downsides too. Especially when it comes to auth stuff. I wish I could have something as simple as devise + cancancan in old versions of Rails.



  • Servers not having the same content in their “all” feeds is not a bug, it’s by design. The design philosophy for Mastodon (and I’d say the fediverse as a whole) is to let the users curate their own feeds instead of showing them everything or algorithmically guessing what they might be interested in. Servers will only receive posts from accounts that at least one of this server’s accounts is subscribed to. Having every post federate to every server even if nobody there is interested in those posts would be a waste of resources.

    Yes, that makes discovery of new content significantly harder but that’s the tradeoff for being able to host your own small instance without the need for a super powerful server. I can run my instance that serves just a couple of users on a 10-year-old server that runs a dozen other things at the same time. We see the stuff we’re interested in and don’t have to spend disk space, processing power and network bandwidth on content none of us will ever read and neither do we have to spend those resources on sending our posts to other instances where nobody will read them.



  • Honestly, this whole thing is a mess… first a countdown, then a website with basically no information and that’s only the start.

    More than 24 hours after signing up, I finally got an email with just about zero information:

    Hi @dfyx,

    We’re thrilled to welcome you to Loops.video!

    We’re in the process of onboarding all our new users, and we can’t wait for you to experience the magic of short looping video.

    Keep an eye out for another email from us later tonight or tomorrow (depending on when you signed up). It will have all the details you need to get started, including how to create your first Loop.

    Welcome to the Loops community!

    Regards, The Loops Team

    And from some random comment that dansup made on pixelfed I found out that this beta is only for Android. Apparently, iOS will come later and there is no info on a browser-based version. That info should have been on the website. Also, what about selfhosting? This is the fediverse after all…