Gandalf is just saying what he has to, he knows the All-Seeing Eye is upon him

105 points · 13 comments · view on lemmy.world

13 Comments

OpenStars@piefed.social · 9 pts · 105d (4 replies)

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.social · 10 pts · 105d (3 replies)

It's okay, you're just seeing me for the CIA plant that I really am deep down

OpenStars@piefed.social · 6 pts · 105d (2 replies)

TIL that I am one too.

Wait, or is that what they want us to think!?! Maybe we only think that we are... while in fact we are not, which ofc provides cover for the fact that we truly are.

MousePotatoDoesStuff@piefed.social · 4 pts · 105d (1 reply)

Maybe the real CIA plant was the friends we infought along the way

OpenStars@piefed.social · 3 pts · 104d

img

This Mouse Potato admitted that they Do Stuff!!

king_comrade@lemmy.world · 4 pts · 105d (2 replies)

'propagandalf' 😂 ya I'm gonna claim credit for this IRL, ty comrade!

PugJesus@piefed.social · 3 pts · 105d (1 reply)

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 · 3 pts · 104d

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

Nouvellalia@lemmy.world · 2 pts · 104d

Propagandalf the wise
and
Propaghandi the clean

Elting@multiverse.soulism.net · 1 pts · 105d (3 replies)

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 · 1 pts · 104d (2 replies)

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?

Elting@multiverse.soulism.net · 2 pts · 104d (1 reply)

One day I will learn about these things.

Chais@sh.itjust.works · 2 pts · 104d

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

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. Also special characters can be prefixed with a backslash to write them literally. For *verbs* and #hashtags