Slashdot Mirror


User: 42forty-two42

42forty-two42's activity in the archive.

Stories
0
Comments
1,149
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,149

  1. Embargo? on More From Tanenbaum · · Score: 1
    I got an advance copy of Ken Brown's book. I think it is still under embargo, so I won't comment on it. Although I am not an investigative reporter, even I know it is unethical to discuss publications still under embargo.
    What is meant by embargo here? I'd think free speech would let one comment on a book at any time.
  2. Am I in their logs? on Feds to Open BlackBoxVoting User Logs? · · Score: 1

    Well, I am now.

  3. Re:Fun problem .. on Efficiently Reading ID3v2 Tags Over HTTP? · · Score: 1
    Unfortunately you can't do that as there isn't a notion of negative offsets from the end of a file in HTTP. So in the general case you cannot do better than read the whole thing.
    There is, however, a nifty thing called a HEAD request, which gets all the headers and none of the data. Observe:
    HEAD / HTTP/1.0

    HTTP/1.1 200 OK
    Date: Thu, 20 May 2004 00:10:24 GMT
    Server: Apache/2.0.49 (Gentoo/Linux) mod_perl/1.99_10 Perl/v5.8.4 mod_ssl/2.0.49 OpenSSL/0.9.7d DAV/2 SVN/1.0.2 PHP/4.3.6
    Content-Location: index.html.en
    Vary: negotiate,accept-language,accept-charset
    TCN: choice
    Last-Modified: Sun, 02 May 2004 05:31:25 GMT
    ETag: "509819-5b0-633f8540"
    Accept-Ranges: bytes
    Content-Length: 1456
    Connection: close
    Content-Type: text/html; charset=ISO-8859-1
    Content-Language: en
  4. Re:Big frag issues under EXT2 too on Measuring Fragmentation in HFS+ · · Score: 1

    There's a e2defrag program but you shouldn't normally need it. Also, I can't vouch on how safe it is. Safest would be a tar/untar.

  5. Re:Big frag issues under EXT2 too on Measuring Fragmentation in HFS+ · · Score: 4, Informative
    Manually run e2fsck it'll tell you how fragmented it is, as in:
    $ e2fsck -f -n knoppix.img
    knoppix.img: 453/7680 files (3.1% non-contiguous), 12180/30720 blocks
  6. Re:Whoa? on Gmail Users Get A Storage Boost [updated] · · Score: 1
    I hope that is a typo, delivering 1TB of Email is plain crazy. Counting all the spam i ever received, and all the legit mail i dont even think i come close to 1TB. Thats like - a Life time of Mail (TM)

    That is exactly why they can do this - nobody is going to use even a fraction of that. I'm just wondering when they'll uncap it entirely.
  7. Re:Why tell everyone? on China Scrubs Moon Mission Plans · · Score: 1

    You of course mean +5, troll. And I'll be darned if I can't get +5, offtopic, too.

  8. Re:Use the Firewall on The Windows Security Nightmare · · Score: 1

    Unless you're just in range of a wifi hotspot somewhere, and it autoconfigures.

  9. Re:Use the Firewall on The Windows Security Nightmare · · Score: 1

    That won't help if it's integrated into a laptop's case, and you don't know where. Moreover the signal's usually too strong to be completely blocked that easily.

  10. Re:Use the Firewall on The Windows Security Nightmare · · Score: 1

    And if you're on a wireless LAN?

  11. Prior art on Apple Files Patent for Translucent Windows · · Score: 2, Interesting

    How about this? Or this? That took only about a minute of googling to find.

  12. Re:Hate breaking it to you... on Life-Ruining Browser Hijackers · · Score: 1

    Konqueror 3.2.1 handles the slashdot user pages perfectly. Which version are you using?

  13. Re:What's the point of 128kbps? on 2nd Multi-Format 128kbps Public Listening Test · · Score: 1

    The vorbis encoder lets you pick a VBR quality level between 1 and 9, with 3 being default. Or you can specify ABR or CBR with a bitrate, though this generally is less efficient. Why not try -q5 or -q3 and see if it sounds all right?

  14. Re:you have no clue ... on 2nd Multi-Format 128kbps Public Listening Test · · Score: 1

    Incorrect. You'd have a 124.5 kilobit .wav at a bitrate of 1.5Mbps. The bitrate of the codec is determined by total size divided by time - if you just truncate it the bitrate won't change. You can downsample of course, but 16kHz mono with 8-bit samples sounds even worse than 128kbit MP3 (or any other lossy codec)

  15. Re:Macosxhints take on it on Mac Trojan Horse Disguised as Word 2004 · · Score: 1
    Aliasing 'rm' to 'rm -i' in your shell will only work if the person who writes the virus is kind enough to run your shell and let it load your aliases.

    Even then, -f overrides -i.
  16. Re:Hate breaking it to you... on Life-Ruining Browser Hijackers · · Score: 1
    But now the Transponder gang (ABetterInternet) are making .xpis to install their shit in Firefox/Mozilla.
    Well, that's what konqueror is for. Plus it's faster IME. [though some sites it mis-renders still]
  17. Technical error on Life-Ruining Browser Hijackers · · Score: 4, Insightful
    Some of the images were found in unallocated file space, and would have to have been placed there deliberately since cached images from browsing sessions wouldn't have been stored in unallocated space.
    All that means is that the cache got full, and those pictures were deleted. There's no point in putting data in unallocated space to begin with, and anyone with the technical skills to do so (add data without allocating a file) wouldn't be caught so easily.
  18. Don't get too excited on The Ultimate All-In-One Storage Solution · · Score: 3, Informative

    They only have one rack, which is 100 TB.

  19. Re:Screens of DS Titles on E3 - Nintendo Shows DS Details, Realistic Zelda · · Score: 1

    Can you say, "emulator"? Or, for that matter, a JIT compiler to the new CPU arch from the old GBA's opcodes. Sure, you'll throw away performance, but as long as the system's fast enough that shouldn't be a problem. There are two CPUs, I've heard, and if that's the case one can work on precompiling the code and the other executing, for instance.

  20. Re:Encrypted music the next big thing? on FairPlay v2 Reversed, Playfair Back Online · · Score: 1

    Modern computers have more than enough CPU power than is needed to decode and decompress audio data in real time, and a portable player can use a hardware 3DES chip or something.

  21. Re:NTFS on Journalling File System Comparison · · Score: 1

    Comparisons of filesytem are only meaningful with the same hardware, benchmarks, and kernel, so it's currently impossible.

  22. Re:Reiser4, and why Ext2 is there on Journalling File System Comparison · · Score: 1

    Linux implements shared-memory operations with mmaped files in a 'shmfs' memory filesystem, which supports all normal filesystem operations, including directories and etc.

  23. Re:Reiser4, and why Ext2 is there on Journalling File System Comparison · · Score: 1
    For a temporary filesystem (like /tmp or some temporary RAM disk with unimportant contents) ext2 is often very fast because it lacks all the journaling stuff which is unimportant for a temporary filesystem.

    Even faster and more memory efficient is something like ramfs or tmpfs, which store the data in the cache directly, avoiding filesystem issues entirely (also, if they're not full, the leftover ram can be used for programs!). They won't work for an initrd, but you can copy from an initrd to ramfs, then pivot_root and umount the ram disk.
  24. Re:Slashdot and Bittorrent on Knoppix v3.4 Hits The Mirrors · · Score: 1

    True, and with some tweaking you can do it - the wondershaper basically makes a high priority class that gets most of the bandwith, an everything else class with a tiny bit, then lets them use the other's unused bandwith. Keep it below your maximum upstream slightly, and you won't have any long queues.

  25. Re:Where are the English release notes? on Linux Kernel 2.6.6 Released · · Score: 1

    Here you go:
    * Lots of technical stuff fixed, some thingys that get those boxes that hook up to the hard drive to work added, maybe it'll go faster.