Difference between revisions of "User talk:Kireji Haiku"

From Second Life Wiki
Jump to navigation Jump to search
 
(29 intermediate revisions by 8 users not shown)
Line 1: Line 1:
== Examples ==
== Unnecessary Edits ==


It can't be said enough. Thank you for writing {{LSLGC|Needs Example|examples}}! -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 19:53, 3 October 2012 (PDT)
I'm with [[User:Omei Qunhua|Omei Qunhua]] as well, please refrain from reformatting my code to suit your needs or expectations. I write my scripts to take up as little lines as I see fit. If you do not like the formatting just change it when you copy the script to your computer for work and desist from making unnecessary changes to other peoples code. I as well will continue to undo formatting changes to my work as I see them. [[User:Tomos Halsey|Tomos Halsey]] 01:29, 26 April 2014 (PST)


You're welcome! -- '''[[User:Kireji Haiku|Kireji Haiku]]''' <sup><small>([[User talk:Kireji_Haiku|talk]]|[[Special:Contributions/Kireji_Haiku|contribs]])</small></sup> 14:53, 5 October 2012 (PDT)
Kindly desist from your inane paranoid obsession with a personal fad. Strife and I have discussed the purpose of edits and agree that edits should not unnecessarily change the style chosen by the example code originators. And don't split hairs with me about what constitutes "style". I will continue to revert unneeded edits back to what the originator intended. [[User:Omei Qunhua|Omei Qunhua]] 07:13, 31 December 2013 (PST)


== Warning! ==
I obviously have not explained myself simply or clearly enough. Let's try again. There have been thousands of scripts contributed to this Wiki, by hundreds if not thousands of contributors. There have apparently been a million scripts written in LSL and there are tens of thousands of scripts in public libraries. You, I believe, are almost alone among this vast horde of experience in insisting on PUBLIC_CHANNEL and ERROR_GENERIC, (float) FALSE etc. That places you a minuscule minority. You have NO RIGHT to impose your most exceptional view on the rest of us. I personally consider it OBSCENE that you dare to suggest my contributions are in error sufficiently to warrant you getting your sticky little fingers on them, just because I didn't adhere to a very individual quirk of yours in my otherwise totally correct script. What on earth do you think gives you this right? I am sure you are ABSOLUTELY convinced of the advantages of your preferences. By all means feel free to exercise your preferences in your own creations, and I will honour your right to write what you wish in your own creations, so long as they are accurate (i.e. compile and produce correct results). But that does not give you the right as one individual to impose your ways on thousands of the rest of us. The way to convince others is not to trample rough-shod over years of work by the dedicated majority. That only alienates you, certainly from me. I repeat, I will continue to try and ensure that the valid preferences of script originators are preserved. What's your excuse? [[User:Omei Qunhua|Omei Qunhua]] 09:43, 31 December 2013 (PST)


I like the idea of the [[Template:Warning|Warning]] boxes but I think "Warning" is a bit strong. Maybe "Pro Tip!" instead? This is also big change, so I've made a [http://www.sluniverse.com/php/vb/scripting/76940-warnings-advice-pro-tips.html thread about it on SL Universe]. -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 14:37, 5 October 2012 (PDT)
== JSON_APPEND and JSON_DELETE ==


:what about that yellow exclamation mark thing I saw being used on the KB pages? -- '''[[User:Kireji Haiku|Kireji Haiku]]''' <sup><small>([[User talk:Kireji_Haiku|talk]]|[[Special:Contributions/Kireji_Haiku|contribs]])</small></sup> 14:53, 5 October 2012 (PDT)
I can't get on right now to test this but what happens if you use [[JSON_APPEND]] with [[JSON_DELETE]]? If the world were a wonderful place it would delete the last value.
<lsl>llOwnerSay(llJsonSetValue("[0,1]", [JSON_APPEND], JSON_DELETE));</lsl>
--'''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 06:19, 4 October 2013 (PDT)


::Like the one in the [[Template:Hint|Hint]] examples? I think there may be several. I like the layout of [[Template:Warning|Warning]], just not the title text. I don't want to get in the way of progress so in the mean time lets use "[[Template:LSL Tip]]" which for now is a redirect to "[[Template:Warning]]" and then see where the thread goes. It gives us the option to redesign the layout later without having to edit every article. -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 15:47, 5 October 2012 (PDT)
:What do you think happens if it's NOT an array?
:<lsl>llOwnerSay(llJsonSetValue("{a:1}", [JSON_APPEND], JSON_DELETE));</lsl>
:-- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 06:23, 4 October 2013 (PDT)


:::What about KBcaution? Could use that one. -- '''[[User:Kireji Haiku|Kireji Haiku]]''' <sup><small>([[User talk:Kireji_Haiku|talk]]|[[Special:Contributions/Kireji_Haiku|contribs]])</small></sup> 03:23, 6 October 2012 (PDT)
::They both output [[JSON_INVALID]]. I'll erm... test and see if there's a better example script :P -- [[User:Kireji Haiku|Kireji Haiku]] 06:29, 4 October 2013 (PDT)


== Please DO NOT EDIT MY USER PAGES ==
:::JSON_DELETE I think is still only in RC. Thanks for looking into this. -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 06:32, 4 October 2013 (PDT)


If there's anything on any of my user pages you want to discuss, ASK!
:::I think I'll just make a feature suggestion for JSON_LAST so there is no ambiguity. -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 06:35, 4 October 2013 (PDT)


That's what talk pages are for >.<
::::I tested both on <code>LeTigre Sandbox 1</code> which runs <code>3.6.7.281331</code>. It seems that is before the one introducing [[JSON_DELETE]]. So yeah... will wait and see. I removed the example script for now. -- [[User:Kireji Haiku|Kireji Haiku]] 06:39, 4 October 2013 (PDT)


I will undo ALL your edits, and if I have to do it again I will be seriously pissed.
:::::<.< sorry for wasting your time. [[JSON_LAST]] = {{JIRA|BUG-4075}} -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 06:47, 4 October 2013 (PDT)


&nbsp;[[User:Fred_Gandt|'''<span style="font-family:arial;color:#055;font-size:16px;">f<i style="color:#0dd;font-size:10px;">red</i>g<i style="color:#0dd;font-size:10px;">andt</i></span>''']] 23:56, 1 November 2012 (PDT)
:::::Thanks for the useless link. I'd have taken a look, but no perms. So I'll just hope someone will react to that. Not that anybody would to then ones I report. Have a nice one ;) -- [[User:Kireji Haiku|Kireji Haiku]] 06:54, 4 October 2013 (PDT)


Fred, as I said a few days ago, no offence intended - neither expressed nor implied. You're making this something it never was nor should have been. I could not find any information on the editing guidelines for this wiki about user pages being off limits. Maybe I missed that info? And yes, I have read them before editing the wiki. It said something about the userpages being something like an expanded profile, but nothing about them being off limits to anybody else. That wouldn't be the point of a wiki anyway, right? As you said on Strife's page, wikipedia may have such rules. However this wiki does not and if said rules do apply here too, '''you or whoever feels that way should maybe make sure that the rules of this wiki are more clear to non-wikipedia users like me'''. This is the first time people start jumping me because of edits on their userpages. I've been editing pages of Kelly Linden for example before and nobody seemed to have a problem with that. I do not have any questions about your pages, I (still) have the impression that the scripts on your userpages could use an update. Not functionality wise, no - but readability wise. If you're not really keen on learning all type values of constants by heart, I still do believe that:
:::::: ^^; sorry -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 07:05, 4 October 2013 (PDT)
<lsl>
llSetLinkPrimitiveParamsFast(LINK_ROOT,
        [PRIM_PHANTOM, TRUE,
        PRIM_SIZE, <1.0, 1.0, 0.02>,
        PRIM_ROTATION, ZERO_ROTATION,
        PRIM_TYPE, PRIM_TYPE_BOX, PRIM_HOLE_DEFAULT, <0.0, 1.0, 0.0>, 0.0, ZERO_VECTOR, <0.95, 0.95, 0.0>, ZERO_VECTOR,
        PRIM_TEXTURE, ALL_SIDES, "5748decc-f629-461c-9a36-a35a221fe21f", <1.0, 1.0, 0.0>, ZERO_VECTOR, 0.0,
        PRIM_TEXTURE, 0, "ecf785e7-4cf6-9f95-6292-40061bdddeed", <0.7, 0.7, 0.0>, ZERO_VECTOR, 0.0,
        PRIM_COLOR, ALL_SIDES, <0.6745, 0.6745, 0.7255>, 1.0,
        PRIM_BUMP_SHINY, ALL_SIDES, PRIM_SHINY_HIGH, PRIM_BUMP_NONE,
        PRIM_BUMP_SHINY, 0, PRIM_SHINY_HIGH, PRIM_BUMP_BRIGHT,
        PRIM_FULLBRIGHT, ALL_SIDES, FALSE,
        PRIM_FULLBRIGHT, 0, TRUE,
        PRIM_FULLBRIGHT, 5, TRUE,
        PRIM_GLOW, ALL_SIDES, 0.012,
    PRIM_LINK_TARGET, 2,
        PRIM_POSITION, <0.0,0.0,0.01>,
        PRIM_SIZE, <0.16, 0.91, 0.91>,
        PRIM_ROTATION,<0.0, 0.707107, 0.0, 0.707107>,
        PRIM_TYPE, PRIM_TYPE_PRISM, PRIM_HOLE_DEFAULT, <0.0, 1.0, 0.0>, 0.0, ZERO_VECTOR, <0.5, 1.0, 0.0>,
        PRIM_TEXTURE, ALL_SIDES, "e97cf410-8e61-7005-ec06-629eba4cd1fb", <1.0, 1.0, 0.0>, ZERO_VECTOR, 0.0,
        PRIM_COLOR, ALL_SIDES, <1.0, 1.0, 1.0>, 1.0,
        PRIM_BUMP_SHINY, ALL_SIDES, PRIM_SHINY_MEDIUM, PRIM_BUMP_NONE]);
</lsl>
is a lot more readable and [http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882 cleaner code] than:
<lsl>
llSetLinkPrimitiveParamsFast(1, [
    5,1,7,<1.0, 1.0, 0.02>,
    8,<0.0, 0.0, 0.0, 1.0>,
    9,0,0,<0.0, 1.0, 0.0>,0.0,<0.0, 0.0, 0.0>,<0.95, 0.95, 0.0>,<0.0, 0.0, 0.0>,
    17,0,"ecf785e7-4cf6-9f95-6292-40061bdddeed",<0.7, 0.7, 0.0>,<0.0, 0.0, 0.0>,0.0,
    17,1,"5748decc-f629-461c-9a36-a35a221fe21f",<1.0, 1.0, 0.0>,<0.0, 0.0, 0.0>,0.0,
    17,2,"5748decc-f629-461c-9a36-a35a221fe21f",<1.0, 1.0, 0.0>,<0.0, 0.0, 0.0>,0.0,
    17,3,"5748decc-f629-461c-9a36-a35a221fe21f",<1.0, 1.0, 0.0>,<0.0, 0.0, 0.0>,0.0,
    17,4,"5748decc-f629-461c-9a36-a35a221fe21f",<1.0, 1.0, 0.0>,<0.0, 0.0, 0.0>,0.0,
    17,5,"5748decc-f629-461c-9a36-a35a221fe21f",<1.0, 1.0, 0.0>,<0.0, 0.0, 0.0>,0.0,
    18,-1,<0.6745, 0.6745, 0.7255>,1.0,
    19,0,3,1,
    19,1,3,0,
    19,2,3,0,
    19,3,3,0,
    19,4,3,0,
    19,5,3,0,
    20,0,1,
    20,1,0,
    20,2,0,
    20,3,0,
    20,4,0,
    20,5,1,
    25,-1,0.012]);
llSetLinkPrimitiveParamsFast(2, [
    6, <0.0,0.0,0.01>, 7,<0.16, 0.91, 0.91>,
    8,<0.0, 0.707107, 0.0, 0.707107>,
    9,3,0,<0.0, 1.0, 0.0>,0.0,<0.0, 0.0, 0.0>,<0.5, 1.0, 0.0>,
    17,-1,"e97cf410-8e61-7005-ec06-629eba4cd1fb",<1.0, 1.0, 0.0>,<0.0, 0.0, 0.0>,0.0,
    18,-1,<1.0, 1.0, 1.0>,1.0,
    19,-1,2,0]);
</lsl>
because constants '''actually mean''' something and it's easier to look up a constant's value than figuring out where which constant should have been in the first place, especially when code is not formatted. I don't understand why you don't leave edits like these which I made. If you don't want to be held responsible for the tipjar script edits, that's fine and I get it. But rolling back all edits no matter what just to prove a point is not helping anybody here. Neither me, nor you and especially not people who cannot script ... yet. I hope we can move on now? I'm tired of having to justify myself for edits I made on other people's pages, if nobody really cares about the edits anyway but about unwritten rules which are nowhere to be found. -- [[User:Kireji Haiku|Kireji Haiku]] 12:05, 5 November 2012 (PST)


== You removed my note to you ==
:::::::Nah, it's all good. I just don't like the way some of the Linden Lab staff reacts to user reports by first acknowledging bugs and then ignoring any help provided to actually get them fixed. Closing down the JIRA from the public doesn't help either. Anyhow, I'll stop rambling off-topic. Cya -- [[User:Kireji Haiku|Kireji Haiku]] 08:30, 4 October 2013 (PDT)


Previously I wrote here ''"Thanks for the fix to the recording tip jar script which I snagged off a different page of this wiki and had planned to fix like you just did!  However, do me a huge favor and don't change every com_channel "0" on my scripts examples to "PUBLIC_CHANNEL".  You are most likely correct that it is the "right" way to do it, however ALL_THOSE_CAPS scare the living daylights out of entry level scriptors which is who I'm trying to help with all the basic scripts and examples.  Most particularly please do not change the ones on my talk page or my sandbox, which are works in progress?  Thanks again for getting to the tipjar script before I did. [[User:Toady Nakamura|Toady Nakamura]] 12:07, 30 October 2012 (PDT)"''
:::::::: BUG-4075 is a feature request for a parameter "JSON_LAST" ;) --[[User:MartinRJ Fayray|MartinRJ Fayray]] 15:32, 18 October 2013 (PDT)
:Please note that I asked you not to edit my user pages.  You didn't reply so I came over to see if you were active, and I see now Fred Gandt asking you to not edit other people's user pages.  Also it is usually not done to remove correspondence from Wiki-talk pages without talking to the sender.  It makes it look like you're trying to hide a consistent pattern of behavior.  I'm sure you're an awesome scriptor, but it's not up to you to rearrange pages that people are using for various purposes - particularly without asking the page owner.  In case you didn't know, Wikiformat saves every change; you can erase these on your actual talk page, but they still show in the history - which cannot be changed. [[User:Toady Nakamura|Toady Nakamura]] 08:54, 4 November 2012 (PST)


::Hi, I removed your note. I didn't forget and would have gotten to my edits on your page. I assume it's all fixed now? I have a fulltime job and other things to take care of, I'm not that fast to react here. I'll do it eventually though whenever I find the time. I'm not hiding anything, I wanted the to move on, cause I'm not here for a fight. -- [[User:Kireji Haiku|Kireji Haiku]] 12:05, 5 November 2012 (PST)
== Vendor systems comparison ==


== Reversions explained ==
Hi.
I've tried to find the Titan vending system. It seems its no longer available. The SLURL ends in midair of a sim and you don't land at the vending center, as announced in the creators profile picks. Remove the system from the table?
--[[User:Mo Noel|Mo Noel]] 09:19, 25 November 2013 (PST)


Hi again: I had to revert the changes you made to my user pages.  Sorry, but you stripped off all the teaching notes and reversed the logic of one script.  The point of those pages is that they help students who are taking inworld LSL classes to have online references to things that are taught in the classes. I was notified that the pages no longer matched the notes by a confused student and it's wasted over an hour of my Sunday morning to revert and repair.  Recognizing there are many ways to script the exact same thing and that various scriptors have their own opinions which is best, I have appended your versions to the bottoms of the pages, as here [[User:Toady_Nakamura/Two_States_Light]] and here [[User:Toady_Nakamura/Touch_Toggle_Light]]. Now, for future... if you wish to rewrite other scripts on my user pages, would you be so kind to add them, instead of wiping out what is already there?  I have provided those two as format references to show how easy it is for you to add your contributions to the bottom instead of replacing with your version.  Also please do not use colored Warning or Tip boxes on my user pages.  I will remove any that I find.  If you want to decorate your own pages, please feel free, but please do not add images to mine.  In all the years I've edited this wiki and others it would never occur to me to make any change to a user's page other than their talk pages.  There's tons of work needed out in the actual commonspace of the Wiki itself.  Please don't change user page stuff.   [[User:Toady Nakamura|Toady Nakamura]] 09:54, 4 November 2012 (PST)
:Did you try contacting the creator? I personally wouldn't remove the system from the table as long as it still is working and people are using it. -- [[User:Kireji Haiku|Kireji Haiku]] 03:25, 8 December 2013 (PST)


:See the replies above. -- [[User:Kireji Haiku|Kireji Haiku]] 12:05, 5 November 2012 (PST)
== PUBLIC_CHANNEL vs Zero ==


== Entry level info discussion ==
Seeing as this topic hasn't settled down, it's time for the larger community to choose. I view their decision (even if it's Pie) as binding.
http://www.sluniverse.com/php/vb/scripting/91061-wiki-public_channel-vs-zero.html
-- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 00:15, 1 January 2014 (PST)


Greetings Kireji!  I have started a discussion on entry level info on SL wiki pages at Strife's talk page[https://wiki.secondlife.com/wiki/User_talk:Strife_Onizuka#Entry_level_information_on_LSL_wiki_pages]. Thank you for the page you sent me for reference, you are right, it was very helpful!  [[User:Toady Nakamura|Toady Nakamura]] 09:50, 7 December 2012 (PST)
All these attempts to hide the value of PUBLIC_CHANNEL need to stop. It's just spiteful Wiki editing. Any I find I'm reverting. [[User:Darien Caldwell|Darien Caldwell]] 16:11, 8 January 2014 (PST)


== Introduction Of Errors ==
== JSON /de pages ==


Kireji, I'm new to contributing to the Wiki, but I got here because a new scripter on a scripting group was confused that a sample you had corrupted (Gun Script) would not even compile. I then noticed a second sample edited by you (llAgentList) that would not even compile.  I corrected both, and you then had the temerity to edit the latter and introduce a bug, showing you didn't even bother to test your changes. I can see no excuse for such careless random editing. The first requirement for a contributor of worth is surely a meticulous care and attention to detail. I notice others complaining about your over-activity. Is it perhaps time to back off a bit? [[User:Omei Qunhua|Omei Qunhua]] 11:42, 9 December 2012 (PST)
Hello Kireji,
 
you somehow broke the "See also" section of two of the JSON /de pages I created (llList2Json/de, llJsonSetValue/de) in your last edits. I'm reverting them.
 
See: http://i.imgur.com/jLK8d0L.png
 
Please check the pages after changing something on them. --[[User:MartinRJ Fayray|MartinRJ Fayray]] 21:25, 11 January 2014 (PST)
 
== Mesage from Ana Imfinity ==
 
Hi!
Thanks for adding informations about [[Microsector]]! You are the FIRST person that added something on my Geographic pages. I appreciate that very much.
 
You made things more clear then I did. Only that I prefer the name 'sims' for 'regions', even if it is not correct, to avoid confusion with a 'region of a continent' or 'a map region'.
 
Be happy!
 
--[[User:Anaimfinity Resident|Rays of green light. Bright and proud to be a Circassian]] 07:47, 20 January 2014 (PST)
 
Fair enough, whatever works. -- '''[[User:Kireji_Haiku|Kireji Haiku]]''' <sup><small>([[User talk:Kireji_Haiku|talk]]|[[Special:Contributions/Kireji_Haiku|contribs]])</small></sup> 14:00, 20 January 2014 (PST)

Latest revision as of 13:29, 26 April 2014

Unnecessary Edits

I'm with Omei Qunhua as well, please refrain from reformatting my code to suit your needs or expectations. I write my scripts to take up as little lines as I see fit. If you do not like the formatting just change it when you copy the script to your computer for work and desist from making unnecessary changes to other peoples code. I as well will continue to undo formatting changes to my work as I see them. Tomos Halsey 01:29, 26 April 2014 (PST)

Kindly desist from your inane paranoid obsession with a personal fad. Strife and I have discussed the purpose of edits and agree that edits should not unnecessarily change the style chosen by the example code originators. And don't split hairs with me about what constitutes "style". I will continue to revert unneeded edits back to what the originator intended. Omei Qunhua 07:13, 31 December 2013 (PST)

I obviously have not explained myself simply or clearly enough. Let's try again. There have been thousands of scripts contributed to this Wiki, by hundreds if not thousands of contributors. There have apparently been a million scripts written in LSL and there are tens of thousands of scripts in public libraries. You, I believe, are almost alone among this vast horde of experience in insisting on PUBLIC_CHANNEL and ERROR_GENERIC, (float) FALSE etc. That places you a minuscule minority. You have NO RIGHT to impose your most exceptional view on the rest of us. I personally consider it OBSCENE that you dare to suggest my contributions are in error sufficiently to warrant you getting your sticky little fingers on them, just because I didn't adhere to a very individual quirk of yours in my otherwise totally correct script. What on earth do you think gives you this right? I am sure you are ABSOLUTELY convinced of the advantages of your preferences. By all means feel free to exercise your preferences in your own creations, and I will honour your right to write what you wish in your own creations, so long as they are accurate (i.e. compile and produce correct results). But that does not give you the right as one individual to impose your ways on thousands of the rest of us. The way to convince others is not to trample rough-shod over years of work by the dedicated majority. That only alienates you, certainly from me. I repeat, I will continue to try and ensure that the valid preferences of script originators are preserved. What's your excuse? Omei Qunhua 09:43, 31 December 2013 (PST)

JSON_APPEND and JSON_DELETE

I can't get on right now to test this but what happens if you use JSON_APPEND with JSON_DELETE? If the world were a wonderful place it would delete the last value. <lsl>llOwnerSay(llJsonSetValue("[0,1]", [JSON_APPEND], JSON_DELETE));</lsl> --Strife (talk|contribs) 06:19, 4 October 2013 (PDT)

What do you think happens if it's NOT an array?
<lsl>llOwnerSay(llJsonSetValue("{a:1}", [JSON_APPEND], JSON_DELETE));</lsl>
-- Strife (talk|contribs) 06:23, 4 October 2013 (PDT)
They both output JSON_INVALID. I'll erm... test and see if there's a better example script :P -- Kireji Haiku 06:29, 4 October 2013 (PDT)
JSON_DELETE I think is still only in RC. Thanks for looking into this. -- Strife (talk|contribs) 06:32, 4 October 2013 (PDT)
I think I'll just make a feature suggestion for JSON_LAST so there is no ambiguity. -- Strife (talk|contribs) 06:35, 4 October 2013 (PDT)
I tested both on LeTigre Sandbox 1 which runs 3.6.7.281331. It seems that is before the one introducing JSON_DELETE. So yeah... will wait and see. I removed the example script for now. -- Kireji Haiku 06:39, 4 October 2013 (PDT)
<.< sorry for wasting your time. JSON_LAST = BUG-4075 -- Strife (talk|contribs) 06:47, 4 October 2013 (PDT)
Thanks for the useless link. I'd have taken a look, but no perms. So I'll just hope someone will react to that. Not that anybody would to then ones I report. Have a nice one ;) -- Kireji Haiku 06:54, 4 October 2013 (PDT)
^^; sorry -- Strife (talk|contribs) 07:05, 4 October 2013 (PDT)
Nah, it's all good. I just don't like the way some of the Linden Lab staff reacts to user reports by first acknowledging bugs and then ignoring any help provided to actually get them fixed. Closing down the JIRA from the public doesn't help either. Anyhow, I'll stop rambling off-topic. Cya -- Kireji Haiku 08:30, 4 October 2013 (PDT)
BUG-4075 is a feature request for a parameter "JSON_LAST" ;) --MartinRJ Fayray 15:32, 18 October 2013 (PDT)

Vendor systems comparison

Hi. I've tried to find the Titan vending system. It seems its no longer available. The SLURL ends in midair of a sim and you don't land at the vending center, as announced in the creators profile picks. Remove the system from the table? --Mo Noel 09:19, 25 November 2013 (PST)

Did you try contacting the creator? I personally wouldn't remove the system from the table as long as it still is working and people are using it. -- Kireji Haiku 03:25, 8 December 2013 (PST)

PUBLIC_CHANNEL vs Zero

Seeing as this topic hasn't settled down, it's time for the larger community to choose. I view their decision (even if it's Pie) as binding. http://www.sluniverse.com/php/vb/scripting/91061-wiki-public_channel-vs-zero.html -- Strife (talk|contribs) 00:15, 1 January 2014 (PST)

All these attempts to hide the value of PUBLIC_CHANNEL need to stop. It's just spiteful Wiki editing. Any I find I'm reverting. Darien Caldwell 16:11, 8 January 2014 (PST)

JSON /de pages

Hello Kireji,

you somehow broke the "See also" section of two of the JSON /de pages I created (llList2Json/de, llJsonSetValue/de) in your last edits. I'm reverting them.

See: http://i.imgur.com/jLK8d0L.png

Please check the pages after changing something on them. --MartinRJ Fayray 21:25, 11 January 2014 (PST)

Mesage from Ana Imfinity

Hi! Thanks for adding informations about Microsector! You are the FIRST person that added something on my Geographic pages. I appreciate that very much.

You made things more clear then I did. Only that I prefer the name 'sims' for 'regions', even if it is not correct, to avoid confusion with a 'region of a continent' or 'a map region'.

Be happy!

--Rays of green light. Bright and proud to be a Circassian 07:47, 20 January 2014 (PST)

Fair enough, whatever works. -- Kireji Haiku (talk|contribs) 14:00, 20 January 2014 (PST)