Slashdot Mirror


User: Cleveland+Steamer

Cleveland+Steamer's activity in the archive.

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

Comments · 39

  1. Re:Better be well shielded on Buckminsterfullerene Strikes Again - Nanotube RAM · · Score: 1

    Sounds like a job for ECC.

  2. Re:Since that site is down... on Comparing Sci-fi Starship Sizes · · Score: 2

    Nice, but it doesn't include a comparison with a Vogon construction fleet. :-(

  3. Re:Observations on The Universe May Be Shaped Like a Doughnut · · Score: 1

    If the universe is torus shaped, then there is no space in the middle of the torus!

  4. Re:Observations on The Universe May Be Shaped Like a Doughnut · · Score: 1

    Maybe he is color blind! :-)

  5. backdoor root access on Do You Write Backdoors? · · Score: 3, Interesting
    I've never written a backdoor for any of the applications I've released publicly. However, when I graduated from University and resigned from a system administrator position in one of its departments, I wrote a little backdoor program that gave me root privileges because I knew the guy who was to replace me was completely incompetent. I knew I would get to keep my account, so I wrote the program so that it would only work from my user ID.

    The program came in handy a few times. I finally deleted it about six months later.

  6. Re:AMD was going to enjoy life @ 48bits on Linus Has Harsh Words For Itanium · · Score: 1

    Actually, if you look at the x86-64 spec, you'll see that it uses 48-bit virtual addressing, and 40-bit physical addressing. Virtual addresses are sign-extended to the full 64 bits.

  7. Re:Gets rid of text-mode startup? on BIOS' Days Are Numbered · · Score: 1
    • Uh, post codes are a series of auditory beeps there chief.
    Really? The POST codes I find most useful are the ones sent to I/O port 80h and displayed on my POST-Probe card's LEDs!
  8. Interesting concept on Satellite Hackers Charged Under DMCA · · Score: 1
    The DMCA doesn't stand up very well when it comes to DVDs because when you buy a DVD you own the medium. Hence, it would seem that, under fair use rights, you can do nearly anything you want with the data on that medium.

    In the case of satellite TV transmissions, who owns the medium? The satellite owners? The broadcasters? A government entity? I don't think we, as individuals, own the medium, here.

    Anyone have any ideas about this?

  9. Re:Re-Make of Wraith of Khan.... on Critics Pan Nemesis · · Score: 1
    Yep, and don't forget the new weapon that, like the Genesis Project, can destroy an entire planet.

    So I guess this means Star Trek XI will be The Search for Data.

  10. switch to mutt on PINE Releases 4.50 · · Score: 2, Interesting
    I used to be a loyal PINE user. I was never really happy with the PICO editor and found that using PINE with PGP or GPG was awkward. However, I hacked up my .pinerc quite a bit and got the thing working the way I liked it to (like using vi as my editor).

    Then, I tried mutt. After a few minutes I was hooked. I now use mutt for all of my mail. I think its ability to seamlessly integrate with GPG was the biggest factor in convincing me to switch.

  11. Re:Will they ever learn? on Report from the ACM DRM Workshop · · Score: 1
    • It only takes one person.
    So, will he be driving around letting you and anyone else borrow his equipment whenever you want to watch illegitimate copies of the latest box office hits?

    Yes, it only takes one person to design a "mod chip", but what about when each instance of the DRM-enabled hardware requires its own custom chip? It will happen.

  12. Re:Will they ever learn? on Report from the ACM DRM Workshop · · Score: 2, Insightful
    They have learned. Yes, the ability to defeat DRM mechanisms will always exist. However, the cost to defeat those mechanisms will grow with each new iteration.

    Anyone can afford the Sharpie pen required to defeat today's protection scheme. But who will be able to afford the in-circuit emulator or logic analyzer needed to defeat tomorrow's scheme?

  13. Re:Games on What's Keeping You On Windows? · · Score: 1

    If I didn't play games, I would have a FreeBSD-only household. I haven't tried winex yet, so I can't say whether Battlefield 1942 plays as well under winex as it does in a native Windows environment. :-)

  14. FreeBSD binary updates on Due Diligence? · · Score: 2, Informative
    From page 4 of the PDF:
    • As should be noted from Figure 4, updating on Linux was rather easier than updating on *BSD, since all of the *BSD updates required compilation, either of the base system or from the ports/packages collection.
    Huh?

    # pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/A ll/openssl-0.9.6g.tgz

    Binaries installed -- no compilation required!