Vusys’ Incomplete Change Log.

Home Forums Site Discussion Vusys’ Incomplete Change Log.

Viewing 15 posts - 16 through 30 (of 40 total)
  • Author
    Posts
  • #4364
    David
    Participant
    MasterCheeze said: Hey, could there be any way to adjust who the first ten people to show on your friends list are?

    I think the best way is to just use Math and make it random.

    #3879
    Grimno
    Participant

    The friend thing is kinda akward.

    #3882
    Vusys
    Participant
    David said: I think the best way is to just use Math and make it random.

    “SELECT * FROM Friends WHERE rand()”

    #4957
    David
    Participant

    SELECT * FROM Friends WHERE rand()

    That would be totally random. Too random. 🙁

    #5248
    Grimno
    Participant

    Oh! I know of a bug…
    Whenever you post a vid, it doens’t post a link or make the video pop up like it did in MMOTales..

    Instead you have to copy and paste it and search it…

    #5225
    Dest1
    Participant
    Grimno said: Oh! I know of a bug…
    Whenever you post a vid, it doens’t post a link or make the video pop up like it did in MMOTales..

    Instead you have to copy and paste it and search it…

    You have to put in url tags to make links…and Vusys is going to make video tags soon, so I hear.

    #5250
    David
    Participant

    So we hear. =)

    #6716
    SirPainsalot
    Participant

    wewt I liek these changes V. According to the log, before yesterday you had a vacation. ;D

    #7386
    MasterCheeze
    Participant

    [pickone]Left?,Right?[/pickone]

    [pickone]She loves me,She loves me not[/pickone]

    #7390
    tarheel91
    Participant
    David said: SELECT * FROM Friends WHERE rand()

    That would be totally random. Too random. 🙁

    There’s no such thing as computer created random, sorry. There’s only computer created simulation of random.

    #7404
    David
    Participant

    Well, it’s random because it’s an even calculation, it’d just take the set of names then find the % of displaying an individual name.

    I was saying something more like Cheeze’s method, to make it so that some appear more often with leverage.

    #7405
    tarheel91
    Participant
    David said: Well, it’s random because it’s an even calculation, it’d just take the set of names then find the % of displaying an individual name.

    I was saying something more like Cheeze’s method, to make it so that some appear more often with leverage.

    No. There is no such thing as randomness generated by a computer. Somewhere down the line, it has to take a number from a sequence programmed into it. It simulates randomness, but really it’s just taking the next one in the sequence.

    #7406
    Arladerus
    Participant

    Then how do RNGs work?

    #7407
    tarheel91
    Participant
    Arladerus said: Then how do RNGs work?

    Is that avatar appropriate? -_-;

    #7408
    David
    Participant
    Arladerus said: Then how do RNGs work?

    Technically, it’s still a pattern, algorithm.

    I suppose it is simulating randomness, but then if you think about it that way, we’re simulating randomness as well.

    Life has no meaning, therefore whatever we do have no meaning either.

    We must create meaning.

    And that means being random…

    Sound familiar? :3

Viewing 15 posts - 16 through 30 (of 40 total)
  • You must be logged in to reply to this topic.