Slashdot Mirror


User: jbellis

jbellis's activity in the archive.

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

Comments · 461

  1. That's not network security on Safe and Insecure? · · Score: 0, Redundant

    that's an attempt to create plausible deniability...

    in other words the article blurb is either not funny or just stupid.

  2. maybe he sold it short on SCO Prides Itself on Inspiring FUD · · Score: 3, Funny

    and the damn stock went up. :0

  3. well, that goes without saying on SAGE 2003 Salary Survey Announced · · Score: 0, Funny

    when your email starts with "php" :)

  4. Time for a new motto on Possible Cisco Source Code Theft · · Score: 1, Offtopic
  5. The sky is three-dimensional on Flying Car More Economical Than SUV · · Score: 1

    There would have to be many times more skycars than there are currently automobiles for congestion to be "just as bad."

  6. oops on The Logic Behind Metric Paper Sizes · · Score: 3, Funny

    you are correct; I subtracted 8 instead of 18mm.

    skinnier is still ugly though. :)

  7. Yes, but... on The Logic Behind Metric Paper Sizes · · Score: 2, Insightful
    Square roots of two are very mathematically cool, but... "ISO A4 is 6 mm less wide but 18 mm higher than the U.S. "Letter" format." [1/4" less wide, 3/4" taller.]


    I dunno, longer, less-wide paper means that the perimeter contains its writing
    area less efficiently. (A square would be most efficient for a
    rectangle.) So despite making my notepad almost 3/4" more unwieldy,
    moving to A4 actually reduces the area of the sheet by a small
    amount. (Do the math.)


    Sure it's silly to quibble about a square centimeter of area; I'm just
    trying to quantify my aesthetic objection to skinnier paper...

  8. gentler learning curve on Bloggers Assail Movable Type's New Pricing Scheme · · Score: 2, Informative

    bloxsom and pybloxsom (a port of the original Perl) offer an elegant plugin-based architecture with a gentle learning curve if you want to set up your own blog. And because so little is hardcoded into the app itself, you can leverage it to do all sorts of non-traditional sites; I wrote a plugin to enable a webcomic in a few hours.

  9. "first direct evidence" on New Evidence About 'The Great Dying' 250 Million Years Ago · · Score: 4, Insightful

    not "first evidence"...

    just like in judicial cases you can have circumstantial evidence, scientific hypotheses can be supported by indirect evidence.

  10. another take on this on IT Outsourcing Need Not Threaten Our Future · · Score: 2, Interesting

    By Lawrence Lessig, who is widely praised among /. readers for his work in IP law. I wonder if his thoughts on economic protectionism will be as well received. :)

  11. using that to condemn phony accounting is fine on RIAA Loss Report Contradicts Nielsen Sales Record · · Score: 2, Offtopic

    just don't use it to justify theft... if the RIAA charges more than you want to pay, that doesn't mean you get to take it anyway. Check out emusic or other sources of indie music instead.

  12. No surprise there on RIAA Loss Report Contradicts Nielsen Sales Record · · Score: 3, Insightful
    So the RIAA won't stop at bending the facts a little -- okay, a lot -- on their way to ripping fair use out of America. Nothing we didn't know.

    What will be interesting will be to see how much play this gets in the mainstream media. Probably no more than any of the other facts that aren't convenient for the "hackers steal $billions on teh intarweb" headlines they like to run. :-|

  13. so egypt is mostly on dialup on Egyptian Linux Advocates' Replies · · Score: 1

    and yet email = hotmail?

    holy crap, gmail is going to clean up there. :)

  14. this just shows you don't know java on Gosling on Opening Java · · Score: 2, Informative

    for the former, use a labled outer loop

    outer: for ...
    for ...
    break outer;

    for the latter, "cleaning up properly afterwards" is a textbook case of where you want to use the finally clause of a try/catch block.

  15. Fedora Legacy != Fedora Core on Red Hat Linux 9 Reaches End-of-Life · · Score: 3, Informative

    the former provides updated packages for EOL'd RH versions; the latter is the basis for new RH versions.

  16. are the plainblack docs still non-free? on MySQL and Perl for the Web · · Score: 1

    pretty extreme example of writing free software and charging for "services." I'm probably not the only one who didn't bother looking closer after seeing that.

  17. Re:actually, the more important reason for excepti on C, Objective-C, C++... D! Future Or failure? · · Score: 1

    Uh... no. In modern languages, that's a non-issue.

  18. Re:actually, the more important reason for excepti on C, Objective-C, C++... D! Future Or failure? · · Score: 1

    You're not making sense. Remember, if you don't have exceptions, EVERYthing has to go into the return value, and that's what I'm talking about. It's not a pretty situation.

  19. actually, the more important reason for exceptions on C, Objective-C, C++... D! Future Or failure? · · Score: 5, Interesting

    is that when you get an error that is properly handled 3 or 5 or 10 levels out from where the error happens, you DON'T want to have to check for that error in all the intervening calls. Your code would be messy as hell, and what happens more often, as you can see in a LOT of C code out there, is the coder pretends the error just won't happen.

    Exceptions let you throw the error where it happens and catch it where it makes the most sense, however far down the stack that may be.

  20. "like Java and Perl" on C, Objective-C, C++... D! Future Or failure? · · Score: 0

    that's a pretty rediculous juxtaposition. perl is good language for one-offs and "duct tape;" Java is a systems language like. They really don't share the same problem domain; the one place they do intersect (web applications) is a place nobody uses C++, so they can't very well be supplanting it there. :)

  21. The top player on carnage blender sold for $1550 on When Play Money Becomes Real · · Score: 3, Interesting

    ... just a couple days ago. (Our previous high sale was $800 for someone not quite in the top 10.) I think that's probably a record for a game without fancy 3D graphics. I should spend less time coding and more time playing. :)

    (And then there's the players who think any mixing of RL with the game world is grounds for lynching. Heh.)

  22. Re:Here you go on PHP 5 RC 1 released · · Score: 1

    None of these sites use the languages you specify for more than a small fraction of their pages. With the possible exception of TicketMaster, for which I'm not sure. (And in any case isn't in the same league as Yahoo and Amazon.)

    TCL is far more maintainable than perl; you are obviously not very familiar with at least one of these languages.

  23. Here you go on PHP 5 RC 1 released · · Score: 4, Informative

    Speed: they're all "fast enough." All of these scale well enough that for most sites you won't care, and none of them really scale well enough to support something like cnn.com. [Read through the archives to get a feel for the pain /. has to go through to serve its audience, for instance. And /. isn't even THAT big.] No flame; just that all these options are low/middle end.

    Ease of use:

    Classic ASP is pretty close to Perl. ASP.NET is a rather different paradigm, with a slightly steeper learning curve but more than enough added power to make it worthwhile. Unfortunately ASP.NET is a classic "leaky abstraction;" it tries to make things simple that sometimes aren't, and this will bite you.

    Perl: it's nearly impossible to maintain a substantial site in perl with multiple developers working on the code. The language works against you here. Again, /. is a case in point. There's a reason /. doesn't upgrade to the latest & greatest very often.

    JSP: takes a PHP-ish approach but Java is a statically typed language which makes using it for web apps _extremely_ verbose in comparison to the other languages here.

    Javascript: poor fit for server-side use. Nobody does anything serious with it that way.

    Verdict: They all suck to one degree or another. It's heresy on /. I know, but of these, ASP.NET is probably the best choice. If you want a toolkit/language that won't make site maintenance hell, OpenACS (tcl) or Zope (python) is probably a better bet. If you want something that will scale to absolutely huge levels (like the aforementioned CNN), J2EE is about the only game in town. (But a living hell to code for -- not recommended for smaller projects!)

  24. Damn, you're clueless on PHP 5 RC 1 released · · Score: 5, Interesting

    - for all but the most trivial sites, separating code & presentation is a Good Thing
    - PHP supports this kind of separation. google for template libraries.

  25. If you're "wading through 10-15 pages of results" on Yahoo! Vs. Google: Algorithm Standoff · · Score: 2, Informative

    you need to change your google preference from 10 results displayed to something larger...

    if you have already done this and you're still wading through that many pages of results you suck at specifying what you want to search for :)