• OpenStars@piefed.social
    link
    fedilink
    English
    arrow-up
    9
    ·
    10 days ago

    Love it! However, lets say, for the sake of argument, that I did not entirely care for this meme.

    Some say that I should simply scroll onwards, maybe downvote it, perhaps even block you.

    But I think instead that I will threaten to, unless I get my way, call for the defederation of everyone on my instance from everyone who even uses the same software as yours.

    You know, because I love freedumbs so much.

    • PugJesus@piefed.socialOPM
      link
      fedilink
      English
      arrow-up
      3
      ·
      10 days ago

      Well, as long as you aren’t also simping for red fascist governments, by all means, share the pun-love 'round

      • king_comrade@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 days ago

        Simping for any government is pathetic, as an enlightened leftist i simp purely for fat tiddy goth girls.

  • Elting@multiverse.soulism.net
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    9 days ago

    Forgot that I wrote a poem vaguely about this kind of person:

    It threatens to loosen
    All of your gargoyle dreams
    So do as we say
    And kick and cry and scream
    Nothing ventured, nothing lost
    The only shame is in the biggest loss
    So if in dreams you turn and toss
    Sit and wallow at your costs
    Dont ask neighbors what they need
    Whisper to them our self same theme
    And kick and cry and scream
    Sit in sorrow at our cross
    If we all pretend it could just be
    That all blows over, washes to the sea
    So be how the tortoise be
    Slow and small and insular
    And wait till all time grows older
    Come and join our mission
    Treat all strangers with suspicion Nothing ventured, nothing seen
    Hold on tight to your gargoyle dreams

    • Chais@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 days ago

      Did you know,

      That in markdown

      If you put two trailing spaces

      At the end of a line
      You can start a new line with a single line break?

        • Chais@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          2
          ·
          9 days ago

          Quick cheat sheet:

          # heading 1
          ## heading 2
          ###### heading 6
          <!-- comment -->
          *italic*
          _italic_
          **bold**
          __bold__
          ~~strikethrough~~
          `monospace`
          ```
          Code block
          ```
          ```lang
          Code block with language identifier for syntax highlighting
          ```
          

          Renders as:

          heading 1

          heading 2

          heading 6

          <!-- comment --> italic
          italic
          bold
          bold
          strikethrough
          monospace

          Code block
          
          Code block with language identifier for syntax highlighting
          

          My client incorrectly renders the comment, so Lemmy may only support an arbitrary subset of markdown.