Slashdot Mirror


User: drewhk

drewhk's activity in the archive.

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

Comments · 320

  1. Re:Ever done business in China? on China's Research Ambitions Hurt By Faked Results · · Score: 1

    "The ancient "Art of War" text is pretty much about using manipulation and deceit to win wars without even doing battle. This kind of cunning is prized in Chinese culture."

    - Hello, Tablizer, meet Niccoló
    - Hello Tablizer, I am Niccolò di Bernardo dei Machiavelli
    - .. and my other friend Valentino
    - Hello, my name is Cesare Borgia, nice to meet you

  2. Re:Ever done business in China? on China's Research Ambitions Hurt By Faked Results · · Score: 1

    "The case is isn't that if you have some severly deficient research you should just publish it, more that you
    1) Shouldn't see your paper as the last one (either by your lab, or by others)
    2) Shouldn't try to cover ever inch of the matter."

    Now that's why I like academia! [/sarcasm]

  3. Re:getters setter :) on Thoughts On the State of Web Development · · Score: 2, Interesting

    You do not think OO enough. The problem is that you think about, "how can I modify an object" instead of "what services that class should provide". You rarely need inc, mult, etc, they are very primitive operations, and indicate a poorly designed interface -- as you noted, too. The class here is a Vector (or Point, which is the same), so instead of inc, mult, you can simply use add(Vector delta), and scale(int lambda) -- which are the natural operations for a Vector. You can also have rotate, mirror, etc.

  4. Re:Slipping in to another dark ages on Ireland May Be Next To Censor the Internet · · Score: 1

    We should mix in some porn pictures, so that gives the motivation to relearn reading -- in hope of learning new sex tricks from the ancients :)

  5. Re:Did Google Find Its Balls? on Google Backs Yahoo In Privacy Fight With DoJ · · Score: 1

    Ben Franklin has Bad Karma now...

  6. It will work really well on Innocent Until Predicted Guilty · · Score: 0, Troll

    ... just like our models of markets.

  7. Re:Slipping in to another dark ages on Ireland May Be Next To Censor the Internet · · Score: 1

    We should seriously think about collecting modern knowledge, archiving, distributing and hiding it. Preferably on materials that survive centuries, and readable without any equipment.

  8. Re:Trains are awsome! on Iceland Volcano's Ash Grounds European Air Travel · · Score: 1

    I had problems with flight connections as well, but your mileage may vary.

    Also, the day you travel, is already messed up, so even if you arrive in the early afternoon by plane, you cannot really work and most of the day is lost. On most of the trains I took, I could just plug in my laptop and work during the journey. For me, this was a definitive advantage.

  9. Re:Damn those sons of Vikings on Iceland Volcano's Ash Grounds European Air Travel · · Score: 1

    "We have more volcanos you know, bigger ones even."

    Ow, wait... I DO want a summer!
    - Sincerely from Central Europe

  10. Re:Trains are awsome! on Iceland Volcano's Ash Grounds European Air Travel · · Score: 1

    You forgot to take into account the time for checkin, arriving earlier to the airport, travelling from the airport to your final destination (Train stations are usually in the city center). Still, train travel is longer, but it is much more flexible, as you can take any luggage you want.

  11. Re:Kind Of Vague on How Many Hours a Week Can You Program? · · Score: 1

    The problem is, that getting out of and in the zone is mentally costly, and that means that many of us ends up programming in heroic bursts, and unproductive days after these bursts. The hardest part to learn self-control and maintain a strict daily schedule (and weekends are taboo -- for me this is still the hardest).

  12. Re:So? Manned spaceflight is a now waste of lives. on Neil Armstrong Criticizes Obama's Space Strategy · · Score: 1

    In fact many of these people chose their job _because_ it is dangerous. There are always people who want to push the limits.

  13. Re:Inspiration on NASA Unveils Sweeping New Programs For Next 5 Years · · Score: 1

    Pink Ponies do not have lawyers and economists ;)

  14. Re:Inspiration on NASA Unveils Sweeping New Programs For Next 5 Years · · Score: 3, Funny

    Money is important. I live in a country where there is so much shortage of engineers that we can just laugh and choose from whatever job we want. We are paid quite well. On the other hand, the country is full of lawyers, economists, and humanities students that just cannot get a job.

    Now, suddenly, the whole society started to respect engineers, and now the girls all know that we have good salaries, and presto! -- we can have girlfriends, finally! :)

  15. Re:Not very persuasive... on De Icaza Says Microsoft Has Shot .NET Ecosystem In Foot · · Score: 1

    An unrelated, but also interesting trend is that of technical book sales - have a look, and notice how rapidly Java in particular is falling.

    It is not clear from that picture, are they books about the Java _language_? Because that is not surprising -- the language have not changed much for years. A lot of books produced however (at least my library is full of them and still growing) about frameworks, libraries, etc that use Java.

  16. Re:Significance is NOT probabilty on Science and the Shortcomings of Statistics · · Score: 1

    The central limit theorem holds only when some strict conditions are met -- like finite variance of the contributing probability variables.

    There are other stable distributions than the normal. Check this:
    http://en.wikipedia.org/wiki/Stability_(probability)
    "Important special cases of stable distributions are the normal distribution, the Cauchy distribution and the Levy distribution"

    The Cauchy has neither variance neither expected value. Levy distributions also do not have higher moments.

  17. Significance is NOT probabilty on Science and the Shortcomings of Statistics · · Score: 2, Insightful

    .. or at least not the probability of the hypothesis. This is one of the errors that people make. Having 0.95 significance do NOT imply having 95% chance for the hypothesis being true! The significance is the probability of the test outcome assuming the hypothesis is true (in other words it is a likelihood value). You have to multiply it by a prior to obtain real probabilities.

    Significance values will not even add up to 1 over the two hypothesises!

    The root of the problem is that frequentists can not use probabilities for statements -- only for events. In frequentist terms you have to have a sigma algebra over some Omega state space which is measurable. Bayesians on the other hand can talk about the probabilities of any statements using probability theory as an extension of formal logic. I really recommend reading the books of E. T Jeynes and David McKay.

    Other false assumptions people make with statistics:
      - Everything is normally distributed
      - Everything has a variance
      - Everything has an expected value
      - Hypothesis testing is without bias (in fact it is equivalent to give 50% prior probability to both hypothesises)
      - Variance means average distance from mean
      - Empirical variance does not have a variance

  18. Re:bubbles = isolation on Code Bubbles — Rethinking the IDE's User Interface · · Score: 1

    I think that the problem is that even modern IDEs simply mirror the file structure underneath the code. I like the concept of having one file/class in Java, it makes finding classes very easy. However it is clear that sometimes it is very annoying to have the classes distributed everywhere. In practice it would be nice to have an IDE feature that allows to partition the classes without changing the one file/class convention. I could imagine one partitioning that couples classes with their corresponding test cases. Another partitioning could couple classes in one package. You could create partitions that reflect collaboration between classes, etc.

  19. Re:bubbles = isolation on Code Bubbles — Rethinking the IDE's User Interface · · Score: 1

    The problem is that using files allows only one partitioning of code, and many times it would be better to have an arbitrary number of partitions. This is what I like in this IDE concept.

  20. Re:Good programmers aren't easily ruined on The Value of BASIC As a First Programming Language · · Score: 1

    My jurney was
    QBasic -> Pascal -> Delphi -> C -> C++ -> Java -> Scala (present)

    with many small encounters:
    Prolog, SML, Python, Ruby, Perl, Verilog, various assemblers, etc.

    It does not matter where you start. What matters is to be able to learn, and to have an open mind.

  21. Upload to virustotal.com on Best Resource For Identifying Legit Applications? · · Score: 1

    It scans the file with several virus scanners and returns the result. Not 100%, but quite useful.

  22. To err is human... on How the Internet Didn't Fail As Predicted · · Score: 3, Informative

    You should read the end of TFA:

    "At the time, I was trying to speak against the tide of futuristic commentary on how The Internet Will Solve Our Problems.

    [...]

    And, as I’ve laughed at others’ foibles, I think back to some of my own cringeworthy contributions.

    Now, whenever I think I know what’s happening, I temper my thoughts: Might be wrong, Cliff

    Warm cheers to all,

    —Cliff Stoll on a rainy Friday afternoon in Oakland"

  23. Re:What? on Toyota's Engineering Process and the General Public · · Score: 1

    If I understand you correctly, your argument is that undecidable problems are rare in practice.

    I do not think this is true. The problem that the proof of "simple" programs are usually intractable, even if done by humans, so we do not know how many undecidable problems are out there in practice, as we struggle even with the decidable ones.

  24. Re:What? on Toyota's Engineering Process and the General Public · · Score: 1

    The "run it and see" approach is not exactly "can be formally proven if the hardware it is running on is assumed (or preferably also proven) to be error free." which the original poster assumed.

    Also, there is a vast number of undecidable problems, e.g. many variants of type inference, compressability etc. not just the Halting Problem.

  25. Re:What? on Toyota's Engineering Process and the General Public · · Score: 1

    "It is easy to verify that a single, small, simple, correct program will halt..."

    How?