Slashdot Mirror


User: h2o2

h2o2's activity in the archive.

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

Comments · 4

  1. Reengineering Patterns on Learning and Maintaining a Large Inherited Codebase? · · Score: 1

    The freely available book "Reengineering Patterns" (http://scg.unibe.ch/download/oorp/) contains practical advice and shows systematic ways to tackle these situations froma variety of angles. Without knowing more details about your problem it is hard to recommend concrete steps, but _do_ read the book in any case.

  2. Re:Cultural Differences on Is Open Source Different In Europe Than In the US? · · Score: 2, Insightful

    2) favor process over results (whereas we Americans favor results over process)

    While this may or may not be true on a case by case basis, it helps to understand that this is usually not done for its own sake. Results don't matter that much if you don't know how or why you achieved them, or if you cannot create them repeatably. I guess this ties into the "longer view" aspect.

  3. Insane increase in SSH attacks on Zombie Network Explosion · · Score: 5, Informative

    I noticed an incredible increase in DenyHosts alerts over the last three days to the extent that I had to turn off alert emails. This picture says it all: http://stats.denyhosts.net/stats.html

  4. You need to understand more than just the code on Tools For Understanding Code? · · Score: 1

    If you're not only looking for tools but rather systematic approaches, then the book "Object-Oriented Reengineering Patterns" http://www.iam.unibe.ch/~scg/OORP/ is highly recommended, even for non-OO projects. Understanding code does not get you very far if you try to understand the wrong parts, in the wrong order, for the wrong purposes.