Slashdot Mirror


User: slagdogg

slagdogg's activity in the archive.

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

Comments · 166

  1. 99% of geeks? on Which Organizations Have Standardized on Mozilla? · · Score: 5, Funny

    Sorry, but the real geeks use Mutt ... graphical email clients are for geek posers ;)

  2. Re:What if ... on Nanotube Applications Grow And Grow · · Score: 2, Interesting

    What happens when the technology for laying the nanotubes onto substrates becomes so good that we
    are able to build car frames or house frames from it(think 3D substrates of nanotubes) ?


    Automobile frames will probably be made of carbon fiber in the next few years, I think that will be "good enough". Check Discovery channel's "Extreme Engineering" for how nanotubes could really be used, on that gigantic pyramid thing.

    http://dsc.discovery.com/convergence/engineering/p yramidcity/interactive/interactive.html

  3. Re:This is USA Today on Bill Gates On Linux · · Score: 1

    lol ... yeah got a 95 guessing randomly ... ergh!

  4. Re:Typical on Bill Gates On Linux · · Score: 1

    I'm sure he meant that the breakthrough would be development of an easy way to factor primes from the product of two large prime numbers, it's a fairly easy mistake to make. Let's all be nice to ol' Bill, eh?

  5. New category icon ... on U.S. DoD Commits To IPv6 · · Score: 2, Funny
  6. Errr ... repost? on U.S. DoD Commits To IPv6 · · Score: -1, Redundant

    I visit /. about once every 2 days, and even I know this is a repost :)

    http://slashdot.org/article.pl?sid=03/06/13/194120 6&mode=nested

  7. Re:What I want on Sorting the Spam from the Ham · · Score: 1

    Nice, thanks! I'm guessing that the reason for the extra spaces in slashcode is to prevent someone from mucking up the page rendering by including a long word with no spaces ... annoying, but definitely necessary.

  8. Re:The spam I do see on Sorting the Spam from the Ham · · Score: 1

    The original article (a href="http://www.paulgraham.com/spam.html">http:// www.paulgraham.com/spam.html) actually talks about this ... he suggests actually visiting the URL mentioned and running the returned page against the bayes rules, also factoring in HTTP redirects, etc. ... of course, analyzing the URL iteself can help too.

  9. Re:What I want on Sorting the Spam from the Ham · · Score: 2, Interesting

    I read mail with Mutt, and I've remapped the 'd'elete key to instead throw the message into a 'ham' mbox, and added a 'S'pam mapping to throw the message into a 'spam' mbox.

    Would you mind sharing your .muttrc for this?

  10. Great, but my problem is a bit more complicated .. on Sorting the Spam from the Ham · · Score: 3, Interesting

    Bayes rocks, been using it with spamassassin and it kills 99% of my spam. The problem is when some asshole spammer uses my email address in the 'From' header of his spam ... then I get scores of 'user not found' or 'virus detected' emails from legitimate mail servers ... it's not spam, but it's just as annoying. How do you guys deal with this problem?

  11. Re:RedHat 7.x RPMS? on Mozilla 1.4 RC3 Is Out · · Score: 1

    Nearly trivial, and yet something tells me that this doesn't pass the Mom test.

  12. The REAL Design Challenge ... on Tim Brown On Current Design Challenges · · Score: 1

    Continuing to come up with ideas that make Steve Jobs and friends "shit their pants" ...

  13. Digital Cinema is Already Here on The Future of Digital Cinema · · Score: 1
  14. Pr0n connection? on Los Angeles Gets Own TLD · · Score: 4, Funny

    Given that most of the world's porn comes out of the Los Angeles area, I'm pretty far from surprised.

  15. Re:SOS (Same Old Shit) on Real Launches Music Download Service · · Score: 2, Interesting

    I agree with most of what you've stated. Unfortunately, I think that offering the user additional formats with different pricing models overcomplicates things. Personally, I know the differences between MP3, FLAC and OGG -- my Mom doesn't. If she were shopping at a store that offered all of them, she would probably be overwhelmed by the number of choices and just give up. It's great for the power users, but would be hard to sell to the average user -- iTunes has proven that people like a simple model ... "push button, get banana chip".

  16. Re:6th grade math on Real Launches Music Download Service · · Score: 1

    Apple has sample clips for all of their songs, IIRC. I don't think they support full length previews, but I doubt it would be terribly difficult for them to add it if consumers demanded it.

  17. Re:Format please? on Real Launches Music Download Service · · Score: 1

    Earlier in the thread it was suggested that WMA is being used for the songs. This makes sense for now, as Windows Media DRM is far further along the path of acceptance and compatibility than Real's Helix DRM.

  18. Learning HTTP on HTTP: The Definitive Guide · · Score: 2, Interesting

    The spec and books are both good sources of information on HTTP, but I find it difficult to actually apply the knowledge.

    I recently interviewed for a position requiring intimate HTTP knowledge. Rather than try and understand every bit of the spec, I just captured all of my clear text HTTP traffic for a night of surfing, I then looked at the actual HTTP exchanges between my web browser and various servers and looked things up in the spec and other sources that I didn't understand.

    I also learned some things that weren't in the spec, which were helpful in the interview like how session keys are structured on various servers, etc.

  19. Re:Give billg his due... on Summary of JDK1.5 Language Changes · · Score: 2, Insightful

    I couldn't agree more with your view of the Oracle tools ... but I really do use Java's platform independence all the time, and for non-GUI applications I think it works beautifully. The key here is the 'non-GUI' ...

    Actual example, I recently developed a servlet-based application, and given the hardware and time constraints I was under I developed on Linux, performed functional testing while deployed on Windows, and finally deployed on Irix. There was no change in behavior with the application other than performance, and it was a complex, multi-threaded application.

  20. Re:How this compares to C++ on Summary of JDK1.5 Language Changes · · Score: 2, Informative

    This would be a nice linguistic pattern to have in C++. As it stands, the equivalent would be:

    struct Coin { enum { penny, nickel, dime, quarter }; };


    Not equivalent, the Java version also supports writing as a String ... so the below statement produces the string "coin: PENNY" which is very, very handy.

    System.out.println("coin: " + Coin.PENNY);

  21. Re:Article didn't mention new concurrency stuff on Summary of JDK1.5 Language Changes · · Score: 2, Funny

    AtomicLong? Born in the heart of a nuclear furnace, endowed with the power of the atom, it's a bird, it's a plane, it's AtomicLong!

    Sounds like a "super" class to me. ;)


    Sounds like a porn star's name to me.

  22. Re:not just sugar on Summary of JDK1.5 Language Changes · · Score: 1

    I once held to the orthodoxy that if I needed more than emacs then something was broken in the language.

    I still do ;)

    `jde-gen-get-set' is an alias for `tempo-template-java-get-set-pair', an interactive Lisp function
    -- loaded from "jde-gen"
    (jde-gen-get-set &optional ARG)

    Documentation:
    Insert variable get-set method pair.

  23. Re:ooooh baby on Summary of JDK1.5 Language Changes · · Score: 4, Funny

    Typesafe enums. That alone makes me quiver with happiness.

    You don't get out much, do you?

  24. Re:Agreed.. on Summary of JDK1.5 Language Changes · · Score: 1

    Some prefer the second way because it puts the term which cannot be a valid lvalue on the left side, thus if you make the common typo of "=" instead of "==", you will get a compile error from it, which wold not happen for x = 5.

    You could always make 'x' final, producing the same compilation behavior with the more natural syntax.

  25. Re:Programming shortcuts on Summary of JDK1.5 Language Changes · · Score: 2, Funny

    The problem is that some syntatic sugar doesn't actually increase readability. Consider operator overloading.

    Maybe it's just me, but I think operator overloading is closer to syntactic poison than syntactic sugar ...