Slashdot Mirror


User: chromatic

chromatic's activity in the archive.

Stories
0
Comments
2,306
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,306

  1. Re:Did i read this right?? on OSDL To Start Pushing on Desktop Linux · · Score: 1

    Do you have that backwards? I've only known a few companies where techies -- much less standard office workers -- could choose their own operating system. Most of those were already quite friendly to Linux or the *BSDs.

  2. Re:Redhat on OSDL To Start Pushing on Desktop Linux · · Score: 1

    Why would a company have to start over if they wanted to sell software licensed under the GNU GPL? Do you mean they'd have to write completely new code?

  3. Re:sad but fun on SCO Fires back, Subpoenas Stallman, Torvalds et al · · Score: 1

    We have an entire cable channel dedicated to weather!

  4. Re:It sucks, but... on Spamhaus Guru Steve Linford Profiled · · Score: 1
    With the vast majority of internet users using some sort of instant messaging program

    Do you have a source for this? I'm interested in seeing some statistics. Thanks!

  5. Re:Novell Linux on IBM and Its Thoughts on Desktop Linux · · Score: 2, Interesting
    Apple did at least one thing right.

    What, throwing away compatibility with thousands of programs that had been developed for years? QuarkXPress users might disagree.

  6. Re:Let's be fair.... on Security Affecting Microsoft's Bottom Line · · Score: 1
    We sit on our high horse patting ourselves on the back

    Maybe you do, but I think that's an unfair generalization.

  7. Re:That's not the spirit of Open Source. on Is CocoaTech Violating the GPL? · · Score: 3, Insightful
    Like it or not, their source code belongs to them

    I agree strongly with the rest of your post, but the word "belongs" may not be appropriate here. If their code is indeed derived from a GPLd program, they must abide by the terms set by the copyright holder to distribute the modified work. The power rests with the copyright holder.

    I do urge caution and good faith, though, hoping that this can be resolved amicably.

  8. Re:Maybe XFree has had its day on Cygwin/XFree86 Leaving XFree86.org · · Score: 1

    I apologize for being unclear.

    I meant to offer a suggestion why some people argue for throwing out X and starting over from scratch while removing useful (and even definitive) features. I certainly don't mean to belittle honest experiences or perceptions, nor to suggest that only successful programmers should have opinions of software.

    I am willing to be somewhat dismissive of development strategies from people who've never participated in a successful project, though. (Your opinion on that strikes me as reasonable. X11 won't last forever.)

  9. Re:Maybe XFree has had its day on Cygwin/XFree86 Leaving XFree86.org · · Score: 1

    Perhaps many people making that suggestion have never had the luxury of having people actually use their software (if they've ever even written a program before). Practical experience often demonstrates which well-meaning ideas don't actually work out as well anyone'd like.

  10. Re:Hype?? on More Looks At Far-Off 'Longhorn' · · Score: 1
    [I]n two years, Longhorn (probably called Windows .NET) will be a huge step forward.

    A huge step forward for 2003 or for 2005? I can't think of a positive meaning for that claim.

  11. Re:Iterators borrow from Python generators on C# 2.0 Spec Released · · Score: 1

    Coroutines go back a lot further than, say, 2001 (when Python 2.2 was released).

  12. Re:Missing the point, again, and again... on PHP Scales As Well As Java · · Score: 1
    PHP does NOT have the architecture, design patterns

    Do you mean that PHP does not provide class libraries with names of Decorator and Factory or that a good developer cannot use design patterns in PHP?

    strict implementation of OO style and type checking) that make it enterprise

    Do you mean that languages such as Smalltalk should never have been used for "enterprise applications"?

  13. Re:An honest question on Slashback: Forbes, VoIP, Firefly · · Score: 1

    What stops you from making money from people who want to pay you to create original software?

  14. Re:Factual errors on Extreme Programming Refactored · · Score: 1

    Tom responded with what I should have responded. My comment was pretty terse and inaccurate. I should have said "Just watching someone code over his shoulder isn't pair programming" the impression I got from your first two points.

    Your other points are a matter of opinion and preference; there are some people who honestly try pair programming and really dislike it. That's fine. It's definitely not for everyone or every situation. I work mostly from home these days and wish I could pair more often.

  15. Re:Another Straw Man on Extreme Programming Refactored · · Score: 1

    One of the rules of XP is that developers are responsible for their estimates. If you estimate that it will take two weeks to implement a story card per team guidelines (that is, at acceptable levels of quality, testing, and accuracy that the customer and the developers have agreed to), then any team doing XP should abide by that estimate.

    The bet is that by doing it right and having a pretty good idea of how long that will take we'll attach a reasonably accurate cost to each development task. Doing it "quick and dirty" tends to build up a technical debt that will have to be paid later.

    I won't pretend that I make a good manager, but I agree with you that it's worth doing tasks right.

  16. Re:Factual errors on Extreme Programming Refactored · · Score: 1
    I've watched people code before.... Having someone standing staring at my work.

    I dislike those things too.

    I like pair programming.

    What you describe is not pair programming.

  17. Another Straw Man on Extreme Programming Refactored · · Score: 1
    The problem with XP is that it encourages fast building of extremely (no pun intended) rigid applications, which are a nightmare to extend or maintain, so, unless, you are planning to leave project early, i am not even sure, how you can consider XP as anything more serious then a hype.

    If you read past the title of any XP book, you should come across principles such as Testing, Coding Simply, and Refactoring. If you still can't manage to write maintainable code with those practices in place, might I suggest a different career?

  18. Re:No True Scotsman Fallacy on Extreme Programming Refactored · · Score: 2, Informative

    That's a good question.

    XP requires quite a bit of discipline, just like any good process does. The real power, I believe, comes from the interaction of the processes. For example, tt'd be crazy to refactor all of the time, unless you had a comprehensive test suite. It'd be crazy not to design ahead for features you will need in the future, unless you let the customer choose which features to add and when and if you can keep the cost of changing the code low.

    A lot of projects adopt a couple of the easier practices without really understanding why they're important and how they fit into XP as a whole. (Extreme Programming Pocket Guide spends most of its time talking about these interactions.) Without either tremendous skill and discipline or other supporting practices that provide what the unpracticed XP practices do, you're bound to crash and burn eventually.

    It's okay to pick and choose from the XP practices that your team needs most, but you have to understand what they can and cannot provide.

    I think what you're seeing is a lot of teams who like the idea of not doing a lot of up front design and getting rid of a lot of process but who aren't replacing that with the appropriate XP practices or equivalents.

    That's why when someone says "We tried XP, but our code turned into a big ball of mud", people who've used XP successfully will ask "How well were you testing?" and "Were you refactoring?" It's not that XP is always appropriate for every situation and every team. It's that if you just copy a few practices without thinking about why they're important, you can get in a lot of trouble.

  19. Re:It's just an excuse on Extreme Programming Refactored · · Score: 5, Insightful
    I'd like to see a lower level of defects maintained and value to customer in stability, reliability and functionality/features increased.

    How would you achieve this? I'd probably do things like:

    • Set coding standards and follow them.
    • Work on a small piece at a time and get it right.
    • Get the customer involved in making sure every piece is right.
    • Deliver working code to the customer every couple of weeks.
    • Have every piece of code reviewed for cleanliness, correctness, and good team style.
    • Have a comprehensive test suite at the programmer level.
    • Develop a comprehensive test plan at the feature level by working with the customer.
    • Revise the design and code as necessary to meet the customer's current needs.
    • Make sure that architects code and coders do architecture have every technical person participate in the whole project, design and coding.

    Of course, by the time you do all that, you've got the heart of XP.

  20. Re:Ask Slashdot: Have you used Extreme programming on Extreme Programming Refactored · · Score: 2, Insightful
    What I don't like about pair programming as a methodology is that it hides incompetent programmers, reduces the learning that comes from failing at a certain approach, and discourages leaps of faith.

    I'm not sure I follow your reasoning.

    How does pair programming hide incompetent programmers? If you're switching pairs often, everyone will have the chance to work with everyone else.

    Do you prefer a learning style that requires everyone to make the same mistakes? In my teams, I prefer not to make mistakes at all. In practice, I'll settle for making a mistake once then letting everyone know what it was and how to avoid it. Given experienced programmers, it's pretty handy to start down a path and have your pairing partner say, "Wait... we did something like this before. Here's how we solved it then."

    I don't know what you mean by "discourages leaps of faith" at all. That sounds like a positive thing to me. I'd rather go by the empericism of the test suite than mystical intuition that can't be verified. XP's pretty firmly in the realm of "solving the customer's actual problems" than any Kierkegaardian philosophy.

    Admittedly, I'm a fan of pair programming. I've used it on a couple of projects and plan to use it on several more in the future.

  21. Re:Ask Slashdot: Have you used Extreme programming on Extreme Programming Refactored · · Score: 1
    I would have to say that pair programming isn't really worth it. I personally can't stand the lack of productivity that is inherent to having two programmers sit around and watch each other type.

    Non sequitur. Your first sentence talks about pair programming. Your second sentence talks about something that is almost entirely unlike pair programming.

    Pair programming is "Hey, let's talk about this problem and write some code as we're going along!", not "Hey, sit behind me and shut up unless I make a typo!" If someone's made you do the latter and called it "pair programming", he was quite wrong.

  22. Re:The more I think about it...... on SendMail CTO Sounds Off On Spam and FTC · · Score: 1
    we seem to be a step or two ahead of the spammers and it is costing me no money and only a small amount of time to stay there.

    You don't pay for bandwidth, system administration, and hardware? I do. Spam definitely costs money and time I'd rather spend elsewhere.

  23. Re:Not effective on Spoofed From: Prevention · · Score: 1

    How will making it easier to detect and to reject spoofed e-mail force more spoofing?

  24. Re:No good. on Spoofed From: Prevention · · Score: 2, Informative

    Add a TXT record in your domain's DNS saying that senders are permitted from your ISP's SMTP server. See Setting up SPF.

  25. Re:Call in sick on Final Matrix Set for Synchronous Release · · Score: 1
    it's a win-win for everybody...

    That's the best kind. Those win-win situations where somebody loses are just so sad.