Slashdot Mirror


User: Poeir

Poeir's activity in the archive.

Stories
0
Comments
369
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 369

  1. Re:With the amount of material they generate? on Public Domain Enhancement Act petition · · Score: 1

    On the other hand, a corporation that no longer exists, no matter how many copyrights they once held, certainly can't afford to pay $1 to renew. They're definitely not going to produce any more copies of that work, so why shouldn't anyone else be able to?

  2. Re:Not yet on Jonathan Ive Named Designer of the Year · · Score: 1

    Off-topic, I know, but I found a desk, made of metal and pine, at Wal-Mart. It has a fairly modern appearance so works well as a computer desk, plus it has five shelves, so it makes it a great workspace.

  3. Re:how's that going to help? on What Kind Of Computer To Bring To College? · · Score: 1

    So, in other words, you're taking orders from your PDA. This is Step 1 of the machines' plan to take over the world.

  4. Re:perfect background music for on LOTR The Musical! · · Score: 1

    I always envisioned Orthanc turning into a kind of weird disco, with a bunch of floating lights around and Gandalf yelling, "Aruman!"

  5. Re:So sad... (only to a point) on The Secret of the Simplex Algorithm Discovered · · Score: 1

    Let alone read the article.

  6. Re:Not purchase: license on DeCSS Arguments in CA Supreme Court Case · · Score: 3, Funny

    Hey, great! I can't find part I of my Fellowship of the Ring DVD, I think it was lost during the move, where do I send for another piece of media so I can still use my license?

  7. Re:Again, you dont need DeCSS to copy a DVD on DeCSS Arguments in CA Supreme Court Case · · Score: 4, Informative

    The problem here is that consumer DVD burners can't burn to track 0, where the keys to the encryption are kept; so when you burn a bit-by-bit copy, it's encrypted with no key, and therefore useless.

    I don't have any idea what a professional DVD burner would cost.

  8. Re:What this means on SCO vs Linux.. Continued · · Score: 1

    Well, I would have done that, except I had a > instead of a <, so wound up moving the contents of my drive onto my drive. Crazy less than/greater than signs.

    I just know the one on this hard drive has at least been tested and successfully sorted in at least 10,000 cases, probably more, so I'm pretty sure it's not inaccurate (although it may be wasteful, still working on that bit). Then I realized the structure I was working with wouldn't allow quicksort to work, since recursion wasn't an option, so I had to change to shell sort.

  9. Re:What this means on SCO vs Linux.. Continued · · Score: 1

    I'd lost my place; that's completely incorrect. This was written quickly in one go by a student, my apologies for the incorrectness. That should be greater than in line 6. (Of course, I also should have tested this or used the implementation of quick sort I found on my HD a few minutes ago.)

    Like I said, "this implementation is kind of sloppy and may be incorrect, I just wanted to see if a perfectly ordinary algorithm would be '10 to 15 lines.'" It's incorrect, very much so.

  10. Re:What this means on SCO vs Linux.. Continued · · Score: 1

    It occurred to me about halfway through that "arraySize" was not as good a choice as "end," since this is a recursive algorithm. Since I was doing all the editing in the form, I didn't do a search-and-replace, which would have been a better choice. That should have read "end," rather than "arraySize."

  11. Re:What this means on SCO vs Linux.. Continued · · Score: 1

    It's not professional- or even project-quality code, it's a direct, literal translation of a common algorithm. I know it's not a good one, but that wasn't the point.

  12. Re:Bzzzzz... no cash for you! on SCO vs Linux.. Continued · · Score: 1

    Exactly, that's what I was trying to illustrate. SCO wants a billion dollars for doing essentially what they've done. And, well, I want a billion dollars, too.

  13. Re:What this means on SCO vs Linux.. Continued · · Score: 4, Insightful

    Just 10 to 15? Let's see...

    void quickSort(int array[],int start,int arraySize) //1
    {
    int hold=0,i=start,j=end; //2
    while(i<j) //3
    {
    for(i=start+1;(i<end) && (array[i]<=array[start]);i++) //4
    for(j=end-1;(j>start) && (array[j]>=array[start]);j--) //5
    if(i<j) //6
    {
    hold=array[i]; //7
    array[i]=array[j]; //8
    array[j]=hold; //9
    }
    }
    hold=array[i]; //10
    array[i]=array[start]; //11
    array[start]=hold; //12
    if(start!=end) //13
    {
    quickSort(array,start,i); //14
    quickSort(array,i+1,end); //15
    }
    } //Unverified

    Okay, give me my billion dollars now. Note that I have no idea if Quicksort makes any appearance in the kernel--I doubt it does--but there is any number of standard-issue algorithms that are 10 lines or more. Also, I know this implementation is kind of sloppy and may be incorrect, I just wanted to see if a perfectly ordinary algorithm would be "10 to 15 lines." All the variables also seem obvious as well.

  14. Re:100s of Agent Smiths... on BitTorrent Blamed for Matrix2 Downloads · · Score: 1

    Congratulations. For the first time in years, I'm looking forward to get my e-mail.

  15. Re:I dont know whats worse on Using Your Cellphone To Control RC Cars · · Score: 1

    I'm still surprised that those IBM commercials still haven't had the most obvious, "There is no silver bullet."

  16. Re:I dont know whats worse on Using Your Cellphone To Control RC Cars · · Score: 1

    No, the device doesn't exist at this point, but I don't think there's any reason beyond no one's gotten around to building it. Your idea makes more sense than combining gadgets. There's also not much reason you couldn't add a zip cord to the bottom of a phone, with a USB connector. The technology exists, it just hasn't been combined at this point. (And then there are also the wireless technologies...)

  17. Re:I dont know whats worse on Using Your Cellphone To Control RC Cars · · Score: 4, Funny

    I would like to see a simple/standard way of connecting digital cameras to mobiles as that would, at least allow for some kind of half decent image quality.

    What are you suggesting, some kind of "Universal Serial Bus?"

  18. Re:Missing Dive Equipment: A HyperIntelligent Dolp on When Bad Software Can Kill · · Score: 1

    Dolphins can't breathe underwater, they're mammals. They can just hold their breath for a very long time, like whales.

  19. Re:How does one police anonymous access? on NYC: Leverage Fiber, Offer Free Wi-Fi · · Score: 1

    So, what you're saying is, don't expect politicians not to do something stupid? I wouldn't hold your breath.

  20. Re:Voices on Congressional Anti-Piracy Caucus Formed · · Score: 1

    Maybe I'll come off as ignorant here, but why would I want to watch C-SPAN? It's just full of people I'm not going to enjoy seeing in any respect of the word.

  21. Voices on Congressional Anti-Piracy Caucus Formed · · Score: 1

    Voices given to...
    The author
    Members of Congress
    Motion Picture Association of America
    Recording Industry Association of America

    Conveniently absent are voices of typical users, any technologist, or even anything negative. So much for journalistic integrity.

  22. Re:Before you say it... on Nmap Featured in The Matrix Reloaded · · Score: 1

    We don't need them any more, now that people can just crouch and send shockwaves through the ground before taking off into the air.

  23. Liberty and Security on Databases and Privacy · · Score: 4, Funny

    From the article, "They [David Nelsons] realize there are trade-offs between liberty and security."

    That trade-off would be, "We, the Government, take your liberty, and give ourselves security."

  24. Re:Your own airplane on Floppy the Robot · · Score: 4, Funny

    I can build 500 airplanes from what I've got in the printer.

  25. Re:What's the big deal? on Texas SB 1116 (Super DMCA) Hearing On 6 May 2003 · · Score: 1

    Except for how it makes tools for decryption illegal, unless you have express permission of the service provider. It's also unlawful to sell such tools.

    So look out, Best Buy. Windows XP is now illegal,, and you're selling it. This is not FUD, excepting a misreading as IANAL, but here's the relevant portion from the law. I'm not sure if I've cited it correctly, because the formatting here is atrocious. It's also apparently a third-degree felony. So is aggravated battery. Max sentence of five years.

    Here's the bit to start reading at: "A person may not knowingly intercept, receive, decrypt, disrupt, transmit, retransmit, or acquire access to any communications service offered by a cable operator or any other communications service provider, or knowingly assist others in those acts, unless specifically authorized to do so by a cable operator or other communiactions provider, or as otherwise specifically authorized by law. For the purpose of this section, the term 'assist others' in committing any of these acts includes:"