"We can only see a short distance ahead,
but we can see plenty there that needs to be done."
23. júní 1912 - 7. júní 1954
[link]
[...]stereo-types are pieces of precompiled knowledge that
humans use for fast reasoning in order to avoid a deeper (and thus slower) inference. [link]
Starfsfólk eru "auðlind" sem á að "nýta" á sem "hagkvæmastann" hátt mögulegan.
More fundamental is the notion that immature practices and extreme working conditions are bankrupting the industry's passion - the love for creating games that drives developers to be developers.
When the average career length of the game development workforce is just over five years and over 50% of developers admit they don't plan to hang around for more than 10, we have a problem.
How can an industry truly grow, and an art form evolve, if everyone is gone by the time they hit 30?
How can we grow beyond an 11.5% female workforce when the level of commitment expected all but negates any hope of raising a family?
Ask yourself what movies would be like if they were created mostly by people with five years of movie-making experience - and were typically male. Spielberg would have checked out way before creating E.T. Same for music, art, books - every art form. J.K. Rowling would never have penned Harry Potter. The examples are countless.
[Full article]
char *strfry (char *string)
strfry creates a pseudorandom anagram of a string, replacing the input with the anagram in place. For each position in the string, strfry swaps it with a position in the string selected at random (from a uniform distribution). The two positions may be the same.
The return value of strfry is always string.
Portability Note: This function is unique to the GNU C library.