Slashdot Mirror


User: Randle_Revar

Randle_Revar's activity in the archive.

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

Comments · 1,405

  1. Re:What CPU are they using? on Negroponte says Linux too 'Fat' · · Score: 2, Informative
  2. Thank You on Slashdot Firefox Extension · · Score: 1

    Thanks for the extension and thanks for making it work with SeaMonkey.

  3. Re:Use librarything.com on Solving the Home Library Problem? · · Score: 1

    Count another vote for LibraryThing. I haven't had time to enter more than few books but I already like it. And it is also a social networking site, you can find people with similar reading intrests.

  4. Hula is not dead on Google's New Calendar CL2 · · Score: 1

    By the way, the Hula project is pretty much dead at this point.

    66 messages in the Hula svn-commit mailing list in March (so far) (and ~150 in February) disagree with you.

    http://forge.novell.com/modules/xfmod/maillist/arc hbrowse.php/hula-commits/2006-March/thread.html?id =1613&prjname=hula&mlname=commits

  5. Re:That's great but what about step 3? on AIM Now (Mostly) Open To Developers · · Score: 1

    Um, isn't that what he said? I mean "installer app" isn't exactly the same as "package manager", but it's pretty darn close. And then he talked about why IRC might not meet a company's requirements, so he got the ircd part right. Right?

  6. Re:45% say its too expensive? on We Don't Need No Stinkin' Broadband · · Score: 1

    I didn't think you meant that, I should have added a :-) somewhere in my post.

    /because you can only guess the intended tone of a message 50% of the time ;-)

  7. Re:45% say its too expensive? on We Don't Need No Stinkin' Broadband · · Score: 2, Interesting

    crazy wacko Luddites who live in cabins in Montana.

    I'll have you know that in my (former) corner of Montana, the crazy wackos who live in cabins can get some pretty descent deals on dsl, thanks to Interbel haveing the foresight to install 200 miles of fiber.

  8. Re:That's a tankage issue on RX-8 Hydrogen RE a Dual Fuel Car · · Score: 1

    Barring some miracle breakthrough

    No, we don't need a miracle. An aerodynamic, low-rolling resistance, ultralight (composite) mid-sized SUV could be energy efficent enough to go ~330 mile on 3.4kg (138 L) of hydrogen. At 5,000 psi (easily doable today) the tank(s) would be a very managable size.

    Look up the hypercar and check out pages 233-235 (257-259 in pdf) of Winning the Oil Endgame [warning: ~2 meg PDF]

  9. Re:The one thing I'd like to see on Opera on the Nintendo DS · · Score: 1

    I am not a PDA user, but I agree with you 100% on Chrono Trigger.

    /Mmm, Chrono Trigger
    //Wait, this isn't fark...

  10. Re:Pretty easy on the eyes. on Opera on the Nintendo DS · · Score: 1

    That seems odd. Hopefuly Google will fix it soon.

    I don't know about Firefox per se, but it works fine in SeaMonkey 1.0

  11. Re:Jabber? on New Secure IM Client from NTT Due this Year · · Score: 1
    That's basically what I am saying, except that I think file transfer can also be done with a proxy (which would likely be the Jabber server). Maybe I am wrong, but that's how I interpret the JEP. Also maybe the spec says that, but nobody implements it. If I am reading the JEP wrong, or nobody implements it, please let me know.

    File transfer (http://www.jabber.org/jeps/jep-0096.html) uses "SOCKS5 Bytestreams and In-Band Bytestreams, to be preferred in that order."

    From JEP 65 - SOCKS5 Bytestreams (http://www.jabber.org/jeps/jep-0065.html):

    Sockets may be direct (peer-to-peer) or mediated (established through a bytestreaming service)
    ...
    Proxy - A Jabber entity which is not NAT/Firewalled and is willing to be a middleman for the bytestream between the Initiator and the Target

  12. Re:Resources on Jabber encryption? on New Secure IM Client from NTT Due this Year · · Score: 1

    Programming Jabber
    Publisher: O'Reilly Media, Inc.; 1st edition (January 1, 2002)

    RFC 3923 (s/mime) is dated october 2004 (http://www.ietf.org/rfc/rfc3923.txt)
    version 0.1 (current=0.9) of JEP 116 (Encrypted Sessions) is dated 2003-09-09 (http://www.jabber.org/jeps/jep-0116.html)

    JEP 27 (current openPGP usage) version 0.1 is dated 2002-03-12 (http://www.jabber.org/jeps/jep-0027.html)
    The basic XMPP RFC (3920) (inc. TLS) says the XMPP WG was founded in 2002. (http://www.ietf.org/rfc/rfc3920.txt)

    So the book might include some info on OpenPGP and TLS, but not on S/MIME or Encrypted Sessions.
    It also would not include a lot of other good stuff like Personal Eventing Protocol (PEP, AKA Simplified PubSub), anti-SPIM methods, Jingle Audio, the current method of File Transfer, etc.

    So yeah, you might want to wait for a new edition or just use online resources

    http://planet.jabber.org/
    http://www.jabber.org/developer/
    http://wiki.jabber.org/index.php/Main_Page
    http://www.jabber.org/jeps/

  13. Re:Jabber on New Secure IM Client from NTT Due this Year · · Score: 1

    I have heard of Sametime, although I have never used it. As far as proprietary IM systems stopping people from chatting with friends, that is true but you could do the same thing by running your own Jabber server. Just disallow server to server connections and stop client to server connection at the firewall.

  14. Re:Jabber? on New Secure IM Client from NTT Due this Year · · Score: 4, Informative

    The XMPP RFC describes the useage of SASL and TLS:
    http://www.ietf.org/rfc/rfc3920.txt
    TLS can be used on client-sever connections and on sever-server connections.

    JEP 27 describes the useage of OpenPGP for encryption:
    http://www.jabber.org/jeps/jep-0027.html

    RFC 3923 describes S/MIME useage:
    http://www.ietf.org/rfc/rfc3923.txt

    JEP 116 describes Encrypted Sessions, which seems to be somewhat reminiscent of SSH:
    http://www.jabber.org/jeps/jep-0116.html
    I don't know that anyone implements this yet.

    BTW Can someone tell me whether the connection between the two people chatting with Jabber is P2P or whether it is routed via the server?

    Normal chatting at least is all client-server. File transfer can be p2p (normal case) or client-server, while Jingle Audio is p2p.

  15. Re:Is it compatible with extensions and plugins? on SeaMonkey 1.0 Released · · Score: 1

    It should be perfectly safe. If you want to be really safe, you could back up your profile, but everthing should work fine. As far as extension incompatability, Moz 1.7 -> SeaMonkey 1.0 is about like FF 1.0 -> FF 1.5. Maybe a little less, as FF 1.5 had more UI (non-gecko) changes than SeaMonkey. I am using the 1.0 beta with the Extension Manager extension, Stumble Upon, Web Dev and Flashblock

  16. Re:Already uninstalled it on SeaMonkey 1.0 Released · · Score: 1

    Yeah, the classic netscape theme is ugly. They are considering making Modern (which is pre-installed) the default in the future. IMHO the Modern theme looks better than the default Firefox theme.

  17. Re:When will lightning strike? on SeaMonkey 1.0 Released · · Score: 1

    It is being worked on. I don't think there are many people on the team, which could explain why it is taking so long. They post status updates on the calander blog: http://weblogs.mozillazine.org/calendar/

  18. Re:What's new: on SeaMonkey 1.0 Released · · Score: 1

    Why would you boo canvas? If you don't go to any sites that use it, it will not affect you other than the fact that gecko builds svg on top of the canvas interface.

    Drag and drop tags have turned out to be much more useful to me than I thought they would be.

    I can't comment on autoscroll as I don't use it (does it even work on Linux?).

  19. Re:Graphics = Icing, Gameplay = Cake on New 3D Graphics Card Features in 2006 · · Score: 1

    Nice analogy, but personally I play games for the gameplay (not graphics), but I eat cake mainly for the icing (that is not to say that I would eat shit cake with icing, though).

  20. Re:PCIx on New 3D Graphics Card Features in 2006 · · Score: 1

    I think you mean PCIe. PCIx is something else.
    See http://www.pcisig.com/specifications/

  21. Re:Is the format wasting bits? on Google, Jabber, and Jingle · · Score: 1

    They use jingle to set up a RTP channel.

  22. Re:Now only if.. on Google, Jabber, and Jingle · · Score: 2, Informative
    It seems like it would be a trivial task to make a message passer; a client that simply accepted messages from one protocol, translated it to the other and sent out the message using a pre-programmed username/password combination.


    That's what Jabber server transports do, I use Psi to talk to my brother on MSN all the time.
  23. Re:Spam on Google, Jabber, and Jingle · · Score: 2, Informative
    Are you saying that Google doesn't have a "accept messages only from people on my contact list" option?!

    I don't know if Google's implementation has that option right now, but there are several JEP's (158, 159, 161) that deal with spim (IM spam), and they include the option "accept messages only from people on my contact list". I would imagine Google will add it soon if they haven't already.

    Jingle is not a joke, on the list of JEP's (http://www.jabber.org/jeps/jeplist.shtml) the jokes are clearly marked.
  24. Re:EU should be careful on EU Claims Internet Could Fall Apart Next Month · · Score: 1
    Just as I am reading your comment, these lyrics come from my speakers:

    Don't take me alive
    Got a case of dynamite
    I could hold out here all night



    Creepy.
  25. Re:Because it Just Works on Ubuntu 5.10 "Breezy Badger" Released · · Score: 1

    Hooray for Fluxbox!

    Tabs... They're not just for browsers!

    And it's nice and light for my 466MHz Thinkpad.