Slashdot Mirror


User: maxwell+demon

maxwell+demon's activity in the archive.

Stories
0
Comments
12,279
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 12,279

  1. Re:At least make some sense! on New DVDs For 1,000-Year Digital Storage · · Score: 1

    Depending on the data, it may interest a lot of people. For example, the Epic of Gilgamesh is more than 2000 years old, and there are still people interested in it. Don't you think people in 1000 years will be as interested in some of our current literature, art, etc.?

    Also historians will love any extra data about our time. Even an archive of Myspace could be of interest to some future archaeologists.

  2. Re:Sure. 1000 years. on New DVDs For 1,000-Year Digital Storage · · Score: 1

    Only until they discover that the disk was encrypted with some DRM scheme ...

  3. Re:TFA is light on technical details. on New DVDs For 1,000-Year Digital Storage · · Score: 1

    Probably the same way as with users removing the high voltage parts of their CRT TV and using them in unapproved ways.

  4. Re:How do we KNOW that.. on New DVDs For 1,000-Year Digital Storage · · Score: 1

    ...and will there be any DVD readers 1,000 years from now?

    Well, maybe the next step will be to build a reader which will last 1000 years. And a computer which can last 1000 years. But how do we tell those people in 1000 years how to use a computer of today to read a DVD of today?

  5. Re:Tape shortage on NASA Releases Restored Apollo 11 Video, But Originals Lost · · Score: 1

    Well, we definitely have been on the moon. How else could Michael Jackson have done a moon walk?

  6. Fourier transform on Choosing Better-Quality JPEG Images With Software? · · Score: 2, Interesting

    Assuming the only quality loss is due to JPEG compression, I guess a fourier transform should give you a hint: I think the worse quality image should have lower amplitude of high frequencies.

    Of course, that criterion may be misleading if the image was otherwise modified. For example noise filters will typically reduce high frequencies as well, but you'd generally consider the result superior (otherwise you woldn't have applied the filter).

  7. Re:Yes, but we need semantic fonts on Typography On the Web Gets Different · · Score: 1

    What about combining both? Basically, add another abstraction layer: The CSS offers semantic font names for the tag, and additionally allows to provide a mapping for "stylistic" font names. That is, the CSS could specify e.g. "script" for h1 tags and h2 tags, and in a separate section could specify that "script" should be rendered with "handwriting.ttf." That way you'd get

    • more consistency/easier modification for the web author: If you later decide that you want to use "manualscript.ttf" instead of "handwriting.ttf", you have to change it only in one place, instead of all tag styles you have used them in.
    • more flexibility for the web reader: You can switch off using the supplied fonts without at the same time switching off using the intended font style (i.e. you can still use script whereever the web designer intended its use, but with your web browser's default script font instead of the web page supplied one, in addition to just overriding the style for certain tags).
  8. Re:cutting edge considerd harmfull on Typography On the Web Gets Different · · Score: 1

    If embedded fonts are really only used to change the way letters look like, as opposed to (mis-)using a font to map characters to completely different symbols, then it doesn't really hurt if the browser doesn't support the font. You'll just see a default font instead.

  9. Re:If you have to do a clean install anyway... on Windows 7 Clean Install Only In Europe · · Score: 2, Insightful

    Why not put yourself out of your misery and upgrade to Mac OS X?

    You now can install OS X on non-Apple hardware?

  10. Re:Not needed on Embedded Linux Achieves One-Second Boot Time · · Score: 1

    I also tend to switch off incandescent light bulbs when I don't need them.

  11. Re:internal email system? on Six Men Endure 105-Day Mars Flight Simulator · · Score: 1

    Here I'm sitting in a tin can
    far above the world,
    my computer's screen is blue,
    and there's nothing I can do.

  12. Re:That's pretty cool... on Embedded Linux Achieves One-Second Boot Time · · Score: 2, Informative

    No, it's a 200% increase.

  13. Re:Not needed on Embedded Linux Achieves One-Second Boot Time · · Score: 2, Insightful

    A computer sitting idle needlessly consumes power. A computer switched off doesn't.

  14. Re:Bad metadata on New Service Converts Torrents Into PNG Images · · Score: 1

    But they do create a valid PNG image. So if IE crashes on trying to show that image, it must be an IE bug.

  15. Won't work well on New Service Converts Torrents Into PNG Images · · Score: 2

    All sites hosting images will just be required to filter for those images which have torrents inside (it shouldn't be hard, just try to decode the torrent, and if you succeed, reject the image). Or alternatively, to implement software which destroys the included torrent before putting the image online.

  16. Re:I thought they.. on Wikipedia Debates Rorschach Censorship · · Score: 1

    You suffer from a lack of imagination? :-)

  17. Re:I thought they.. on Wikipedia Debates Rorschach Censorship · · Score: 1

    Does it bother you that we are not talking about you?

  18. Re:I thought they.. on Wikipedia Debates Rorschach Censorship · · Score: 1

    Don't underestimate the information one can get from the way you wave your hands! :-)

  19. Re:That's not the only value of learning assembly on Which Language Approach For a Computer Science Degree? · · Score: 1

    Anyway, I believe I've made my point in painful detail.

    Well, the main thing I learned is that newer versions of gcc are much better in optimizing loops, so instead of writing the loop as version 2, updating the gcc version is the better alternative.

    I explicitly said to prefer version 2 over version 3. I agreed that version 1 will be significantly less efficient (seeing the gcc results, I have to significantly weaken that statement). However, the difference between 2 and 3 is outside the loop, and two instructions outside of the loop are very rarely worth the obfuscation of the source. I also see that you omitted the timings in the gcc case, which is the one where in the generated code version 1 is equivalent to version 2.

    And of course you still have the undefined behavior in the loop body. When seeking for a job, you better not show your potential employers that code :-)

  20. Re:How cost effective is this really? on BOINC Exceeds 2 Petaflop/s Barrier · · Score: 1

    Do you think you could get more than half a million people to pay to you $10 per month each?

  21. Re:Missed on The Amazing World of Software Version Numbers · · Score: 1

    No mention of TeX version numbering? (Asymptotically approaching pi?)

    You may have missed that the article contains three pages. The second page mentions the TeX version numbering (section "Is there a funniest version number of all time?")

    No mention of the Marathon series using the largest "version bump" ever? (From Marathon 2 to Marathon Infinity?)

    This one indeed seems to be missing.

  22. Re:0.97 0.98 0.99 ??? on The Amazing World of Software Version Numbers · · Score: 1

    Well, the difference is in seeing the dot as decimal point (i.e. 0.99 = 99/100, 0.100 = 1/10) vs. seeing the dot as just separating two integers (this second view is more obvious in those projects which use three numbers, like 2.11.1, where the dots cannot be mistaken as decimal point any more).

  23. Re:FFx2 on The Amazing World of Software Version Numbers · · Score: 1

    But that's only because at one point in time they dropped the initial "1." because it wouldn't change anymore anyway. So actually, Emacs is at version 1.23.0.96

  24. Another unusual case: 2 numbers for 1 version on The Amazing World of Software Version Numbers · · Score: 2, Informative

    Another interesting version number case occured during the gcc/egcs split: The egcs releases had two version numbers for the same release: One starting with 1.0.0, numbering the egcs releases, and the other one, IIRC starting with 2.91.0, giving a "gcc version number" to indicate that it was still considered to belong into the gcc family. After egcs officially bacame gcc again, the first releases had the form 2.95.x before the 3.0.0 release came out (starting from which the numbering followed the normal schemes again).

    As an additional twist, before it was decided to name the next release 3.0.0, the internal development code had the version 2.96.0, which also was used for a Red Hat gcc release. There never was an official gcc-2.96 release, though.

  25. Word for Windows version numbers on The Amazing World of Software Version Numbers · · Score: 2, Interesting

    I'm not sure if the step in Word for Windows version numbers really was because of WordPerfect. Prior to 6.0, Microsoft had two independent Word release series: The original Word running on DOS, which already had reached version 5, and Word for Windows, which only had reached version 2. With Word 6, the DOS and Windows version numbers got synchronized; since 5 was the latest DOS version number, it made sense to use 6 next.