Jump to content

Love Zhaoying

Resident
  • Posts

    36,981
  • Joined

  • Last visited

  • Days Won

    185

Posts posted by Love Zhaoying

  1. 28 minutes ago, Rowan Amore said:

    It's generally information gathered to prove a hypothesis.   What I see is personal observation that proves nothing overall since I've not had the same experiences and neither has anyone I know.  We all have random people wandering into our parcels but none, whatsoever, have been at the level of harassment cited above.  None, nada.  

    One would need to observe vast amounts of data to call it "empirical data".  Otherwise, it's just one person's experience.  

    But, if one is the center of the universe, or the world revolves around them, or they interpret everything in the context of their own experience, then to them, the only reality is the one they observe!

     

    A2492AA6-A01B-48E9-BE9E-A905981D4EB8.jpeg

    • Thanks 1
  2. I don't see any benefit to using llDumpString2List() and llParseString2List() here, because you aren't working with anything but a "normal list". 

    I suppose you can't just do the below since llCSV2List() only results in a list of Strings, so llSetCameraParams() would not work (it expects the integers and floats)..?

    1) Write the original list settings to LSD after converting the list to CSV with llList2CSV(),

     llLinksetDataWrite(camName,llList2CSV(testCam)); //save parameters as linkset data

    2) Then read back the settings from LSD as a string in CSV format,

    string temp = llLinksetDataRead(camName);//get cam settings from data store

    3) and convert what you read back to a List with llCSV2List(),

    list tempCamSettings = llCSV2List(temp);

    4) then pass the list to llSetCameraParams()?

     llSetCameraParams(tempCamSettings);

    HOWEVER, you could use llList2Json() and llJson2List(), which SHOULD preserve the types so far as I know.

     1) Write the original list settings to LSD after converting the list to Json with llList2Json() - use JSON_ARRAY as the first parameter 

     llLinksetDataWrite(camName,llList2Json(JSON_ARRAY, testCam)); //save parameters as linkset data

    2) Then read back the settings from LSD as a string in Json format,

    string temp = llLinksetDataRead(camName);//get cam settings from data store

    3) and convert what you read back to a List with llJson2List(),

    list tempCamSettings = llCSV2List(temp);

    4) then pass the list to llSetCameraParams()?

     llSetCameraParams(tempCamSettings);

     

  3. 16 hours ago, Artorius Constantine said:

    "Empirical Evidence" is not the TOS nor is it in any way the official LL position. It's simply your opinion.

    I understood it ("Empirical Evidence") to mean their "actual experience".  

    However, I have low comprehension so, am often and chronically wrong!

    (Iz dum lyon)

    • Like 2
  4. 1 minute ago, diamond Marchant said:

    1. For me, the value of this thread was learning about how the "no see" privacy option really works.

    2. Griefers gonna grief. Am sorry that people get griefed.

    3. Mainland rules allow a resident to deploy banlines and orbs in their parcel.

    4. I trust Linden Lab Governance to ignore/dismiss frivolous ARs from griefers. I also trust them to deal with griefers.

    5. I sail, drive, and fly alot and do so in communities of like minded residents. We only wish to travel and have no intention of griefing or trespassing.

    6. Vehicle travelers are aided by visual cues that signal "do not enter here".

    7. It is my opinion that connected protected water is a good because it reduces the chance of encountering hazards to navigation.

    8. Because residents crash in Second Life while in vehicles, those vehicles may continue on and crash into structures or banlines. These are accidents.

    Hey, nice list!

  5. I have an older PC and totally gave up on wireless mice - which used to work but became mostly unusable over time, regardless of anything I tried.  (Probably drier conflicts and settings, and other devices interfering with the magic miceradio waves.)

    So, went to good old-fashioned wired mice / keyboard and had no problems since then.

    (Get off my lawn!)

  6. 5 hours ago, Scylla Rhiadra said:

    Ran across this in my reading last week. It resonated immediately in the context of SL.

    "Have you ever said no to one of the lords of creation? (Of course you have!) The result is a popular lecture for the next half hour from the angle of of psychoanalysis, with primary emphasis on that nice, handy word inhibitions. When that strategy comes to nothing, the man in his fine logical security concludes that you are either frigid or stupid. Usually both. The conclusion, which despite everything remains possible, that his nose perhaps does not appeal to you, has yet to be drawn." (Grete Ujhely, "A Call for Sexual Tolerance," Der Querschnitt, 1930)

    Plus ça change, plus c'est la même chose.

    Peeve: Thought maybe this was one of those, "I've got your nose!" games.

    https://en.m.wikipedia.org/wiki/I've_got_your_nose

  7. 12 hours ago, Skyler Pancake said:

    Also, be careful tagging Lindens. Apparently that in combination with other attempts to talk with Linden employees is considered annoying and a form of harassment, which can result in being banned.

    That does sound annoying! They could have been nicer about it. Good to know the protests didn't have anything to do with being banned.

    Thanks for the info!

    • Like 1
  8. 4 hours ago, diamond Marchant said:

    Isn't this evidence that the region is intended to be a demo? Isn't the game play the same on all the tables/slots? Won't tire kickers just switch to lower stakes when their chips run low? Or switch to another platform/app that has similar free games?

    Aren't the ATM machines simply a working demo of an ATM machine (didn't actually try one... do they work?)

    Will anyone pay for something that is free?

    Finally, why do we assume that this is intended for Second Life? Linden Lab could deploy Casinos on another grid.

    Yes

    Maybe

    Yes

    Good idea!

    Hmmm..could be..

    Great thoughts!!

     

    • Haha 1
×
×
  • Create New...