• "Egmont Press and Penguin Publishing will launch a range of children's books onto the Nintendo DS in a licensing deal with entertainment software company Electronic Arts (EA). It is the first time that children's books have been developed specifically for the Nintendo DS platform in the UK." Ooh, that's kind of awesome.
  • "Gemcutter is the next generation of gem hosting for the Ruby community. Instantly publish your gems and install them. Use the API to interact and find out more information about available gems. Become a contributor and enhance the site with your own changes." Apparently this is the next big thing, post-github not serving gems. Let's chase this trend for a bit.
  • "…it’s been a week and we’ve decided to not bring back the gem builder. It was a fun experiment but Jeweler and Gemcutter combined make it ridiculously simple to publish a gem. The gem builder use case (fork a project, make a change, publish a gem, install it) is now easier than ever using these tools." Which is all very nice, but a bit of a PITA for anyone who'd been depending on this. Still: gems.github.com will serve for another year.
  • "In Nokogiri  's are converted to whitespace, but they are not a normal space and aren't removed with the standard String#strip and friends." Needless to say, this is somewhat annoying. Thanks for fixing it, internet!
  • "Michael Abrash's classic Graphics Programming Black Book is a compilation of Michael's previous writings on assembly language and graphics programming (including from his "Graphics Programming" column in Dr. Dobb's Journal). Much of the focus of this book is on profiling and code testing, as well as performance optimization. It also explores much of the technology behind the Doom and Quake 3-D games, and 3-D graphics problems such as texture mapping, hidden surface removal, and the like." My old URL for this no longer works, but fortunately, this one does.
  • "The commercial worked on Lucas but a few years later, the computer graphics group at ILM was sold by Lucas to Steve Jobs for $5 million and became Pixar. Loren Carpenter is still at Pixar today; he's the company's Chief Scientist." Marvellous.
  • "slideViewer (a jQuery image slider built on a single unordered list)". Which looks nifty.
  • "Flicking over to the old graphics — and I, for one, found it almost impossible not to do so on every screen — shows you the game as you originally experienced it, and it looks completely different. Suddenly you remember the old imagery too. Conceptual memory gives way to visual memory, in a clear illustration of how the mind functions on different levels. It’s an odd experience, first thinking you recognise something, then discovering that the original was in fact quite different, but that you now remember that too, as additional detail. In one way it’s a contradiction, and in another it’s sharper focus." Emmett on the Monkey Island remake, and the ability to dynamically swap between old and new interfaces.
  • "So to come full circle with the sense of dissatisfaction with open world games: I think the way we experience them, by comparison with linear games, says something about how our gaming imagination functions. We seem to understand that when linear games point us in a certain direction, that’s the way to go. When an open world game appears, its very structure suggests something about how we should behave, or want to behave, and predisposes us to judge on the basis of how it entices us to go somewhere that the game itself hasn’t suggested, and on how it then deals with that action." Jim on open-world gaming.
  • "While creepily capitalist in its language, the scholarship within it is sound – echoing theories that Jacobs, Alexander others presented decades ago. What’s more – it contains a lot of the same arguments for iterative design that you see in traditional game design tomes. (For a special treat – try replacing the phrases like “destination” and “retail” with “MMO” and “boxed-game”)"
  • "Appfrica Labs is an investment company and software development firm that facilitates and incubates technology entrepreneurs in East Africa. We do this by offering a physical space with a solid internet connection, servers, software and computers that allows entrepreneurs a place to develop their ideas in a constructive environment with industry professionals as mentors, outside of school. Entrepreneur projects are refined and prepped to help them secure funding and launch sustainable, profitable businesses." I met Jon who runs Appfrica at TEDGlobal last week; it's a great idea and, by the sounds of things, doing very well.
  • "The next time you see an application you like, think very long and hard about all the user-oriented details that went into making it a pleasure to use, before decrying how you could trivially reimplement the entire damn thing in a weekend. Nine times out of ten, when you think an application was ridiculously easy to implement, you’re completely missing the user side of the story." Yes. Similarly: what you don't see is the decision-making, everything that was thrown away.