Talk:Float2Hex

From Second Life Wiki
Revision as of 16:04, 23 May 2012 by Kira Komarov (talk | contribs) (Ok, well, let's see.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Ok, well, let's see.

So, sent me to this one because you said it will contain explanations.

Do you mean that by placing: <lsl>

How it works

</lsl> before a code-dump is a good explanation? I find that funny but nevermind me, you're the 25-year old, gangster of this wiki so let's see what happens:

Test 1, Funny

Input <lsl>

       llOwnerSay(Float2Hex(1.0));

</lsl>

Output

Object: 1

shouldn't that be

0x3f8

?

Test2, Funnier

Input <lsl>

       llOwnerSay(Float2Hex(2.0));

</lsl>

Output

Object: 2

shouldn't that be

0x4

Test3, It's Getting Lame

Input <lsl>

       llOwnerSay(Float2Hex(10.0));

</lsl>

Output

Object: 10

shouldn't that be

0x412

?

I think I have a more efficient version of Float2Hex for you, try this:

<lsl> string Float2Hex(float input) {

 return (string)((integer)input);

} </lsl>

So, enlighten me a bit. This one does not work, the other one does not work... What is this?

Let's sum it up a bit, shall we? I said I wanted to be left alone. In fact, I think that your stuff is great and you along with your furry chums that you brought to vote on all Kira's petty content removal request should take over the wiki and run it yourselves. However, I am here to indulge your wishes so let's talk a bit about shame (because that's what you dumped on my talk page) and spell out the highlights.

Just try to see if this reasoning appeals to you:

  • Don't you find it shameful that you bother about other peoples' content when, in fact, your own scripts do not work properly?
  • Don't you find it shameful that you falter the high flag of logic and mathematics, yet none of your own scripts are properly documented so that we can see what they do?
  • Don't you find it shameful that you rally a band of thugs to create Jira pages about my content and make them vote to fight your wars? (see link above) I know that you are a furry, but at least show some sign of integrity since you wave that around as well in many of your political rants.
  • You roll and alt Kokoro Fasching that reverses my content AFTER Linden has told me to mark it for deletion?
  • ... that is not enough for you, so your mob edits the page deletion request so that it points to Void's delusional comments on my wiki. Who the hell is she, I never met her, lol? I tried one of her scripts as well and that failed just as bad... Is she your girlfriend?
  • In your 25-year programming experience you teach others that they should not use jumps, although you don't even cite the 1986 article on that as well as sprouting a lot of pop-culture knowledge about them?
  • ... since that's not enough, you then invade my talk page that my script is broken because it uses jumps. Then, I waste my time on you and it turns out you were completely wrong. Then, you go back to sulking and come back with a half-right claim that turns out to be wrong as well...
  • [Optional, because it can be seen as ridiculous, aside from shameful] You mention on that Jira page that somebody should start "backing up" my scripts? =))
  • You mention you are programming for 25-years, yet you have no clue what determinism is, your scripts are broken, you hide the "logic" that you so praise behind a wall of incomprehensible magic numbers and bitshifts?

This is not even shameful Strife, this is just L-O-U-S-Y. Are you Japanese? I thought you guys value honor and stuff, but this is just beyond the thin line of decency, let alone honor...

You are so small and insignificant when picked apart... Yet you do not have the composure and the integrity to mind about your own business, sniffing into other people's affairs like a pig, when most of your stuff is broken, crashes or plain wrong.

Great job, great job indeed. Now I really know I don't want to contribute to this wiki...

Kira Komarov