Shit That Gets You Mad v21 - FUCKING PISSED edition
5,001 replies, posted
[QUOTE=Fapplejack;48021460]- High quality content
- Original ideas for videos
- Consistant upload schedule
choose 2.[/QUOTE]
they [i]never[/i] had those problems before. now it's been 2+ years and they've probably don'e 3 or so videos during. WHAT.
[QUOTE=kingstead;48021419]Jesus christ what happened with people asking to come over rather than just [I]telling[/I] you that they are?? In the past eight days this is the first that nobody has been over to the house. Now my grandma wants to come over again tomorrow and I know if I don't let her in the family is going to bitch my ass out about it, great.[/QUOTE]
I'm already getting guilt trips over from my family and tomorrow hasn't even come yet. Incredible.
i didn't care about my math grade until now when it's too late to pull it up
For some reason Skyrim mods aren't downloading and installing from the steam workshop. :c
[QUOTE=GamerChick;48021887]For some reason Skyrim mods aren't downloading and installing from the steam workshop. :c[/QUOTE]
Just use nexusmods like any sane person
[QUOTE=kingstead;48021419]Jesus christ what happened with people asking to come over rather than just [I]telling[/I] you that they are?? In the past eight days this is the first that nobody has been over to the house. Now my grandma wants to come over again tomorrow and I know if I don't let her in the family is going to bitch my ass out about it, great.[/QUOTE]
Grandma make you cookies :>
FUCKED UP ON ANOTHER TEST AND NOW I HAVE AN F, WITH NINE ASSIGNMENTS TO GO
[B][I][U]OOPS[/U][/I][/B]
Evolve of all fucking games HAD TO HAVE FUCKING CHEATERS FFS
[QUOTE=BigBadWilly;48022487]Evolve of all fucking games HAD TO HAVE FUCKING CHEATERS FFS[/QUOTE]
You know all games are not safe from hackers, right?
[QUOTE=WhiteHusky;48022513]You know all games are not safe from hackers, right?[/QUOTE]
you know everyone knows that, right?
[QUOTE=WhiteHusky;48022513]You know all games are not safe from hackers, right?[/QUOTE]
... Ik that all games are not safe from hackers, I'm expressing how its fucking retarded and stupid that people have to hack on EVOLVE of all games like literally, Why would you need to hack this game
When people sit in a lobby for a game and 2/3 of the time has gone down, and despite the team needing a certain roll they just instalock a character class we already have
Late night anxiety when no one is awake to help distract you.
not mad but sad, my mum is currently downstairs crying because she dropped the iron on the new carpet and ruined it. im pretty sure shes not even crying that much over the carpet, its just that was the straw that broke the camels back
this has not been a good morning
Random anxiety. I don't even know what I'm anxious about. It just seems to get worse.
Cross-posted from What Are You Thinking:
[QUOTE]My grandma was talking about how Europe has no toast and no freedom; "In England you can't say anything about the queen"
I really hate people who are brainwashed into thinking that this country is the best on Earth, why does it even piss me off so much?[/QUOTE]
I just found out that my Dad has cheated on my Mom before, and I'm having a really hard time processing this. Part of me can't feel too bad, because this was 20 something years ago and I am only 18. But the other part of me feels lied to, almost?
Like, this is one of the last things I would've expected.
I dunno. I'm just still up at 6 AM thinking about this.
Every time something i want to watch goes on twitch i remember this thread. Twitch always manage to get me mad. Stop using twitch, people. Period.
-Wrong Thread-
My nose fucking broke, someone call tech support
Seriously though, most things smell of iron or something close to it but more bitter and dry all of a sudden.
Everything in the balcony has a heavy charcoal smell.
I can't eat this way, I hope it's temporary because it's really annoying.
Feeling tired, cold and just cranky... I need a bath.
It makes me mad how a lot of Europeans can just brush off serious racism and islamaphobia by just saying "Well maybe we don't want immigrants here". It's disgusting
[QUOTE=Zillamaster55;48024380]It makes me mad how a lot of Europeans can just brush off serious racism and islamaphobia by just saying "Well maybe we don't want immigrants here". It's disgusting[/QUOTE]
Speaking of that, it also makes me mad when americans act like they're the only culture that matters.
It's gotten especially bad this last year due to outrage culture going into full fucking swing.
[QUOTE=Crimor;48024458]Speaking of that, it also makes me mad when americans act like they're the only culture that matters.
It's gotten especially bad this last year due to outrage culture going into full fucking swing.[/QUOTE]
I always felt like Americans are the most patriotic people, act like their country / land is superior to everyone else, thinking America set all the milestones in history and forget that America is nothing more than people who moved there from the rest of the world.
Like, unlike the majority on Facepunch (it seems), a lot of Americans don't even know things that happen outside of the US, I used to have this friend who constantly asked me "Dude did you hear about ...?" and was always surprised that an European country heard things from America, because they never heard anything from outside of America.
I'm kind of angry that a politician would [URL="https://www.facebook.com/Hapi.Entertainment/posts/1607958186130862"]delete and censor[/URL] a genuine question.
At least they've solved it
[QUOTE=kijji;48023245]Cross-posted from What Are You Thinking:[/QUOTE]
My mate said something about the queen and was carted away never to be seen again.
She speaks the truth!
I have to try to remember the incredibly difficult way of doing something because my professor won't let me use the more efficient way because the [i]rest[/i] of the class hasn't done something yet.
[code]
#include <iostream>
#include <string>
#include<algorithm>
#include <vector>
using namespace std;
int main(){
int numStudents = 0;
while (true){
cout << "Enter a number of students from 1 - 25: ";
cin >> numStudents;
if (numStudents > 1 && numStudents < 25){
break;
}
}
vector<string> studentNames(numStudents); //create a vector of the students names
for (int i = 0; i < numStudents; i++){
cout << "Enter student " << i + 1 << "'s name: ";
cin >> studentNames[i];
}
sort(studentNames.begin(), studentNames.end()); //uses algorithm to sort alphabetically
cout << studentNames[0] << " will be at the front." << endl;
cout << studentNames[numStudents - 1] << " will be at the end" << endl;
return 0;
}[/code]
Yeah I can't do this because fuck efficiency and the fact that I already know it, I have to store names and override the names, and god damn I hate this.
I should be allowed to do stuff the better way because [b]I know how to do it[/b] I shouldn't be stuck with the rest of the people who have never thought "maybe it's a good idea to look up how to even print "hello world!" before joining the [i]programming course[/i]" god damn this just makes me so mad.
I will get 0 credit if I turn this in, but it's so much easier and I know how to do it so why wouldn't that be encouraged? Why am I being punished for knowing how to do something?
And to go along with that, I shouldn't even have to take this class, I wish I made the decision to go to the more expensive school that allowed me to test out of the classes that I had already taken at votec(about 50% of my degree by the way) just so I don't have to deal with this.
fuck this article
[url]http://motherboard.vice.com/read/yes-metal-gear-solid-v-will-have-microtransactions-but-it-could-be-way-worse[/url]
The kind of people who get angry with me because I mentioned that I heard something on NPR.
It's not purely liberal or conservative news. Deal with it.
I haven't been able to sleep in 3 days.
Sorry, you need to Log In to post a reply to this thread.