|

  • The Sims 3: Pets

    Electronic Arts
    List Price: $39.95

    - Pets can learn skills - Cats and dogs can learn to hunt, dogs can learn to locate collectibles and fetch your Sims a date. With career opportunities, your Sims' pets can even work their way up the chain to become the ultimate criminal mastermind.
    - Only on PC - More pets mean more fun! Create a wide variety of unique dogs, cats, and - for the first time ever - horses! Think your Sim has what it takes to tame a wild horse?

    Create perfect - or imperfect - pets for your Sims, from loyal dogs to daring kitties, as you determine their looks and personality traits. Then...

    Bring excitement and surprise into your Sims' lives with pets! Create the perfect (or...

  • Apple iWork '08 - Old Version

    Apple
    List Price: $74.00

    - Import and export compatibility with Microsoft Office
    - Create compelling spreadsheets for everything from family budgets and event planning to invoices and complex financial reports with Numbers

    With iWork '08, you get three easy-to-use applications in one package. Pages offers powerful word processing and page layout with 140...
    With iWork '08, you get three easy-to-use applications in one package. Pages offers powerful word processing and page layout with 140...



100,000 tasklets: Stackless and Go

They have a good example where the chain of 100,000 microthreads each pack the same function that increases the value of an argument passed by one, with channels inbetween. Pumping through a value chain takes 1.5 seconds. I can not imagine that stackless is something like this, given the difference between script and compiled code. I was curious, so I wrote something that suggested that stackless Python was much faster than Go for this task. That was on a benchmark of my own invention, based on reading the comment by Richard.Yesterday I finally tracked down the code and wrote a direct translation in stackless: import stackless from optparse import OptionParser parser = OptionParser () parser.add_option ( "-n", type = "int", dest = "num_tasklets", help = "quanta", default = 100000) def f (left to right): left.send (right.receive () +1) def main (): options, args = parser.parse_args () left = stackless.channel ( ) to the left, right = None, than left to the in xrange (options.num_tasklets): left, right = right, stackless.channel () stackless.tasklet (f) (left, right) right.send (0 ) x = leftmost.receive () print x stackless.tasklet (main) () stackless....

Read more...

Facebook: Please Back Developers vs iPhone

In July of last year, I wrote about the new Apple Walled Garden. The post was about the irony of developers and supporters of the measures that were still open and completely open source samples pro-iPhone, a platform that is closed and proprietary in every sense. From that post, the horror that has been foreshadowed by some has been carried out - has rejected apps, apps rejected, rejected apps.We have documented the problems here at Techcrunch and the overall response has been nothing more in the long thread of comments, complaints, and a few wise people change their minds. Complaints now are some bloggers and a small number of application developers, accidents that Apple is able to write-off as minors, because they have a dedicated fan base and market share growth to fall back on. That was, until yesterday....

Read more...



Leave a Reply


Return to top