Slashdot Mirror


User: cratermoon

cratermoon's activity in the archive.

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

Comments · 351

  1. Ick on Slashdot Index Code Update · · Score: 1

    I already went and found the setting to turn it off before this story was posted. FYI it's under your Preferences->Homepage tab. Since the columns only have little pictures instead of headings (not even alt text), I can only tell you to click the 2nd radio button from the left.

  2. Two Build Systems -- Impressive? on New, Modularized X Window Release Now Available for Download · · Score: 1

    Supporting imake and autotools in what is essentially the same codebase seems pretty impressive. Just one build system generally is cause for enough hair-pulling to make even RMS go bald. Shouldn't we be offering kudos to the x.org folks?

  3. Re:Do not be afraid. on Where Do All of the Old Programmers Go? · · Score: 4, Funny

    Well at least now I'll finally be able to say to the young turks who love to produce bad code and come up the endless excuses to justify it: EAT ME!

  4. Re:Keeping a tally... on Mice Created With Human Brain Cells · · Score: 1

    Nicodemus says, "No comment."

  5. nevermind... on Pro Perl Debugging · · Score: 1

    On the other hand, you might want to Forget the debugger.

  6. crash & burn on Finding a Ready-Made Dev Team? · · Score: 1

    Please tell slashdotters the name of your startup so we can be sure our money does not get invested in that dead fish.

  7. Simplest? on Lunar 'Lawnmower' Devised for Moon Colonists · · Score: 3, Interesting

    It's a clever idea and all, but wouldn't it be simpler to just throw out some tarps?

    OK, they'd need a bit more than some blue plastic, but really, I'm sure enough lightweight, ultraviolet resistant, tough modern technical fibers material to cover a fair space could easily be taken up for the weight and size of this "lawnmower" idea.

  8. Re:I tried to join the Eclipse Foundation... on Business Objects to Join Eclipse Foundation · · Score: 1

    Totally agree. The businesses signing on seem to be doing so to try to dump their pet marketecture into Eclipse. Look at the projects page: Business Intelligence and Reporting Tools (BIRT) Project? Let's be sure they are at worst plug-ins and never part of the core.

  9. Practice on How To Get Into Programming? · · Score: 1

    Dave Thomas' Code Kata.

  10. Re:Too Complex on A Clock That Runs for 10,000 Years · · Score: 1

    Nevada won't be covered in sand and dust, it'll be covered with glass.

  11. Re:don't even bother -- there is no solution on Implementing the Bureaucratic Black Arts? · · Score: 1

    News flash: companies and the senior managers that run them are psychopathic. As long as you keep that in mind and manage your relationship with them the same was as you'd manage your interactions with Hannibal Lector, you'll avoid serious trauma.

  12. Re:Not even close on Oregon Government Supporting Open Source · · Score: 1

    As a consultant on a DHS project in Salem (I'm a resident of Portland and commute), I can also say that open source is definitely used where it makes sense. But it's never easy to get in the door, and the official line is that OSS is not permitted.

    I have yet to see a penguin or a devil doing any of the work in anything associated with this work, though.

  13. Not even close on Oregon Government Supporting Open Source · · Score: 4, Informative

    How quickly we forget, Oregon schools tried to go open source and got the smackdown by Microsoft's lobbyists. No, this state government is NOT in the lead on the use of open source.

  14. Re:Convenient Pre Election Move on Extra Daylight Savings May Confuse the Gadgets · · Score: 1

    That's basically my conclusion -- posturing by politicians so they can claim they have an energy policy, when really they're doing whatever the oil and automobile industry lobbyists pay them to do.

  15. a wash on Extra Daylight Savings May Confuse the Gadgets · · Score: 1

    This change is intended to save the country energy (and presumably keep energy costs lower). It's a bit of a stretch to believe it will really have any effect. Gadgets being out of sync and operating systems failing to keep accurate time will be inconvenient at best. By the time we add up the cost of writing, shipping, and installing patches or just compensating for the incorrect times, does anyone really believe we'll end up with a net savings? Won't the programmers and hardware guys who have to work extra hours to develop fixes easily eat up the supposed difference?

  16. Re:Bond quote time on Discovery's Dangling Gapfiller Removed by Hand · · Score: 1

    "I'm grasping it, I'm pulling, it's coming out very easily," astronaut Stephen Robinson radioed.

  17. Just Don't on Successful Strategies for Commenting Your Code · · Score: 1

    Don't comment.

    Write intention-revealing code. Use meaningful identifiers. Write with the maintenance programmer in mind. Code is write-once, read-many. In the days of low-level programming languages and maximum identifier length, comments were at least necessary to explain WTF a PLGRNX1 means. With modern development tools, you don't even have to type out the whole identifier after the first time, you can use code completion.

    Too many comments makes me wonder why the programmer couldn't write clearer code.

  18. Re:Oh dear... on 'Design Patterns' Receives ACM SIGPLAN Award · · Score: 1

    Goedel fits in there because the incompleteness theory is not unlike Turing's incomputability problem.

  19. Re:Oh dear... on 'Design Patterns' Receives ACM SIGPLAN Award · · Score: 3, Insightful

    People with CS degrees seem to get jobs writing software for money without knowing a thing about security, testing, defect discovery and removal, team organization, refactoring, design, technical writing, communication, estimating, abstractions and complexity management, business practices, communicating with users... well, anything needed to actually deliver working software that delivers value to the business.

    But, you know, in case that trucking company struggling with logistics needs to know about "turing complete", "Karnaugh map", "Rice's theorem", "Goedel's completeness theorem", "planar graph", "functional language", "church-turing thesis", they're golden.

  20. Landmark on 'Design Patterns' Receives ACM SIGPLAN Award · · Score: 0

    Congratulations to Erich, Richard, Ralph, and John. Great guys who made a contribution for the ages.

  21. Re:Polyglot on Choice of Language for Large-Scale Web Apps? · · Score: 1

    The commentor and OP are confusing Java and Javascript. The two share a C-like syntax, that is all. The only reason they even have a confusing name is because Netscape renamed Livescript at the same time the Java-for-applets alliance with Sun was driving the browser. Brendan Eich probably wishes he could have a do-over on that one.

  22. Re:My gripes about ant on Ant - The Definitive Guide · · Score: 1

    If you knew what you were talking about, you'd know it was javac that does that, not Ant. In fact, Ant has the task that helps address the shortcomings of javac.

  23. Re:Like a breath of fresh air on Spring into Technical Writing · · Score: 2, Informative

    My recommendation: Style: Toward Clarity and Grace, by Joseph M. Williams. The main lesson of his book is how to drag your writing out of the context of expert knowledge and assumptions in your head and into a form that communicates what you really meant to people who can't get inside your head.

  24. Re:Programming in COBOL on What is Mainframe Culture? · · Score: 1

    Yes but. COBOL arrays, or as they are called, tables, are extremely simple. In fact they are barely above indexed addressing in assembly -- not surprising. They are nowhere near as powerful as the array type in modern languages, e.g. Ruby Arrays. In fact they don't really measure up to Java's array, which at least knows its own length.

  25. Re:The Difference on What is Mainframe Culture? · · Score: 1

    That's the key I was getting at. In Windows, threads are the preferred tool, while in unix (or at least Linux specifically), processes can fufill a lot of the same needs. So it's really fair to ask, "why would you need threads?" for many applications.