[QUOTE=Yogkog;50542346]Even worse when some people only know about the song because of some anime meme
Ex.
[img]http://i.imgur.com/WrzMeuD.png[/img]
I feel like the legacy of the song is getting actively devalued.[/QUOTE]
Was coming here to post this fucking shit.
Except not exactly anime shit, but in general. Going to a video/song on youtube and seeing the comments spammed with some shitty references to a movie/game/video
example
[media]http://www.youtube.com/watch?v=EkVg7MYZmuQ[/media]
All the comments are spammed by kids who heard it in some bunny hopping cs frag video
[editline]18th June 2016[/editline]
[QUOTE=Killer900;50542577]Is Windows 10 really that bad? I want to upgrade for free before the deadline in July since 10 is most likely going to be used a lot more in gaming in the next coming years, but hearing all this terrible stuff about it puts me off.[/QUOTE]
It's been working completely fine for me.
Either it's been working for people or it hasn't been.
i think i really fucked up a test because of how i felt how much time i had left, and because of that, i made some really stupid mistakes i easily could have avoided because i rushed
okay some introduction here
im in a computer science class and one of the curriculums is that we have to be able to work with a relational database. the software the class uses is oracle, which has some features like plsql, which is basically programming and database software combined. it allows you to create functions pretty much like java and c#, and has some basic string-related functions, as well as some very basic file i/o. it also has a thing called 'triggers', which is pretty much like events in java and c#. you can set them to be called when a user wants to insert or update or delete some records. you can do stuff with the new data the user wants to insert/update/delete, as well as the old data, because there are keywords referencing them.
for the test, the case was as follows:
the entities were patient, doctor, vaccine, allergy and appointment.
patients could make appointments with a specific doctor, and a vaccine was going to be used during that appointment. so this means there are foreign keys referencing the patient and vaccine. allergy means that a patient is allergic to a specific vaccine. of course you don't want your patient to die during an appointment so we had to prevent users from referencing the vaccine the user is allergic to in the appointment. this is where triggers came in.
the way we had to do this, is by checking the new data. since the appointment table contains references to patient and vaccine, which is pretty much exactly what vaccine has, all we had to do is check the new data the user wants to insert or update in the appointment table, against the data in the allergy table. so the query was as follows
SELECT * FROM ALLERGY WHERE PATIENTID = NEW.PATIENTID AND VACCINEID = NEW.VACCINEID;
obviously the new keyword is the data the user wants to insert or update into the appointment table.
this checks if a record exists in the allergy table, where the row's patientid and vaccineid are equal to the patient id and vaccine id the user wants to insert or update. if a row was found it means the insert or update statement has to be aborted because this is against policy.
what i did instead was this:
SELECT * FROM PATIENT WHERE ID = NEW.PATIENTID;
SELET * FROM VACCINE WHERE ID = NEW.VACCINEID;
this merely checks if a patient and a vaccine exist. of course this is always the case and the relation is lost as well, so i fucked that one up. now i'm really afraid i fucked up the rest of the test as well.
at least i know now why i feel so extremely chaotic in my head all the fucking time. it's because i'm afraid i never have enough time... this sort of shit also really makes me doubt my abilities so much it's just ridiculous. i mean, somewhere i know i can do this stuff, but when i look at the results of the tests and stuff i have to do, it's just... really messy
[QUOTE=MrJazzy;50538382]Agreed, and I think lower framerates can be put to good use such as for example in war-movies where they go for even lower than 24 frames to achieve a feeling. I don't think there's anything wrong with higher frame-rates and I believe it can absolutely be a tool for directors.[/QUOTE]
I think Video Game Highschool did an interesting take in that everything that was "in game" was 60FPS and everything in real life was 24FPS.
But not a lot would take advantage of the extra frames like this.
I think my fuel pump is going out. I really don't want to spend $400 on repairs right now but there is no avoiding it eventually.
[QUOTE=Killer900;50542577]Is Windows 10 really that bad? I want to upgrade for free before the deadline in July since 10 is most likely going to be used a lot more in gaming in the next coming years, but hearing all this terrible stuff about it puts me off.[/QUOTE]
It works fine n' dandy on my laptop, and I finally managed to wrestle the files that I wanted out of the jaws of fucksville.
I've been using Windows 10 for a few months and I haven't got a single issue with it, works just as well as Windows 7 atm.
I've used Windows 10 practically ever since it came out, and I've only had a significant problem with it around the middle of April of this year when booting [I]quite[/I] unexpectedly got messed up to a point where I had to reinstall my operating system.
Update:
I am the master now, the computer has learned its place.
I didn't choose the hangover. I drank two glasses of wine at a bar but I got blackout drunk. Maybe I shouldn't have left the wine alone when going to toilet.
Waking up with an annoying hair stuck in your mouth.
electric bikes ridden obliviously down sidewalks - ESPECIALLY the larger motor scooter looking ones.
i can't count the number of times i've almost been mowed down by these idiots as a pedestrian, or the number of times i've come close to hitting them while driving, as the sail past stop signs or through red pedestrian lights.
get the fuck on the side of the road, where you belong.
[QUOTE=Zufeng;50542995]For me,i will stay with win 7 because i think its put more strain on my RAM[/QUOTE]
Correct me if I'm wrong, but I though that 10 used less resources than 7
On my end 10 has been :ok: though it was on a new laptop
Relative: "Seeing a lot of young people voting in, they just don't have the life experience we do"
Nope, we are just capable of using Google to find information and not just voting on a serious issue that will affect tons of lives and potentially spark a change in the course the global economy on a pure whim. Fucking arsehats, had someone tell me their experience invalidates my economics a level today as well.
Family + politics is a big no no.
Anyone who disregards the internet as a luxurous, useless and needless commodity is seriously delusional. That's putting it way too blunt, but we've always tried to connect to each other and ease the way of communication, and now, we're able to send MASSIVE bits of information in less than a second. If you really don't understand how 1) impressive, 2) useful and 3) necessary that is, look back to how things were back in 1800, or even 1900, or even 1970, or even better, 1985. The amount of information we can send now all over the ENTIRE PLANET in a single day would be equal to at least 4500 single sheets of paper, and that's probably a really poor estimation.
I mean sure info still gets lost sometimes but its not like some messenger has to go out in enemy territory and risk having his head chopped off and the message burned
[editline]18th June 2016[/editline]
I cant possibly figure out how a piece of software is able to track where the eyes are looking at, and the position of the chin, mouth cheeks and eyebrows
Competitive games make me sad because I often lose all my virtual money. Thank god I don't gamble.
that is at the same time the greatest and saddest thing I've ever seen
Please never, ever say "ya'll" again
-Everyone else
[QUOTE=gary spivey;50544767]Please never, ever say "ya'll" again
-Everyone else[/QUOTE]
I don't even know what it's supposed to be, is it "you all?"
[QUOTE=gary spivey;50544767]Please never, ever say "ya'll" again
-Everyone else[/QUOTE]
But I'm from Texas
it's in my blood, y'all
[QUOTE=FlakTheMighty;50544788]I don't even know what it's supposed to be, is it "you all?"[/QUOTE]
yes
[QUOTE=FlakTheMighty;50544788]I don't even know what it's supposed to be, is it "you all?"[/QUOTE]
Y'all'd've learned about this earlier from being around the right people.
[QUOTE=gary spivey;50544767]Please never, ever say "ya'll" again
-Everyone else[/QUOTE]
Exactly, quit with the ya'lls. It's fucking spelled y'all.
Have work tomorrow and fuck ittt
I get that the vast majority doesn't enjoy going to work but goddamn I hate this place. It's stressful as fuck, i'm allergic for something there (probably the latex disposable gloves or something) which gives me an itch on my hands I cannot even compare to anything else, it's the worst. Fucks my hands up for a day or two too. And as a cherry on top i'm pretty sure one of the two bosses (I work prep in a kitchen, 2 bosses are headchefs) dislikes me heavily.
When I was really ill for ~2 weeks (tried to find replacement but couldn't, I messaged both chefs correctly to notify them I wouldn't be working) and when I was able to work they apparantly thought I was fired (wasn't scheduled in for another two weeks). Hey, massive cockup, but alright shit happens. I send chef 1 a message, he tells me to talk to chef 2 (the one that dislikes me now). He started going on about how chef 1 sent me a message to talk to him and I didn't show. I didn't get anything and told him so, he told me to go to the workplace the next day and talk it out with chef 1. We did, got my job 'back' so and so but he told me that he never sent such a message. Now whenever we're doing things he keeps going over to my spot and bitch me out that i'm doing everything wrong (rest my left hand on the countertop because it's useless at the task i'm doing, he shouts ''WORK WITH BOTH HANDS COME ON YOU'RE GETTING PAID FOR THIS, ACT LIKE IT'') and complaining whenever I talk while lots of my other coworkers talk a fuckton with eachother, do everything at a very slow pace and he says literally 0 about them.
The Orange is the New Black intro is so catchy.
It gets stuck in my head for hours after I watch an episode.
People who don't take PTSD seriously.
All that 'trigger' shit on tumblr annoyed me, and now there's that thread in SH with the journalist who got 'mini-PTSD' from firing an AR-15.
It's a very real and debilitating illness you stupid fucks, if you ever experienced the kind of trauma that causes it, or even knew someone who suffered from it yourself you wouldn't throw the term around so lightly.
i don't have any discernible skills
[QUOTE=ProfHappycat7;50546143]i don't have any discernible skills[/QUOTE]
You very likely do, but you may not realize it.
What are some things/hobby shit you like to do?
[QUOTE=Michael haxz;50546162]You very likely do, but you may not realize it.
What are some things/hobby shit you like to do?[/QUOTE]i like to think i'm alright at mapping for source games, but i've never completed a single project and find it hard to work up the effort to work on something, same with blender
the only other hobby i can think of is my interest in fixing up older PCs but i don't have the money to do it for any length of time, not like i can get a job either
I just spent ~$400 to remove the bottleneck from my computer.
Oh fuck I'm going to be poor.
Sorry, you need to Log In to post a reply to this thread.