Slashdot Mirror


User: Henry+Stern

Henry+Stern's activity in the archive.

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

Comments · 140

  1. On the subject of open relays on Are SPAM Blacklists Unreasonable? · · Score: 1

    On the subject of open relays, how does one tell sendmail to authenticate users (using login/passwd) coming from outside?

  2. Re:Console on Product Placement in Video Games · · Score: 1

    Are you saying that you don't object to the Taco Bell ads EVERYWHERE in THPS2X? They even put them all over the reservoir level taken from THPS1.

  3. Re:X term on Another Xbox Anatomy Lesson · · Score: 3, Funny

    Microsoft X-box: $299
    Linux: free
    Turning a lean, mean, gaming machine into a $20 x-terminal: priceless

  4. Re:Try securing your boxen first on Undernet In Serious Trouble: Any Suggestions? (Updated) · · Score: 1

    Nope. I dont agree. If I want to run an insecure, crappy box, thats my right. Just like if I have a house, and want to leave the door swinging in the wind wide open, its my peroggative.

    I'm not sure about the region in which you live, but here in Nova Scotia, Canada, you (your insurance) are liable if someone steals your car and destroys something. Consequently, insurance companies reccomend that you disable all uninsured vehicles just in case. Being a computer scientist and not a lawyer, I have no clue whether you/your insurance would or should be liable if someone uses your hardware to destroy something but the two do sound awfully similar.

  5. Re:Rant (someone stop me before I post again) on Information Poisoning · · Score: 1

    Tax on recordable media in Canada/Germany - Gov't Backed, Corp Bought

    It should be pointed out that there is no tax on recordable media in Canada. It is a levy and actually gives the consumer something in return. It is perfectly legal and ethical for a Canadian to copy an audio CD for personal use, regardless of whether or not they have purchased it. 5.2c for a CD ain't bad!

  6. Re:Sucks on Kmart To Card Buyers Of Violent Games · · Score: 1

    think of it like an ISP saying "there's nothing wrong with prOn on the internet. I'm just not going to host it on my servers"

    Or even like a developer saying "there's nothing wrong with owning intellectual property. I'm just going to give mine away to the world for free."

  7. Re:Yet more wonders of capitalism on On-Line Uranium Auctions · · Score: 1

    There is one counter-argument to the coal vs. nuclear power debate that is too often forgotten. Using uranium in a fission reactor produces plutonium which then needs to be disposed of. The problem is just that, what do you do with all this radioactive waste? You can't, after all, just bury it in a landfill and hope it goes away. At least Coal smoke breaks down in the atmosphere.

  8. Re:Bitter and twisted ... on Electronic Valves For Diesel Engines · · Score: 1

    You didn't read the article, did you. They're waiting until 2007 because they need testing time, and it has to be approved. Technology can't come overnight you know.

  9. Re:How do I port Slackware to Sparc32/64? :-) on Slackware Updates · · Score: 1

    My earlier post on Slack on the Alpha applies here.

    Building all the packages is in fact trivial, although it's quite time consuming.

  10. Re: Slack on Alpha on Slackware Updates · · Score: 1

    Take a peek inside the sources directory of the Slackware tree. You'll see a bunch of SlackBuild scripts inside each directory, all you have to do is run the script on your alpha, it will untar the source into a directory in /tmp, patch all necessary files, build the package and conveniently put it into a slackware package, also in /tmp.

    The only thing requiring any effort I can think of off the top of my head would be the kernel and modules, you're going to have to tweak the sources.

  11. Re:Corel Linux on Configuring Monitors in X · · Score: 1

    Could you have Corel Linux confused with Caldera OpenLinux 2.2? Corel just went 1.0 and doesn't brag about supported monitors.

    One thing I must add about Corel Linux, while personally I think it's too sugar coated (born Slack, die Slack), it's a great distribution for beginners, very easy to install.

  12. Corel Linux on Configuring Monitors in X · · Score: 2

    Corel Linux's installer seems to probe your monitor the same way that Windows does. I was quite impressed when I was beta testing it and went to /etc/devices, the exact modelines for my monitor were right there, one for each of it's four favorite modes. Too bad I didn't save that when I switched back, I could have this baby running at 85Hz!

  13. Re:Experiences with CUPS, and an alternative. on CUPS 1.0 Enters The World · · Score: 1

    Not checking for NULL is very poor software engineering. A check for null is a single operation running in theta(1).

    for I := 1 to n
    begin
    for J := 1 to n
    begin
    if a[i] 0 then
    begin
    a[i] = a[i] + 1;
    end
    a[i] = a[i] * 2;
    end
    end

    Analysing this algorithm, we see that it still runs in theta(n^2) time.

  14. Re:Experiences with CUPS, and an alternative. on CUPS 1.0 Enters The World · · Score: 1

    Not checking for NULL is very poor software engineering. A check for null is a single operation running in theta(1).

    for I := 1 to n
    begin
    for J := 1 to n
    begin
    if a[i] 0 then
    begin
    a[i] = a[i] + 1;
    end
    a[i] = a[i] * 2;
    end
    end

    Analysing this algorithm, we see that it still runs in theta(n^2) time (n^2

  15. Re:cool! i want one on Zilog (re-)introduces the Z80 · · Score: 1

    Sadly, the display is dying on my TI-85 after less than a year. Teach me to leave it in my pack while taking the bus during the winter up here. I have to constantly rotate the brightness on the sucker.