Slashdot Mirror


User: tcoady

tcoady's activity in the archive.

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

Comments · 125

  1. Re:The inspiration for Honda's "Cog" ad on 10 Ads The US Won't See · · Score: 1

    How could it have taken 606 takes as well as being shot in two halves? Did both halves take 606 takes or did they need 303 each? In any case why does it matter whether or not CGI was used? Who is going to know? After all the Honda execs did not appreciate this fact when it was shown to them.

  2. Re:Prohibitively expensive? on Japanese Train Sets A Speed Record Of 581 kph · · Score: 1

    Sorry, you need to click ahead one or two slides from the presentation to see the maintenance and per seat costs compared with ICE.

  3. Prohibitively expensive? on Japanese Train Sets A Speed Record Of 581 kph · · Score: 2, Informative
    However, we wouldn't see real trains for a while now since the cost is prohibitively expensive at this time. However, they expect that the cost would come down over the next 20 years.
    Not strictly true, according to the builders of the Pudong-Shanghai link, the costs can already be lower than conventional high speed trains, and the maintenance costs are alot lower. See here and here
  4. Instant-On Computing on MRAM in 2004? · · Score: 1

    Actually this is a feature in ACPI S3 specification that is already supported by the beast server 2003 and should be supported in the upcoming 2.6 kernel.

  5. Re:Corporate control on Ian Clarke, Ernie Miller On Free Speech, Privacy · · Score: 2, Informative

    Background here:
    http://www.monthlyreview.org/0503rupe.htm
    and some other stuff here
    http://www.dracos.co.uk/terrorism/

  6. Interesting link indicating conspiracy on SCO Invoices For Unix Licenses Get Closer · · Score: 2, Informative

    Microsoft is hosting a page called "Resources for Competing with Linux" with the news section pointing to all the best FUD stories. Does this add to the evidence that this whole thing is being encouraged by MS? Also on the same page under Microsoft's response to recent press there is a halloween style point by point rebuttal of a pro linux article, but I can't open it because it's protected by passport for some reason.

  7. Re:make modules fails on How To Upgrade Linux To The 2.6 Kernel · · Score: 1

    Thanks alot - I'll try that. I am sure I accepted most of the defaults, and I doubt many would be using parallel port ide devices! I'll just change m for n in these lines in .config

    [root@phoebe linux-2.6.0-test3]# grep -i pd .config
    CONFIG_PARIDE_PD=m
    CONFIG_BLK_DEV_PDC202 XX_OLD=y
    # CONFIG_PDC202XX_BURST is not set
    CONFIG_BLK_DEV_PDC202XX_NEW=y
    CONFIG_PDC202X X_FORCE=y
    # CONFIG_SCSI_NCR53C8XX_PQS_PDS is not set
    # CONFIG_ARPD is not set
    CONFIG_PPDEV=m
    CONFIG_USB_SERIAL_KEYSPAN_PDA =m

    and recompile using make oldconfig

  8. Re:RPM fails on How To Upgrade Linux To The 2.6 Kernel · · Score: 1

    # Arjan's 2.6 series kernel repository
    rpm http://people.redhat.com arjanv/2.5 kernel
    rpm-src http://people.redhat.com arjanv/2.5 kernel

    ~
    "/etc/apt/sources.list" 22L, 816C written
    [root@phoebe root]# apt-get install kernel
    Package kernel is a virtual package provided by:
    kernel#2.4.20-19.9 2.4.20-19.9
    kernel#2.4.20-9 2.4.20-9
    You should explicitly select one to install.
    E: Package kernel has no installation candidate
    [root@phoebe root]# apt-get install kernel-BOOT
    E: Couldn't find package kernel-BOOT

  9. Re:Make xconfig fails on How To Upgrade Linux To The 2.6 Kernel · · Score: 1

    There's no package as g++ If you can tell me what package it comes from that would be a big help. Is it gcc or lib-gcc? I already have these installed:
    rpm -qa |grep gcc
    libgcc-3.2.2-5
    gcc-3.2.2-5

  10. make modules fails on How To Upgrade Linux To The 2.6 Kernel · · Score: 1

    CC [M] drivers/block/paride/pd.o
    drivers/block/paride/pd .c: In function `pd_init':
    drivers/block/paride/pd.c:896: warning: passing arg 1 of `blk_init_queue' from incompatible pointer type
    drivers/block/paride/pd.c:896: warning: passing arg 2 of `blk_init_queue' from incompatible pointer type
    drivers/block/paride/pd.c:896: too many arguments to function `blk_init_queue'
    make[2]: *** [drivers/block/paride/pd.o] Error 1
    make[1]: *** [drivers/block/paride] Error 2
    make: *** [drivers] Error 2
    INSTALL drivers/block/DAC960.ko
    cp: cannot stat `drivers/block/DAC960.ko': No such file or directory
    make[1]: *** [drivers/block/DAC960.ko] Error 1
    make: *** [_modinst_] Error 2

  11. Make xconfig fails on How To Upgrade Linux To The 2.6 Kernel · · Score: 0, Redundant

    [root@phoebe linux-2.6.0-test3]# make mrproper
    CLEAN scripts/kconfig
    CLEAN scripts
    RM $(CLEAN_FILES)
    Making mrproper in the srctree
    RM $(MRPROPER_DIRS) + $(MRPROPER_FILES)
    [root@phoebe linux-2.6.0-test3]# make xconfig
    HOSTCC scripts/fixdep
    HOSTCC scripts/split-include
    HOSTCC scripts/conmakehash
    HOSTCC scripts/docproc
    HOSTCC scripts/kallsyms
    CC scripts/empty.o
    HOSTCC scripts/mk_elfconfig
    MKELF scripts/elfconfig.h
    HOSTCC scripts/file2alias.o
    HOSTCC scripts/modpost.o
    HOSTLD scripts/modpost
    HOSTCC scripts/pnmtologo
    SHIPPED scripts/kconfig/zconf.tab.h
    HOSTCC scripts/kconfig/conf.o
    sed scripts/kconfig/lkc_defs.h 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'
    HOSTCC scripts/kconfig/kconfig_load.o
    HOSTCC scripts/kconfig/mconf.o /usr/lib/qt-3.1/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf.moc
    HOSTCXX scripts/kconfig/qconf.o /bin/sh: line 1: g++: command not found
    make[1]: *** [scripts/kconfig/qconf.o] Error 127
    make: *** [scripts/kconfig/qconf] Error 2

  12. RPM fails on How To Upgrade Linux To The 2.6 Kernel · · Score: 1

    root@phoebe 2.6]# rpm -Uvh kernel-BOOT-2.6.0-0.test4.1.32.i386.rpm
    warning: kernel-BOOT-2.6.0-0.test4.1.32.i386.rpm: V3 DSA signature: NOKEY, key ID 9d6b4012
    error: Failed dependencies:
    mkinitrd >= 3.5.5 is needed by kernel-BOOT-2.6.0-0.test4.1.32
    modutils >= 2.4.25-7 is needed by kernel-BOOT-2.6.0-0.test4.1.32
    nfs-utils 1.0.3 conflicts with kernel-BOOT-2.6.0-0.test4.1.32
    initscripts 7.23 conflicts with kernel-BOOT-2.6.0-0.test4.1.32

  13. Why can't we have win-slocate? on Tom's Hardware Looks At WinFS · · Score: 1

    One thing I have never understood is why it takes so long to find files in FAT/NTFS systems even with their evil indexing services which grinds away at the disks and gobbles CPU cycles at random intervals while slocate is instantaneous and the update is almost as fast (slocate -u). I haven't tried slocate on windows partitions, but I expect it would do a similar job here. Perhaps someone could port this over to save us from needing longhorn?

  14. HFNetchk yanked? on NTBUGTRAQ Bashes Windows Update · · Score: 1

    That cry of disgust caused Microsoft to yank HFNetchk, because they hadn't licensed it and didn't have a formal agreement for its promotion.
    Its still here:
    http://support.microsoft.com/default.aspx?s cid=kb; en-us;303215&sd=tech#1
    and downloadable here:
    http://download.microsoft.com/download/e/5/ 7/e57f4 98f-2468-4905-aa5f-369252f8b15c/mbsasetup.msi

    Thanks for the "heads up" though ;)

  15. The U.S. is a lot more spread out than Korea, thou on America's Broadband Dream Is Alive-- In Korea · · Score: 1

    The U.S. is a lot more spread out than Korea, though -- some American cities are pretty well connected.
    Is that why only 99% of US has electricity, water, phones etc.? If this was a rush to the first phone network I could understand this statement, but with BB its only a question of changing equipment at both ends. OK I accept there are limits to the availability of BB to distantly connected phones, but if you see the space images of the US at night it looks like you are quite well concentrated already.

  16. Sounds a bit like my condo but.. on DSL Hardware for Wiring Condos? · · Score: 1
    We have only 120 units which have already been wired by the local cable company with cable grade coax/BNC/10Base2 which should enable both TV/Radio/Phone/1mps broadband but because we have CCTV on a channel that conflicts with broadband we are forced to stick with the providers analog with does not permit broadband.

    I have been trying to find out how to replace this with some cisco type gear to enable both broadband and about 30 TV channels fed from a satellite over the same cable network without rewiring with 10BaseT. I can't find any company that knows how to do this but there must be a few who can since what I want is quite similar to what (some) hotels provide.

  17. hundreds of similar stories on Supreme Court Takes Nike Free Speech Case · · Score: 1
  18. hundreds of similar stories on Supreme Court Takes Nike Free Speech Case · · Score: 1

    here Google

  19. Twenty five? on 25 Years of O'Reilly Books · · Score: 2

    Sorry to dis' everyone's favorite publisher, but I fail to see how they can claim this is their 25th anniversary since their timeline admits their first publication was in 1986 which is only 17 years back. The twenty five figure marks Tim's introduction to unix, which is not quite the same thing as O'Reilly is it?

  20. Re:The decline of Tomorrow's World on BBC To Ditch "Tomorrow's World" · · Score: 2, Insightful

    I agree with your analysis, and also the comments by AC about the presenters. I also stopped watching for the same reasons. What concerns me is that the slant towards bio-science is symptomatic of the way the BBC treats news about technology in general. I doubt there is a particular agenda for this, probably just a reflection of the lack of nerdiness amoung their editors. One example of this is the way they keep re-running the story about the clone babies even though there is not yet any evidence to prove this, the subject interests them so the story runs. On the rare occasions they do attempt to cover nerdy stuff they are often hopelessly out of date or off the mark. Such a pity.

  21. Re:These drones are way too expensive on Droning On · · Score: 1

    Actually there is an article in the Economist [never understood why the site name is placeed in brackets after the URL since browswers can display this information more reliably on mouse over] about the feasibility of pilotless planes.

  22. Re:public memo on Windows Security Holes Go Mostly Unexploited · · Score: 1

    Its "viruses", not "virii". Repeating, "viruses"

    Public Memo:

    It's "it's" not "its". Repeating "it's".

  23. This explains everything on Should You Trust Website Customer Reviews? · · Score: 1
    Thanks for this thread: it explains why the negative review I posted for Europe by Train by Katie Wood never appeared. I was really annoyed by this book as it contained a surplus of repetitive, condescending advice and invited readers who had the ability to write concisely to submit their work to the author but only on dead trees. I was tempted to write directly but knowing I'd be ignored I thought writing a negative review would be the perfect revenge for having to lug this drivel around Europe by Train, but I did not realise that Amazon delete unfavorable reviews.


    In the end I think this is Amazons loss since the whole idea of their review system depended on the trust of genuine reviewers. I hope the press picks up on this story so amazon visitors and reviewers realise the reviews are a waste of time and space.

  24. Re:Mozilla 1.2 doesn't work for me at all on Mozilla 1.2 Unleashed · · Score: 1
    Well it looks like it works for almost everyone else so I suggest you try again with a new profile as this looks like it's a problem associated with the settings on your machine.


    You don't need to report it here before bugzilla, but you should search bugzilla before you file a bug to check there is not already a similar report filed.

  25. Re:Mozilla 1.2 doesn't work for me at all on Mozilla 1.2 Unleashed · · Score: 1
    • Can you be a bit more specific about which sites fail for you?

    • Did you check the theme was compatible with 1.2?

    • Which update are you referring to?

    • Why not file a report in bugzilla?