• 33 Posts
  • 73 Comments
Joined 4 months ago
cake
Cake day: December 11th, 2024

help-circle



  • Not really a question, but something to think about is being more strict about backwards compatibility so that people don’t get burnt out on having stuff break. Coming from this post by the Tesseract dev, who did not like the breaking changes to the v3 API in 1.0: https://dubvee.org/post/2904152

    To formulate that into an actual question, do you think the changes are still worth it and you’d make the same decision to break backwards compatibility?









  • It’s based on markdown. Here’s two ways you can write the link:

    !flask@lemm.ee
    
    [!flask@lemm.ee](https://lemm.ee/c/flask) 
    

    The first one is a link that goes to the community from your current instance, which is handy. E.g. when I click it, I’ll go to https://discuss.online/c/[email protected]. If someone on lemmy.world clicks it, they’ll go to https://lemmy.world/c/[email protected]. This format is specific to Lemmy, but is similar to reddit’s /r/flask syntax.

    The second link is a regular markdown link, and has the general format of [regular text](some url). This will always go straight to the URL, and won’t have the above behavior. Generally for linking stuff like this, the first option is preferred.

    All that said, to answer your question, I think you just typo’ed the URL. You typed lemm.me (extra m) instead of lemm.ee




  • I have multiple accounts, but only really for moderation purposes. Cross-instance moderation is semi-broken, so it’s easier to do it that way. Other than that, having an alt is useful in case your main instance goes down.

    I wouldn’t generally worry about impersonation, if someone tries it you could contact the admin of that instance and they’re generally pretty responsive.


  • Pixelfed/Mastodon/etc sort of work with Lemmy, in that they can see Lemmy posts. Lemmy can see posts from them if you tag them appropriately, which rarely happens. They only sort of federate properly. And yeah, Loops is like TikTok for the Fediverse.

    I’m not saying PieFed is better than Lemmy, just saying that apart from Lemmy, your best option is probably PieFed atm.










  • The linked site has a bit more about it, but usually you see toggle switches like that with relatively “balanced” options. “On” / “Off” are about the same width when rendered as text. It’s easy then to just make the switch big enough for the bigger option and everything’s good. What happens if you have “On” and “Some really long text option that should probably be shorter”? The image shows what it looks like toggled to “On”, and then goes over two solutions, neither of which are great options:

    • Use the smallest size and cut off the larger text. Not really a viable option
    • Use the longest size, but when the shorter option is toggled to, you’re left with a bunch of blank space