on 36 Charts That Show Canada’s Decline · c/canada · 2 pts · 131d Cherry picked conservative talking points "The brown people are taking over!" didn't do it for you?
on exit · c/programmer_humor · 103 pts · 1yThat 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!
on If Europe had been colonized by another continent · c/cartographyanarchy · 1 pts · 1yYou 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.
on Josh Hawley Begs Trump Administration to Approve FEMA Aid for Missouri · c/leopardsatemyface · 47 pts · 1ySELL THEIR HOUSES TO WHO, JOSH? FUCKING i don't actually have anything for this
on The Swastidumpster has the Best Armored Windows · c/Cyberstuck · 7 pts · 1yHis problem is that he's stringing too many sentences together.
on Bill Gates Bought His Daughter A $16 Million Horse Farm As A Graduation Gift — But Ex-Wife Melinda Says The Kids Were Raised Very 'Middle Class' · c/aboringdystopia · 4 pts · 1yYou'll love this: https://i.imgur.com/wn5VDPt.jpeg
on This might have some impact on efficiency · c/programmer_humor · 57 pts · 1yHidden feature: Defines a tariff.admin.impeach function that increments a global counter and does absolutely nothing else
on America is fucked · c/fuckcars · 0 pts · 1y... ist nun Eigentum der Bundesrepublik Deutschland, ja So viel Zeit muss sein
on Colorado Springs artist denies trying to distort Trump in portrait · c/leopardsatemyface · 28 pts · 1yHonestly, that portrait looks more human than the real thing. Why is he upset?
on Poilievre launches his campaign promising to be "respectful and firm" against Trump · c/canada · 5 pts · 1y"I am a tough guy. I will be very firm." Can't even sound tough if he tries. Fucking loser that he is.
on Mark Carney yoinks a beer · c/canada · 7 pts · 1yIf you look up "yoink" in a dictionary, it should link to this video.
on Carney kills consumer carbon tax in first move as prime minister · c/canada · 6 pts · 1yThat's probably why.
"The brown people are taking over!" didn't do it for you?
"I Have No Arms, and I Must Lean"
Entrance hidden by thighs and stubble
Yup
That just gave me the idea that it would be fun to inspect
exita little.Which led me down this path:
Okay, cool, the "Use exit() etc." blurb appears because it's the function's
repr, and the string is assembled from itsnameandeofproperties.Now let's try to make our own:
Oh Python, you shouldn't have.
Beauty!
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.
SELL THEIR HOUSES TO WHO, JOSH? FUCKING i don't actually have anything for this
His problem is that he's stringing too many sentences together.
You'll love this:
https://i.imgur.com/wn5VDPt.jpeg
Hidden feature: Defines a
tariff.admin.impeachfunction that increments a global counter and does absolutely nothing else... ist nun Eigentum der Bundesrepublik Deutschland, ja
So viel Zeit muss sein
Honestly, that portrait looks more human than the real thing. Why is he upset?
Quick maffs
"I am a tough guy. I will be very firm."
Can't even sound tough if he tries. Fucking loser that he is.
If you look up "yoink" in a dictionary, it should link to this video.
That's probably why.