I waddled onto the beach and stole found a computer to use.

🍁⚕️ 💽

Note: I’m moderating a handful of communities in more of a caretaker role. If you want to take one on, send me a message and I’ll share more info :)

  • 249 Posts
  • 996 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle


















  • There is nothing inherent in knockoff that says it doesn’t work. That would be a fake.

    While I can find definitions that call it “an inferior copy” (link), that’s not the point. Common usage has made it so that people will assume things about the quality or efficacy of the medication when certain words are used. Even if a word is technically correct, perceptions about the word can make it a bad choice.

    Often when patents expire and other options emerge, they are called “generics” or “store brand” versions. Those terms don’t carry the negative associations.









  • Otter@lemmy.caOPtoFediverse@lemmy.worldMastodon 4.3 released
    link
    fedilink
    English
    arrow-up
    39
    ·
    15 days ago

    Helping writers and journalists

    In this version we’re introducing a new way to highlight writers and journalists on the fediverse. By adding a single line to their HTML, publishers can feature the fediverse profile of the page author in the link previews on Mastodon. That way, when lots of different people are sharing the link, or the link is trending in the News tab, you can easily navigate to the author’s fediverse profile and follow them right from within Mastodon to receive future updates. Publications like The Verge and TechCrunch are already using this.

    We’ve also put a fresh coat of paint on our website embeds. You’ve always been able to embed a Mastodon post on your own website, but we’ve made them look a lot better and gave them a more graceful fallback when the source is slow to load or no longer available. Of course, the dialog for embedding a post now looks a lot better as well, offering a simple click to copy button. Keep in mind that you can only embed posts that are public!

    Well that’s cool!




  • If there is a community that has a mix of content you like, and content you don’t like, you can make a post / reach out to the mods to set up something like that.

    It would be harder to do on the instance level, and impossible across instances.

    For your request specifically: It’s very hard to define “politics” and so I would be against such a community rule. It would make a lot of unnecessary work for the mods and be annoying for users trying to post in a community they aren’t familiar with.

    Personally, if I was still seeing the content I don’t like 85% of the time, I wouldn’t be that much happier. I’d rather just block it and be done with it.


  • The message:

    "I try to make my merge commit messages be somewhat “cohesive”, and so I often edit the pull request language to match a more standard layout and language. It’s not a big deal, and often it’s literally just about whitespace so that we don’t have fifteen different indentation models and bullet syntaxes. I generally do it as I read through the text anyway, so it’s not like it makes extra work for me.

    But what does make extra work is when some maintainers use passive voice, and then I try to actively rewrite the explanation (or, admittedly, sometimes I just decide I don’t care quite enough about trying to make the messages sound the same).

    So I would ask maintainers to please use active voice, and preferably just imperative."

    Giving an example of a bad commit message, Torvalds provided this example: “In this pull request, the Xyzzy driver error handling was fixed to avoid a NULL pointer dereference.” He believes this should have been written as follows: “This fixes a NULL pointer dereference in …”