Slashdot Mirror


User: rimsky

rimsky's activity in the archive.

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

Comments · 8

  1. Join their community on Law Firm Claims Copyright on View of HTML Source · · Score: 1

    Since they're running Zope, and didn't bother disabling the example installs, join the ad-hoc online community that is cybertriallawer.com's guestbook:

    http://www.cybertriallawyer.com/acl_users/Examples/GuestBook

  2. From Belgium on Latest MyDoom Variant Gives Google Problems · · Score: 1

    Google appears to block Safari and Camino, but not Firefox.

  3. only buying please on Technical Glitches Plague BuyMusic.com · · Score: 4, Funny

    They're called buymusic, not playmusic...

  4. Was his name "Steve"? on Apple Accuses Worker of Leaks · · Score: 1

    Yes, I've read about that one...

  5. The Irony... on Randomizing Survey Answers For Accuracy · · Score: 1

    Isn't it ironic that we are using the random NY Times registration generator to read an article about random registration data? Sort of proves the point, doesn't it?

  6. What if... on The Wayback Machine, Friend or Foe? · · Score: 1

    What would happen if the wayback machine starts archiving its own site?

  7. Unbelievable on Mozilla 1.0 Officially Here · · Score: 1, Troll

    5 minutes with the new browser under Mac OS X, surfing slashdot and mozillazine and the darn thing crashed on me!

    What is their exact definition of a 'final' release?

  8. Use Continuous Integration on Tips on Managing Concurrent Development? · · Score: 3, Informative

    One solution to avoid patching problem is to use continuous integration. It's an integration technique that builds your source multiple times a day, getting all the latest source code from the CVS tree, and building from that code. If anything fails, the offending developer gets warned. Mozilla uses the same thing, calling it TinderBox. It's one of the principles of Extreme Programming, and seems to work quite well at our company.