Slashdot Mirror


User: Mark+J+Tilford

Mark+J+Tilford's activity in the archive.

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

Comments · 213

  1. Re:last election on Obfuscated Vote Counting Contest · · Score: 1

    What about #defines and // comments?

  2. Re:What I don't understand is... on New IFPI Boss Vows to Extend Recording Copyrights · · Score: 1

    IIRC, patents today last 20 years from the initial application; in the past they lasted 17 years from when the patent was granted; it usually took 3 years to process the patent, but some people deliberately slow up the process so that the patent would last longer. So patents have really grown shorter.

  3. Re:Case in point. What about automated scripts. on Wikipedia != Authoritative? · · Score: 1

    I think referrer filtering would block that attack.

  4. Re:Nope, wrong, invalid.. nothing to see here. on The End of Encryption? · · Score: 1

    <>

    Wrong; to be in NP, it is only necessary that the solution can be verified in polynomial time; every problem in P is also in NP. You may have been thinking of NP-complete.

  5. Re:MSIE With Tabs? on AOL to Release Netscape 7.2 Based on Mozilla 1.7 · · Score: 1

    Galeon has this behavior.

  6. Re:working link on Small Change, and Other Physics Fun · · Score: 1

    slashdot puts in occasional spaces to prevent people from adding overwide lines to pages.

  7. Re:Already done - Konspire2b on RSS And BitTorrent, Together At Last · · Score: 5, Informative

    Unfortunately, one assumption at the beginning, that the cascading model is best-case performance for BitTorrent, is completely wrong. It's actually worst-case performance.

    A scattered model gives BT as taking O(log(number of people)/(number of chunks) + 1) time for everyone to download the whole file instead of O(sqrt(number people)) as claimed in the article.

  8. Re:Now all we need is.. on Depenguinator "Upgrades" Linux to BSD · · Score: 2, Funny

    What, don't you remember Tuxissa?

  9. Re:Quick fix for HREFs viewed by MSIE on AOL Blocks Links from LiveJournal · · Score: 2, Informative

    I believe the reason for that bug is as follows:

    If a page has a single line which is wider than the browser windows, then every line on that page will expand to that width, which forces the reader to scroll horizontally and back every single line, which is very annoying.

    Slashdot avoids this by simply adding a space every N characters. This could be better done by having it add a space if there are N consecutive nonspace characters, but it is done for good reason.

  10. Re:Buckaroo Bonzai on What's Your Favorite Underappreciated Movie? · · Score: 1

    The script for the second Buckaroo Bonzai movie was later worked into _Big Trouble in Little China_.

  11. Re:no value classes == no go on The D Language Progresses · · Score: 1

    <in Java, a method is virtual unless declared non-virtual>>

    That's not necessarily true in Java; I've heard the HotSpot VM has some tricks so that a method is non-virtual unless it is overridden by a class which has been loaded.

  12. Re:spam solution: charge for email? on Another Millionaire Spammer Story · · Score: 1

    <>

    Spammers flock to your ISP. SPEWS adds your ISP to its blacklist. Large numbers of your emails are dropped. Your clients flee.

  13. Re:This actually _is_ funny. on New "Secure" Xbox Cracked In Under A Week · · Score: 1

    There was a British TV series called _Danger UXB_ (unexploded bomb) which shows quite a bit of the techniques & technologies used by the defusers.

  14. Re:I'm only a humble C programmer, but.... on Running 100,000 Parallel Threads · · Score: 1

    On a single CPU computer, yes. What about on an SMP computer?

  15. Re:Any reviews? on Valgrind 1.0.0 Released · · Score: 1

    According to the article, compilers will pad out the size of structs to be a multiple of the word size. When that's done, copying one padded struct to another will cause the compiler to put in code for uninitialized reads into the end product.

  16. Re:Please stop. on Web Designers Ignoring Standards and Support IE Only · · Score: 1

    Gee... I'm using Galeon (which I believe is mozilla based) on a P200 without problem.

  17. Re:Ummmm....Price? on Music Industry Staggers While Film Industry Blooms · · Score: 1

    Supply is based partly on production cost, so production cost does affect price.

  18. Re:Don't Go With Netflix! on Anime Stores, Rentals and Theaters? · · Score: 1

    Mononoke Hime is their sole Miyazaki- nary a Totoro even.

    Considering that Netflix only handles DVDs, and there is a notable shortage of Miyazaki on region 1 DVD (IIRC, MH, Castle of Cagliostro, and Sherlock Hound), this shouldn't be too surprising. And they do carry CoC.

  19. Re:Welcome back Ren and Stimpy on Ren and Stimpy (And John K) Returning? · · Score: 1

    The difference is simple:

    In the case of letterbox movies, the black bars are there because there was nothing there in the original film.

    In the case of TNN's showings, it appears from other comments (I've never watched that channel myself) that it covers up picture that was in the original broadcast.

  20. Re:Top 10 Things I learned from Attack of the Clon on How Yoda Became an Action Star · · Score: 1

    <>

    He was mentioned by the cloners as the one who hired Jango Fett.

    How about...

    The camera will be pointed towards the outside of the vehicle, so the sender has to stand out in the rain while transmitting.

  21. Re:First step in locking a CD/DVD to player? on Unique ID Codes for CD / DVD Manufacturers · · Score: 1

    Remember divx?

  22. Re:Typical Editing Practices on Toonami Producer on Editing Process · · Score: 1

    I think Voltron involved joining two unrelated series (Go-Lion and Dairugger XV, IIRC).

  23. Re:Theoretical Implications on The Problem Of Developing · · Score: 1

    No, there are languages which are sub-Turing complete. Bloop (described in GEB) is the first one to come to mind.

  24. Re:AES? on Factoring Breakthrough? · · Score: 1

    Because symmetric encryption is much faster than asymmetric encryption, when public keys are used, the method generally goes like this:

    1) Randomly generate a key (called the session key) for a private-key algorithm.
    2) Encrypt the session key with the public key algorithm and send that.
    3) Send everything else encrypted with the private key.

    So increasing the size of the public key message doesn't matter much.

  25. Re:Real laws of ownership on Supreme Court Accepts Eldred Case · · Score: 1

    In addition to your point, I believe that abandoned property legally belongs to anyone who claims it.