Jump to content

January 25th, 2022. The 20th Rez Day of the Humble Prim


Perrie Juran
 Share

You are about to reply to a thread that has been inactive for 818 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

3 hours ago, Perrie Juran said:

And here is another tidbit:

UUID "00000000-0000-0000-0000-000000000001" is used in SL.

It is a sound.

A starter's pistol shot.

It commemorated the launch of the world.

 

And I'll try to be around more often but making no promises.

//Will preload a sound when rezzed, then play it when 'touched'.
string sound = "00000000-0000-0000-0000-000000000001";//sound in inventory or UUID of a sound.
 
default
{
    on_rez(integer start_param)
    {
        llSetText("Preloading....",<1,0,0>,1);
        llPreloadSound(sound);
        llSetText("",<1,1,1>,1);
    }
    touch_start(integer num_detected)
    {
        llPlaySound(sound, 1.0);
    }
}

Works great!

Link to comment
Share on other sites

Hello all :)

I thought I would share a photo of a very unique occasion in SL history....

379454496_DaBoomOldestPrim20Prim25Jan2022.thumb.png.288f1aeba29ab4804a8c33df2b7d06fd.png

This is a very historic and famous corner of Da Boom region, the oldest sim region and centrepoint of the Second Life grid.

Today at precisely 8:46:40pm SLT, I created a brand new prim on top of the Oldest Known Prim - which was originally created at 8:46:40pm SLT on 25th January 2002.

The 2 prims are exactly 20 years of age apart.  I will call my newer prim the +20 Prim !

 

1080452632_DaBoomOldestPrim20Prim25Jan20222.thumb.png.47c288ca848673b59144fdc644780b6f.png

Top prim: +20 Prim.  Lower prim: Oldest Known Prim.  Location: Da Boom (0,0 corner). Date: 25th January 2022 :)

 

Edited by SarahKB7 Koskinen
  • Like 6
Link to comment
Share on other sites

Welcome back, Perrie! I was thinking about you only a few days ago, wondering where you were hiding and if you were doing fine! :)

 

11 hours ago, Perrie Juran said:

It All Starts with a Prim

Let's not forget Avi Bar-Zeev! He is better known for his later achievements in 3D and virtual reality of course but he started at Linden Lab where he was put in charge of developing an in-world building system. The result was the allmighty prim! There are lots of avis in Second Life but only one Avi.

Edited by ChinRey
  • Like 2
Link to comment
Share on other sites

18 hours ago, SarahKB7 Koskinen said:

Hello all :)

I thought I would share a photo of a very unique occasion in SL history....

379454496_DaBoomOldestPrim20Prim25Jan2022.thumb.png.288f1aeba29ab4804a8c33df2b7d06fd.png

This is a very historic and famous corner of Da Boom region, the oldest sim region and centrepoint of the Second Life grid.

Today at precisely 8:46:40pm SLT, I created a brand new prim on top of the Oldest Known Prim - which was originally created at 8:46:40pm SLT on 25th January 2002.

The 2 prims are exactly 20 years of age apart.  I will call my newer prim the +20 Prim !

 

1080452632_DaBoomOldestPrim20Prim25Jan20222.thumb.png.47c288ca848673b59144fdc644780b6f.png

Top prim: +20 Prim.  Lower prim: Oldest Known Prim.  Location: Da Boom (0,0 corner). Date: 25th January 2022 :)

 

Can you post the SLURL for this please?  TYVM!

There is also another copy of that prim here:  http://maps.secondlife.com/secondlife/Welsh/218/204/25

And Erwin's little museum on that parcel has some other fascinating items such as a copy of the first prim dog.  Also there is a slide show of the parade at the SL1B celebration.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 818 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...