Slashdot Mirror


User: uid8472

uid8472's activity in the archive.

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

Comments · 169

  1. Ahem. on More on Cisco Building Surveillance into Routers · · Score: 1

    It's an Internet Draft, not an RFC. From RFC 2026 (slightly reformatted to placate the "lameness filter"):

    An Internet-Draft is NOT a means of "publishing" a specification;
    specifications are published through the RFC mechanism described in
    the previous section. Internet-Drafts have no formal status, and are
    subject to change or removal at any time.

    **
    *Under no circumstances should an Internet-Draft
    *be referenced by any paper, report, or Request-
    *for-Proposal, nor should a vendor claim compliance
    *with an Internet-Draft.
    **

    Note: It is acceptable to reference a standards-track specification
    that may reasonably be expected to be published as an RFC using the
    phrase "Work in Progress" without referencing an Internet-Draft.
    This may also be done in a standards track document itself as long
    as the specification in which the reference is made would stand as a
    complete and understandable document with or without the reference to
    the "Work in Progress".
  2. Re:If you think this is bad on How Broad is Broadband? · · Score: 1

    Moreover, from what I've read, caffeine is outlawed, so no CS program there... (None that would matter.)

    Oh really?

  3. Re:How to beat the spam detectors on Habeas Seeks Poetic Justice for Trademarked Spam · · Score: 1

    If I were writing spam filter rules, I think I would fix that problem with extra rules:

    [...]
    include diff -u output and have 'foo@bar wrote' attribution: +6.6 points
    include diff -u output and have quote text: +3.3 points
    include diff -u output and have 'In-reply-to': +3.3 points

    Except that all of those would apply to the same legitimate mailing-list message if someone replies to another message and attaches a patch. If I cared I could probably find just such a message in the wild without too much effort....

  4. Re:Slashdot 2020 on 8.6 GB Internet? · · Score: 1

    Don't you mean... in Soviet Russia?

    No, I think the original poster meant to say "in the year 2525"....

  5. Re:Bloat on C++ Templates: The Complete Guide · · Score: 1

    I've used templates fairly extensively, and have *never* seen any use of allocators other than the default.

    They can come in handy when you're trying to use STL (er, C++ Standard Library) containers with, say, garbage collection.

  6. Re:TXT? on Getting Hacked Through Your Terminal · · Score: 1
  7. Re:VM: Does it really matter? on Linux 2.4 VM Documentation · · Score: 1

    VM does NOT mean just paging/swapping. that is a small part of it. mac os and windows users constantly misuse the term.

    In all fairness, if under the old MacOS you booted with "virtual memory" off then virtual memory (in the correct sense) really was disabled.

  8. Re:This should be helpful on Linux 2.4 VM Documentation · · Score: 1

    Define your function "Olog", please. Surely Mr. "Wagner LLC Consulting Co. - Getting it right the first time" couldn't have meant O(log n)... :)

    I believe the OP was in fact referring to the Olog-hai, the race of trolls enhanced by Sauron. HTH.

  9. Re:I don't even use email anymore on Email (As We Know It) Doomed? · · Score: 1

    If you are posting your email address to a public area (e.g., Usenet), then you might as well get a new email address.

    Oh really?

  10. Re:It's expensive, but .... on Apple Gives Laptops Speed Bumps · · Score: 1

    BTW, anyone try consoling into a modern SPARC with USB ports, or are they only for peripherals?

    I do just this on a quasi-regular basis; the console is a Rev. D iMac with a KeySpan serial thingy and cu(1) from Taylor UUCP, and the SPARC is a headless Sun Ultra 1 running NetBSD.

  11. Re:4th Annual NetHack Tournament and cheaters on 4th Annual NetHack Tournament · · Score: 1

    Um, perhaps you're thinking of Netrek, a completely unrelated game (save for having a name starting with "net"), which does use signed clients to exclude players using robots or cyborgs?

    For networked nethack, the "client" is (as others have noted) a remote login program like telnet or ssh, so that kind of cheating isn't so much of an issue. Although, in simpler times, there was ROG-O-MATIC...

  12. Re:Forgot to add... on What Software Do Cable Installers Place on Your PC? · · Score: 1

    Should your service provider wish, he can capture Ethernet traffic specific to DNS inquiries and compile some interesting information without even needing you to install and use his client software.

    This can even be done with nothing more than stock BIND; just ndc (or rndc) querylog, to enable [what I assume was meant as] a debugging feature wherein every DNS query is logged. For best results, set up syslog and/or BIND's logging system ahead of time to send it all to a separate file for easier grepping...

  13. Re:Damn PS (a little off-topic) on Felten Follower Examines Crippled Music Disks · · Score: 1

    I've always found that an annoying aspect of (La)TeX documents on the web...a lot of them look really crappy when converted to PDF...

    They don't have to. With teTeX, if you generate the PDFs with pdftex or pdflatex (as appropriate), the vector fonts will be used. The problem arises when people use dvips with ps2pdf (or similar); by default, dvips uses bitmap fonts even when vector ones are available. However, this can be fixed by editing the script /usr/share/texmf/dvips/config/updmap (adjust path as needed) and changing the value of the parameter type1_default, then running that script as a sufficiently privileged user. (I'd love to know if there's a nicer way of doing that.) Also, older versions of ghostscript (ps2pdf is a wrapper for gs) would rasterize embedded fonts when generating PDF, but recent ones don't have that problem. Oh, and specifying a font like cmr13 rather than cmr10 scaled 1300 can cause bitmappedness.

  14. Re:Existing Journaling Systems? on Mac OS X to Get Journaling FS · · Score: 2, Insightful

    BSD doesn't need no stinking journaling.

    So then there's no need for it to have, oh, a log-structured filesystem?

  15. Re:Given the amount of work ... on GNU/Hurd Gets POSIX Threads · · Score: 2, Informative

    Sorry, but the start tag <os derived="unix" derived="mach"> clearly violates the XML well-formedness constraint of unique attribute specifiers; or, in the words of the XML spec, No attribute name may appear more than once in the same start-tag or empty-element tag. I guess a proper description of this OS will have to wait for another day and another DTD...

  16. Re:Choppy Disk or VM switching out on Apple OSes and IDE DMA Support? · · Score: 1

    Try the command "vm_stat 1"; that'll print out VM statistics once a second, with the counts of various events (pages in/out, zerofills, etc.) given incrementally (and the grand totals every 25 lines or so).

  17. Re:Y'all are missing the point here on The Future of Real-Time Graphics · · Score: 1

    The graphics for EverQuest are very primitive, yet still capture a person's imagination enough for them to forget about reality and do nothing but play the game.

    I think there may be some priot art here...

  18. Re:Actually... on Boeing Joins In Anti-Gravity Search · · Score: 1

    Wasn't the default gravity setting 800? :)

    It is in Quake 3, anyway; for example:
    bind c "rcon g_gravity 80"
    bind x "rcon g_gravity 800"
    bind z "rcon g_gravity 8000"

  19. My $.02 on More Attacks on Linux than Windows · · Score: 1

    From the point of view of a machine connected to the Internet by cable modem, in terms of rejected TCP SYN packets, grouped by destination port, over a period of a little over 2 weeks:

    1. port 1433 (MS SQL server), with 1325 packets
    2. port 27374 (SubSeven, a Windows backdoor program), with 393 packets
    3. port 12345 (NetBus, another Windows backdoor program), with 361 packets
    4. port 80 (HTTP, of course), with 205 packets. (Since the connections aren't accepted, I have no data on which specific exploits they might be intended for.)
    5. port 119 (Usenet NNTP), with a paltry 66 packets
    6. port 21 (FTP), with 59 packets.
    There were a few others (notably the SOCKS proxy service, the SunRPC portmapper, Telnet, and lpd) in the list, but none had more than 8 packets.
  20. Re:Literary Scope on Talk To Xanth Creator Piers Anthony · · Score: 1

    If my memory serves me right: That was the Red Adept back in the first trilogy who was (mistakenly) believed to be a stereotyped depiction of a lesbian; she'd masqueraded as a man for misdirection, etc. The Brown Adept in Phaze Doubt (the last one) was very much meant to be lesbian; --- SPOILER WARNING ---



    she'd had a fling with a female werewolf at some point in the past, she gets fixed up with another female character eventually, etc. But it's been a while since I read the book or the author's note, so my recollection could be a little off.

  21. Re:Update does not address privilege separation is on OS X Security Update: Apache, SSL and SSH · · Score: 2, Informative

    He also suggests that you use the Apple-supplied "nobody" account for the purposes of privilege separation, as well as doing so in his instructions.

    If you run every non-privileged service (http, anon ftp, ntp, nntp, etc.) and partial service (ssh, mail, etc.) as the same non-privileged user, it defeats a lot of the purpose of the non-privilegedness. Even with chrooting, a process running as a non-root user can affect other processes that belong to the same user (e.g. send them signals). This is why vendors and sysadmins who know what they're doing create a different user for each service.

  22. Re:You are an idiot on OS X Security Update: Apache, SSL and SSH · · Score: 1

    The code is GPL'ed. Apple has a 100% ability to fix any bugs in the code that it wants to.

    Er, no. Not quite, anyway. OpenSSH is released under the BSD license.

  23. Re:hmmm.. on DOJ Wants ISPs to Log User Traffic UPDATED · · Score: 1

    Perhaps if ISPs were only allowed to track IP addresses....

    Um, there's this thing the DNS has called a PTR record... although if the questionable host name is just a web vhost (that is, it's a non-canonical name; the IP address doesn't map back to the same domain name), you might be okay, if the actual web server isn't also named something noteworthy (e.g. www3.smutserver.com).

  24. Re:No Spoilers!!! on Attack of the Clones Cut in UK · · Score: 1

    I guess I'd better not mention that Anakin becomes Dar....oops!

    Damn you! Thanks a lot for giving away that Anakin winds up having sex reassignment surgery to become singer-songwriter Dar Williams... I could easily have waited until the film actually came out to discover that.

  25. Re: It's wordy and hard to read for a reason... on Explaining the GPL to Non-Lawyers? · · Score: 1

    [...]Which of these leaves more room for interpretation?

    2+2=4

    The ANSWER is equal to the SUM of the FIRST NUMBER and the SECOND NUMBER, where the FIRST NUMBER has the same value as the SECOND NUMBER. IF AND ONLY IF the SECOND NUMBER has the value of the SECOND POSITIVE INTEGER, the ANSWER will have the value of the FOURTH POSITIVE INTEGER.

    Unfortunately, the use of "SECOND" and "FOURTH" here assumes that one is counting using the traditional ordering of integers. However, if one is instead using the Sarkovskii ordering of the positive integers (3 > 5 > 7 > 9 > 11 > 13 > ... > 6 > 10 > 14 > 18 > ... > 12 > 20 > ...... > 32 > 16 > 8 > 4 > 2 > 1) then that statement really means "2+2=8", which is clearly false. Therefore you don't even need be a lawyer to make people's lives complicated; merely having taken a few 300-level math courses is sufficient. Q.E.D.