Slashdot Mirror


User: stoborrobots

stoborrobots's activity in the archive.

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

Comments · 891

  1. BASIC: $ = string on Bill Gates Handwriting Analyzed · · Score: 1
    It's from BASIC
    10 MYVARIABLE = 10
    20 YOURVARIABLE$ = "This is a string"
    30 PRINT MYVARIABLE, YOURVARIABLE$
    HTH. HAND.
  2. Re:Java browser. on Netscape 8 to Emphasize Security · · Score: 1

    That was probably Hotjava ... It has been EOL'd now...
    http://java.sun.com/products/archive/hotjava/index .html

    As a side note, the current version of the Java FAQ lists the current version of HotJava as 1.1beta1...
    http://java.sun.com/products/jdk/faq.html#A6

  3. Re:I'd be happy to pay that without a display on The Hundred-Buck PC · · Score: 1

    http://www.amazon.com/exec/obidos/tg/detail/-/0380 816245/qid=1107159582/sr=1-4/ref=sr_1_4/104-160977 3-7938347?v=glance&s=books

    The comments there are mixed... I sided with the ones who said that it was a great story, which could have used a little more polish...

    I liked it because it was close to home: in the IT world, and revolving around the perils of being a startup. (I was involved with a couple of startups who were,at the time, trying to get their "First $20 million" - this was in 2002, after the tech bust).

    I picked up my copy of the book for AU$3 at a market stall here in Melbourne... then went back the next week to pick up a few more copies to circulate around my friends... Those who were final-year EE students and those running the startups... Only one negative reaction to it...

  4. Re:I'd be happy to pay that without a display on The Hundred-Buck PC · · Score: 1

    /Recently watched The First $20 Million is Always the Hardest - dumb movie...

    Haven't seen the movie, but I have read the book... it was a fun read. I heard that the movie played more on the romance and less on the tech; is that true? If so, then I'd be inclined to agree with you... the good part of the book was following the trials and tribulations of Andy and the crew... I thought that Alisa was an "extra" in the story...

  5. Re:Bye-Bye Karma on Mobil SpeedPass, Various Car RFID Car Keys Cracked · · Score: 1

    Between the constant misspellings and duplicate articles, it hurts slashdot... ...
    --
    Life is too short to proofread.


    Irony (n): Signing off with a sig which is in direct contrast to your main argument...

  6. Re:Why the jump to OS? on Google Planning Web Browser? · · Score: 4, Informative
    http://investor.google.com/pdf/20040930_10-Q.pdf

    Page 7 of 10-Q (Page 12 of the PDF) lists the following revenue sources for the nine months ended September 30, 2004:
    Google Web Sites Advertising Revenue: 1,058,645 thousand dollars
    Google Network Web Sites Ad Revenue: 1,064,263 thousand dollars

    Total Advertising Revenue: 2,122,908 thousand dollars
    Licencing and other Revenues: 34,814 thousand dollars

    Total Revenues: 2,157,722 thousand dollars
    So, out of their $2.1 billion revenue in nine months last year, just $35 million was from licencing their "very very good technology" and the other $2.1 billion was from advertising ... I think that they probably classify as an "advertising company"...
  7. Re:1984 Decision on MGM v. Grokster Date Set · · Score: 1

    This really came "full circle" a few years back in a bunch of lawsuits nicknamed "Sony vs Sony". See this cNet article for details.

    (The gist of it: Sony Music, as a member of the RIAA was up against the Consumer Electronics Association, of which Sony Electronics is a member, as well as some companies which Sony is an investor...)

  8. Re:To the other extreme with NDEBUG/assert() on Environment Variables - Dev/Test/Production? · · Score: 2, Informative

    And a different question: Why would you compile with different options in the test and production builds? That would kind of invalidate the testing.

    You shouldn't compile with different options between test and production, but you should do so (for things like -DDEBUG) between dev and test... developers need their extra debugging statements, and asserts, but they interfere with appropriate user interfacing in production.

    As I see it, the steps are:
    1. Develop
    2. Test in production mimiced environment with -DDEBUG (still part of development phase)
    3. Hand off to QA phase to test in production mimiced environment without -DDEBUG ("production version")
    4. Release "production version" to production.

    (obligatory...
    5. ???
    6. CODE NIRVANA! )

  9. Re:Fun Facts Time! on How Can I Trust Firefox? · · Score: 1

    Say if I am logged into a secure website, when I switch back I will need to relogin.

    That seems unlikely... When I get on to the folks' XP machine at home, fast user switching saves state fine... Sure, if you remain switched for some time, some sites may auto-logout, but that's not the fault of the switch... If you switch, do something, then switch back (like someone wants to check her email, while you're updating something for another user) returning has always worked for me...

    I agree with you about the slowness of it all though... And I don't choose XP for my laptop.

  10. Re:How about "ultralight" CD for vintage-95 system on Knoppix To Split Into 'Light,' 'Maximum' Versions · · Score: 4, Informative

    There are several - I usually go to http://www.linux.org/dist/index.html and select the "LiveCD" Category. This suggests a range of options, each with different advantages. I try out a new one every few months, just to get some variety.

    One I tried recently, which is close to your needs is FeatherLinux (http://featherlinux.berlios.de/). I'm not sure about XL/Powerpoint in the default install, but it can install OpenOffice if you wish.

  11. Re:How good will this really be? on Internet-By-Airship Scheduled For Trial Next Month · · Score: 1

    A nano-light second is a foot...

    That's very good... despite seeing the number and being mathematically inclined, I didn't notice the simplification...

    I'll put it down to being a metric system kid, and leave it at that...

  12. Re:SWEET! on FCC to Allow Wireless Access on Planes · · Score: 1

    And let's not forget, the ultimate winner - the High-tech Low-tech Pervert!

  13. Re:How good will this really be? on Internet-By-Airship Scheduled For Trial Next Month · · Score: 1

    http://www.google.com.au/search?q=speed+of+light+i n+feet+per+second
    the speed of light = 983 571 056 feet per second

    $ bc
    bc 1.06
    Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
    This is free software with ABSOLUTELY NO WARRANTY.
    For details type `warranty'.
    0.015*983571056
    14753565.840
    scale= 6
    65000/983571056 .000066

    That's 14 million feet in 15 milliseconds - or 66 microseconds propagation delay for 65K feet.

  14. Re:damn on MD5 To Be Considered Harmful Someday · · Score: 1

    I thought there was even a JavaScript implementation somewhere, though I can't seem to find it.

    FWIW...

    http://www.alltheweb.com/search?q=javascript+SHA-1
    http://www.pajhome.org.uk/crypt/md5/sha1src.html

  15. Re:Just quick and easy on Sophistication in Web Applications? · · Score: 1

    wouldn't it be nicer to name your inc variables xxx ? ... it's fun!

    Which reminds me of my favourite sites to visit when my internet access is through monitored firewalls (corporate or university systems)

    http://xxx.lanl.gov/
    http://xxx.arxiv.cornell.edu/
    http://xxx.adelaide.edu.au/
    http://xxx.uni-augsburg.de/

    Yep, folks - Governments and Universities worldwide, hosting xxx sites. And for what it's worth, xxx.lanl.gov was the original!

  16. Re:Visual Basic is Evil. on Flash Makes Splash in Gadgets · · Score: 1

    Agreed... Visual Basic (as a language) is not evil - but:

    * it allows clueless people to make evil programs.
    * it is owned and manipulated by an evil entity.

    I've written plenty of non-evil programs in VB, and even some in Flash. It's just that I've seen far far more garbage in VB and Flash, because brain-dead people can actually write programs in those languages.

    In summary, I think that VB and Flash are worthwhile tools, and that this (embedded systems) is actually the RIGHT place to be using Flash. It's just that those of us who have a clue should be spared the agony of dealing with the products of those who don't know any better.

  17. Re:Boot problem on Photos and Commentary On AMD's PIC · · Score: 1

    My thought was the reverse; install linux on a spare hard drive, and fit that in the PIC. Eliminate the CF card, and see if this is a linux problem...

    From there, we can work backwards...

    (I was also interested in the partitioning structures though... I had the same first step...)

  18. Re:OT: I tried - re: lint on 1-Click Blooper Playback for Original Trilogy DVD · · Score: 1
    how about
    $ echo 'santa$ make list;lint list | lint - > list.out ;grep naughty list.out > naughty;grep nice list.out > nice' | wc -c
    106
    or even
    $ echo 'santa$ make list;lint list | lint - >checked.twice ;grep naughty checked.twice > naughty;grep nice checked.twice > nice' | wc -c
    120
    PS: I've never used lint; does it read from stdin?
  19. Re:Other Linux competitors on Dell Calls For Red Hat To Lower Prices · · Score: 1

    Unless you were just playing around -- in which case, you're unlikely to be using Oracle because of the cost!

    Actually, oracle would love for you to play around with their database, just ask them for it...

  20. Re:what the hell on Programmer Claims he was Paid to Rig Votes · · Score: 1
    So much for that idea. He was two years off.

    Maybe, maybe not... http://enight.dos.state.fl.us/elections/resultsarc hive/Index.asp?ElectionDate=11/5/02&DATAMODE=

  21. Re:Opinion Journal investigation on same on Programmer Claims he was Paid to Rig Votes · · Score: 1

    You do realise that that's the same article as is linked in the summary, don't you?

  22. Re:Huh? on PC Setup for Small House with Child? · · Score: 1
    From the article:
    ... 1-year-old entropy generator running amok ...

    You said:
    I thought entropy was ... a measure of disorder in a system.

    Yes, it's completely unscientific, but a 1-year old child does a great job of increasing the disorder in any given system...

  23. Re:Can't be more appropriate on DOE Report on Cold Fusion · · Score: 1

    The "Cold" in Cold fusion relates to the fusion phenomenon occuring at temperatures way colder than current (working) fusion reactors work at.

    Normal thermonuclear fusion reactors operate at around 100 million degrees Celsius. (see abstract at http://www.osti.gov/energycitations/product.biblio .jsp?osti_id=7146984)

    In the sun, at extremely high densities, thermonuclear fusion is able to take place at much colder temperatures, around 15 million degrees Celsius. (see http://hyperphysics.phy-astr.gsu.edu/hbase/astro/p rocyc.html#c1)

    Cold fusion refers to fusion taking place at temperatures almost a million times colder than that - around room temperature, 25 degrees Celsius.

    An interesting cold fusion product is available from Clean Energy Technologies Inc. A news article about is found here: http://www.padrak.com/ine/CFARNOSIX.html.

    HTH.

  24. Re:The Open Source Developers Conference on Developer Spotlight: Damian Conway · · Score: 1

    And what's sad is that I'm sitting in the same university that's hosting the conference, and this is the first I'm hearing of it...

    Just rechecked my staff email, to see if I even got one of those global emails that everyone ignores which mentioned it, but there's no reference to it...

  25. Re:Nice... on Jon Bringing WMV9 to Linux · · Score: 1

    I suspect that JanneM was accusing the AC of whining in responding to you - the AC was the one who was accusing you of whining about US-centrism (which you didn't mention).

    I guess we'd all best chill...