Slashdot Mirror


User: KyleCordes

KyleCordes's activity in the archive.

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

Comments · 408

  1. Re:Actually, Run Screaming From Dynamo on On Building High Volume Dynamic Web Sites · · Score: 1

    No need to write your own template engine, there are several out there to choose from.

    Regaring non-DB caching, that it an excellent point. However, it's not really that hard of a problem to solve, either. It's nice to have it solved for you (Dynamo, etc.), but as long as you have everything running in the same JVM, you can cache data in a HashMap (keyed by user ID or whatever), just make sure to watch threading issues.

  2. Re:Multiple MySQL server -- thanks on On Building High Volume Dynamic Web Sites · · Score: 1

    I read an article recently stating tha VA Linux will be working with TCX to add "real" (non-"hack") replication to MySQL.

  3. Re:MySQL on On Building High Volume Dynamic Web Sites · · Score: 1

    On the other hand, the pages served by /. are quite large by common web standards... lots of query results/test per page especially for Nested or Flat mode on a story with 400 comments. Definately not your average web "hit".

  4. Re:My two approaches... One good, one bad (?) on On Building High Volume Dynamic Web Sites · · Score: 1

    140,000 pages per day is a pretty small, load. A very small load for a custom C webserver. You could handling 140,000 pages a day easily with ASP and VBScript, for that matter.

  5. MySQL on On Building High Volume Dynamic Web Sites · · Score: 1

    This sounds bogus to me. Slashdot runs on MySQL... Slashdot get a LOT of traffic, and those hits involve a LOT of database access.

  6. Re:Do we want these companies on Linux? on Inprise Director Resigns in Merger Protest · · Score: 1

    Delphi ships with the source code to the VCL. Study it all you want!

  7. Re:DEC MMJ connectors on Proprietary Extension to Kerberos in W2K · · Score: 1

    The company which installed the wiring for our PBX and network appeared to be competent up-front. Then they put in RJ-45s for both phone and network throughout the building... even though the phone system they sold us used RJ-11 (only one wire pair for that matter).

    When asked, they said "oh, the little plugs fit OK in the big sockets". Then they labelled the jacks as "1" and "2", not as "phone" and "computer".

    We explained the idiocy to them, and insisted the replace all the phone jacks with RJ11s. They agreed after some cajoring.

  8. RAID for $65 on Promote Your ATA66 Controller To A RAID Controller · · Score: 5

    To me, the more notable thing is that you can buy a RAID controller for $65... the ability to get it in a clandestine manner for $20 instead is not as interesting, IMHO.

  9. Re:Wait a sec... on Open Source, Closed Talk · · Score: 1

    That doesn't sound very non-exclusive.

    Why do otherwise reasonable people let their lawyers put stupidity like that in? It just makes them look bad. What are they going to do, sue me because I told Epinions I like my VCR, and I also told Slashdot readers? Sure.

  10. Re:To infinity and beyound.... on China to attempt manned space mission next month · · Score: 1

    By acheiving the in 2000s what the U.S. acheived in the 60s? Oooh, big deal.

    (Of course, the politician and most everyone else don't seem bothered by the fact that the U.S. can no longer do the things in space that were done in the 60s. Instead of pressing on, we collectively spent the last 30 years finding more and more expensive ways to get to earth orbit.)

  11. Re:(OT) For those who don't want to register on Encryption Debate at Mitnick Trial · · Score: 1

    It would be difficult to show damages, since the content is available on their site for free.

    (It is nonetheless a violation of their copyright, though.)

  12. Re:Napster Will Live Forever on Napster Server Protocol Has Been Published · · Score: 1

    Eventually Napster Inc. is going to start thinking about a revenue model.

    So you left out the word "Yet" :-)

  13. Re:vertical integration:bad for consumers,bad for on Warner Music and EMI Set to Merge · · Score: 1

    I mentioned this in another reply, but it is worth repeated.

    Any of the other companies you mention could be on each others' shopping lists. It's only a matter of time before these behemoths realize they would be even strong together than apart.

  14. Re:The rules are fairly simple on Warner Music and EMI Set to Merge · · Score: 1

    Unless you plan to buy the others, too.

    The media industry has become very consolidated, and a few more big, big deals could unite a large portion of it.

    Any TV networks for sale? If AOL still has the stock price to do it, they could be shopping.

  15. Re:Problem is people yapping on cell while driving on Cell phones used to track traffic · · Score: 1

    The big problem I see with this, is that if taking on the cellphone should be illegal, should't it also be illegal to have an engaging conversation with someone in the car with you? Certainly a good conversation with a person in the car could be more distracting and therefore more dangerous than a dull conversation with someone on the phone.

    It gets worse. Anyone that has kids knows that having kids of any age (crying, fighting, whatever) certainly could be a lot more distracting than a phone conversation.

  16. Free job ads, and good programmers. on Where Can I Find NT Kernel Programmers? · · Score: 2

    Two thoughts:

    1) wow, you got a free job posting on Slashdot. That has a LOT of value in and of itself. You might get the person you need just from this article.

    2) Otherwise, hire a really bright programmer with vaguely related experience. Someone who has worked at the systems level in Linux or UNIX should be able to move over to the NT world - the details would be different, but the underlying ideas would come over.

  17. Re:PDC on the SQL server? Ooohh bad MCSE, bad MCSE on SQL Database Backend for Accounting Software · · Score: 1

    The key idea is that someone checks things out, fixes problems before they become big problems, etc. I don't think it is absolutley necessary that they be onsite to do this. NT is not as easy as Unix/etc. to admin offsite, but it can be done.

    Certainly they should not need a person there working in it all the time.

  18. Re:Adding another platform is expensive. on SQL Database Backend for Accounting Software · · Score: 1

    It's not that bad.

    I'm an MCSE (and heavy user of Linux), and will speak against the "party line" by pointing out that you can easily run the PDC and SQL on the same (decent) server, your network will very likely be just fine since it is supporting the accounting software now, and you don't need a full-timer on staff to keep it running.

    Pay a competent NT/SQL admin get it up and running, then have them periodically come back or dial in to verify everything is working OK, etc.

    If they are also moving all the client to Windows, Colin is right, you need to include the cost of a bunch of new PCs etc.

    NT has more than it's share of Issues, but it works fine with good people at the helm. Can you really say that Linux or Unix tolerate incompetent sysadmins any better than NT? I can't.

  19. Re:Options on SQL Database Backend for Accounting Software · · Score: 1

    I third this. Go with what they spec (SQL7 on NT) or get a new package.

    You don't stand a ice cube's chance in hell of seamlessly moving someone else's front end over to talk to a different DB they don't support without having the source code and programmers who can adjust for differences in SQL dialects.

    SQL7 doesn't seem bad at all for what we run it for (to back up SalesLogix). It has been reliable (no crashes) and fast.


  20. Re:Easy Solution on Encryption Key Retrieval Method Invented · · Score: 1

    Check cards can deplete your account (making your house payment bounce) when the card is stolen/copied/fraudulently used.

    Use a credit card, you will out $50 (at most, generally 0) if it is stolen, and your house payment won't bounce.

  21. Re:Check cards bad on Encryption Key Retrieval Method Invented · · Score: 1

    An excellent and important point. A point that I make to people and they do not remotely understand.

    I've had to tell my bank twice that they do NOT have my permission to issue a credit card that comes out of my account.

    I don't know where the idea came from the "check cards" are in any way superior to credit cards... it's completely wrong. A check card is both more risky for the reason you state, and more expensive because you pay right now, not 30 days later with no interest.

  22. Re:Foreign nationals in critical positions? on ROTC-Like Program for Nerds · · Score: 1

    Good points. There is already plenty of motivation to get a computer education, namely a high chance of a good paying job. CS grads are already near the top of the heap in post-graduation pay.

    The fact that few college students choose a computer career is very likely NOT to to difficulty paying for it.

  23. Re:They left because Inprise devalued them. on Borland's Interbase Open-Sourced · · Score: 1

    Inprise could not push Interbase too hard to "political" reasons. Many of their products are used widely to interface to non-Inprise database; for example, they make a big deal about Delphi 5's Oracle support, and Oracle even based their Java tool on Inprise JBuilder 2.

    It would be unwise to put their own database too hard, since that would interfere with being database-neutral.

  24. MySQL for a limited set of problems on Borland's Interbase Open-Sourced · · Score: 1

    MySQL is great for a large class of problems, but it is no so great for another large class of problems: those which benefit from major, important database features that it does not have: transactions, stored procs, triggers, etc.

  25. Re:What InterBase is good for. on Borland's Interbase Open-Sourced · · Score: 1

    (all the way down to running on a Windows 95 machine)

    What makes this particularly useful is that when it scales up and down, it really does work exactly the same; it's NOW a situation where there is a "lite" version, "standard", and "enterprise", all of which behaving slighly differently.