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

From Second Life Wiki
Jump to navigation Jump to search
m
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
Please feel free to leave comments about how we could improve FFHUD code.
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 ==
== 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)


I'm not sure about these legal issues. Maybe I should stop publishing FFHUD code, put disclaimers/warning messages (what to write in them?), change the HUD default behaviour...I don't know. Any constructive comment is welcome!
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.


* with FFHUD you publish a post on FriendFeed that includes an URL to images from the Second Life Search. '''FriendFeed retrieves and hosts a copy of that image and shows it in your post.'''
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)
** Profile images appear on the Second Life Search website according to residents' and groups' privacy settings: they don't get re-published on FriendFeed if residents are hiding their profile.
** I think that re-publishing a low-sized image + providing credits and context is common practice on the internet. One could do this with the FriendFeed web interface, and I don't think that this would raise any legal issue. Not sure about the precise legal status, though. --[[User:Opensource Obscure|oobscure]] 18:25, 13 June 2008 (PDT)


* '''FFHUD privately shows via llSetTexture the profile image of the parcel owner. Usually you wouldn't have access to those textures''' - you only could see them in the Search/Profile/Group floating windows.
== Changelog ==
** According to http://lslwiki.net/lslwiki/wakka.php?wakka=LibraryDisplayProfilePic this maybe a violation of ToS.
 
* 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