RapidCatLauncher

joined 1 year ago
[–] RapidCatLauncher@lemmy.ca 2 points 3 months ago

Cherry picked conservative talking points

"The brown people are taking over!" didn't do it for you?

[–] RapidCatLauncher@lemmy.ca 30 points 10 months ago

"I Have No Arms, and I Must Lean"

[–] RapidCatLauncher@lemmy.ca 4 points 10 months ago

Entrance hidden by thighs and stubble

[–] RapidCatLauncher@lemmy.ca 1 points 1 year ago (1 children)
[–] RapidCatLauncher@lemmy.ca 101 points 1 year ago (5 children)

That just gave me the idea that it would be fun to inspect exit a little.

Which led me down this path:

>>> repr(exit)
'Use exit() or Ctrl-Z plus Return to exit'
>>> dir(exit)
[(...), 'eof', 'name']
>>> exit.eof, exit.name
('Ctrl-Z plus Return', 'exit')

Okay, cool, the "Use exit() etc." blurb appears because it's the function's repr, and the string is assembled from its name and eof properties.

Now let's try to make our own:

>>> exit.__class__
<class '_sitebuiltins.Quitter'>
>>> gtfo = exit.__class__()
TypeError: Quitter.__init__() missing 2 required positional arguments: 'name' and 'eof'

Oh Python, you shouldn't have.

>>> gtfo = exit.__class__("a big puff of smoke", "a sneaky skedaddle")
>>> gtfo
Use a big puff of smoke() or a sneaky skedaddle to exit

Beauty!

[–] RapidCatLauncher@lemmy.ca 1 points 1 year ago* (last edited 1 year ago) (1 children)

You forgot the most important part: With the help of the Bears, you subjugate all three tribes, steal their wealth, murder their people, and eradicate their culture.

[–] RapidCatLauncher@lemmy.ca 46 points 1 year ago (3 children)

SELL THEIR HOUSES TO WHO, JOSH? FUCKING i don't actually have anything for this

[–] RapidCatLauncher@lemmy.ca 7 points 1 year ago

His problem is that he's stringing too many sentences together.

[–] RapidCatLauncher@lemmy.ca 57 points 1 year ago* (last edited 1 year ago)

Hidden feature: Defines a tariff.admin.impeach function that increments a global counter and does absolutely nothing else

[–] RapidCatLauncher@lemmy.ca 0 points 1 year ago

... ist nun Eigentum der Bundesrepublik Deutschland, ja

So viel Zeit muss sein

[–] RapidCatLauncher@lemmy.ca 28 points 1 year ago (3 children)

Honestly, that portrait looks more human than the real thing. Why is he upset?

view more: next ›