Slashdot Mirror


User: The+Musician

The+Musician's activity in the archive.

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

Comments · 77

  1. Spelling? Editing? on Tripwire for Apache · · Score: 1
    Long time sysadmins who are accustom to using Tripwire might find this interesting. Tripwire and Covalent have released a version of Tripwire's intrusion detection software product integreated into Apache.

    Hrmph.

  2. *sigh* on Protecting Your Backup Media? · · Score: 1

    Ah, yes. Another pointless and overly-broad Ask Slashdot. How quaint.

  3. From the NYT on Using Distributed Wetware To Analyze Mars Craters · · Score: 2
    Original source of this material:

    http://www.nytimes.com/2000/12/16/opinion/16DAVI.h tml

    --

  4. Re:What Ian doesn't get on Ian Clarke on Peer-to-Peer · · Score: 1
    Of course, you are right. One would not want to implement amazon.com using this tech. Nor your choosen trading website.

    However, perhaps this tech will be more useful in the other 90% of sites?

    --

  5. Re:What Ian doesn't get on Ian Clarke on Peer-to-Peer · · Score: 2
    Couldn't dynamic sites be restructured as static bits of information, assembled by a smart client? Each comment is a meta-data tagged item, client finds them and assembles, much like a newsgroup. You could even publish the client programs as signed .jar files distributed over FreeNet. I'm not saying this is better, or easier, but it is possible, and interesting to consider.

    --

  6. Re:A Complex Ballot? What are you smoking? on Analysis: Reforming Political Technology · · Score: 2
    If they're so certain, why didn't they address the problem at the appropriate time...

    Presumably, the argument here is that people DID ask for help, and were told, essentially, to fuck off by the staffers.

    See http://partners.nytimes.com/2000/11/13/politics/13 TOCK.html

    --

  7. Re:Poking the bear on The Kid Who Wouldn't Be King (UPDATED) · · Score: 1
    Thank you, Elkman. That was one of the best laugh's I've had in a while.

    --

  8. Re:Here it is on Bacteria Revived After 250 Million Years · · Score: 1
    ... but there an even more recent version of the story here.

    --

  9. Re:An honest question. on Python 2.0 Released · · Score: 1
    Get a copy of SICP and a good Scheme interpreter, and start there. You'll never be sorry for starting with Scheme.

    --

  10. Maps on CmdrTaco And Hemos Speaking At MIT Thurs · · Score: 4
    Of course you'll want maps...:

    CmrdTaco at 26-100
    Hemos at Bartos Theater

    --

  11. From the EFF link... on Set Digital Music Free · · Score: 1
    EFF urges all hackers, reverse engineers, digital audio experts...

    !noitincoger emos gnitteg yllanif m'I, woW

    --

  12. Re:Huh? on Shuttle Mission Under Way · · Score: 1
    It was posted under the "Science" section.

    --

  13. Re:Grammar on Government Gives Microsoft Offer Thumbs Down · · Score: 1
    ...to take rules which are appropriate for formal writing, and then assume they apply to stuff written in an informal style.

    Here's the thing though: I want my news to be written well, and written in a more formal style. I know /. isn't the NYT, but sometimes I wish the authors would take care with what they post a little more than they do.

    --

  14. Grammar on Government Gives Microsoft Offer Thumbs Down · · Score: 1
    From Hemos' commentary:
    Not suprisingly, the government and Microsoft see things different.

    So, when you're talking about how they SEE things ('see' is a verb), you use the adverb form differently. They "see things differently", not different.

    Yes, Hemos' sentence still conveys the right meaning, but authors should pay attention to grammar -- especially simple things like adjective/adverb use.

    --

  15. Re:Ooh yeah... on Vint Cerf On Broadband, Wireless, IPV6 And More · · Score: 1
    Well, no references but..

    You are right in that a limit could be presented by the ability of our generation / detection equipment. However, there is also the point of the theoretical maximum.

    Sure, you can keep dividing each color band in half (start with 100 channels, then split it all into 200 channels, etc.) but each time you split it, the maximum bandwidth of each channel is halved. So it's not that just because the color (frequency) spectrum is continuous, you can have infinite channels. Each channel has to have some width, and you can only have channels up to some engineered maxumum frequency.

    --

  16. Schneider review of TriStrata on Saga Of TriStrata · · Score: 1
    The mentioned Bruce Schneider review of TriStrata's system is here.

    --

  17. Re:From the author on Yet Unuzeer Internet Treckeeng Ixplueet · · Score: 2
    Yes, your general point is well taken... if I could mod you post up, I would.

    To give an example for other readers, too: Presuming you are blocking referer, the site would use the cache-timestamp to link your (possible changing) IPs addresses as "one person", and then track your sessions from the IP you are coming from.

    Of course, one can battle back and forth with client workarounds, but it always does come back to that general point.

    --

  18. Translation, so we all don't go insane... on Ythonpay 1.6 Eleaseray Eduleschay · · Score: 1
    duffbeerd writes: "There is a 1.6 version of Python in alpha. In addition, they have a schedule for future releases and some warnings about code breakage expected with those releases. It looks like the documentation will lag the releases a bit." Apparently, it will break some code. The release notes describe them as "folklore APIs (that were never documented or endorsed but bevertheless were accepted and in common use)." The notes on 1.6 also lay out an ambitous roadmap toward Python 3000.

    --

  19. Re:Boston Globe is a bunch of retards on MIT Building Hack Ethos · · Score: 1
    OK, just show me ONE student at MIT (or Stanford, Harvard, CalTech, whatever for that matter) who enjoys SOLVING A QUADRATIC EQUATION....
    Yeah, I guess quadratics are a bit easy... perhaps a second-order non-linear differential equation would be more in order. Those are FUN!

    --

  20. Yet another tracking exploit on Yet Unuzeer Internet Treckeeng Ixplueet · · Score: 4
    Here goes trying to make the discussion slightly useful...

    The original BUGTRAQ post is here. Taken from the post, the summary reads:

    HTTP cache-control headers such as If-Modified-Since allow servers to track individual users in a manner similar to cookies, but with less constraints. This is a problem for user privacy against which browsers currently provide little protection.

    Essentially, instead of giving you a cookie (which many people refuse/block) they give you a unique "cache freshness" timestamp, which your broswer nominally sends back with the conditional-GET request [see the HTTP RFC esp. sections 9.3 and 13.3.3 for description].

    Note that the site would have to use the same thing linked from every page to track you, e.g. a 1x1 transparent gif. Also note that this becomes pretty useless for them if you block the REFERER header, which you should be doing any.

    If this kind of thing bothers you, you should be using the Internet Junkbuster anyway.

    --

  21. Re:This was discussed on NTBugTraq on Proprietary Extension to Kerberos in W2K · · Score: 1
    Yeah, I read NTBugTraq, too, and this is completely different issue. What are you just trolling for Karma or something?

    --

  22. Clarification on USB Forum Becomes Too Greedy? · · Score: 4

    One thing should be noted also, since the posting is somewhat unclear on this topic.

    The suggestion is not that the group who received the award has now closed off some specs. See #15 for example.

    The suggestion is now that this USB group got $10k to use, the specs suddenly cosy money. (See post from Alan Cox).

    --

  23. Re:Links on USB Forum Becomes Too Greedy? · · Score: 2

    P.S. Another message on the list hints how you can hijack an account and get at the docs.

    Anyone willing to do this and post a login? Or make a mirror?

    --

  24. Links on USB Forum Becomes Too Greedy? · · Score: 5
    Perhaps these are some things people would be interested in: Methinks the editor should have done some research himself and put some of these in the story. A slashdot story with no links? Bah!

    --

  25. CNN covers this, too on Lightning Crashes, An Old Freedom Dies (Updated) · · Score: 2
    Just saw that CNN covered this story, too.

    --