Things to complain about

Started by Flufferton, June 10, 2010, 02:26:01 AM

Previous topic - Next topic

EmoFox

agreeing with roxxy that this isn't the place to discuss such things (in fact, I think there are like three OTHER threads started for the specific reason of bitching about furry social circles or something.)

my complaint is that it hurts to get out of bed. T^T or get in bed. or do much of anything really.
Whether you think you can, or you think you can't, either way you're right.
Laugh, and the world laughs with you. Cry, and the world laughs harder.

Peli

Quote from: Ember on May 27, 2011, 12:53:30 PM
If I am throwing an event at my place, why would I want random people who no one knows showing up? It's not standard for people to invite strangers into their house, and I don't understand why the hell furries think that this should be the case.

This made more sense than anything I've heard today. Mind = blown.

zenia

My burn keeps rubbing on things and it hurts. Stupid infection.

z00p


EmoFox

the meaning of "discretion" seems to be lost on a lot of people these days. Thank god the people involved in my personal life are smart enough to keep it to themselves, and NOT post my personal drama on my facebook wall.
Whether you think you can, or you think you can't, either way you're right.
Laugh, and the world laughs with you. Cry, and the world laughs harder.

zenia

We have a dishwasher. Why can't my friggin' roommates rinse their dishes and put them in there? They don't even have to run the thing when it is full or put the dishes away since I always do that. They just leave dishes on the counter or in the sink with food on them to dry on there. ... I JUST CLEANED THE KITCHEN YESTERDAY and there was already a mess on the counters and in the sink when I just went out there to get some water. Oh, and there is a paper on the part of the counter where they always put their recycling (instead of opening the door that is right beside it and putting it in the bag on the other side) that says "No recycling on the counter, OUTSIDE please!" ... but they put the recycling ON TOP OF IT!

Why can't they just be adults? =__=

Mattfolx

Quote from: zenia on May 29, 2011, 10:53:45 AM
We have a dishwasher. Why can't my friggin' roommates rinse their dishes and put them in there? They don't even have to run the thing when it is full or put the dishes away since I always do that. They just leave dishes on the counter or in the sink with food on them to dry on there. ... I JUST CLEANED THE KITCHEN YESTERDAY and there was already a mess on the counters and in the sink when I just went out there to get some water. Oh, and there is a paper on the part of the counter where they always put their recycling (instead of opening the door that is right beside it and putting it in the bag on the other side) that says "No recycling on the counter, OUTSIDE please!" ... but they put the recycling ON TOP OF IT!

Why can't they just be adults? =__=


I know what you mean, some people just don't want take there own responsibility in there hands, because their too dull to admit that they are lazy slobs who have an IQ lower than their shoe size.
It's not yer content, it's how you pitch it too people

zenia

Things like this make me pissed... I just went out to nuke some left overs from last night and see this (I took the pic after I removed the element):


Did she make any effort to clean it up? No. She just left it and went outside to sunbathe and chat with a friend. I am glad I caught it while it was still somewhat wet. Dried on stuff is annoying to clean. I still had to use some GreenWorks to clear it off.


This is my NEW (well, I got it at Value Village, but it is new to me) pot that I haven't even been able to use ONCE since one or the other of my roommates always has something in it. I don't mind sharing dishes and cooking utensils, but seriously, have a little respect.

Selkit

Zenia, I'm fairly sure I would not have the level of patience with your room-mates that you seem to. I'd either set them on fire, or move.

Unrelated: Unity3D needs to fix their damn Child Combine mesh component. Having a glitch toss meshes up to 65,000+ tri from components that had maybe 1,100 tri between them is not cool.

EmoFox

people are assholes. compassion and human decency are dead, if they ever actually existed to begin with, and mob mentality rules the world with an iron fist. I can't remember the last time I was so ashamed to be human.
Whether you think you can, or you think you can't, either way you're right.
Laugh, and the world laughs with you. Cry, and the world laughs harder.

Selkit

Rrrgh. More on the saga of "Unity has stuff broken that they really should fix before adding new features". Not only do child combine mesh-parent components cause a glitch that creates vast tracts of garbage geometry, Unity's built in procedural tree system has a similar glitch if you try to apply broken limb variables to tree generation. End result is a gappy, mis-welded mesh with gibberish geometry slapped here and there. The only alternative is to re-generate new random seeds until you get one that isn't buggered. FFFFF--

Carthage

Quote from: Selkit on May 30, 2011, 02:25:28 AM
Rrrgh. More on the saga of "Unity has stuff broken that they really should fix before adding new features". Not only do child combine mesh-parent components cause a glitch that creates vast tracts of garbage geometry, Unity's built in procedural tree system has a similar glitch if you try to apply broken limb variables to tree generation. End result is a gappy, mis-welded mesh with gibberish geometry slapped here and there. The only alternative is to re-generate new random seeds until you get one that isn't buggered. FFFFF--

I know what you're talking about here, even if I'm not 100% sure what it means. However all I can think about while reading it is "Unity's genetics are faulty so it can't have normal babies. Every time Unity tries to have a baby it comes out with birth defects. The only option is for Unity to keep having more babies until it gets one right."

My complaint:

Week three with a sling... still sucks. >.<
Contrary to popular belief, popular belief is not an opinion.
"Newton was not the first of the age of reason, he was the last of the magicians." - John Maynard Keynes
"My business is to teach my aspirations to conform themselves to fact, not to try and make facts harmonize with my aspirations." - Thomas Huxley

Selkit

#627
Wow. I'm a regular in this thread now. More Unity related grumping!

Got told I need to do some instancing work on one of our game scenes. Okay. I have a handy script that makes instances replace unique geometry based on selection. Easy peasy. Yeah, no. Can't use that script; Produces prefabbed results, and that's not what we need. Oh well, I can use a position cloner, right? Nope. All the stuff that I'm instancing was rotated and placed external to Unity, so Unity can't read any rotation; It's part of the geometry's orientation as it was saved from 3DS Max. Well bugger. That's a bitch, but hey, it's only a few objects, right? I can tough it out and just fiddle the movement handles by hand until it looks right. Right?

Yeah. That little book on the shelf that I thought was part of the shelf's geometry? It isn't. It has 300 buddies scattered throughout the room.

...Excuse me. I'm going to go curl up in a corner and rock back and forth now. At least now I can definitely see why I'm being asked to fix instancing. Left as-is, this mess will completely rape our draw-call budget. Thank you (Name redacted), wherever you are. :P

(Edit: Removed his name. Despise his mess, but naming and shaming probably isn't the best practice on my part.)

Charmy

Quote from: Selkit on May 30, 2011, 05:54:35 AM
Wow. I'm a regular in this thread now. More Unity related grumping!

Got told I need to do some instancing work on one of our game scenes. Okay. I have a handy script that makes instances replace unique geometry based on selection. Easy peasy. Yeah, no. Can't use that script; Produces prefabbed results, and that's not what we need. Oh well, I can use a position cloner, right? Nope. All the stuff that I'm instancing was rotated and placed external to Unity, so Unity can't read any rotation; It's part of the geometry's orientation as it was saved from 3DS Max. Well bugger. That's a bitch, but hey, it's only a few objects, right? I can tough it out and just fiddle the movement handles by hand until it looks right. Right?

Yeah. That little book on the shelf that I thought was part of the shelf's geometry? It isn't. It has 300 buddies scattered throughout the room.

...Excuse me. I'm going to go curl up in a corner and rock back and forth now. At least now I can definitely see why I'm being asked to fix instancing. Left as-is, this mess will completely rape our draw-call budget. Thank you Bertrand, wherever you are. :P

Yeowza.. Suddenly feeling very relieved that I chose to use Corona SDK for iPhone game programming rather than Unity, and that I work with a 2D sprite engine atm rather than the madness and headaches that come with 3D graphics.. c.c
The early bird gets the worm, but the late mouse gets the cheese!

mArZiPaN!

Thoughtless people who get rides in my new Jeep who leave trash in it GRRR! I want to keep it clean and awesome they don't have to do anything but keep their own godfreakin' stuff!!!







Also social anxiety sucks I am so tired of being petrified of everything including posting in this thread <breath breath>
"One may tolerate a world of demons for the sake of an angel..."