Slashdot Mirror


User: MenTaLguY

MenTaLguY's activity in the archive.

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

Comments · 1,497

  1. IS it wasted effort? on OSX/Win2K Deathmatch · · Score: 2

    It's not wasted effort if it's quicker to write the script than it is to sit through the install.

    If it takes you longer to write the script, well, then there's your point.

  2. his speech on Lord of the Geeks · · Score: 2

    You'll also note (if you've heard any recordings of Tolkein speaking) that McKellen adopts an accent and cadence rather like that of the Professor. This was apparently deliberate.

    It seems strangely fitting somehow, to watch and hear him speak. It does seem very "Gandalf".

    Ian McKellen would not have been my choice for Gandalf at all (I last saw him in X-Men, of all things), but he is a remarkable actor. Nearly everyone I've showed the trailer to (and who has also read the book) has remarked that Gandalf was just like they'd imagined.

  3. Re:Tablet PC, etc on A Peep From Transmeta And Toshiba (And RLX) · · Score: 2

    Why the hell would you want to use a chip designed for low-power mobile use in a high-power non-mobile environment?!?

    It was designed for lower power consumption and heat output. That happens to be very desirable for low-power mobile use, but *gasp* that also doesn't sound like such a bad idea for a web server farm.

    If you're running a database server, CPU performance is more of an issue, but a heavily loaded web server is going to top out I/O and network throughput before it does the CPU.

    Just because you can put an insanely high power server out there on the web doesn't mean you need to. A friend of mine runs a web hosting service that serves 140 domains and a number of sites hosted off of the main domain. Most of these are art and multimedia sites (what the service caters to) -- not very lightweight. The sole server is a 188 MHz Cyrix 6x86 with 128MB RAM. The loadavg is currently ... 0.08.

    Crusoe isn't compute farm material, but peformance doesn't actually SUCK either.

  4. I'm a little confused... on Clawhammer to be 1/2 size of P4 · · Score: 2

    ...for the P4 version of the FFT code:

    1.4GHz P4, old code: 0.126 sec.
    1.4GHz P4, new code: 0.048 sec.
    1.2GHz Athlon, 133MHz DDR: 0.084 sec

    [snip]

    Gee. Over 2.5 times faster....

    (emphasis mine) duh?

  5. UDP scalability on Jabber As The Coming IM Standard? · · Score: 2

    In practice UDP is not actually extremely scalable unless you implement your own congestion control.

  6. Re:Whippets, anyone? on Exceptionally Unexceptional Quickies · · Score: 4

    *slaps forehead*

    You fools, this thing produces NO2! That is NOT the same thing as nitrous (N2O). Nasty stuff if you're thinking of inhaling it, and it certainly won't boost your car's performance either.

    Not that I really think inhaling N2O for fun is really that bright an idea either, but good grief man..

  7. Fully open IM protocol... on AOL vs. Open Source AIM Clones · · Score: 1

    Fully open ... like... oh, say, Jabber?

  8. ...or Jabber on AOL vs. Open Source AIM Clones · · Score: 5

    People might instead rally around an open messenging service like those offered by Yahoo!.

    Or like Jabber, where no single company controls all the servers.

    Note that Jabber is decentralized like SMTP is decentralized, not like Gnutella is decentralized.

    Also note that a lot of Jabber clients support encryption/digital signatures now too.

  9. Alternate IM system? on AOL vs. Open Source AIM Clones · · Score: 2
  10. http://www.fairtunes.com/ on Coming Soon: Burn-Proof CDs · · Score: 2

    In other words, I wish there was a way for us to donate directly to musicians in appreciation of, and as compensation for, their creative genius and all the hard work they put into entertaining us. Any suggestions???

    http://www.fairtunes.com

  11. Re:Strip it down, fer chrissakes on Update to the Mozilla Roadmap · · Score: 2

    Duh, I'm sure CmdrTaco used the Slashcode story editting page to input the story and not Composer.

    Actually, if he was using Mozilla, he did.

    Mozilla's text entry widget is implemented using the Composer component.

    Long-term plan is to write a special-purpose text entry widget that's a lot smaller and removes the depenency on Composer, but for now it works.

    Did you use your editor to input your comment and then ftp some HTML to slashdot? I didn't think so.

    Some browsers such as e.g. lynx can 'shell out' to the editor of your choice for editing text fields. Replace FTP with HTTP, and you've got it.

  12. Re:What does it do that Debian doesn't do already? on Ximian's Red Carpet Released · · Score: 2

    ...I missed the ability to search/browse packages.

    apt-cache search is handy for quick searches.

  13. ... dselect? on Ximian's Red Carpet Released · · Score: 2

    Why on earth are you still using dselect? Pretty much everything you want to do should be covered by apt-get install, apt-get dist-upgrade, apt-get remove, and apt-cache search.

    A lot faster, a lot simpler, and much less of a pain.

    (occasionally using apt-get autoclean is good to keep the package cache down in size, too)

  14. ... on Innovations in Space Launch Systems · · Score: 1

    After all, NASA spent thousands to get an ink pen to write in space. The Russians used a pencil...

    ...and suffered from respiratory ailments as a result of inhaling fine graphite dust.

  15. Re:Apples and Watermelons. on The ssh vs. OpenSSH Trademark Battle, Next Round · · Score: 1

    Why? Because people are being drawn to the open-source implementation rather than paying out good money for something they can get for free.

    In this case, the open-source implementation is also arguably better.

  16. silly american... on 2.2 vs 2.4 · · Score: 1

    Realize that in several European locales (like ... I dunno, Germany), the meanings of '.' and ',' in numeric contexts are reversed from American usage.

    The world's a lot bigger than your little corner of it, my friend. He was saying 38000 connections.

  17. Re:Looking at Windows NT sources on Understanding the Linux Kernel · · Score: 2

    Can be free, since Microsoft gives the source to some academic institutions.

    Free as in beer, maybe, but the restrictions placed on you if you take such a course can be rather onerous.

    It can be rather difficult to legally find work with a Microsoft competitor, as you're "contaminated" with Microsoft IP.

  18. interface compatibility on Why iptables (Linux 2.4 Firewalling) Rocks · · Score: 1

    This is the third time that the interface to this functionality has changed, essentially based on a different implementation.

    Actually 2.4 supports the 2.0 and 2.2 interfaces too, as optional (extremely small) kernel modules.

  19. system call overhead (o/t) on Why iptables (Linux 2.4 Firewalling) Rocks · · Score: 1

    If the file exists (i.e. an open() call succeeds)

    If you don't actually plan on doing anything with the file after opening it, just use access(filename, F_OK). Save yourself a close() system call.

    Keep in mind that on top of the file overhead you're also taking hits for transitions to and from userspace for every packet. Best to keep system calls to a minimum in such a case.

  20. Re:*Sigh* on What's Wrong With Content Protection? · · Score: 2

    IP In the form of movies or music is not "infinite".

    Yes it is. Assuming digital media, there is an infinite supply of copies of existing works.

    It costs $$$ to make a movie (About $40 million on average these days).

    Right. That's the (one-time) cost of generating the content, not copying it. We're just used to "subsidizing" these costs by paying per-copy fees.

    We're going to have to either find other ways to "subsidize" content creators, or settle for a world in which it is effectively illegal for anyone but "authorized content providors" to create or copy content.

    I think I could live with the societal and artistic consequences of former better than I could the latter.

  21. Valid HTML on Will Browser-Neutral Web Soon Become Thing Of Past? · · Score: 2

    ...with some decent diagnostics (i.e. "'}' expected on line 554" or something like that)

    Try the W3C's HTML Validator.

    ...some random user agent (read: browser) can handle bad code in any number of unexpected ways.

    Right, and that's why it's really important that the code be valid. Otherwise, the results are, as they say, "undefined" -- you may very well end up shutting out all but a few browsers and never even know it (unless people send you death threats or something ^_^).

    It's kinda nice to have a 'strict' browser around. I've seen a lot of web designers make bad errors that don't show up in IE (which is about the most permissive browser out there).

    Permissive browsers are good for users, but really bad for designers.

    Probably better to use the validator anyway though.

    Big thing, though, is that Netscape (<= v4) isn't exactly strict ... it's just downright broken. I make a reasonable effort (write valid & strongly semantic markup, make some minor adjustments) so that broken browsers can at least display the content (regardless of how it looks), but at the end of the day if it's just simply a matter of browser bugs, screw that browser.

    For my personal projects (where I just go for rigorous standards-compliance) this usually means:

    • Mozilla - fine
    • Mac IE 5 - fine
    • Netscape 3 - fine, no CSS
    • lynx - fine, no CSS
    • Windows IE 5 - fine (minor layout issues, little CSS2)
    • Opera - fine (minor layout/formatting issues, occasional weird CSS1/CSS2)
    • Windows IE 4 - fine, everything's readable although e.g. "float" can occasionally be bizzare.
    • Netscape 4 - you can read the page ... most of the time. always new "surprises"
    • Mac IE 4 - parses HTML in a non-upwardly compatible (and incorrect) way, so XHTML displays as source. too bad.

    Oh. HTML Tidy is nice for fixing HTML so you don't have to by hand.

  22. Re:oouuaaahh on Internet Ad Network Commentary · · Score: 2

    Penny-arcade recently talked about this, how if they weren't going to get paid, they wouldn't be able to do the site anymore, I imagine most web comics would be the same.

    There are other ways to get paid, however. Donations and merchandising spring to mind as the most obvious.

  23. reiserfs is intended to be a database fs on MySQL FS · · Score: 3

    Much of the ultimate point of ReiserFS is the marriage of databases and filesystems (filesystems are really just a limited sort of database anyway). This is the reason for the all the commercial funding; there are people out there who really want this.

    See Hans Reiser's White Paper for information on where he's going with this.

    For what it's worth, database filesystems are not a new thing at all. Hans is just planning on accomplishing this in a way that completely preserves the Unix file metaphor and related concepts.

  24. Utility of Neural Nets on Neural Networks In The Home? · · Score: 2

    The basic utility of neural networks is basically the same as "genetic programming" .. they avoid the necessity of having to describe a solution to a complex (or merely subtle) problem.

    The trained network or the evolved program solves your problem, but it's basically "black box magic" -- you never really will understand completely how it works or how it was arrived at. Both can also exhibit unexpected properties.

    They're overkill for most problems where you CAN describe an adequate "deterministic" solution. Neural nets also require a fair amount of overhead, too.

  25. that's what Xrender does though on MacOSX and XFree86 run side by side · · Score: 1

    n/t