Slashdot Mirror


User: gowen

gowen's activity in the archive.

Stories
0
Comments
3,427
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,427

  1. Re:Is This So Wrong? on Online Poker Bots Becoming Problematic? · · Score: 1
    There is an inherent risk in online poker that the player at the other end of the connection has tools that he is using to gain a competative advantage, such as tools for counting cards
    Is online poker set up in such a way that card counting can actually work? Card counting works because casinos use multiple decks to eliminate the need for time-wasting shuffling.

    Surely, if the whole game exists only on computers, the virtual decks get "reshuffled" every hand.
  2. An extremely cool thing from the BBC on First of 6 new HHGG episodes, Tonight! · · Score: 2, Informative

    The original Infocom HHGTTG game : http://www.bbc.co.uk/radio4/hitchhikers/game.shtml

  3. Re:BBC Radio Links on First of 6 new HHGG episodes, Tonight! · · Score: 1

    198 KHz, Long Wave. That's just radio 4, only sometimes its a different Radio 4. On occasion Radio 4 Long Wave is used for cricket commentaries, and there are usually one or two differences in the schedule during a day (LW listeners get "Yesterday In Parliament" and a 10:30am religious broadcast, for example).

  4. Re:Oh no ! .. on First of 6 new HHGG episodes, Tonight! · · Score: 1

    The BBC won't even notice a slashdotting. They're several orders of magnitude more popular than /.

  5. Re:Yes on Wikipedia Hits Million-Entry Mark · · Score: 1

    You misunderstand. I was refering to the early days of wikipedia, where a large proportion of the articles were imports from the Jargon File. Its much better than that now (which is what I said).

  6. Re:Yes on Wikipedia Hits Million-Entry Mark · · Score: 1
    I've first edited Wikipedia articles about half a year after it started and am quite familiar with the project's history.
    I first edited wikipedia articles when it was the Nupedia chalkboard... so my familiarity with its history is first hand.
  7. Re:Already in europe on Star Wars DVD Box Set Released · · Score: 1

    RRP is 45 UKP, mind. Amazon.co.uk do them for 27. You can probably get similar discounts in the rest of the EU...

  8. Re:So what? on Wikipedia Hits Million-Entry Mark · · Score: 1
    why bother to search just Wikipedia?
    Well, the OP said they wanted to search wikipedia, so I showed them how. Why they want to do this, or whether they should, is of no interest to me.
  9. Re:So what? on Wikipedia Hits Million-Entry Mark · · Score: 1
    How are you supposed to use it as a serious tool when the searches are useless
    If you want to search, use a search engine
  10. Re:Yes on Wikipedia Hits Million-Entry Mark · · Score: 3, Interesting
    It's never been the encyclopedia that Slashdot built
    Bollocks, mate. I was a wikipedian before you, and remember the days when it was Ayn Rand, the Jargon File, so don't patronise me with alternative histories.
  11. Re:So what? on Wikipedia Hits Million-Entry Mark · · Score: 2, Interesting

    Well, have you tried searching with -wikipedia in your search terms???

    Fool.

  12. Re:hm i love names that rhyme.,. on Microsoft Releases A New Monad Command Shell Beta · · Score: 1

    ... Dolores!

  13. Re:Yes on Wikipedia Hits Million-Entry Mark · · Score: 5, Insightful
    But how much do we REALLY need to know about Klingon or memetics?
    Or Carlsbad Caverns National Park, or Miles Davis or the Heavy metal umlaut or Buddhism or Elizabeth I or Horatio Nelson or....

    Its far from perfect, but Wikipedia has come a long way from being the Encyclopedia That Slashdot Built...
  14. Re:Yes on Wikipedia Hits Million-Entry Mark · · Score: 2, Interesting
    Maybe you should give an actual example to give some substance to your concern.
    You've greatly misinterpreted the original poster. It *looks* like he has some intelligent concerns, but from the superficiality of his comments, its pretty clear that he's more interested in getting a (+5 Not Completely Idiotic) near the top of the comments page.
  15. Re:So what? on Wikipedia Hits Million-Entry Mark · · Score: 5, Insightful
    how Wikipedia is gradually making so many Google searches useless... a number of "reference" sites that simply grab all the content from Wikipedia and slap advertisements on.
    And for this you blame wikipedia? That's like blaming Led Zeppelin for the existence of Motley Crue and hair metal.
  16. Re:Wikipedia is NOT an encyclopedia. on Wikipedia Hits Million-Entry Mark · · Score: 5, Interesting
    The Wikipedia is not an authoritative source.
    Well, duh. Now then, I'd like you to tell me who is and authoritative source.
  17. Re:Jesus on Microsoft To Share Office Source Code · · Score: 1

    I haven't taken it off yet, and I'm not closing the tag until I do.

  18. Re:This guy must be a nerd... on Comparing Linux C and C++ Compilers · · Score: 1
    Turning that supposition into real science is something I hope to see happen in the next century.
    Well, it is, but (seemingly) simple multi-dimensional systems have an unpleasant trend of having chaotic attractors, which limits the amount of stuff you can actually do with them.
  19. Jesus on Microsoft To Share Office Source Code · · Score: 5, Insightful

    And exactly how many of those governments are going to waste their taxpayers money debugging the code for MS, when the license under which they've seen the code, doesn't allow them to do anything with it?

    <TIN FOIL HAT>
    and what happens when the members of a gov IT team that's licensed this code, then want to use and contribute to an Open Source project that better suits their needs -- hey! they can't! You've signed a prescriptive NDA!

  20. Re:Have they addressed any of the weirdnesses? on FORTRAN 2003 Accepted as Standard · · Score: 1
    In any language. An optimising compiler is supposed to evaluate 'flag'
    But if flag is false should it evaluate function().

    The C standard quite clearly states that it

    if(a && func()) {block;}

    is equivalent to

    if(a) {
    if(func()) {
    block;
    }}

    Nothing is that clearly defined in Fortran
  21. Re:Have they addressed any of the weirdnesses? on FORTRAN 2003 Accepted as Standard · · Score: 1

    Ah! (lightbulb goes on). That makes sense. I'd seen statements like 0.0_HIGH where "HIGH is a named parameter" in the documentation, but could never figure out how to get them to work

  22. Re:More Eyeballs on Open Source Security: Still A Myth · · Score: 5, Insightful

    Actually, the comparison between Sendmail and Windows 95/98/ME is a good one. They're both from a more innocent time, when code could pretty much trust everything it was being fed. As such, there was little or no security designed into them, and it has had to be bolted on from the outside, in.

    And look at the success they've achieved with that style. If we learn anything from Sendmail, its that security must be designed in, rather than an afterthought.

  23. Re:In other news on FORTRAN 2003 Accepted as Standard · · Score: 1
    Everything that can be done in FORTRAN can be done more efficiently and just as expressively in c++
    Really? How do you get around the fact that the flexibility of C/C++ pointers make it almost impossible to completely optimise/parallelise code is a safe manner?
  24. GNU Fortran 95 on FORTRAN 2003 Accepted as Standard · · Score: 1

    Has any used it on production numerical codes? Benchmarked it against NAG or Intel compilers? Any problems with incompatibility?

  25. Re:What future programming languages will be on FORTRAN 2003 Accepted as Standard · · Score: 2, Interesting
    Dynamic memory allocation is a bit quirky IMHO, but way simpler than in C
    Quirky? I really like it.

    i) Declare a variable allocatable.
    ii) Allocate it, and check IFAIL
    iii) Deallocate it when you're done.
    iv) Profit!

    The real paradigm shift you need for a C programmer moving to fortran, is that nothing is passed by value and side effects are used so much. But the intent(in) and intent(out) directives are your friends for that sort of thing.

    Function overloading is pretty straightforward too, once you start using modules with well defined interfaces.