*Sindy* Even if they have no fingers, they should still be able to count to five(at least the males) 


These forums are CLOSED. Please visit the new forums HERE
Wiki Wiki Wiki |
|
Sindy Tsure
Will script for shoes
Join date: 18 Sep 2006
Posts: 4,103
|
05-03-2009 19:47
*Sindy* Even if they have no fingers, they should still be able to count to five(at least the males) ![]() ![]() _____________________
Sick of sims locking up every time somebody TPs in? Vote for SVC-3895!!!
- Go here: https://jira.secondlife.com/browse/SVC-3895 - If you see "if you were logged in.." on the left, click it and log in - Click the "Vote for it" link on the left |
Void Singer
Int vSelf = Sing(void);
![]() Join date: 24 Sep 2005
Posts: 6,973
|
05-03-2009 21:06
I think leaving also to also functions etc would make sense... we just need to add those links for similar and related functions etc into there... which is a manual add thing unfortunately.
_____________________
|
| . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - |
Strife Onizuka
Moonchild
![]() Join date: 3 Mar 2004
Posts: 5,887
|
05-03-2009 22:47
I've been pounding away at the layout to fit stuff in... give it a look:
https://wiki.secondlife.com/wiki/User:Strife_Onizuka/LSL_Style Here are the changes I've put in it: *Caveats has been renamed to "Be Aware" *Active bugs list in the "Be Aware" section *Examples, Snippets and Notes each have a More Articles list. *Renamed the top section from Description to Summary (only shows this name in the TOC) *JIRA bug and issue searches, link on the right of the section title line (assuming you browser supports inline-block). * Prerequisite tutorial(s) It doesn't have any of the controversial stuff, I haven't figured out a way to do that. _____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey |
Chaz Longstaff
Registered User
Join date: 11 Oct 2006
Posts: 685
|
05-03-2009 23:03
I've been pounding away at the layout to fit stuff in... give it a look: https://wiki.secondlife.com/wiki/User:Strife_Onizuka/LSL_Style Here are the changes I've put in it: *Caveats has been renamed to "Be Aware" *Active bugs list in the "Be Aware" section *Examples, Snippets and Notes each have a More Articles list. *Renamed the top section from Description to Summary (only shows this name in the TOC) *JIRA bug and issue searches, link on the right of the section title line (assuming you browser supports inline-block). It doesn't have any of the controversial stuff, I haven't figured out a way to do that. *very kewl* feature at the top -- Prerequisite Tutorials: LSL 101: The Wikibook @ Chapter 3 very, very kewl. _____________________
Thread attempting to compile a list of which animations are freebies, and which are not:
http://forums.secondlife.com/showthread.php?t=265609 |
Strife Onizuka
Moonchild
![]() Join date: 3 Mar 2004
Posts: 5,887
|
05-03-2009 23:09
I'm not actually happy with the style of the box... same with the LSL Header. The Help Portal Header is so cool it makes the LSL Portal header look lame.
But I don't have any ideas on how to make it better... I'd like to add some style to all of the boxes, make it snazzy. _____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey |
Void Singer
Int vSelf = Sing(void);
![]() Join date: 24 Sep 2005
Posts: 6,973
|
05-03-2009 23:12
in that format, what exactly is going into the notes section? also did you mean to reproduce jira stuff in the deep notes?
(actually feature suggestions is a neat thing to put there, though I'm not sure how populous we can make that considering most if not all of those will have to be added by hand.) also exactly what is going into specs? will that be a further breakdown of it's parts (like for extended function such as set prim params?) OOC what is complexity? (and can we later extend that micro list to include byte size? assuming that doesn't change by context, haven't tested that far yet)) _____________________
|
| . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - |
Strife Onizuka
Moonchild
![]() Join date: 3 Mar 2004
Posts: 5,887
|
05-03-2009 23:52
in that format, what exactly is going into the notes section? also did you mean to reproduce jira stuff in the deep notes? (actually feature suggestions is a neat thing to put there, though I'm not sure how populous we can make that considering most if not all of those will have to be added by hand.) also exactly what is going into specs? will that be a further breakdown of it's parts (like for extended function such as set prim params?) OOC what is complexity? (and can we later extend that micro list to include byte size? assuming that doesn't change by context, haven't tested that far yet)) Take a look at: https://wiki.secondlife.com/wiki/llEmail It should answer some of your questions... I hope. It's not a duplication... well I haven't quite decided on that really. The table in "Be Aware" is only going to contain open bugs. The table in Deep Notes can contain active and closed bugs and feature suggestion. If the list gets too long we'll just trim them off. Spec is an already existing section, most articles don't make use of it. It's more technical than notes but too long to fit in Summary. Here is another example of the Spec section in action: https://wiki.secondlife.com/wiki/llList2String complexity? It's an optional like Spec, if you don't supply it it disappears. It's not a new feature. Take a function like llListSort. A coder might want to know how long it's going to take, llListSort is O(N^2). As it turns out, there isn't reliable information for most of the functions. When it was added we were still dealing with LSO and it turned out that LSO was slower then the functions. As to adding byte size? Not all that useful. All function calls are pretty much equivalent. The only real difference comes from parameters... which goes without saying. Additionally, that should really be noted in the LSO/Mono note subsections of Deep Notes because it depends upon the VM. Another good article: https://wiki.secondlife.com/wiki/llListSort _____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey |
ab Vanmoer
Registered User
Join date: 28 Nov 2006
Posts: 131
|
05-04-2009 01:01
* Rename Caveats to "Be Aware" |
Chaz Longstaff
Registered User
Join date: 11 Oct 2006
Posts: 685
|
05-04-2009 01:31
Caveat really was the right word, "Be Aware" is just a clumsy phrase that means something similar. so I don't really understand the rational for changing it. "Prefer the Saxon word to the Romance." -- H.W. Fowler (1858–1933). The King’s English, 2nd ed. 1908. Chapter I. Vocabulary. Section 5. _____________________
Thread attempting to compile a list of which animations are freebies, and which are not:
http://forums.secondlife.com/showthread.php?t=265609 |
Strife Onizuka
Moonchild
![]() Join date: 3 Mar 2004
Posts: 5,887
|
05-04-2009 01:59
"Be Aware" doesn't really have the same shape in my mind. I prefer Caveat myself. That one may just get pushed onto the back burner. Caveat is something that is enigmatic to people without an education in Latin, which is good, they may actually read the section and decide that it is important for them. So often we ignore warnings... if we dress them up maybe they won't. But I'm just rambling now. There wasn't enough push for the change anyhow I thought I'd just try it out.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey |
Prajna Vella
Registered User
Join date: 27 May 2008
Posts: 59
|
05-04-2009 02:04
Caveat really was the right word, "Be Aware" is just a clumsy phrase that means something similar. so I don't really understand the rational for changing it. I can't understand what is wrong with caveat either. Is it just because people can't pronounce it? It is three syllables (cav e at) and should rhyme with have me cat. It seemed most appropriate to me. Are you saying you are depreciating the See Also section? I find it most useful to see a list of related or similar functions. |
Strife Onizuka
Moonchild
![]() Join date: 3 Mar 2004
Posts: 5,887
|
05-04-2009 03:03
I can't understand what is wrong with caveat either. Is it just because people can't pronounce it? It is three syllables (cav e at) and should rhyme with have me cat. It seemed most appropriate to me. Are you saying you are depreciating the See Also section? I find it most useful to see a list of related or similar functions. Was just a thought that occurred to the brain of someone who had been up for too many hours. The See Also section is here to stay... but might be renamed "Related" if people like that instead. _____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey |
Prajna Vella
Registered User
Join date: 27 May 2008
Posts: 59
|
05-04-2009 04:24
Was just a thought that occurred to the brain of someone who had been up for too many hours. The See Also section is here to stay... but might be renamed "Related" if people like that instead. I think you have been up too many hours, Strife ![]() |
Void Singer
Int vSelf = Sing(void);
![]() Join date: 24 Sep 2005
Posts: 6,973
|
05-04-2009 09:47
warning might also be feasible ( the argument against caveat is that it's mostly only found in academia and corporate circles, not familiar to the general populous). gotchas, potential problems, quirks, and several other words are more accessible to a wider audience.
@Format stuff: thanks for the clarification =) _____________________
|
| . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - |
Argent Stonecutter
Emergency Mustelid
![]() Join date: 20 Sep 2005
Posts: 20,263
|
05-04-2009 10:08
"Be Aware" doesn't really have the same shape in my mind. _____________________
Argent Stonecutter - http://globalcausalityviolation.blogspot.com/
"And now I'm going to show you something really cool." Skyhook Station - http://xrl.us/skyhook23 Coonspiracy Store - http://xrl.us/coonstore |
Lazink Maeterlinck
Registered User
Join date: 8 Nov 2005
Posts: 332
|
05-04-2009 10:50
"Be Aware" doesn't really have the same shape in my mind. Thesaurus lookup, Caveat: admonition, alarm, caution, commonition, forewarning, monition, sign Forewarnings may be the best word if you want a direct synonym. |
Meade Paravane
Hedgehog
![]() Join date: 21 Nov 2006
Posts: 4,845
|
05-04-2009 10:52
I think 'caveat' is pretty industry-standard for this sorta thing.. Consider me a vote for leaving it as that.
Maybe somebody working on the tutorial/wikibook bits can add a mention of what caveat usually means in this context? _____________________
Tired of shouting clubs and lucky chairs? Vote for llParcelSay!!!
- Go here: http://jira.secondlife.com/browse/SVC-1224 - If you see "if you were logged in.." on the left, click it and log in - Click the "Vote for it" link on the left |
Argent Stonecutter
Emergency Mustelid
![]() Join date: 20 Sep 2005
Posts: 20,263
|
05-04-2009 10:58
"Be Aware" doesn't really have the same shape in my mind. Thesaurus lookup, Caveat: admonition, alarm, caution, commonition, forewarning, monition, sign _____________________
Argent Stonecutter - http://globalcausalityviolation.blogspot.com/
"And now I'm going to show you something really cool." Skyhook Station - http://xrl.us/skyhook23 Coonspiracy Store - http://xrl.us/coonstore |
Void Singer
Int vSelf = Sing(void);
![]() Join date: 24 Sep 2005
Posts: 6,973
|
05-04-2009 11:03
Caution is good. just the word I was looking for _____________________
|
| . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - |
Prajna Vella
Registered User
Join date: 27 May 2008
Posts: 59
|
05-04-2009 11:15
warning might also be feasible ( the argument against caveat is that it's mostly only found in academia and corporate circles, not familiar to the general populous). gotchas, potential problems, quirks, and several other words are more accessible to a wider audience. thanks for the clarification =) ![]() Arrgh.. please not "admonition, alarm, commonition, forewarning, monition or sign" ![]() Caution is good. Thanks Argent |
Eren Padar
Registered User
Join date: 14 Sep 2005
Posts: 94
|
05-04-2009 14:57
I've been pounding away at the layout to fit stuff in... give it a look: https://wiki.secondlife.com/wiki/User:Strife_Onizuka/LSL_Style That actually looks pretty good. Lower on the page there may still be opportunity to simplify, but the top half looks like it will work fine. : ) Regarding Caveat: This is a commonly used term, but some folks may not understand what it refers to. I'm sure they'd figure it out quickly. "Cautions" would work as well perhaps, or even "Things to Watch Out For" (sometimes a short sentence serves the purpose better than a single term). Kudos for considering whether Caveat is best or not. Imo any one of these you choose should do ok. I'm trying to free up some time Strife, to try to help a bit with working up some definition examples. We've been opening 4 new sims so I've been up to my ear fins in alligators, but I'll see what I can put together asap. |
Argent Stonecutter
Emergency Mustelid
![]() Join date: 20 Sep 2005
Posts: 20,263
|
05-04-2009 15:12
Arrgh.. please not "admonition, alarm, commonition, forewarning, monition or sign" ![]() ![]() _____________________
Argent Stonecutter - http://globalcausalityviolation.blogspot.com/
"And now I'm going to show you something really cool." Skyhook Station - http://xrl.us/skyhook23 Coonspiracy Store - http://xrl.us/coonstore |
Strife Onizuka
Moonchild
![]() Join date: 3 Mar 2004
Posts: 5,887
|
05-04-2009 15:37
Caution is good. That's what I said when I saw it in the list. _____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey |
Prajna Vella
Registered User
Join date: 27 May 2008
Posts: 59
|
05-04-2009 15:46
How about "Premonitions and portents"? ![]() Might well prove apposite, Argent. ![]() |
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
|
05-04-2009 15:49
How about "Premonitions and portents"? ![]() Or a simple "BEWARE!" ![]() _____________________
It's hard to tell gender from names around here but if you care, Rolig = she. And I exist only in SL, so don't ask....
![]() Look for my work in XStreetSL at |