Slashdot Mirror


User: babyruth

babyruth's activity in the archive.

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

Comments · 10

  1. great class on Computing's Lost Allure · · Score: 1
    BERKELEY, Calif. -- ON a sunny May afternoon, Brian Harvey's introductory computer science class...


    i took this class back in undergrad. Brian's a great teacher. All of our examples and tests are based on Beatles references. Too bad we don't program in Scheme at my work...
  2. over 25,000 games on MobyGames Database Hits 10,000 Entries · · Score: 1

    checkout www.gamers.com, which has the biggest games database in the world, at over 25000 games. It's also the site for EGM, CGW and other gaming mags.

  3. 2 separate issues on Alternatives to MS SQL Server for Dynamic Content Website? · · Score: 2, Informative

    I think you are looking for 2 separate products, an RDBMS and some sort of web scripting language.

    RDBMS - SQL server, like many have commented, is an excellent and mature product, more than enuf horsepower to run ANYTHING you need (especially for a 1 person shop). If you can't afford it, use a free db (mysql, msql, postgres, flat files... search for something on freshmeat), since it looks like the requirements are not too heavy, and anything heavier requires more resources than you have to run.

    Scripting Language - choose some language you know. certainly ASP is plenty powerful. Free alternatives like php are good, or jsps on tomcat. Zope is python based so you'll have to learn a whole new language if you don't already know it, and really for simple websites php is best.

    If you only have one person to support it, and not a programmer at that, forget about any heavy duty database, or any multi-tiered architectures or proprietary app servers or anything fancy. Apache/php/mysql is a very popular free setup and more than powerful enough, and you'll find plenty of resources online. Definitely don't go with ColdFusion.

  4. Re:The move to 166mhz bus is nice but on AMD's Athlon XP 2700+ · · Score: 1

    (why does this name summon the memory of the artwork inside PF:The Wall, hmm, something there, but what...)

    The protagonist in PF The Wall leads a group called The Hammerheads, with their logo being 2 hammers in an X. Just cross your forearms over your head w/ closed fists in a crowded place and see if anyone notices...

  5. Good Will Hunting on Fields Medals awarded · · Score: 2, Funny

    Fields medal winners do have practical applications, like that guy in Good Will Hunting...

  6. Re:All the 'used' resources are still here on Will Earth Expire By 2050? · · Score: 1

    Not quite true thermodynamically. It is a problem of energy, but also a problem of the QUALITY of energy we have left. Essentially entropy. When you burn gasoline in an engine at 30% efficiency, the rest of 70% is lost as useless heat (generating entropy), which you can never get back or re-use again. That's why you can't keep using the extra heat from an engine to do more useful work (w/o degrading the efficiency, hence the original amount of work done), beyond a certain theoretical limit (Carnot efficiency for heat engines). So we might have by-products left over, but whether we can further extrac energy from those wastes is another question. Of course, things like solar energy are external to this system and can be tapped to further process the waste, but there's a limit to how much we can extract from that as well.

  7. Qmail on Improving Unix Mail Storage? · · Score: 1

    Use the Qmail native format, 1 file per message. Let the filesystem do its job. Qmail is a great alternative MTA to Sendmail, fast, secure (no exploits so far IIRC) and easy to configure. Qmail

  8. Re:Favor Code Clarity Over Comments on What is Well-Commented Code? · · Score: 1

    furthermore, this is a shortcut operator, meaning the second test never executes if the first fails, which your revision does not take into account (thus the NullPointerException waiting to happen)

    if( aClassName != null && ! aClassName.equal( "" ) ) {
    ... do something ...
    }

  9. Re:Gattaca is oft overlooked... but good on The Wired Top Twenty Sci-Fi Movies · · Score: 1

    Brazil is one of the best films of all time, IMHO. Terry Gilium (sp?) of Monty Python and Twelve monkeys directed it, plus it's got Robert Dinero as a plumber.

    Boys from Brazil, while not a classic, is entertaining nonetheless. Lawrence Olivier and Gregory Peck co-star, it's great to see these two great actors go at it (literally).

    Highly recommend you see both! soon!

  10. How Turing Died on Enigma · · Score: 1

    He died by eating an apple dipped in cyanide (so I was told in my intro CS class...)