Slashdot Mirror


User: tcopeland

tcopeland's activity in the archive.

Stories
0
Comments
1,760
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,760

  1. Re:Don't forget ... on Subatomic Darwinism · · Score: 2, Insightful

    > There is not scientific way to prove that
    > God Does or Does not Exist.

    Not all truth can be arrived at through the scientific method. For example, it's true that my parents love me, but establishing a double-blind study to prove it would be difficult.

  2. Re:No support for PostgreSQL? on How Real Is The Open Source Database Fever? · · Score: 1

    Thanks for the interesting post! I agree with you - some organizations are best served by purchasing database software from Oracle.

  3. Re:No support for PostgreSQL? on How Real Is The Open Source Database Fever? · · Score: 1

    > One guy would not be able to provide
    > enterprise level support for one database.

    Hm. I guess what I'm envisioning for large companies is that they'd have a couple of full-time DBAs, and they would occasionally bring in a guru for tweaking and tuning.

    That's what I've observed with some large government databases; the DBA did most of the day to day maintenance, but once in a while they'd bring in a guy for a day or two at $200 per hour who would make sure all the configuration/indexes/etc were up to snuff.

  4. Re:No support for PostgreSQL? on How Real Is The Open Source Database Fever? · · Score: 1

    > All companies listed are under about 35 employees

    Why would that be a problem? After all, database support is something a guru can do by himself... it doesn't take an army of level one tech support folks. It's like a compiler support company - just one or two really, really smart people.

  5. Re:No support for PostgreSQL? on How Real Is The Open Source Database Fever? · · Score: 1

    > "scalability problems" is still unrefuted

    I'm not sure how high PostgreSQL scales, although I've heard of folks running terabyte-sized databases on it. At any rate, Fujitsu is helping to fund improvements in that area, so it's only getting better.

  6. No support for PostgreSQL? on How Real Is The Open Source Database Fever? · · Score: 4, Informative

    From the article:

    > PostgreSQL has a much richer feature set but
    > has scalability problems and doesn't have
    > a company behind it providing
    > enterprise-level support;

    Bah. What about this? Lots of companies there, and many of the folks involved are core PostgreSQL developers...

  7. SemWebCentral runs Apache2 + PHP... on Is Apache 2.0 Worth the Switch for PHP? · · Score: 1

    ...right here.

    It's been serving a decent amount of traffic for quite a while with no problems...

  8. Re:PMD on What is a Good Open Source Code Analysis Tool? · · Score: 1

    Yup, PMD rocks! And the guys who work on it are really awesome, cool dudes! Especially Tom Copeland, he's the best!

    Ahem.

    Anyhow, if you're looking for Java bytecode analysis, FindBugs is excellent. Nice folks, too, and the mailing list is pretty active.

  9. Development has stagnated? on OpenBSD Project Will Release OpenCVS · · Score: 4, Informative

    Hm. Well, maybe. There have been a couple releases this year, and the mailing list remains active.

    I kind of feel that the torch is being passed on to Subversion, with no hard feelings between anyone. Lots of folks are converting over and most folks seem pretty happy with it. But CVS is still widely used and there are a bunch of of gurus who hang out on the list and answer questions.

    Oh, and here's a mirror of various CVS releases if anyone needs them.

  10. If you want to compile Mozilla... on Mozilla Heading to Mobiles · · Score: 1
    ...you may need to disable FreeType in your .mozconfig:
    . $topsrcdir/browser/config/mozconfig
    ac_add_option s --enable-default-toolkit=gtk2
    ac_add_options --disable-freetype2
    I'm working on a small "embed Mozilla in a GTK window" project, and some helpful fellow on IRC suggested this configuration.

    Incidentally, if you're doing something like that, be sure to check into gtkmozembed. It encapsulates all the XPCOM stuff, so all you have to do is include it and do a:
    GtkWindow *window = (GtkWindow*)gtk_window_new(GTK_WINDOW_TOPLEVEL);

    GtkWidget *moz = gtk_moz_embed_new();
    gtk_container_add(GTK_CONTAI NER(window), moz);
    gtk_widget_show_all((GtkWidget*)window);
    g tk_moz_embed_load_url(GTK_MOZ_EMBED(moz), "http://slashdot.org/");
    It's a real timesaver.
  11. Re:Mod me down, eh? on Graphics for Beginners (Using SDL) · · Score: 1

    > you actually do any work on Ruby

    Yup, I use it at work for various things, and I wrote a little SQL analysis thingy in it.

    > I know where you live and work

    Hm, yup, not hard to find...

    > Ever been to the theatre at Worldgate?

    Nope. Most of the time I work down in Arlington on a client site.

    > You don't want some albino storming
    > into your life and fucking up your shit.

    Hm. Why would you do that?

  12. Re:What the fuck? on Graphics for Beginners (Using SDL) · · Score: 1

    > Why [...] plug Ruby?

    Don't know... just seemed appropriate in this case...

  13. There are a couple of Ruby/SDL games... on Graphics for Beginners (Using SDL) · · Score: 3, Informative

    ...on RubyForge, including Magic Maze (which was inspired by Gauntlet) and Tadpoles.

  14. While game magazines may be going downhill... on New Games Journalism · · Score: 0

    ...books about programming games seem to be doing fine. At least, Charles River has published a bunch of high quality games titles, including the excellent Game Programming Gems series.

    They're also starting a Journal of Game Programming, which looks nifty in an academic sort of way. But that's the way game programming seems to be these days - either you're a content artist or you've got a PhD in physics and can speak fluent assembler.

  15. Re:Interesting and worrying too! on Space Station Crew Forced to Cut Calories · · Score: 1

    > Another good example is the pen Nasa spent a
    > log of money to create so astronauts could
    > write in space...and the Russians use pencils.

    Charming, but false.

  16. Mark Sparshatt is working on a Parrot frontend... on Comparing Python and Parrot · · Score: 3, Informative

    ...for Ruby here.

    Still lots to do but it's a start...

  17. What they need is a GForge site instead.... on Government Code Collaborative Falls Short · · Score: 2, Interesting

    ...like DARPA does with Cougaar.

    Government sponsored open source is already here... good times!

  18. Two kinds of computers? on IBM Puts PC Business Up for Sale · · Score: 1, Offtopic

    C'mon now... don't forget about the good old TRS-80.

    Lots of good times with that thing... reading/writing video memory directly... happy days!

  19. For DB-neutral SQL tuning... on MySQL Database Design and Optimization · · Score: 4, Informative

    ...SQL Performance Tuning is an excellent book. It has a lot of good discussion on when to use certain SQL contructs and how to check your database to ensure you're actually getting improvements.

    PLUG: Which SQL queries are taking the most time? PQA home page, download.

  20. Open source spyware removal utilities? on Spyware Removal is Big Business · · Score: 3, Interesting

    Googling didn't bring up anything helpful... I can see a couple of possible barriers:

    - most developers aren't clicking on email attachments
    - it's tedious work; rooting around in Windows Registry and system folders isn't fun
    - it'd need to be constantly updated to be effective

    It's a tough row to hoe...

  21. Book is five years old, whew... on Developing Applications With Objective Caml · · Score: -1, Offtopic

    ...one of the nice things about Ruby is that Dave Thomas and Andy Hunt keep Programming Ruby up to date. The second edition just came out, and it's a good one.

    If you're using Ruby or are interested in using it, it's an excellent written by someone who's very active in the Ruby community.

  22. Here's a direct link to the Quicktime file... on ROTK:EE Trailer Released · · Score: 1

    ...right here.

    PLUG: Ruby-DOOM

  23. Re:My guess on The Definitive Guide to MySQL, 2nd Ed. · · Score: 1

    > 62GB

    Whew!! That's pretty cool. I'll have to remember that next number time a "PostgreSQL for large databases" thread arises...

  24. Re:My guess on The Definitive Guide to MySQL, 2nd Ed. · · Score: 1

    > single tables with over 100 million records

    Sweet. How big is the PGDATA directory? Must be gigabytes.... mine is only 250 MB....

  25. Re:My guess on The Definitive Guide to MySQL, 2nd Ed. · · Score: 2, Interesting

    > PostgreSQL has so much more speed,
    > stamina, strength and beauty.

    The PostgreSQL database on RubyForge has been slowly growing over the past year or so... it's up over 825K records and ticking along smoothly. I can't see ever going back to MySQL unless forced to...