Slashdot Mirror


User: Sam+Ruby

Sam+Ruby's activity in the archive.

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

Comments · 76

  1. Re:Already out of date? on Practical Rails Projects · · Score: 3, Insightful

    it is likely that many of the examples will no longer work as described. I know that is the case with current version Agile Web Development with Rails.
    I guess that would depend on your definition of current. There is a new version in beta that has already been largely updated, and continues to actively follow Rails development.

    Disclaimer: with this edition, I was recruited to be one of the authors of this book.
  2. Re:Ruby vs Java on Agile Web Development with Ruby on Rails · · Score: 1

    A closer Ruby equivalent to the Java sample would be as follows:

    def cancelAll(c)
    c.each { |t| t.cancel }
    end

  3. It was intended to be rhetorical... on IBM to Hire Firefox Developers · · Score: 5, Informative

    It was intended as a rhetorical question. I was told to think "radical" after all. ;-)

  4. Break only affects carefully constructed messages on More on Newly Broken SHA-1 · · Score: 4, Informative

    The new SHA-1 break only affects very carefully constructed messages. This means that it is completely useless for an attacker impersonating an existing message, unless that message was purposely constructed to be attackable. The attack is only useful if the attacker creates both messages, and the attacker can choose the exact format of both messages.

  5. Easily spoofed? on New Method of Spam Filtering · · Score: 5, Insightful

    What's to stop the From:, To:, and Cc: fields from being spoofed (like a lot of viruses do)?

  6. Re:"Echo" is an unfortunate choice of name on Building Rich-Client-Like Web Apps With Echo · · Score: 1

    The "syndication format previously known as Echo" is now known as Atom.

  7. Re:CIL CLI ? on Portable.NET Now 100% Free Software · · Score: 1

    CIL = Common Intermediate Language. You will often see the term MSIL used instead. For that matter, MS refers to their implementation of the CLI as the CLR (Common Language Runtime).

    MSCOREE and MSCORLIB is actually part of the ECMA standard.

  8. Simple specs for a simple protocol on Exploring Apache's SOAP Serialization APIs · · Score: 1

    intro, guide, and more.

  9. Don't forget the Glorious... on Great points in Usenet history · · Score: -1, Offtopic

    MEEPT!!. I can't exactly explain why, but I miss those posts.

  10. Re:Jakarta = Sun on Apache Tomcat 4.0 Final Released · · Score: 1
    All of the Jakarta developers work for Sun.

    I don't.

    See Jakarta's whoweare.

  11. Re:A few more details:It's a root trojan on Code Red Back For More · · Score: 1
    According to this, the system will proceed to reinfect itself the next time explorer is launched (essentially, the next time someone logs in).

    Also, once reinfected (by whatever means), I would presume that the rename would fail.

    Renaming c:\explorer.exe should help.

  12. Re:Right on! on Miguel de Icaza & Nat Friedman On Mono · · Score: 1
    Sure, right now Mono is only the .NET side of things - it doesn't deal with Passport. But you can bet that other folks are already working on it

    Here's a passport equivalent under development: dotgnu.

  13. Why does nearly everybody seem to miss this? on Jepson Rebuts Petreley On The Dangers Of Mono · · Score: 3
    The Mono project is not about implementing passport or hailstorm.

    If you want one of those, take a look at dotgnu, but even there the strategy is to be a REPLACEMENT, not a plug compatible Microsoft clone.

  14. Re:Why Java? on Reptile: P2P Content Syndication · · Score: 1

    Troll.

  15. Re:Why Java? on Reptile: P2P Content Syndication · · Score: 1

    Check again: the primary author is KEVIN Burton.

  16. Speak for yourself on Mundie Speech @ OSCON - Blogged In Real Time · · Score: 1
    I have committed changes to the open source projects to which I participate during this conference (wireless is GREAT!).

    Have you?

  17. Re:Of course they are listening on Mundie Speech @ OSCON - Blogged In Real Time · · Score: 1
    There is a big difference between listening with an open mind and intelligence gathering. I don't know which one they are doing. Do you?

    No. My only comment is that their level of attention to this has changed dramatically recently. And it is not merely dismissive.

  18. From yet another audience member... on Mundie Speech @ OSCON - Blogged In Real Time · · Score: 2
    I saw this slightly differently. Some of the other presenters and much of the audience were hostile, and in general MS came off moderate. If the open source community wants to focus on progress, it needs to be less confrontational.

    In general, I was impressed by the number of MS people at this event. They seem to be listening.

  19. Re:Significant? on Mundie Speech @ OSCON - Blogged In Real Time · · Score: 1

    The specific question (I was there) was wheter a palm pilot could issue a request to a Linux server using the Hailstorm API's without requiring any Microsoft software acting as an intermediary.

  20. Butt-head Astronomer on KIllustrator Changes Name to Kontour · · Score: 2

    Not the first time such a thing has happened. See Apple, Carl Sagan settle suit over names.

  21. Inevitable? Already underway! on Reverse Engineering .NET - Good, Bad or Inevitable? · · Score: 4

    http://www.southern-storm.com.au/portable_net.html

  22. Open Source has also discovered SOAP on The Opportunity of SOAP · · Score: 3

    Of course Dave points out that open source has noticed XML RPC (his baby), but the open source community has also discovered SOAP: http://xml.apache.org/soap/.

  23. Re:SOAP on ESR On XML-RPC · · Score: 1

    It isn't just Microsoft's SOAP. There is an Apache implementation here. The spec has also been accepted by the w3c, and renamed to XP

  24. Re:what about PhP? on Komodo Beta Release · · Score: 1

    I've discussed this with Dick Hardt - we need to work through the process by which third parties can contribute to the code base, but he is very interested.

  25. Yea, right. on Sun Moves Toward "Open Sourcing Java" · · Score: 1
    ... who would want to leave them behind?

    Microsoft.

    Do you really think Microsoft would fork a GPL implementation and open source their improvements? If they did, would that really be so bad?