<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: secondlife</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/secondlife.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2022-12-24T23:57:21+00:00</updated><author><name>Simon Willison</name></author><entry><title>Detailed comment on HN describing how Second Life works these days</title><link href="https://simonwillison.net/2022/Dec/24/second-life/#atom-tag" rel="alternate"/><published>2022-12-24T23:57:21+00:00</published><updated>2022-12-24T23:57:21+00:00</updated><id>https://simonwillison.net/2022/Dec/24/second-life/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://news.ycombinator.com/item?id=34120363"&gt;Detailed comment on HN describing how Second Life works these days&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
“There are about 27,500 live regions today, each with its own simulator program, always on even if nobody is using it. Each simulator program takes about one CPU and under 4GB on a server.”


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/secondlife"&gt;secondlife&lt;/a&gt;&lt;/p&gt;



</summary><category term="secondlife"/></entry><entry><title>SecondLife rolls out Mono-powered servers</title><link href="https://simonwillison.net/2008/Aug/21/secondlife/#atom-tag" rel="alternate"/><published>2008-08-21T09:45:13+00:00</published><updated>2008-08-21T09:45:13+00:00</updated><id>https://simonwillison.net/2008/Aug/21/secondlife/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://tirania.org/blog/archive/2008/Aug-20-2.html"&gt;SecondLife rolls out Mono-powered servers&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Most of the work on this was done in Linden Lab’s Brighton UK office. If you’re interested in Mono and want to live in Brighton, they’re hiring!


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/brighton"&gt;brighton&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/jimpurbrick"&gt;jimpurbrick&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/lindenlab"&gt;lindenlab&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/miguel-de-icaza"&gt;miguel-de-icaza&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mono"&gt;mono&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/secondlife"&gt;secondlife&lt;/a&gt;&lt;/p&gt;



</summary><category term="brighton"/><category term="jimpurbrick"/><category term="lindenlab"/><category term="miguel-de-icaza"/><category term="mono"/><category term="secondlife"/></entry><entry><title>A Toy Chat Server with Eventlet and Mulib</title><link href="https://simonwillison.net/2008/Mar/21/evilchuck/#atom-tag" rel="alternate"/><published>2008-03-21T03:28:36+00:00</published><updated>2008-03-21T03:28:36+00:00</updated><id>https://simonwillison.net/2008/Mar/21/evilchuck/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.evilchuck.com/2008/02/toy-chat-server-with-eventlet-and-mulib.html"&gt;A Toy Chat Server with Eventlet and Mulib&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Eventlet (the Python non-blocking IO library originally written for Second Life) is ideally suited to building Comet servers; Chuck Thier demonstrates a simple chat server in a small amount of code.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="http://wiki.secondlife.com/wiki/Mulib/Examples"&gt;Second Life Wiki&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/chuckthier"&gt;chuckthier&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/comet"&gt;comet&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/eventlet"&gt;eventlet&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/lindenlab"&gt;lindenlab&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mulib"&gt;mulib&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/secondlife"&gt;secondlife&lt;/a&gt;&lt;/p&gt;



</summary><category term="chuckthier"/><category term="comet"/><category term="eventlet"/><category term="lindenlab"/><category term="mulib"/><category term="python"/><category term="secondlife"/></entry><entry><title>Mono Beta Launch - Official Linden Blog</title><link href="https://simonwillison.net/2008/Jan/30/mono/#atom-tag" rel="alternate"/><published>2008-01-30T02:19:23+00:00</published><updated>2008-01-30T02:19:23+00:00</updated><id>https://simonwillison.net/2008/Jan/30/mono/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blog.secondlife.com/2008/01/29/mono-beta-launch/"&gt;Mono Beta Launch - Official Linden Blog&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
The Mono VM is now in public beta testing running LSL scripts in Second Life. The first step on the road to IronPython support?


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ironpython"&gt;ironpython&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/lindenlab"&gt;lindenlab&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/lsl"&gt;lsl&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mono"&gt;mono&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/secondlife"&gt;secondlife&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/virtualmachines"&gt;virtualmachines&lt;/a&gt;&lt;/p&gt;



</summary><category term="ironpython"/><category term="lindenlab"/><category term="lsl"/><category term="mono"/><category term="python"/><category term="secondlife"/><category term="virtualmachines"/></entry><entry><title>Eventlet - Second Life Wiki</title><link href="https://simonwillison.net/2007/Nov/26/eventlet/#atom-tag" rel="alternate"/><published>2007-11-26T15:21:02+00:00</published><updated>2007-11-26T15:21:02+00:00</updated><id>https://simonwillison.net/2007/Nov/26/eventlet/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://wiki.secondlife.com/wiki/Eventlet"&gt;Eventlet - Second Life Wiki&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Seriously powerful non-blocking IO library for Python, currently maintained by Linden Lab as part of the server architecture used for Second Life.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/eventlet"&gt;eventlet&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/io"&gt;io&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/lindenlab"&gt;lindenlab&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/secondlife"&gt;secondlife&lt;/a&gt;&lt;/p&gt;



</summary><category term="eventlet"/><category term="io"/><category term="lindenlab"/><category term="python"/><category term="secondlife"/></entry><entry><title>Debunking 5 Business Myths about Second Life</title><link href="https://simonwillison.net/2007/Jul/12/gigaom/#atom-tag" rel="alternate"/><published>2007-07-12T22:47:43+00:00</published><updated>2007-07-12T22:47:43+00:00</updated><id>https://simonwillison.net/2007/Jul/12/gigaom/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://gigaom.com/2007/07/12/debunking-5-business-myths-about-second-life/"&gt;Debunking 5 Business Myths about Second Life&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Around half a million active monthly users, marketing islands make up just 6% of revenue, only 18% of the world is designated “mature”.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/myths"&gt;myths&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/secondlife"&gt;secondlife&lt;/a&gt;&lt;/p&gt;



</summary><category term="myths"/><category term="secondlife"/></entry><entry><title>Croquet</title><link href="https://simonwillison.net/2007/Jun/10/croquet/#atom-tag" rel="alternate"/><published>2007-06-10T10:50:07+00:00</published><updated>2007-06-10T10:50:07+00:00</updated><id>https://simonwillison.net/2007/Jun/10/croquet/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.croquetconsortium.org/"&gt;Croquet&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Open-source collaborative virtual world environment built on top of Squeak, a bit like a decentralised version of Second Life.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/croquet"&gt;croquet&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/open-source"&gt;open-source&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/secondlife"&gt;secondlife&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/smalltalk"&gt;smalltalk&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/squeak"&gt;squeak&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/virtualworld"&gt;virtualworld&lt;/a&gt;&lt;/p&gt;



</summary><category term="croquet"/><category term="open-source"/><category term="secondlife"/><category term="smalltalk"/><category term="squeak"/><category term="virtualworld"/></entry><entry><title>Fabjectory</title><link href="https://simonwillison.net/2007/Apr/17/fabjectory/#atom-tag" rel="alternate"/><published>2007-04-17T17:55:16+00:00</published><updated>2007-04-17T17:55:16+00:00</updated><id>https://simonwillison.net/2007/Apr/17/fabjectory/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.fabjectory.com/"&gt;Fabjectory&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
3D printing company that can print out your Second Life avatar or Nintendo Mii.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/3dprinting"&gt;3dprinting&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/avatar"&gt;avatar&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/fabjectory"&gt;fabjectory&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mii"&gt;mii&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/nintendowii"&gt;nintendowii&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/secondlife"&gt;secondlife&lt;/a&gt;&lt;/p&gt;



</summary><category term="3dprinting"/><category term="avatar"/><category term="fabjectory"/><category term="mii"/><category term="nintendowii"/><category term="secondlife"/></entry><entry><title>The Second Life Viewer is now open-source</title><link href="https://simonwillison.net/2007/Jan/8/second/#atom-tag" rel="alternate"/><published>2007-01-08T18:47:57+00:00</published><updated>2007-01-08T18:47:57+00:00</updated><id>https://simonwillison.net/2007/Jan/8/second/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://secondlife.com/developers/opensource/faq"&gt;The Second Life Viewer is now open-source&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I’d heard that the biggest barrier to this was the need to protect the SL economy from malicious disruption. The FAQ is fascinating, and a real tribute to open-source principles. 

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="http://www.jacobian.org/reading/"&gt;jacobian.org&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/open-source"&gt;open-source&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/secondlife"&gt;secondlife&lt;/a&gt;&lt;/p&gt;



</summary><category term="open-source"/><category term="secondlife"/></entry><entry><title>CNET interviewer assaulted by flying wang</title><link href="https://simonwillison.net/2006/Dec/21/wang/#atom-tag" rel="alternate"/><published>2006-12-21T10:36:26+00:00</published><updated>2006-12-21T10:36:26+00:00</updated><id>https://simonwillison.net/2006/Dec/21/wang/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.theregister.co.uk/2006/12/20/sadville_flyers/"&gt;CNET interviewer assaulted by flying wang&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Aah, Second Life. Never a dull moment.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/cnet"&gt;cnet&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/secondlife"&gt;secondlife&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/wang"&gt;wang&lt;/a&gt;&lt;/p&gt;



</summary><category term="cnet"/><category term="secondlife"/><category term="wang"/></entry></feed>