Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re: I'll never be employed (Score 1) 139

Great. You'll be pleased to know that the "cultural fit" referred to above is codeword for weeding out anyone with life commitments they would consider more important than work.

45 with three kids? No worries! Hope you like pizza fuelled all night gaming marathons and our monthly team trip to Vegas! Oh, you don't? Sorry, you aren't a cultural fit.

I'd decry the practice if I didn't know that I would do the exact same thing if it was my own money on the line. If you want success you need obsessive commitment from every layer. The only reason one would compromise would be if one simply couldn't find enough talented workers any other way. Experience goes a long way, one 40 year old bachelor or divorcee for every ten 20 year old virgins will keep the team functioning as if they were all greybeards. Diversity can be achieved by hiring some Indians and Asians too. There is no economic reason to hire someone who has interests outside of work over someone who doesn't.

Comment Re:writer doesn't get jeopardy, or much of anythin (Score 3, Funny) 455

Terminator isn't a peer-reviewed scientific paper. In fact, it's often thought that much of its sources were fabricated with special effects and clever camera work.

In fact, it's author James Cameron is not even an established scientist, it has been recently discovered that his oceanographic work on Titanic was published BEFORE he underwent any deep sea exploration, and it's speculated that he only went down there afterwards to further fabricate his already published results. It's also speculated that he never produced unobtainium in his lab before claiming its discovery.

In fact, I'm not even sure if Judgement Day even happened, and whether or not any Cyberdyne Systems products were responsible for it happening.

Comment Re:Yeah right (Score 4, Insightful) 128

It just amazes me to think that anyone would believe that the same China that is currently blocking Google, Youtube and Facebook would hesitate for a second before blocking Edgecast.

As far as they are concerned, there is no economic damage, in fact there is an economic incentive since anyone wanting their website to be usable in China would now be best hiring a CDN within China.

This is similar to what happened when Facebook was blocked and it allowed buggy local clones, notably Renren and Kaixinwang which were previously maligned by users to surge in popularity. Similar also when Google was mostly blocked, allowing Baidu to fill up the void. The thing is, they have every economic reason to block large foreign online services that compete with domestic ones, it's just they cannot block them on economic grounds, since that would be in violation to the free trade principles they espouse and would lead to retaliatory import sanctions. They can however block whatever they like on political grounds.

I do not disagree with Google's pride and principles in not continuing in their previous manner of following Chinese censorship guidelines. However, the net result to the present date is that users have been forced from a service that follows the guidelines only as far as they must and was allowed a fair bit of leeway in their implementation, to others that take the initiative to censor what _might_ be required to be censored for fear of greater pressure if they don't go far enough. The users are also getting exposed to less worldwide ideas. The feeling amongst former users is that Google has abandoned them because of their pride and they are afforded less and less respect by Chinese netizens.

It seems that this whole project was simply going to isolate Chinese netizens further and push China further towards its own separate Internet. This edgecast block will be faced with far less uproar than the ones that came before it, and those caused very little uproar.

Comment Sweeden (Score 4, Funny) 642

As far as I know, the Swedish game industry consists of DiCE (Battlefield series: faceless men with guns + bugs. Mirror's Edge: slightly poorly thought out controls + bugs), Arrowhead (faceless mages + bugs) and Coffee Stain Studios (goats + bugs). It seems like Swedish game developers have a huge struggle against writing code that actually does what it is supposed to, not in its representation of female characters. It has gotten to the point that until you see a Swedish game in the "bargain bin" at your games retailer that it is guaranteed that won't be patched to a playable state yet.

It seems that since King Gustavus Adolphus or whoever the hell it was convinced the vikings to stop going on voyages to rape remote villages and settle down to do "civilized" work that entire country has been writing code the way that IKIA builds furniture, by which I mean that it is good for the first ten iterations and then crashes hard thereafter. I have yet to play a Swedish game that has remained stable for long enough to degrade women before it runs out of memory, reads from/writes to a null pointer, totally screws up the render state or overwrites a vertex buffer with random garbage.

Seriously, look at your supposed "retard cousin" next door Finland, does Trine crash? Does Angry Birds crash? How about Crayon Physics, Super Stardust or Clash of Clans? No, they run beautifully and smoothly. And does anyone give a shit that the Theif in Trine covers her face and not her legs? No, not even Germaine Grier, Simone de Beauvoir or any of your feminist type authors would pick a deeply nuanced female character over one that actually runs for 10 minutes without crashing. I mean, how could you be a female role model while accessing a null pointer.

Seriously Sweden, you have to learn to code before you get all preachy on us all.

Comment Re: Boys are naturally curious... (Score 5, Insightful) 608

When you are looking for why a segment of the population is or isn't doing something, working out generalised patterns between members of the group should be the first thing you should do.

There is an exception to every pattern, but means little when answering questions of percentages. If you are the exception, then maintain that it doesn't apply to you and move on.

Comment Re:Cue slippery slope arguments now... (Score 2) 366

The standard deviation of IQ is 15 points.

So it can be the difference between being dumber than 84% of people (85) and being exactly average (100). This makes a huge difference in career and life prospects.

It can also be the difference between being mildly disabled (70) and being just a little bit on the thick side. Or being profoundly disabled and completely incapable of self care (55) to being able to more or less appear to be normal and somewhat functioning.

So yes, it makes a huge difference in the real world and is very important.

Being a genius is not so important, not so easily defined and not so clearly related to IQ. But being able to function in society, have a job and raise a family is all of those things.

Comment Re:Linked? (Score 5, Interesting) 338

I'm an engine programmer who has been lead on 2 published titles (PC not console).

I'm pretty sure they thought of that too and already did it. One has to write multi-threaded code for these consoles since they are multi-cored and otherwise most of the resources are wasted. Multi-threaded code is really easy to arbitrarily set tick frequencies and lock contention on the rendering thread is actually lower when you set the tick frequency of things like physics and AI to a lower frequency to your FPS, especially if your FPS is not an even multiple of this frequency. We run Havok at 50hz and render at 60fps, it sounds counter-intuitive, but it looks and feels great.

The things is though, this game is obviously either GPU limited or close to becoming GPU limited. The key here is not the 30fps, which without looking at profiling results, could be equally easily explained by CPU limiting or GPU limiting, but the resolution of 900p, which the CPU should have absolutely nothing to do with. So you cannot confidently say that it is GPU limited now, but it certainly would be at 1080p, otherwise they would have just upped the res without it slowing the framerate.

The issue here is Vincent Pontbriand is probably not a technical guy. Roles between companies vary and it's hard to know who if anyone reports to a "Senior Producer". If the engine programmers reported to him, it would be possible that he was lied to, since explaining exactly why framerates are the way things are is often tiresome and complex, since bottlenecks can be in many different places in the GPU pipeline (geometry, shader, input, texture, ROP, framebuffer) and the position of the bottleneck may shift while rendering a single frame, the bottleneck can also shift between the CPU and the GPU during a singe frame if the instruction buffer fills up. As it is, they probably don't report to him, so I would say that he probably just doesn't know the whole picture.

Comment Dubbing (Score 4, Insightful) 134

"Oh, looking at the time I've used up one minute and twenty seconds of this video (audible snigger) and according to Youtube statistics, I've only got about one minute and forty seconds to show you something really interesting and get your attention before the majority of you decide you're bored and move on to something more interesting (slight snigger at the end of sentence). How inefficient of me to use my time to show you all of these video clips of all of these nice real world places we filmed when we should have been showing you some amazing new lifelike computer graphics!.

This guy has an annoying, self satisfied way of speaking that just makes me want to beat the snot out of him.

Voxel graphics are interesting and the laser measurement plus automatic texturing from a real world scene is cool, but this just does not compare in detail or framerate to a mesh generated by the exact same laser scanner and a little bit of pre-processing, all of which has been possible for over a decade now.

Plus, what are you going to do with this 3D scene? An interactive game? But games need dynamic objects, which cannot really be done well with voxels and will contrast dramatically with the scene's lighting model. You don't have any light probes, or spherical harmonic coefficients or anything useful for static lighting dynamic objects, let along dynamically lighting static objects.

Comment Re:Emma Watson is full of it (Score 1) 590

Whose fault is it when you have 50% of the voters and can't fill 50% of the seats?

With voting age limited to 18 and over and with a highly unbalanced incarceration rate, there are far more eligible female voters than male. For example, in the United States, there are 8 million more women eligible to vote than men.

Comment Re:Change Jobs (Score 1) 275

It really depends on management style.

In democratic management styles, then what you said is correct. The manager is just a conduit for information.

But in authoritarian management or top down management, which is having an alpha male (or female) with a lot of talent and ego calling the shots and making the big decisions really works well when it works (and fails catastrophically when it fails). In this style of management, professional skills in whatever it is that the team is doing, which means technical skills in development teams, towers above management or interpersonal skills in important towards the success or failure of the team. Someone with good technical skills tends to make good decisions and someone with bad technical skills makes bad decisions. You cannot build success around bad decisions. Beyond that, the only thing really useful is a bit of charisma to keep the team happy and the ability to get most of one's meaning across. Mostly one just has to be 70% understood anyway, since a bit more latitude in interpreting orders is only going to be a good thing in giving workers room to move.

I've found, especially in Asia where a more paternalistic style is favoured, the outcome of a project is especially determined by the technical skills of a manager and little else. Guys who get into little fights, throw temper tantrums and rarely get their meaning across, but make good decisions tend to have better success than good communicators who don't quite understand the problem at hand.

Comment Re: Free Willy! (Score 2) 474

Technically speaking, it is impossible for a Lord to sit in the House of Commons of even vote.

While the prime minister does not have to be a member of the House of Commons, or be a commonor at all, he is chosen by them and they are unlikely to choose anyone but one of their own, meaning no lord has been Prime Minister for well over a century. Walpole who founded the post three centuries ago was a commoner and most of his successors have been too.

Comment Re:No, It Won't (Score 1) 326

The Chinese youth are divided 2:1 in favour of males, and the young females that survived the 1-child policy aren't too interested in being breeding machines, they're more interested in careers and independence.

The Chinese youth are divided 1.1:1 in favor of males. Given Chinese women demand the man they marry already own a house, regardless of their own desirability, this number will just reduce the number of spinsters (or "leftover women" as they are called). It's getting nowhere close to where it would have to be that an eligible bachelor today would be unable to find a wife in the next generation.

Chinese women also have the advantage that they can have a baby at 26, then go back to work fulltime while her parents or her in-laws care for it. A career does not influence fertility in China like it does in the west. Chinese career women are just as mindful of reproduction as any other, not to mention the fact that they will be nagged by family until they have a baby, but absolved from having to do anything but play with her child when she feels like it, after the baby is weaned or even can drink cow milk, so it seems an easy choice.

Comment Re:A miracle of modern diplomacy (Score 2) 192

If Scotland votes to go independent, and England allows it, this would be the first peaceful independence movement in the history of mankind.

Apart from you know, Canada, Australia, New Zealand and pretty much every other former British Colony, apart from the 13 crazies of course.

Hell, even India got its independence peacefully, though the peace ended moments after independence.

Ireland left somewhat less gracefully, though it was separated after almost a millennium (rather than 307 years) of common rule.

Slashdot Top Deals

What is research but a blind date with knowledge? -- Will Harvey

Working...