Slashdot Mirror


User: cygnus

cygnus's activity in the archive.

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

Comments · 415

  1. Re:"Intergalactic war", huh? on Canadian Ex-Minister Calls For Serious ET Study · · Score: 1
    The possibility that our weapons might prove a threat to a culture capable of mere interstellar travel (let alone "intergalactic") is about the same as an ant colony against the U.S. Army.
    and we all know about the ant overlords.... HAIL, ANTS!
  2. Re:Well... on Darwin Evolving Into A Tricky Exhibit · · Score: 1

    d'oh, i meant *exhibit*, not *experiment*. oops....

  3. Re:Well... on Darwin Evolving Into A Tricky Exhibit · · Score: 1

    Seriously though, why doesn't Apple sponsor this experiment? They named the open source part of OS X Darwin, they've already taken their stand. Becoming the only company with the guts to do what they've essentially already done, but by overtly putting the money forward, would be good advertising.

  4. Re:My Canon is good on Curbing Energy Use In Appliances That Are Off · · Score: 1
    Laser printers take a lot of power when standing by, like copy machines.
    my LaserJet 1022nw draws only 3.5 watts according to the spreadsheet available at energystar.gov, and that's with 802.11g running so i can print wireless.
  5. the best thing about this on Using the Ruby Dev-Tools plug-in for Eclipse · · Score: 1
    is that it forces a bunch of Ruby devs to run a Java program to get their work done...

    that must really roast their beans. har har...

  6. Re:to quote Dave Letterman: What is WRONG with you on ABC Affiliates Grapple With TV-Show Downloads · · Score: 1
    the really scary thing about Lost is that, in order to download it, you have to fire up a terminal and type "4 8 15 16 23 42."

    i think ABC just got Apple to get us to do their dirty work...

  7. Re:I doubt it on Sun Eyes PostgreSQL · · Score: 1
    As for the food 'quip', how about four out of the top ten restaurants in the world being in Britain, compared to two in the USA.
    five words for you: Emulsified High-Fat Offal Tube. :)
  8. Re:Just goes to show... on U.S. Army To Ramp Up Anthrax Purchasing · · Score: 1
    is this the same "safe" anthrax that was lost at us armys secret facilities and used at the terrorist letters that were sent to senators?
    no, it isn't. it's a different strain, and couldn't be used for that purpose.
  9. Re:Not a hippie fest. on The Tech of Burning Man · · Score: 2, Funny
    Black Rock City
    finally, something i can relate to.

    is the portal for that in the Depths or the Spire?

  10. Re:Scoreboard on U.S. House Votes to Extend Patriot Act · · Score: 1
    You just said they don't want to destroy us, just to withdraw... Or do you ment the politicans in the last paragraph?
    well, i think it's one of those situations where these particular terrorists believe there's no way we'll leave without really tearing our country down, so they're trying to really hit us where it hurts. but were we to suddenly stop parking military bases next to the largest supplies of oil in the world and withdraw, they'd probably just passively dislike us and do nothing. but what's the likelihood of that?
  11. Re:Scoreboard on U.S. House Votes to Extend Patriot Act · · Score: 1
    "the terrorists" that i know about, those being those affiliated with "Al Qaeda" (which was a name invented by the U.S. Government, look it up) really don't give two damns about the patriot act. they want the US to withdraw its forces from Muslim holy lands, and they want to depose many Middle Eastern governments in favor of more Islamist ones. and they're quite vocal in saying so, if you read any of their pronouncements.

    let's not misapprehend the aims of the people who seek to destroy us... it lessens our ability to counter their goals.

  12. Re:Bad news for GCC on Apple Switching to Intel · · Score: 1
    So not only has Apple dumped IBM, they also appear to be planning to dump gcc.
    until Intel releases a compiler for Objective-C, there's no way they're dumping gcc.
  13. Re:not working for me on Firefox Deer Park Alpha Available · · Score: 1

    are you sure you had to do Integer? i mean, the OP says any non-zero number. i was thinking of trying something irrational or imaginary....

  14. Re:The article... on U.S. Blogger Breaches Canadian Publication Ban · · Score: 1

    yeah, CrimsonAvenger, let us know how you feel about intra-governmental loans when you go to collect your social security and that IOU comes up instead...

  15. Re:I'll be one of the converts on Forbes Predicts 5% Desktop Share for Apple in 2005 · · Score: 1
    I figured I can upgrade my current machine to athlon64 and its motherboard, for $200 USD. Thats less than half of the baseline mini-mac.
    i can see the headlines now... "Slashdot Poster Discovers That Changing His Tires is Cheaper Than Buying a Whole New, Assembled Car"
  16. Re:What is this? on Part 2 of Ruby on Rails Tutorial Online · · Score: 1
    actually, some Java OR frameworks *do* do stuff at runtime... it's called "bytecode enhancement." Hibernate uses this to allow for lazy loading, for example.

    i guess the question is, does it make sense for your application to be continually figuring out what it's database schema is at runtime, when it usually changes so little once the app is developed. i can imagine for smaller projects with light loads and in RAD situations, this makes a lot of sense, because you're exchanging a little processing overhead for a lot of flexibility during development. but for large databases with lots of simultaneous users, where the database is never changed, or even was set in stone long before the app ever came along, using tools like Middlegen or XDoclet to do things like this at compile time makes a hell of a lot of sense.

  17. Re:Outperforming Desktop apps on Building Richly Interactive Web Apps with Ajax · · Score: 1
    OS X's Mail does address completion in situ, just as I expect. So does Gmail. And here's the shocker: Gmail does it faster.
    but is it lickable? that takes time, you know! you have to coat it in varnish or lacquer or whatever, and then wait for it to dry...
  18. people, learn how to cite article sources on John Barlow Pushes Open Source in Brazil · · Score: 1
    Relax, take a deep breath ... Fox was merely reporting...
    The Associated Press reported this story; Fox merely put it on their website. not your fault, as you were led astray by the author of this Slashdot posting.

    it's REALLY important to distinguish a story merely printed by a news source from one actually authored by one, especially from a news outlet like Fox...

  19. Re:The IDE Issue... on Java Application Development on Linux · · Score: 1
    it is fucking annoying to have some twerp refactor the code base so the code you are working on suddenly won't compile and you have to go searching for where all the methods have gone.
    if your methods are getting broken, then it isn't proper refactoring, is it? your problem is a behavioral one, not a problem with refactoring. you have to make sure your team all is on the same page.
  20. Re:I hope the book has a section on porting.... on Java Application Development on Linux · · Score: 2, Informative
    I think you'll find that the java.nio classes are actually non-blocking IO, not native IO.
    actually, it stands for New I/O. the OP might be confused because it generally contains some APIs that are closer to the OS than the java.io.* ones are.
  21. time to jump the shark: 5 minutes on The Media in 2014 · · Score: 2, Funny

    is it me, or did this animation start to become laughable right around when the narrator managed to spit out the phrases "Googlezon" and "Newsbotster" without laughing his ass off? i mean really, how much Vallium did this dude have to take to do that with a straight face?

  22. Re:So... that's it? on Patrick Volkerding Back to Work · · Score: 5, Funny

    i backup to the toilet every night, but i've never had the courage to attempt a restore.

  23. dark fiber on NYC's Educational Dark Fiber Network · · Score: 2, Funny

    is there any indication that the discovery of this so-called 'dark fiber' could change our understanding of if the universe will end in a singularity or endless expansion?

  24. Re:"manage [...] filesystems" - or plain ranting on System Recovery with Knoppix · · Score: 1
    You know the drill, use the right tool for the job.
    wait... you're saying i should use a *drill*?
  25. i think i saw this movie... on S. Korea Claims N. Korea Has Trained 600 Crackers · · Score: 1

    it's called The Manchurian Canidate. if i remember correctly, they trained some black people, too. :)