Difference between revisions of "User talk:Opensource Obscure/FFHUD"

From Second Life Wiki
Jump to navigation Jump to search
(New page: * http://lslwiki.net/lslwiki/wakka.php?wakka=LibraryDisplayProfilePic)
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* http://lslwiki.net/lslwiki/wakka.php?wakka=LibraryDisplayProfilePic
== Bad Code ==
 
I didn't code before using LSL. FFHUD scripts should probably be rewritten from scratch by someone that knows how to do it. <BR>
Please feel free to leave comments about how we could improve FFHUD code.
 
: Not really sure about the rest of the HUD, but I wanted to add that you can do strReplace() a lot more simply:<lsl>string strReplace(string source, string pattern, string replace) {
    return llDumpList2String(llParseStringKeepNulls((source = "") + source, [pattern], replace);
}</lsl>Is a lot faster and uses a ton less memory<br/>-- '''[[User:Haravikk_Mistral|Haravikk]]''' <sup><small>([[User_talk:Haravikk_Mistral|talk]]|[[Special:Contributions/Haravikk_Mistral|contribs]])</small></sup> 23:29, 2 October 2010 (UTC)
 
== ToS issues ==
 
None. FFHUD distribution and use is OK. I asked advice to Zara Linden at G-Team Office Hours about publishing residents profile images on 3rd party websites --oobscure 14:54, 27 August 2008 (PDT)
 
If one publishes on his/her web blog the profile image of another Second Life resident, even without his authorization, s/he doesn't violate Community Standards nor Terms of Service. This is true even if he/she updates his/her blog via LSL scripted objects. LL doesn't monitor 3rd party websites, in FFHUD scenario the blog itself is hosted elsewhere and LL doesn't have authority over that server.
 
See also [https://lists.secondlife.com/pipermail/secondlifescripters/2009-March/004340.html this email by Soft Linden] about the inworld use of profile images by using their UUIDs (and about retrieving UUIDs from world.secondlife.com webpages)
 
== Changelog ==
 
* 0.7.3 cosmetics, dogfooding

Latest revision as of 16:30, 2 October 2010

Bad Code

I didn't code before using LSL. FFHUD scripts should probably be rewritten from scratch by someone that knows how to do it.
Please feel free to leave comments about how we could improve FFHUD code.

Not really sure about the rest of the HUD, but I wanted to add that you can do strReplace() a lot more simply:<lsl>string strReplace(string source, string pattern, string replace) {
   return llDumpList2String(llParseStringKeepNulls((source = "") + source, [pattern], replace);

}</lsl>Is a lot faster and uses a ton less memory
-- Haravikk (talk|contribs) 23:29, 2 October 2010 (UTC)

ToS issues

None. FFHUD distribution and use is OK. I asked advice to Zara Linden at G-Team Office Hours about publishing residents profile images on 3rd party websites --oobscure 14:54, 27 August 2008 (PDT)

If one publishes on his/her web blog the profile image of another Second Life resident, even without his authorization, s/he doesn't violate Community Standards nor Terms of Service. This is true even if he/she updates his/her blog via LSL scripted objects. LL doesn't monitor 3rd party websites, in FFHUD scenario the blog itself is hosted elsewhere and LL doesn't have authority over that server.

See also this email by Soft Linden about the inworld use of profile images by using their UUIDs (and about retrieving UUIDs from world.secondlife.com webpages)

Changelog

  • 0.7.3 cosmetics, dogfooding