Slashdot Mirror


User: Nepre

Nepre's activity in the archive.

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

Comments · 21

  1. IMSA on Chicago Mayor Calls For "Brainiac High" · · Score: 1

    The Chicago area already has a magnet school focused on math and science: the Illinois Mathematics and Science Academy. It's funded by the state, and has a great record of students that go on and become leaders in their fields.

  2. Re:And so.. on Microchip Mimics a Brain With 200,000 Neurons · · Score: 1
  3. Re:And so.. on Microchip Mimics a Brain With 200,000 Neurons · · Score: 1

    Mod this up! It's not often we get a good Red Dwarf reference...

  4. Darwin At Work on Robots to Rid Us of Cockroaches? · · Score: 1
    Apparently, cockroaches do not wear tinfoil hats, as they are not smart enough to be suspicious of box-shaped circuit boards with an antennae sticking out.

    Well, not yet, anyway. This strategy kills cockroaches that trust these devices. Soon, only those cockroaches that don't trust robots will be left to reproduce. My guess is that it takes less than a year for a cockroach population to become immune to such tricks.

  5. Re:one place to look on Art Tips For Programmers? · · Score: 1

    Another good book is The Non-Designer's Design Book by Robin Williams. It gives a good introduction to use of color, form, and other design principles.

  6. Donations on Trials for Type 1 Diabetes Cure · · Score: 1

    If you want to support Dr. Faustman's research, you can donate online through the Reach For the Cure web site. The money goes directly to Dr. Faustman's project.

  7. Re:Be patient... on Pre-Election Discussion · · Score: 3, Insightful

    2) World opinion of the US is at an all time low.

    And? I care why?

    Because the low opinion of the US is what causes people to strap bombs to themselves and fly planes into tall buildings.
  8. Re:Dam'it Jim! I'm an Engineer. on The Extinction of the Programming Species · · Score: 2
    Utter nonsense. Programming and programmers aren't dead until AI matures.

    So programmers won't die off until AI matures, and AI won't mature without programmers. Beautiful!

  9. Key Point of the Review on Neal Stephenson's The Confusion Released · · Score: 1
    ...the central sections of all of Stephenson's novels have been excellent; it is endings with which he displays the greatest difficulty. And the ending is still eight or nine hundred pages distant.

    I agree whole-heartedly. This is Stephenson's big problem. He can't end a book! His stories are inspired; but by the end they just spiral out of control and leave the reader disappointed. I guess with him it's the journey, not the destination...

    The thing that concerns me is that he calls this the Baroque "cycle". Does that mean that it never ends? I don't want to spend my time reading 1800+ pages and then be left hanging out to dry.

  10. Link to the Research Paper on New Method of Spam Filtering · · Score: 4, Informative

    The actual paper that describes this technique can be found here

  11. Wow on Sci-Fi Memorabilia To Ogle And / Or Buy · · Score: 1
  12. More Information About the Project on Does Your Debugger Sing to You? · · Score: 1

    For those of you who would like to read more about this, a copy of the research paper is here, and the project home page is here. Enjoy!

  13. Re:I noticed this just now on New Palm Pictures? · · Score: 1

    I clicked on this story to read about the new Palm OS, not your karma. Don't bitch when you get modded offtopic. You are offtopic.

  14. Error Messages on Downsides to the C++ STL? · · Score: 1
    IMHO, the worst problem with STL is the compiler warnings and error messages. It's very rare that you write code that compiles the first time. When you do make a mistake, it's very difficult to figure out what went wrong. For example:

    c:\program files\microsoft visual studio\vc98\include\functional(86) : error C2784: 'bool __cdecl std::operator &,const class std::multiset &)' : could not deduce template argument for 'const class std::multiset &' from 'const class S'

    A while back I came across a Perl script that translated these error messages into something readable, but it seems to be that the compiler should do this for you. Maybe gcc is better...
  15. How long before Sony catches up? on Lawsuit Over Crippled Charley Pride Music Disks Settled · · Score: 3, Informative

    6. Defendants shall include a warning that the Charlie Pride CD is not designed to work in DVD players or Computer CD-ROM players

    The first DVD players didn't have the ability to play normal audio CDs. This feature was added by manufacturers in order to set their products apart from other DVD players. A "value-added" thing.

    If these copy-protected CDs become widely used in the music industry, then it won't be long before Sony, Panasonic, etc. will make players and CD-ROM drives that can read these disks. The consumer demand is too high to ignore.

  16. Re:How long before this becomes the new rage on The Ultimate S.U.V. · · Score: 1

    of all the soccer moms?

    More likely the hockey dads.
  17. A step in a new direction on Let's Kill the Hard Disk Icon · · Score: 1

    The desktop metaphor described by this article opens up some very interesting possibilities. It allows you to try out new technologies that are just not feasible today.

    For example: what if you don't have a file system? Your computer's storage could be a database, and the desktop could be the user's interface to an arbitrary subset of data objects. Or, how about a file system that organizes data by logical grouping instead of folders?
  18. Re:Got the Time? on Binary Watch · · Score: 1

    The pictures they show on the web site have a button labeled "binary". I'm willing to bet that this toggles the binary mode.

    That way you can read the time in HH:MM:SS, and then switch over to binary in time to scare your coworkers...

  19. Re:If it had a phone... on Apple iWalk: Mac OS-X based PDA? · · Score: 1
    Attention all PDA and phone manufacturers: we are sick and tired of carrying around a PDA and a phone. Got it? Put them together, preferably in a form smaller and lighter than a small boulder, and priced not too much higher than the two things separately. You'll be rich.

    Handspring is coming out with the best Palm phone I've seen yet. It's called the Treo, and information about it can be found here.

  20. Sell it! on When Personal Projects Start To Conflict w/ Work? · · Score: 1

    Another option is to sell your project to your employer. You get your paycheck, so it benefits you. The company gets a faster time-to-market, plus a developer who knows the code inside and out.

    - Nepre

  21. C++ is Middle Ground on The Object Oriented Hype · · Score: 1

    I prefer procedural programming, but I still use C++. It's not a contradiction.

    C++ supports *both*.

    In my opinion, that's one of the reasons the language has been so successful. It allows a programmer to use the programming model that best solves the problem.