Slashdot Mirror


User: NoNickNameForMe

NoNickNameForMe's activity in the archive.

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

Comments · 40

  1. Re:Finally on Apple Updates iMac, iLife, .Mac · · Score: 1

    For a Media PC type environment, the wireless keyboard should really be a built in trackball or touchpad so that you won't need to use a separate (and easy to lose) wireless mouse. That's my pet peeve with current wireless keyboards available in the market. Bluetooth seems to be a logical choice though. Hopefully it's more robust than the existing IRDA and RF links which are pretty flakey.

  2. Re:Doesn't Matter on Can Statistics Predict the Outcome of a War? · · Score: 1

    Thanks for the detailed explanation! I'm aware of the arguments for the gold standard, though not the fourth issue that you mentioned.

  3. Re:Doesn't Matter on Can Statistics Predict the Outcome of a War? · · Score: 1

    I'm curious, do you subscribe to the Austrian School of Economics? It's been a long time since I took my Economics class, but I'd always felt that the whole fiat-based monetary system backed by US dollars was just a means for the US to export inflation during the first OPEC oil-shock in the 70's.

  4. Azimov thought of it first on Can Statistics Predict the Outcome of a War? · · Score: 1
    Sounds like Azimov's Psychohistory, as described in his Foundation Series.

    Loved the first few, but it got rather far fetched towards the end of the series. Kindof like he ran out of ideas.... a common failing of too many authors trying to milk a franchise.

  5. Re:YouTube was written without an SDK on No iPhone SDK Means No iPhone Killer Apps · · Score: 1

    In this case the bottleneck is the network connection. The iPhone should (?) be able to handle 25 fps JPG image transfers, but the phone charges will kill ya! :) (Yes, I know the iPhone comes with WiFi)

  6. Re:AMD Fanboys on the march- even in the press on Microsoft To Dump 32-Bit After Vista · · Score: 1

    Hmm. I wonder if the EMT64 support was purely a microcode update or did it require changes to the CPU itself. Anyone knows?

  7. Re:World Domination 201 on The End is Nigh for XP · · Score: 1

    There has been times ESR has said some really dumb things, but I believe that this article should be judged on its own merits. I don't think people would have such a problem with the premise (and conclusion) if it were written by someone else. In any case, it was co-authored, so it's not entirely his 'crackpot' ideas.

  8. World Domination 201 on The End is Nigh for XP · · Score: 1
    Karma whoring....In case you haven't read this already.

    The battle for the 64-bit OS will be decided by 2008.

    http://catb.org/~esr/writings/world-domination/wor ld-domination-201.html

  9. Re:My take on how to learn x86 ASM on Is Assembly Programming Still Relevant, Today? · · Score: 3, Informative

    Stay the HELL away from old 16-bit code in any form. It's ugly. It's obsolete. It's just not worth your time. Of course, using the 16-bit registers is fine when they're the appropriate tools for the job, but seriously, any tutorial that mentions segmentation? Just say no. You'll thank me for this later.

    I teach Assembly Language Programming, and for that reason I refuse to teach it on x86 because most available books are using 16-bit (DOS/BIOS based) x86 code. Unfortunately learning 32-bit x86 is a much bigger jump (conceptually) for newbies, I'm not sure it can be done in one semester to students who never had Assembly exposure before.

    Ideally, I'd like to use ARM as the reference assembly language for teaching. It's reasonably clean, and has a sufficiently large code base (i.e., PDAs, embedded systems) to be worth the while to learn. I'd love to find out what books are availble for learning Assembly Language Programming on ARM though.

  10. Re:my failed attempt to evangelize on OpenOffice.org 2.1 Released With New Templates · · Score: 1

    I can't comment on crashes. I've been using gnuplot for graphs on Linux since Fedora Core 3, and it has worked fine. But then again, I don't do fancy calculations such as linear fitting.

  11. Re:my failed attempt to evangelize on OpenOffice.org 2.1 Released With New Templates · · Score: 1

    If you're primarily interested in Plotting data and not so much in number crunching, you can try using:
    Gnuplot http://www.gnuplot.info/ or
    PyXPlot http://www.pyxplot.org.uk/ Granted you'll have to learn the scripting language, but the graphs are way more consistently rendered and 'cleaner' compared to what Excel generates.

  12. Re:Linus Quote on Torvalds on the Microkernel Debate · · Score: 1

    If this isn't selective quoting, I don't know what is. Please quote the rest of his comments. Basically he said that it's good for the simple case, but it falls flat for the more complex situations where pipes (and by analogy, microkernels) won't work well because there is multi-way interaction between the modules.

  13. PCI-E based Capture cards with Linux Support? on Build a Homemade Media Center PC · · Score: 1

    Slightly offtopic: I'm trying to find out the availability of PCI-E based capture cards, and more importantly, Linux Support? AFAIK, I've only seen pre-announcements of products with PCI-E interface.

    IMHO, this is going to be the 'next big hurdle' in doing your own Media Center. I've struggled enough with the analog TV capture cards in the past... the saa7134 TV chipset took a while before it was properly supported, for example.

  14. Re:MagSafe connector on MacWorld Keynote Announces x86 iMac & Laptop · · Score: 1

    How does this thing work? Via Induction (like two halves of a transformer coil)? How much current would it be able to carry? Safety aspects? Inquiring mind wants to know.

  15. A much better description of the architecture on Power-Light Power Chips · · Score: 2, Informative