Slashdot Mirror


User: Jason+Levine

Jason+Levine's activity in the archive.

Stories
0
Comments
7,060
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7,060

  1. Emperor's New Clothes? on 2600's Response to the DeCSS Decision · · Score: 2

    Anyone else reminded of the Emperor's New Clothes fairy tale?

    <sarcasm>
    Everyone ignore the fact that the DVD encryption was cracked. It's uncrackable. And those clothes Emperor MPAA is wearing look spectacular, don't they?
    </sarcasm>

  2. You can go faster than light.... on Intelligence In The Cosmos: Flesh or Machine? · · Score: 1

    Actually, if I remember correctly from my "physics major" days of college (before I wisely switched to computer science), nothing can pass the speed of light. Some physicists think you can have particles whizzing around at twice the speed of light, but they can't slow down to half light speed.

    Of course, once you get faster than light speeds the relativity equations get "interesting." For instance, this is the equation translating the mass of an object traveling at near-light speeds into what is viewed by an observer in another frame of reference:

    M2 = M1 / sqrt(1 - v^2/c^2) , where c = the speed of light.

    If we set the speed to be more than the speed of light (say v = 2c) then we get:

    M2 = M1 / sqrt(1 - (2c)^2/c^2) or
    M2 = M1 / sqrt(1 - 4) or
    M2 = M1 / sqrt(-3)

    As anyone who's somewhat familiar with Math will notice, the square root of -1 is an imaginary number. (Normally represented by the letter 'i'.) What that means as far as the proposed FTL particles are concerned is anyone's guess. (I believe it was even proposed once that this meant the particles were traveling back in time and we viewed them as antimatter. Don't quote me on that one though. ;-) )

    And of course, there also was that article on scientists pushing light faster than normal. So maybe advanced civilizations just increase the speed of light in some manner.

    Just remember, people once thought it impossible to cross the sound barrier.

  3. Actually, I like Outlook on Microsoft Porting Applications To Linux (Really!) · · Score: 1

    Used to use it till the company I work for forced us onto the hell that is Lotus Notes. (For those of you that have never seen it, imagine an app that not only threw out all the standard interface elements and keyboard shortcuts, but also didn't bother to build new ones in to make it useable.)

  4. Re:a short list on WIPO Rules Against Sting · · Score: 1

    And barnesnnoble.com isn't a book store. Last time I accidentally went there it was a porn site. Found that one out one day when I misstyped the URL for Barnes and Noble while at work. Be warned though. This site will keep opening another browser window if you close the one it's in. (As I found out while panicking that my boss would pick just that moment to check up on me.

  5. Re:First of a new breed on MP3/CD Players Reviewed · · Score: 2

    Both Philips and RCA appear to be working on MP3-CD players. I heard Casio is too, but I can't seem to find any info on that.

  6. RCA Player might have that... on MP3/CD Players Reviewed · · Score: 1

    RCA's coming out with a MP3-CD player with the first item on your list. Not sure about the rest though. Someone in the MP3.com Forums posted some pics.

  7. Re:My review of MPTrip/Genica on MP3/CD Players Reviewed · · Score: 1

    I'm assuming that they're the same manufactured item being sold by different companies.

    The Genica and the MPTrip are both the same player from a company called Dragon State with different logos slapped on.

  8. You can block messages.... on Gnutella Copyright Enforcement? · · Score: 1

    I was checking out one of the Gnutella clones, Gnotella ( http://gnotella.nerdherd.net/ ). I've had mixed success with it, but it does have a few interesting features which I'd love to see adopted by other Gnutella clients. You can choose to ignore files from certain IP addresses (say bye-bye to those spammers that return "Your Search.html") and also block searches containing key words (so a search for "kiddie porn" will get dropped instead of being passed on). Plus you can skin it. ;-) Might be worth a check. -Jason Levine

  9. Re:why not imation super discs? on CD-R In A Digital Camera: The Ueber-Mavica? · · Score: 1

    Panasonic already makes a camera using SuperDisks. The PalmCam if I remember correctly.

  10. Re:VBScript isn't evil on Gnutella VBS Worm · · Score: 1

    I've used VBScript to automate a lot of tasks that would have been very repetitive to do otherwise. What MS needs to do, however, is beef up the security on the Windows Scripting Host (which VBS files run through) so virus-like behavior gets flagged and the user is warned. (Of course, not one to wait for MS to act, I wrote a prog that'll do this... http://www.winmag.com/fixes/watchdog/ if anyone's interested.) Once a buffer is in place, the rate at which VBS-type virus' can spread will diminish a lot. For example, many users might open a PAMELA ANDERSON.MOV.vbs file, ignoring the vbs extension and getting infected. But how many will proceed if opening the "movie" file returns a warning that this will change your registry, overwrite files, etc.