Particles and Unemployment

posted in Not dead...
Published May 26, 2010
Advertisement
The particle system is moving forward; I've fixed various update, clean up and spawning errors in the last few weeks.

I've also integrated the C++0x/TR1 random number generators and after a bit of a play I've decided I probably need to make those 'plugable' as well as you can get some intresting effects just by varying the system used to return the random numbers.

But, all in all, its starting to look more like a proper particle system now which is nice, although there are a few odd things (flicking dead particles?) and a crash in the thread dispatch stuff which I've seen happen twice now but I've just not got around to debugging yet.

It also occured to me the other day that I should really be setting up my threads to use batches of particles which were multiples of cache lines long on the system its executing on to prevent issues with cache line invalidation across cores.

Anyway more later when I've these issues sorted out and I can supply screen shots or maybe even a demo.



The other thing to happen of late is that on tuesday I was given my 6 week notice where I work, so my final day there will be July 6th and the lack of cash in the future aside I'm ok with it.. in fact I'm kinda happy.
(I'd also been expecting this for about four weeks so it was no shock)

You see, it occured to me that for the last two and a half years I've not been doing the 'right' job. Sure, I can do general programming but my talents are really in the areas of software design/architectre at both the high and low levels, graphics and a large body of knowledge with multiple threads and task based systems (which I admit is still developing but an area I'm still better than many many people at).

What I've been doing it general coding and pish like 'setting up build machines' and running around fixing bugs mostly caused by other people.

In fact, its recently dawned on me that I've simply not been happy here for the last 6 months at least; don't get me wrong the people are great but the work and the company itself leave a lot to be desired.

Also, looking at some of the people they decided to keep over me... well, I'm kinda glad I'm heading out the door; the same day I got told I was being let go he was having trouble applying an operator to sort a vector of pointers.

So, yeah, looking around those who are left, while they can do the job I'm pretty sure I'm far more skilled than many of them in plenty of areas (such as system design if the project I was working on before my recent two was anything to go by... those in #gamedev probably remember my swearing about that design..).

While many people would take a knock to the confidence and the ego when being let go I've gone a different way by looking around and going "riiiiiiiight...".

I think I'm better off out of there even if it does mean in a few months time I'm having myself declared bankrupt as I've got no income *chuckles*

Roll on July 6th...
Previous Entry More Particles
0 likes 3 comments

Comments

mrbastard
Sounds like you'll be much better off out of it. Best of luck finding something that better suits your skills ASAP!
May 28, 2010 05:57 AM
rick_appleton
Sorry to hear that Rob, although I guess if you're okay with it I needn't be :D

Any ideas where you want to go now?
May 29, 2010 02:08 AM
mikeman
Glad to see you're doing fine with the whole situation :)

On the other hand, personally if I was being let go, I would probably try to figure out the things I did wrong in my job. It wouldn't make much sense in my mind to tell myself 'I was just too good for them', because usually bosses don't fire someone for being 'too good'...ok maybe there's a chance that he's so overwhelmingly good that they feel threatened or something, but that's a little rare I think for a young programmer. There has to be some weakness they saw in me; maybe it was communication/team skills. Maybe I was better at writing 'correct' code; but I obsessed too much about 'correctness' that it became unproductive, whilst my coworkers churned out worse code but which was functional nonetheless and made deadlines earlier. However, I'm merely talking about myself and my experiences; I don't know the particulars of your situation; you may have been let go because of the crisis and because you were one of the newest employees there? Or maybe the other guys just built better relationships with the right people in the company(it's sad, but sucking up the boss does still work). In any case, good luck in your new endeavors!
May 29, 2010 11:40 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement

Latest Entries

Advertisement