Slashdot Mirror


User: Griffon26

Griffon26's activity in the archive.

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

Comments · 30

  1. Re:Slander of title on Groklaw and FindLaw on MPEG LA Attempts To Start VP8 Patent Pool · · Score: 1

    What about the "lose a sale" part? What sales?

  2. How does 425 times $666.66 equal $210,700 ? on Apple 1 Computer Sells For $210,700 · · Score: 1

    What am I missing?

  3. Re:I think.. on A Decade of Agile Programming — Has It Delivered? · · Score: 1

    Don't lump specs/design documentation and user documentation together. They are completely different.
    The design documentation should complement the code and give a new guy the high-level overview he needs to know where to start reading the code. Less documentation is good in exactly the same way that less code is good. This is about maintainability.
    The user documentation is like the functionality of the code once it's running. More documentation is good in exactly the same way that more functionality is good. This is about usability.

    Don't misunderstand me, I'm not saying that smaller code is always better or that more features are always better. It's the difference in considerations that separate the two types of documentation.

  4. Re:"Agile", no -- "agile", yes on A Decade of Agile Programming — Has It Delivered? · · Score: 1

    I also believe it squeezes the most out of developers (for better or worse). The pressure is on all the time instead of just at the end of the project and I get the impression that pair-programming drains your energy quicker than working on your own because you spend more time being focussed.

  5. Re:Maybe they did it wrong... on A Decade of Agile Programming — Has It Delivered? · · Score: 1

    I can't tell if your claim is about agile methodologies or not, but in case it is:

    The agile methodologies pick the requirements that are most solid and independent to implement first and only refine and implement the others later.
    The hope is that the latter set of requirements will be easier to nail down by the time you need them. If they were to change between the start of the project and the time you needed them again, that change would not have cost you anything.
    What they do not do is encourage you to make things overly generic in order to already capture future requirements.

    So they do intend to reduce the cost of late changes, but not by spending more up-front.

  6. Re:Bravo.... on 33 Developers Leave OpenOffice.org · · Score: 1

    And the fact that even their menubars have menubars. On a single screen there must be 5 or 6 places where you have some kind of menu.
    Oh and what about the fact that there are menu items for options, for settings and for preferences, as well as options, settings and preferences that are not located under the options, settings and preferences menu items.

  7. Re:Wow. on CIA Drones May Have Used Illegal, Inaccurate Code · · Score: 1

    There's a limit to how much error handling code makes sense.

    If you want to handle every eventuality gracefully, your code will be much more complex because of all of the error handling paths. This will in turn increase the chance of introducing bugs caused by limited understanding of the code (most likely by others or by you a long time from now).

    In my opinion there's a balance to be struck and I usually stop at the file or component boundary. If it comes from the outside, deal with it. Internally (e.g. static functions), use asserts to check if you messed up.

  8. Re:Wow. on CIA Drones May Have Used Illegal, Inaccurate Code · · Score: 1

    Oh, I guess you just write your code once and nobody will ever modify it?

    Asserts should stay in there just in case you or anyone else decides to break any of the invariants in the future.

  9. Re:Already used in the UK on Building Prisons Without Walls Using GPS Devices · · Score: 1

    How about this one then, from 1991: http://www.imdb.com/title/tt0103239/

  10. Re:The Atoms on How Much Smaller Can Chips Go? · · Score: 1

    The article calls it "a (...) partnership to develop EUV". That's not just product development.
    5 years is not a long time at all if you include the research period (and I don't mean general research in the area, but focused research/feasibility studies).

  11. Whoever told you that... on Protecting At-Risk Cities From Rising Seas · · Score: 1

    is full of shit.

  12. Re:Debug key on Does Your PC Really Need a SysRq Button Anymore? · · Score: 1

    I use scroll lock when I see something unexpected during the boot process and want to have some more time to read it before it scrolls off the screen.

  13. Re:Expensive cake, but you can eat it on IDEs With VIM Text Editing Capability? · · Score: 1

    Its vim emulation is not complete and consequently pretty annoying.

  14. Re:The devil is in the details -- Get some metrics on How Do You Justify the Existence of IT? · · Score: 1

    Just make sure that you allow users to add replies/comments to cases and to reopen them if they have not been satisfactorily resolved.

    If the system does not allow this then only half-solving the problems is rewarded by metrics showing lower response times and a higher number of solved problems.

    My experience with the help desk at work leads me to believe people will abuse this.

  15. Re:Allow me to make a bold claim on Clean Code · · Score: 1

    No, if it can be made dynamic it was trivial parallel code to begin with.

    And note that I'm not saying that all code (e.g. analysis) was trivial, just the code to make the threads communicate.

  16. Allow me to make a bold claim on Clean Code · · Score: 1

    Any code where the number of threads is not determined by the design is trivial parallel code.

  17. Re:GOG.com on What Modern Games Are DRM-Free? · · Score: 2, Funny

    Dude, these games are 10 years old!

  18. Sir, we have good news and bad news. on White House Briefed On "Potential For Life" On Mars · · Score: 1

    Bush: Gimme the good news first.

    Scientist: We found life on Mars.

    Bush: So what's the bad news?

    Scientist: We killed it in the TEGA.

  19. Re:The only way to be sure...is to get rid of MS on Creating a Security Test Environment? · · Score: 1

    No, even with source code to the entire stack you will still need a, probably untrusted, prebuilt compiler to compile the compiler.

    Now to be able to use an untrusted prebuilt compiler to get to a more or less trusted compiler, I'd suggest something like the following.

    Get a bunch of compilers, have them all compile gcc and then have all of those gcc's compile gcc again and check if the resulting binary is identical. The trust in that last gcc depends on the chances of all those prebuilt compilers rigging the code they build in exactly the same way.

    In reality it's probably a bit more involved because of the other dependencies like libc, but you get the idea.

  20. Re:Or standalone on Browser-Based "Quake Live" Trailer Released · · Score: 1

    - Mplayer plug-in ...

    The advantage of this approach is that the fancy stuff runs in a separate process and doesn't take down the whole browser in case of bug or memory leak

    Yeah, that's been working really well so far. I'd say at least 90% of the time that Firefox 2 crashed on me was when it was using mplayerplug-in. I guess somebody screwed up somewhere (not mplayer in this case).

  21. Re:Answers to Some of the Complaints on Hostile ta Vista, Baby · · Score: 1

    I run Vista Business x64 and it's far more stable than XP. What's with the "I run <new windows version> and it's much more stable than <old windows version>" comments that keep popping up right after each release? What are the odds the person claiming this can actually back it up after just one year of running it? It would be nice if it was accompanied by a statement such as "I run Vista on a hundred machines that have been running stress tests continuously for the last year" or similar. Or maybe "I just use it on my desktop, which I boot up in the afternoon and shutdown at night", just to let us know he/she is full of shit.
  22. Re:I wonder ... on AI Taught How To Play Ms. Pac-Man · · Score: 1

    Exactly.

    I once made a program that simulated evolution of a population of creatures going after food placed randomly on the screen.
    The 'DNA' determined the direction they were likely to move in relative to the food as well as size of the step they took in that direction.

    I expected the creatures to evolve to a 100% chance of moving in the direction of the food, but it turned out that that chance settled at about 75%.
    Even if I gave half of the initial set of creatures a 100% preference of going towards the food, it would still be evolved out (ruling out a local maximum at 75%).
    Interestingly most of the remaining 25% ended up in the "to the left when facing the food" direction. This led me to conclude that the random generator
    was the cause of this (something like the next food likely to appear to the left of the current one).

  23. missing option? on Is Open Source Recession Proof? · · Score: 1

    • Those developing in their spare time because it's fun
    I work on OSS in my spare time and padding my CV is definitely not my motivation. The article also said something about a recession making people reconsider if working for free was still a good idea. For the above group of people, that's totally irrelevant.
  24. Only 3 views? How about 9 and doing 3D? on Sharp Develops Triple Directional Viewing LCD · · Score: 1

    The Philips displays released last year October have 9 views and those are used to create 3D as explained here: http://www.business-sites.philips.com/3dsolutions/ 3dtechnology/multiviewlenticulardisplay/index.html

  25. Re:Strange on 'Stealth' Worm Hinders Sandbox Analysis · · Score: 1
    What sort of very good programmer uses comments?!?

    Forget that! What sort of programmer would make a virus in a language that forces comments to be part of your executable?