• 1 Post
  • 192 Comments
Joined 1 年前
cake
Cake day: 2025年3月12日

help-circle
  • I’m not sure what the correct terms are, so I’ll refer to in-app/in-client notifications as internal notifications and mobile-style out-of-app notifications as external notifications.

    Based on what people usually refer to with the word “notification” in the context of social applications and messaging services, and your comment, I’m assuming you’re talking about external notifications. If you mean all notifications in general, I’ve misunderstood your point and can ignore the rest of this comment. I do think that internal notifications are useful.

    I’m not saying that external notifications are useless, but rather that I don’t feel that they’re as important as you seem to make it out to be.

    Also, even if your Lemmy client doesn’t support external notifications, Lemmy supports RSS, which you can subscribe to with a different application.

    It should probably facilitate discussions then

    Discussions do not have to be between only two people, others can continue where someone else left off.

    People often need to continue conversations to clarify information & elaborate…

    This is true, but it doesn’t require notifications outside of the client. For example, I noticed your reply as Lemmy’s web UI showed that I had an unread message.

    I don’t mind continuing a discussion over multiple days, though I’m not sure if this applies to everyone.

    Shades of Mastodon users justifying suicidal design choices that were later rolled back here.

    Could you elaborate? I don’t use Mastodon, as I don’t see the value in “micro-blogging” and prefer to follow topics rather than people.

    As for the rest of your comment, I too disagree with blocking VPNs & Tor to fix their CSAM problem, but I don’t see how that is relevant to this discussion? Though I do not mind if you want to discuss that instead.












  • I’m not sure how or if Piefed’s UI shows it, but posts are written in Markdown.

    When you add an image, text gets added to your post or comment in the following format: ![alt text](image url). So, in your post the “image” is just the string ![bTUDGZRAcKZdXyO.png](https://lemmy.ml/api/v3/image_proxy?url=https%3A%2F%2Fmedia.piefed.zip%2Fposts%2FbT%2FUD%2FbTUDGZRAcKZdXyO.png), which clients (Lemmy’s & Piefed’s web UI and applications) replace with the actual image.

    So, if your post/comment editor has an option with something like “source”, “plain text” or “Markdown” in the name, you can enter a description for the image in the brackets right after the exclamation mark.

    Fixed image example: ![Unfinished Projects - In solidarity we can build a future that benefits us all.](https://lemmy.ml/api/v3/image_proxy?url=https%3A%2F%2Fmedia.piefed.zip%2Fposts%2FbT%2FUD%2FbTUDGZRAcKZdXyO.png)

    The alt text is used by things like screen readers, and even normal browsers, if the image fails to load. So, something like the following might be better:

    Logo of Unfinished Projects, with the tagline “In solidarity we can build a future that benefits us all”

    If anything is still unclear, I’m happy to answer any questions you may have.

    Edit: Lemmy keeps “fixing” “https://media.piefed.zip/posts/bT/UD/bTUDGZRAcKZdXyO.png” to a proxied url for some reason. If you copy the Markdown from this comment, please fix it on your end, as I can’t seem to on mine.








  • Rust & cargo do more than just compile. For example, it basically has buit-in ccache.

    It is also easier to split large libraries into multiple crates, though an average project still uses more libraries than an equivalent C project. I wouldn’t be surprised if the “AI” also pulled in more libraries than needed, or has unnecessary library features enabled. I’m pretty sure that a cargo plugin for pruning unused libraries was featured on the rust blog, as a featured third-party plugin for a cargo release.



  • The corners seem a bit rounded & the cat does not fill the box up completely at the sides. Setting margin: 0 could help fill up the box more. I’m not sure where the rounded corners come from, but try border-radius: 0 !important if it’s unintentional.

    Depending on the fit, more padding could be good.

    Have you tried getting your cat involved in politics? I prefer setting left: 100% and right: 0%, but it’s up to you. (Do note that these values are not inherited by children.)