Slashdot Mirror


User: ynohoo

ynohoo's activity in the archive.

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

Comments · 511

  1. NE/NW passge? on Scientists Shocked as Arctic Polar Route Revealed · · Score: 1

    Sailing to the north pole is only of interest to a few scientists.

    More importantly, have the fabled North-East or North-West passages opened up as viable trade routes?

  2. Re:GUI prototyping tool on Beck and Andres on Extreme Programming · · Score: 2, Insightful

    What's up, didn't you like the "Funny" mod you got the last time you posted this?

    I must admit I found this site disconcerting - I'm unlikely to buy design tools from people who look (on this site) like they are in the "manic" phase of their bi-polar disorder...

  3. Re:Really lame interview on An Interview with a Cheater · · Score: 1

    "JavaLord"? is that like a "VB Guru"?

  4. Re:Ladies and Gentlemen: on An Interview with a Cheater · · Score: 1

    unless pop is a career criminal, in which case he probably said "I'm proud of you son, you've got those durned slashdotters all riled up!"

  5. Re:competitive disadvantage?? on Possible Delays for Vista in Europe · · Score: 1

    s'ok, we will just get the copies we need from...

  6. Re:competitive disadvantage?? on Possible Delays for Vista in Europe · · Score: 1

    "the small European software developers will have a very difficult time."

    Why, is Vista dropping support for Win32 apps? I though not.
    Will European developers not have access to the .NET framework? Too late.
    What is this "difficult time" of which you speak? Not having Mickysofts latest DRM? Ooh, I'm scared. [/sarcasm]

  7. Re:Prio - Process Priority Saver on Permanently Set Process Priority in Windows? · · Score: 1

    If you would have looked around their site you would have dicovered that:

    1) it is free for personal use
    2) they do not currently have commercial terms for this product

    I also wonder what kind of world you live in where you think professional programmers do not deserve to make a living from their trade. If daddy gave me 100K a year, I might think so too.

  8. Re:Well at least it is conclusive on Robotic Wellington Boot Thrower · · Score: 1

    Canada doesn't really count as a "foreign" country. Well, except Quebec.

    Now if you could get a Mexican team involved, you could at least call it the North American Series.

    Baseball is dull. But it just can't compete with Cricket, which is truely monumentally dull.

  9. Re:Not news. on The Trouble With Rounding Floats · · Score: 1

    There are a number of programming languages in use in financial institutions (cobol, pl/1) that offer built-in support for decimal arithmetic. It makes sense in some cases, but also has a drawback: e.g. the type 'decimal fixed(15,6)' always has 15 positions of which 6 are after the decimal point. This type always automatically rounds, constantly, which may lead to inaccuracies just as well.

    Er, no. If you want rounding in COBOL, you explicitly say so by adding ROUNDED to the statement.

    Even with financial calculations, floating point numbers often are the best and only choice. Your algorithm will have a known accuracy even if you have very small or big intermediate results.

    No, never use floats for financial calculations, unless you use an algorythm to fix the known inaccuracy in the calculation, and do not compile with optimisation (which will assume it knows better than your code). Even using strict integers or packed decimals can run into some rounding problems; adding a couple of decimal places during the calculation phase can solve most of these, but cannot eliminate them completely, so sometimes you have to find a method of handling the stray pennies.

  10. the author... on High-level Languages and Speed · · Score: 2, Insightful

    the author is only a couple of years out of college and he is already well on his way to be becoming a professional troll. I see a bright future for him...

  11. Re:A standard tab length would be easier on Elastic Tabstops — An End to Tabs vs. Spaces? · · Score: 1

    Maybe your fear of function calling is related to the fear of global variables prevelent in many languages. Usually because some self-appointed authority said they were "bad".

    Like that "Go To Statement Considered Harmful" by Dijkstra, what a prat, what damaged programming he caused.

  12. Re:$250 Billion? With a B? on U.S. Joins Hollywood in War on Piracy · · Score: 1

    I thought GTA was produced by a British company, although it does not suprise me that the Yanks try to claim it and take all the cash...

  13. Re:It boils down to... on China Frustrated In Encryption Talks · · Score: 4, Insightful

    The level of independence of the member states helps. Since they don't trust each other, they are more likely to come up with an acceptable standard. While there are reasonable levels of co-operation between their respective security services, there is no top level organisation comparable with the NSA or the Chinese equivelent.

  14. Re:Games are patentable on Lawyers Ordered to Play RPS to Settle Dispute · · Score: 1

    I believe the "Monopoly" copyright expired back in the 90's, hence the many clones that appeared in the stores back then.

  15. Re:It not only fails validation but also.... on Mozilla Firefox 1.5.0.4 Released · · Score: 1

    well I'm not going to rewrite all my five+ year old pages to use the new div tag! It would be nice if I could identify a header to support the old rules though...

  16. Re:It not only fails validation but also.... on Mozilla Firefox 1.5.0.4 Released · · Score: 1

    Something I don't understand about about the W3 rules - why is the font tag considered subordinate to the paragraph tab, forcing you to repeat it for each paragraph?

    Maybe it makes a crap browser coder's life a bit easier, but every browser already supports the fact that the two concepts are entirely independent, so what is the point of this pedantic rule?

  17. Re:Yes, the internet is that fragile on BlueSecurity Fall-Out Reveals Larger Problem · · Score: 1

    If Erlang can keep a web server going under nearly infinite load

    Hey, infinity is just around the next corner, I know it! We're nearly there!

  18. Re:strategy backfired on Sun to Release Java Source Code · · Score: 1

    Java is just too far behind. It's the new COBOL.

    Hey, quit insulting COBOL! COBOL is lean & mean compared to that bloated Virtual Machine. While the OOPs paradigm is useful for GUI interfaces, it can cripple data access. BTW, have the Java GUIs stopped sucking yet?

  19. Re:On any UNIX box vi is always there for you on Vim 7 Released · · Score: 1

    Plus vi has that "useful" "feature" that it completely ignores RCS protection, making a nonsense of version control.

  20. Arik Hesseldahl surprising ideas... on McAfee Feigns Fear at Mac Security · · Score: 1

    Mac users on average pay more for their computers, are self-selected because they tend to know more about technology than your average PC buyer

    In my experience Mac users know bugger all about technology, and care more about furnitures than they do about computing.

    There may be exceptions in their established graphic artists user base, but even they are more likely to be "gadget collectors" rather than tech-heads.

  21. Re:Enterprise on How Has Open Source Helped You Commercially? · · Score: 2, Interesting

    one of the few advatages of COBOL is that SQL sytax is clean, and not restricted by any language quoting rules. If you run into this sort of nonsense a lot, it might be worth coding your SQL in COBOL subroutines you can invoke from *insert favorite language here*.

  22. A funny tale from my first visit to a US doctor... on Americans Are Seriously Sick · · Score: 1

    Doctor: Are you an alcoholic?
    Me: No, I'm English!

  23. Re:Repetitive Strain Injury on Software Lets Programmers Code Hands-free · · Score: 1

    later versions of COBOL included the optional END-IF (and END-PERFORM for inline PERFORM's) as well as a CASE statment. Periods are only now required if the next statement is a section or paragraph name, or to tell a NEXT SENTENCE statement where to go. As someone who has worked with both versions, I always use END-IFs because it makes it a lot simpler to read and maintain.

  24. Re:A couple of points. on Avoiding Liability While Fixing Employee PCs? · · Score: 1

    It should be pointed out that lawyers are wrong 50% of the time. This of course only refers to when they believe in a case suffuciently to take it to court - but if they don't test the case in court, their opinion is unproven.

  25. Re:obligatory on Windows Nag Windows to Counter Piracy · · Score: 1

    Of course if you have automatic update configured to "inform me when there are updates" instead of "automatically download & install updates", you can simply uncheck this PoS from the download list, when it will prompt you to request it not remind you about this later. The description of it in the list even honest enough to tell you what a PoS it is! Even though I am running a legit version, I see no reason to permit Microsoft to waste even more processing cycles on my box than they already are.