Slashdot Mirror


User: Laser+Lou

Laser+Lou's activity in the archive.

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

Comments · 304

  1. Re:Sure, but on Programmers Hold Funerals for Old Code · · Score: 1

    Why wouldn't pets have a soul? They have a mind.

  2. Re:Now, let's all have a big Slashdot group hug on Kerry Concedes Election To Bush · · Score: 2, Funny

    Amen to that. I'm tired of getting flamed.

  3. Re:Remeber to take sunblock on Exploring Antarctica · · Score: 1
    I'd rather gaze at a Martian landscape than an Antarctic ice shelf.

    I'd also rather float in orbit with the Earth below than in water, with sharks behind.

  4. Re:What? We didnt blame Bush for it? on Global Warming Expected to Intensify Hurricanes · · Score: 0, Troll

    Yeah, doing what's best for the U.S. will make a lot of people angry.

  5. Re:Dishonest on Pre-Retirement Interview With Intel CEO Barrett · · Score: 1
    Get your ass whomped for 4 years in a engineering program, while all your friends slide by as buisness majors.
    Don't you agree that simply being able to make significant things that people use is worth that time and effort?

    When you all graduate, they get jobs as managers and you stand in the unemployment line because Intel outsourced all those jobs to India or filled them with H-1B workers
    The way I see it, with Moore's law still in effect, there will be plenty of work to go around for years to come.

  6. How many on Is Open Source An Advantage For Game Developers? · · Score: 1

    high-quality AAA titles are available? To me, having lots of expensive technology and artwork does not make the derivative games we see in the store high-quality.

  7. Re:Oh, they mean computer mice on Logitech Gives A Mouse A Laser · · Score: 2, Funny

    I really was hoping for mice with frickin' lasers on their headers. Darn.

    I'm glad they don't. My snakes wouldn't like it.

  8. The beauty of ... on Jakob Nielsen Talks About Usability in FOSS · · Score: 3, Insightful

    free/open source software is that the original developer does not have to focus on the user interface; Since the code is freely available for modification, someone else with better UI skills can improve it.

  9. Re:Geographic Distribution on Red Brains vs. Blue Brains? · · Score: 1
    Liberals come from cities, Conservatives come from rural areas. I think it is the lifestyle of where you live that governs the formation of the brain.


    There are exceptions to that. I was born and raised in Detroit, and I still live there, and I'm definitely a Conservative. While the correlation in that map seems accurate as far as political parties are concerned, there are many liberal minded people who are Republicans, and many conservative minded people who are Democrats, and they may vote that way because they think they would benefit more from that's party's policies.

  10. Re:Eh... on Neverwinter Nights 2 Officially Announced · · Score: 1
    Moreover, NWN2 is scheduled to be released in late 2006. That's less than half of the time Bioware had to develop the original title, and Bioware had both more expertise and more manpower.

    That indicates NWN2 might reuse a lot of stuff from NWN1, which I think would be a good thing.

  11. Re:FreeBSD Daemon on FreeBSD 5.3 on the Horizon · · Score: 1

    What does the daemon mascot have to do with using the operating system? Just don't make it your wallpaper, and you should be fine.

  12. Re:FUD ALERT on Patriot Act Used to Enforce Copyright Law? · · Score: 1
    Slashdot comments are NOT indexed by google!

    They are, however, indexed by Altavista. I found many of my comments there.

  13. Re:Show! on Macaque Monkey Goes Totally Bipedal · · Score: 1

    Well, its impossible to go back in time to show it occurring. The only thing we can do now is connect the dots.

  14. Re:A point for Darwinism? I see no point in this. on Macaque Monkey Goes Totally Bipedal · · Score: 1
    What seems the most likely explanation of the origin of life and its consequent formation into what we see today? Undoubtedly, special creation.

    Can you explain to me the difference between "created" and "specially created?"

  15. Re:Hallelujah! on Macaque Monkey Goes Totally Bipedal · · Score: 2, Interesting
    While it may give the evolutionists some "ammo" I just sit back and let them have their fun for now


    Evolution doesn't need "ammo." Enough evidence was gathered for it over 100 years ago. It's like physics; you understand it, or you don't.

  16. Re:A point for Darwinism? I see no point in this. on Macaque Monkey Goes Totally Bipedal · · Score: 1

    Evolution is accepted by a great majority of life scientists; it is the basis of modern biology, so why shouldn't it be considered factual?

  17. Re:And what has Alan Kay done since 1980? on Alan Kay Decries the State of Computing · · Score: 1
    But since then Kay hasn't really invented that much, missed "industrial-strength" OOP
    I don't understand that comment. Kay helped invent Smalltalk. Isn't that an industrial-strength OOP language?

    missed the significance of the Web, PDAs, cellphones and other innovations.
    Aren't the Web and PDA's basically replacements for paper? Don't they simple provide different ways to do the same things as before?

    The Gore-Gates initative to make the Web available in every school and library by year 2000 did far more for children computing access than SmallTalk and eQuariums.

    and are the children getting a better education as a result of this?

  18. Re:Pedant time... on Java 1.5.0 Now Officially Java 5.0 · · Score: 3, Funny

    They raised it to MS-DOS 8, even though it had fewer commands. If they really want to kill DOS, they should announce a product called "MS-DOS Forever."

  19. Re:Pedant time... on Java 1.5.0 Now Officially Java 5.0 · · Score: 1

    My effort to add to the pendantry:

    Windows 98SE = Windows 4.10.2222A on MS-DOS 7
    Windows ME = Windows 4.90.3000 on MS-DOS 8

  20. Re:Speed of 3D in Java? on Java3D Source Code Released · · Score: 5, Informative

    Java3D was used for the game Roboforge. It was also used in Law and Order: Dead on the Money.

  21. Livre means on Software Livre, Anyone? · · Score: 3, Informative

    "Book" in French. The term "Software Livre" might confuse some of those who speak French.

  22. Re:ANSI/ISO on Sun will Open Java's Source · · Score: 1

    What about Perl, PHP, and Python? There are plenty of open souce languages that do quite well without being standardized by a big organization.
    That's true, but notice that those languages are written in C and C++, which are managed by a standards organization.

  23. Actually, on Programming For Terrified Adults? · · Score: 2, Interesting

    the best language to teach her is probably the one that you know the best. If you know it well, you would be able to teach it to her. If you can't, you probably don't know the language as well as you thought. Just be sure to keep it very simple; avoid mentioning advanced features.

  24. Assembly language on Programming For Terrified Adults? · · Score: 5, Funny

    Try teaching her assembly language. There's nothing simpler. Its almost like using a calculator:

    load this
    load that
    add
    store ..

    That's it!

  25. Re:Money on Ray Bradbury's Reasons to Go to Mars · · Score: 1

    I guess that's a good reason not to go to college, right?