• 0 Posts
  • 204 Comments
Joined 7 months ago
cake
Cake day: May 7th, 2024

help-circle



  • The (ideal) most reasonable approach for public information organs, in my opinion, would be to use all the channels that are available - Mastodon, Bluesky, Threads, but also X for the share of people that can’t be arsed to move (or don’t want to, because the people and communities they care about haven’t). I’d even count Facebook, Instagram, Reddit among those channels, as much as I resent those companies, as well as Lemmy and the other fediverse services (I’m not super informed here), a blog, RSS feeds, maybe an email subscription service too, just to be sure.

    In fact, I think diversifying your presence would be a great thing in general - platform exclusivity is turning out to be a quite toxic and disadvantageous concept. Well, it has been for a while, but it’s starting to become more visible.

    The real restriction is of course the technical infrastructure and personell to maintain all these presences. You could use of a content distribution system that takes a picture, a long text and a short summary to generate appropriate posts for all these platforms, but you’d still need people monitoring and responding on the various platforms, ideally people sufficiently familiar with the respective culture to communicate effectively.



  • If you put things in triple backticks ```, it’s formatted as a code block

    Like this
    

    I believe you can specify a language for syntax highlighting at the start of the code block.

    SELECT * 
    FROM passwords
    WHERE storage_method = 'plaintext' 
    -- TODO rename storage method to something less obvious so the IT-Sec guys get off my case
    
    <p class="bold">Stop storing password in plain text, dammit</div>
    <!-- TODO clean up the tags so the linter stops complaining -->
    
    if (true) this.code.makeCringe(this.reader);
    else 
        { 
    throw new NullPointerException("Unreachable code"); }
    // Why, yes, I do love creating terrible code
    

    I don’t know what or how it guesses the language otherwise.

    if (highlighting == "Python"): 
      System.out.println("Wait, that's not a Python command");
      std::cout << "Also not Python"
      print("This one is")
    
    CASE highlighting 
      WHEN 'SQL' THEN 'I dont know any dialect-specific ways to check which one this is'
      WHEN 'sql' THEN 'Apparently its case-sensitive' 
      ELSE 'No clue' 
    END 
    
    (concatenate 'string "I can't be arsed to try everything I know" "So this will have to do")
    








  • The article on the lawsuit is blocked, which is standard procedure for participants of an ongoing lawsuit: Talk to your lawyer about it, and nobody else, because anything you say without your lawyer’s counsel might jeopardise your legal position. Even if it’s just people editing that article, the foundation will want to protect itself until the matter is settled.

    Don’t forget that non-profits, too, are beholden to laws. If they want to continue offering their services in India, they don’t really want to be charged for contempt on top of the other case.