Do straight guys realize that straight women have always had a "buffet of cock" available to them if they so choose, long before any dating apps or feminism? Most women don't really want all of that male attention, but for those who do more power to them. In general, straight women get more male attention than they want, not less. They aren't rigging the world to make men even more horny for them.
Slop.
For posting all the anonymous reactionary bullshit that you can't post anywhere else.
Rule 1: All posts must include links to the subject matter, and no identifying information should be redacted.
Rule 2: If your source is a reactionary website, please use archive.is instead of linking directly.
Rule 3: No sectarianism.
Rule 4: TERF/SWERFs Not Welcome
Rule 5: No bigotry of any kind, including ironic bigotry.
Rule 6: Do not post fellow hexbears.
Rule 7: Do not individually target federated instances' admins or moderators.
Celt woman in Britain according to a Roman:
"We fulfil the demands of nature in a much better way than do you Roman women; for we consort openly with the best men, whereas you let yourselves be debauched in secret by the vilest." Such was the retort of the British woman.
Keep in mind that the "barbarian critic" is an ancient trope for the author themselves to critique society but hey this tracks.
Keep in mind that the "barbarian critic" is an ancient trope for the author themselves to critique society but hey this tracks.
What if we had a "Chinese critic" trope we could use to the same effect
To do it right it needs to be like the domestic person's petty griping so something like, "when Yao Ming visited he scoffed at the portions at the Denny's. 'In China we eat buffet all day anywhere. You call this enough food? No wonder your export market is so flimsy.'"
Is Chen Weihua still around?
idk man its not the iron age anymore you can probably just find an actual chinese person saying this thing instead of making up some guy in your mind lol
no, they are incapable of empathy and putting themselves in someone elses shoes, especially when horny.
You'd be surprised some men are absolutely radioactive but they love their pets since it's the only bond they can form with others. Case in point me when I was a bitter chud and my cat, and my dad and his cat.
Misanthropy and extreme love for your pets does seem to have a high level of correlation. There's even a series of action films starring Keanu Reeves about this.
Actionfilms ? I thought those were documentaries ?
I think it's just that the phrase ”cat dad” isn't very alpha male Dude Wipes Hooters.
A lot of chuds seem to believe the phrase "toxic masculinity" is referring to the entire concept itself as toxic rather than certain manifestations of masculinity. Or maybe they disagree that it can ever be toxic. Whatever who cares
A lot of chuds seem to believe the phrase "toxic masculinity" is referring to the entire concept itself as toxic rather than certain manifestations of masculinity.
Certainly true of the more potato-brained of the hogs. I'm going to sound like an asshole for saying this but half of the working class are really really really not think-ey people, like seriously they barely think at all during their days. A lot of western marxism has this issue of coming from suburbia and well educated groups of people and they very naively (in a good way) think everyone thinks like them. This however is not the experience I have seen for myself in the bottom of society where people are guided far more by raw emotion and gliding through their days than by any real introspection, rationalisation or logical decision making. I love and sympathise with many of these people deeply but they are raw to put it nicely. There is a reason a vanguard is needed.
Concepts like toxic masculinity are too high, they're good arguments for the college educated and suburbanites but they do not reach many of the lower levels of the working class. This isn't helped by a kneejerk resistance to criticism that they have.
They haven't actually read any feminist theory, so it is pointless to argue feminist points with them.
Don't think about it to hard. They haven't.
They only think about being hard
They take these concept and assume they are stupid based on the name alone, while refusing to hear any explanations. R*pe culture, wage gap, patriarchy, many such cases. There is no point trying to explain it to them
You've just made me realize so many things. That makes too much sense. These people are opposed to things based on the name alone and don't care to learn what things actually mean. One time I was arguing with a chud who was convinced the company FedEx is government owned because it had federal in the name.
One time I was arguing with a chud who was convinced the company FedEx is government owned because it had federal in the name.

I remember there was this old dismissive phrase that feminists online liked to use and which made everyone angry - "it is not my job to educate you". I used to think this was a wrong approach, that you do actually need to actively educate people. But now I fully understand why they were saying it. There is no point in arguing with a literal C.H.U.D - a sub-sapient goblin-like creature who just crawled out of the sewer 10 seconds ago, and is now demanding you explain basic shit to it.
They like the toxic kinds.
i have yet to see anything that supposedly differentiates gendered behavior that isn't toxic and/or bioessentialism.
Cat dad: Cat dad to greg, cat dad to greg, over Greg: 10-4 Cat dad. This is greg, what's your 20? Over
Breaker breaker 1-9, how floofy is your woofer? Over.
buffet of cock
Me gobbling up my cockffet 
Is that where cockfetti comes from? Sorry if it's an ignorant question, I'll take my answer off the air.
Hi you still doing that special, buffet of cock for $6? I'd like a reservation please.
YOU gotta pay ME if you want me to eat at your diner.
No, I will not be leaving a good review. I don't think the chef even washed his utensils before cooking.
Eagles of Death Metal
Jimmy Buffett of Cock
Unlimited free refills, FOR COCK
That's awful, where? 
Tbh I'm serving a cold continental breakfast at my best
aaron just be gay if you want sex i dont make the rules
prosecuting masculinity
Alpha male spotted, 20 years in the gulag for him 
You have to be very careful how long you keep them in the gulag. Too short a stay and they're still an alpha male, too long and they end up as a sigma male. You're aiming for that beta male sweet spot
Very true, very dangerous. 1 sigma male could destabilize our entire regime 
Nyet, he deserves

Are they upset they aren't in the buffet?
Or is all the misogyny and hatered towards women their form of a pick up line?
Why don't women date me? They must not be interested in a fine dining experience
The proper syntax is cat dad -> greg
class Child:
def __init__(self, name: str) -> None:
self.name = name
class Person:
def __init__(self, name: str) -> None:
self.name = name
self.children = list[Child]()
def adopt(self, child: Child) -> None:
self.children.append(child)
def __repr__(self) -> str:
return f'{self.name} has {len(self.children)} kids'
greg = Child("Greg")
aaron = Person("Aaron")
aaron.adopt(greg)
Welcome to SWI-Prolog (threaded, 64 bits, version 10.0.2)
SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software.
Please run ?- license. for legal details.
For online help and background, visit https://www.swi-prolog.org/
For built-in help, use ?- help(Topic). or ?- apropos(Word).
15 ?- [user].
|: child(greg).
|: cat(greg).
|: man(aaron).
|: dad(aaron, greg).
|: catdad(X, Y) :- dad(X, Y), cat(Y).
|: ^D% user://1 compiled 0.00 sec, 5 clauses
true.
15 ?- catdad(aaron, greg).
true.
18 ?- catdad(X, Y).
X = aaron,
Y = greg.
16 ?- [user].
|: woman(X) :- \+ man(X).
|: feminism.
|: buffetavailable(cock, X) :- feminism, woman(X).
|: ^D% user://2 compiled 0.00 sec, 3 clauses
true.
17 ?- buffetavailable(cock, aaron).
false.

spoiler
Pls forgive the non-monotonic woman reasoning >w<
I love prolog
Also trying to format Python on a phone keyboard is hell. Especially without a monospaced font lol.
Having a pet doesnt mean you are a good person. There are loads of people who are nice to their pets ....which doesnt mean much more beyond that.
EDIT This is not meant as an attack on Pet owners. Im sure there are tons of pet owners who are wonderful human beans.
Something tells me he's gonna be on that app for a while, and it's not just because dating apps are designed to do so
Wait, you're telling me this profile ISN'T drawing in all the women?!?!?!?1/1/1/?!?!
cat dad > greg
ok, now what?