Continuo con i reportage dalla conferenza. Mi rimane il dubbio su quanto interessino. Nel dubbio continuo.

Second Life: The World’s Biggest Programming Environment – Jim Purbrick , Mark Lentczner

Dr Jim Purbrick has both academic and industry experience in designing and building virtual worlds. At Nottingham University he worked on the MASSIVE-3 virtual environment system and Prix Ars Electronica-winning mixed-reality games with IGDA award winners, Blast Theory. In industry Jim designed online games at Codemasters, developed networking and load balancing technology for Warhammer Online, and is currently working on scripting and networking technology for Second Life while setting up Linden Lab Brighton.
Mark Lentczner directs a software engineering studio at Linden Lab. His studio is primarily focused on the architectural extension of Second Life and the software infrastructure to support its expansion to Internet scale. He appears in Second Life as “Zero Linden”. Mr. Lentczner has worked in Silicon Valley for over 20 years, leading engineering teams on projects including virtual machines, software tools, cell phone browsers, and audio processing. He held leadership positions at Apple Computer, OpCode Systems, and Go Corporation before running his own consulting firm for a decade. He is a graduate of Harvard with a degree in Applied Math and Music

Second Life is large, on-line virtual world where avatars dance, fly, buy virtual clothing, play games, have meetings… and program. About 256k residents of Second Life write code that runs 24/7 in over 2M simulated objects in a continuous 3D landscape twice the size of Montreal. This giant, collaborative development environment is run on a large grid of over 12k CPUs in a grid of “simulators” the run the land of Second Life. The simulators have an integral virtual machine for the scripting language people use. Despite the inherit difficulties, the system demonstrably does enough right to enable development of a huge amount of content in Second Life. As the virtual world grows, we have been evolving its infrastructure for programming in several ways. Integration of the Mono virtual machine presented a huge set of challenges but offers major advantages as Second Life grows. We have also had to architect and extend in light of the fact that Second Life is continuously running system on which over a million people rely. Finally, apart from the language and run-time environment, Second Life also presents a social environment in which to program collaboratively. Within Linden Lab, we have pioneered the use of Second Life as integral part of our development methodology even when working on the underlying code of Second Life itself. These experiences point toward a re-imagining of programming as a globally immersive collaborative experience.

Hanno detto che in SL c’è un team di 8 programmatori, chiamato StudioIceHouse, che interagisce giornalmente in modo distribuito. I programmtori sviluppano in modo agile in pair programming. Dicono che sono molto produttivi. Usano is seguenti strumenti:

  • Second Life per 3DVoice e slide
  • Twitter
  • SubEthaEdit, per task e design
  • Screen, per codifica

Al momento mancano:

  • integrazione con strumenti tradizionali
  • capacità di vedere velocmente gli screen altrui
  • Lavagne condivise (serie non quelle robette microscopiche spacciate per lavagne)

E’ seguita una demo con altri progettisti in SL che salutavano con la loro voce: molto cool. Dicono che loro i meeting li conducono in SL.

SL at OOPSLA 2007

One thought on “SL at OOPSLA 2007

  • 29 October 2007 at 16:48
    Permalink

    Devo dire che, pur non interessandomi 2L in sè come gioco o fenomeno di massa, è stato simpatico vedere la presentazione del linguaggio di scripting di 2L e lo speaker alzare e mettere le mani avanti per prevenire le domande del pubblico di fissati di progettazione OO. A loro detta il linguaggio di scripting di 2L ha tutto quello che un linguaggio non dovrebbe avere: globals, stile di nomenclatura metodi inconsistente, etc. Eppure non lo cambiano. Come mai? Semplice, funziona di bestia quando si tratta di eseguire script in parallelo nell’ordine delle 10K.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *