Slashdot Mirror


User: klossner

klossner's activity in the archive.

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

Comments · 135

  1. what temp? on Real World High-Temperature Superconductor Engine · · Score: 4, Interesting

    The article is silent on exactly which temperature this high-temperature superconductor requires. Are we still at liquid-nitrogen temperatures or have we gone higher?

  2. Re:Vote Tabulation on CBS and Rather Admit Mistakes in Bush Documents · · Score: 1

    > I don't think people understood before the impact that preceding states have on states in later time zones. The first time this came to a head was in the 1980 presidential election when Jimmy Carter went on the air to concede defeat before west coast polls had closed. This caused quite a commotion.

  3. Stripped binaries != speed up on Review of Yoper Linux v2.1 · · Score: 2, Informative
    All the binaries were 'stripped' (ie. all the debug symbols and other nonessential data are removed) in order to create an even faster base system.

    Stripping the binaries doesn't speed up anything, except possibly disk seek times because the smaller files take up fewer total cylinders.

  4. Re:Hrmph on Vandenberg AFB Missile Launches · · Score: 1

    What made the news wires was pizza deliveries to the Pentagon.

  5. Re:BTW, the Inverse Square Law? on Environmental Concerns for a Server Room? · · Score: 1

    Consider the word "square" in the term "inverse-square law." There may be a interesting law in which the exponent is variable, but this one isn't it.

  6. Re:BTW, the Inverse Square Law? on Environmental Concerns for a Server Room? · · Score: 1

    A bigger nit: an exponential rate is of the form k*exp(c*x). The inverse-square law (k*x^-2) is polynomial, not exponential.

  7. Re:Format on Large-Scale Paper-To-Digital Conversion? · · Score: 1

    The PDF format can handle CCITT compression in the same amount of space as a TIFF file. Finding a PDF writer application to use this format may be a trick, but the format itself is not at fault.

  8. the software is a crutch, and it breaks on The Future of Tax Software on Linux? · · Score: 2, Insightful

    It beats me why an individual taxpayer who knows anything about programming would use tax prep software. I did my taxes by hand, along with separate state and federal returns for each of my three kids, in less than the time it took you to set up a Windows environment and get the software running.

    Anybody who can follow instructions like "subtract the lesser of lines 14 and 16 from line 18 and enter the result on line 21" would be better off following the hacker creed and doing it themself.

  9. Re:Would love to run my own Webserver on Looking to Move from EV1? · · Score: 1

    You can't run a webserver through Comcast because your upload speed is a tiny fraction of the 1.5Mbps download speed. You can't serve data fast enough.

  10. Card reader support? on Linux 2.6.0 Kernel Released · · Score: 1

    Wow, 2.6 has a card reader driver? Where's the source? I want to see how it handles Hollerith-to-ASCII conversion.