Difference between revisions of "User talk:Zero Linden"

From Second Life Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by 3 users not shown)
Line 4: Line 4:


If you have a handy copy of SILO still lying around, could you add it into the [[:Category:LSL Library]] [[User:Thraxis Epsilon|Thraxis Epsilon]] 09:57, 20 February 2007 (PST)
If you have a handy copy of SILO still lying around, could you add it into the [[:Category:LSL Library]] [[User:Thraxis Epsilon|Thraxis Epsilon]] 09:57, 20 February 2007 (PST)
-- Done. [[User:Zero Linden|Zero Linden]] 12:59, 27 February 2007 (PST)


==llHTTPRequest restrictions==
==llHTTPRequest restrictions==


I'm not sure if this is the right place to post a request, but I'll try it here.
OK, I've moved this text [[Discussion_Page_for_Zero_Linden%27s_Office_Hours| here]]. --[[User:Sifu Moraga|Sifu Moraga]] 12:13, 22 February 2007 (PST)


Because of the memory constraints of scripts and the memory leakage in dealing with strings, I have to store the objects I want to send via llHTTPRequest in notecards. Obviously, increasing the memory use of the scripts would have been one way of dealing with the situation
== making the transcripts more readable ==


However, it probably would be generically useful if we could send an entire notecard via llHTTPRequest, so that it bypasses the script's memory. It might also be useful to then have more flexible notecard handling, though for my purposes it has been sufficient so far (that might change). This could be made more generic by have blob objects that could be converted to textures or notecards as needed.
i've slapped up a little perl script to make the office hours transcripts more readable --- have applied it to the march 6 transcript, have a look at [[User_talk:Zero_Linden/Office_Hours/2007_Mar_06]]...feel free to use it (or not).
--[[User:Dr Scofield|Dr Scofield]] 02:07, 20 March 2007 (PDT)


Failing that, I had to implement a non-standard chunking method and a proxy server that took the non-standard chunks and put them back together again. Very annoying as it means that the server is now nonstandard and it's also not 100% reliable this way. I could have implemented my own standards-based chunking if I could have manipulated the HTTP headers. But that was also not possible.
Thanks!  When I get a chance I'll go back and do the older ones. For now, I've done the latest two.
[[User:Zero Linden|Zero Linden]] 15:56, 20 March 2007 (PDT)


So, if I had to choose between chunking functionality and sending notecards and/or blobs, I'd choose the latter. Give me an event driven XML parser and I'm in heaven.
just to let you know: it was pointed out to me that i needed clearance for that piece of "IP" (sigh); i've obtained the necessary management approval to put the script into the public domain back on march 23 and have updated the script. now, everything is in order again ;-) --[[User:Dr Scofield|Dr Scofield]] 03:45, 3 April 2007 (PDT)


--[[User:Sifu Moraga|Sifu Moraga]] 09:01, 22 February 2007 (PST)
== corrected the year for the Jan 2008 transcripts ==
Title says it all [[User:Saijanai Kuhn|Saijanai]] 03:01, 2 September 2008 (PDT)

Latest revision as of 03:01, 2 September 2008

Talk to me....

SILO

If you have a handy copy of SILO still lying around, could you add it into the Category:LSL Library Thraxis Epsilon 09:57, 20 February 2007 (PST)

-- Done. Zero Linden 12:59, 27 February 2007 (PST)

llHTTPRequest restrictions

OK, I've moved this text here. --Sifu Moraga 12:13, 22 February 2007 (PST)

making the transcripts more readable

i've slapped up a little perl script to make the office hours transcripts more readable --- have applied it to the march 6 transcript, have a look at User_talk:Zero_Linden/Office_Hours/2007_Mar_06...feel free to use it (or not). --Dr Scofield 02:07, 20 March 2007 (PDT)

Thanks! When I get a chance I'll go back and do the older ones. For now, I've done the latest two. Zero Linden 15:56, 20 March 2007 (PDT)

just to let you know: it was pointed out to me that i needed clearance for that piece of "IP" (sigh); i've obtained the necessary management approval to put the script into the public domain back on march 23 and have updated the script. now, everything is in order again ;-) --Dr Scofield 03:45, 3 April 2007 (PDT)

corrected the year for the Jan 2008 transcripts

Title says it all Saijanai 03:01, 2 September 2008 (PDT)