Slashdot Mirror


User: mhelander

mhelander's activity in the archive.

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

Comments · 283

  1. Re:Transfers to PC Game Ports too... on Measuring Input Latency In Console Games · · Score: 1

    Nvm, I see from your other posts that you consider "input lag" to include, for example, a case where the program doesn't allow the character to hit until it lands from a jump...

    But in the context of the article, input lag refers to the technical limitations of the hardware and of common input sampling approaches in code, that is the limit on how fast a user action can be detected at all.

  2. Re:Transfers to PC Game Ports too... on Measuring Input Latency In Console Games · · Score: 1

    how would you trigger the pretty animation before the input lag allows you to detect the control action?

  3. Re:Article title seems stupid to me on All Humans Are Mutants, Say Scientists · · Score: 1

    Thank you for your amazingly lucid and interesting explanation

  4. Re:One word.. on Dirty Coding Tricks To Make a Deadline · · Score: 1

    But as soon as that happens, it is time to break out that stuff into a new method, right?

  5. Re:Tax Exempt? on US Colleges Say Hiring US Students a Bad Deal · · Score: 1

    Just to satisfy a European's curiosity...if you just can't get employment, what happens after those 2 continuous / 5 lifetime years? "Congratulations, you are now a homeless street beggar, best of luck!", or what?

  6. Re:Security through Obscurity? on Local Privilege Escalation On All Linux Kernels · · Score: 1

    "Just because something isn't known doesn't mean someone is trying to hide it."

    That's not the point. The reference to obscurity here would resolve into the proposition that the Linux code base is not written clearly enough, regardless of being open source, so that even when you ("you" meaning the trained professional) look at the source, you do not see the bug. Alternatively, the bug was easy to spot but nevertheless remained undiscovered because, for some reason, nobody ever looked at that part of the code. Again, the term "obscurity" would apply for the situation having caused the bug to go unnoticed.

    If not "obscurity", then what, exactly, prevented the discovery of this bug in code that has been open for all to look at for 8 years?

  7. Re:Major Disapppointment on Google Previews New Search Infrastructure · · Score: 1

    I put "atomic weight of calcium" into google and it responded correctly.

    http://www.google.com/intl/en/#hl=en&q=atomic+weight+of+calcium&aq=f&oq=&aqi=g1&fp=NH-w64u7d1c

    Gives (above the rest of the results):

    "Calcium â" Atomic Mass: 40.078(4)
    According to http://www.chemnetbase.com/periodic_table/elements/calcium.htm - More sources Â"

  8. Re:Forget the books on Navigating a Geek Marriage? · · Score: 1

    This has to be the best piece of practical advice I have heard in years! Thank you so much for sharing your insight!

  9. Re:Or... on Land Rover Unveils "World's Toughest Phone" · · Score: 1

    "Trust me, if anyone needs a tracking device and call history checking its me"

    If that's the case, I don't know why you open with "trust me" - clearly I shouldn't...

  10. Re:Ooh, a swine flu vaccine! on Swine Flu Genetics Suggest a Vaccine Is Possible · · Score: 1

    Well, stealing the link from Threni, a few posts down:

    http://www.theglobeandmail.com/servlet/story/RTGAM.20090502.wflusat0502/BNStory/International/?page=rss&id=RTGAM.20090502.wflusat0502

    From the link:

    "Scientists are still trying to assess how the new virus behaves and how it compares to regular seasonal flu strains, which kill between 250,000 and 500,000 globally every year."

  11. Re:Intellisense and Debuggers on Old-School Coding Techniques You May Not Miss · · Score: 1

    What? reading docs!? You should always guess what a function does from its name alone, and whenever your guess is wrong you should rant about the the developer having chosen a poor name for his function!

  12. Re:A step closer to the brain as a quantum compute on Quantum Mechanics Involved In Photosynthesis · · Score: 1

    Not believing in free will could negatively impact the potential to exercise it.

  13. Re:What's next? on US Declares Public Health Emergency Over Swine Flu · · Score: 1

    Human flu genes, too.

    I guess it's man-bird-pig flu - half man, half bird, half pig!

  14. Re:To avoid this.. on Was the Amazon De-Listing Situation a Glitch Or a Hack? · · Score: 1

    While I don't want to undermine your lifestyle choice of not paying attention to culture, if you hurry you can still catch the South Park episode (S13E01) that my joke was referring to (it will soon go offline for a month but then come back up again):

    http://www.southparkstudios.com/episodes/220762

    Go on, it's a funny episode :-)

  15. Re:To avoid this.. on Was the Amazon De-Listing Situation a Glitch Or a Hack? · · Score: 1

    Sigh. He is promoting tolerance. When, really, did you ever see an example of anything else - instances where society promotes homosexuality itself rather than tolerance for it?

    Btw, do you like troll sticks? Yeah? I thought so, because you are such a Gay Troll...

  16. Re:Absolute worst? on Worst Working Conditions You Had To Write Code In? · · Score: 1

    Right. Together with the birds going off, the sun coming up is how you know it is time for some sleep.

  17. Re:Absolute worst? on Worst Working Conditions You Had To Write Code In? · · Score: 1

    Huh? I thought 4 AM is roughly when one starts thinking that maybe it is time to wrap up the coding for the evening?

  18. Re:Placebo testimony on Believing In Medical Treatments That Don't Work · · Score: 1

    So, my comment would have been insightful, had not parent strayed off topic. ;-)

  19. Placebo testimony on Believing In Medical Treatments That Don't Work · · Score: 3, Insightful

    According to TFA, you don't actually know that.

  20. Re:This is just awful. on Bill Gates' Plan To Destroy Music, Note By Note · · Score: 1

    I just downloaded and tried the application. The dialogs in the application look like the one shown in your screenshot. So, not an OSX dialog.

  21. Re:Triangles on Evolution of Mona Lisa Via Genetic Programming · · Score: 1

    Thanks for a very good explanation.

    However,

    >Any search strategy has to account for local maxima and other dead ends, and in GA and other evolutionary algorithms, these means introducing the possibility that children are less optimal than their parent iterations.

    It isn't necessarily true that you need to allow less optimal children to survive. You can get out of local maxima by making large enough leaps (over the entire canyon, to the next climbing hill wall). So in the case of Mona Lisa, allowing the points in the polygon to move large enough distances per mutation would allow it not to get stuck in a local maximum.

  22. Re:"soon-to-be Leader of the Free World" on Obama's "ZuneGate" · · Score: 1

    Huh?

    Have you heard of Fitna: http://en.wikipedia.org/wiki/Fitna_(film) ?

    Made by a member of the Dutch parliament.

    Do you have any links to corroborate your claims that Dutch freedom of speech is so severely limited as you suggest?

  23. Re:Question on Time to Get Good At Functional Programming? · · Score: 1

    So the answer, in other words, is pretty much: "no".

  24. Re:yes, but here it's funnier on When Agile Projects Go Bad · · Score: 1

    Hence, if your tests for my "int add(int x, int y)" method only test for x = 2 and y = 3, and the whole method is just a "return 5;", it's not buggy. If you wan it changed, that's a change request, mate.

    I guess you could look at it that way, but it could also be interpreted simply as an added emphasis to the importance of testing.

    It's not really "not a bug" because it wasn't caught in a test - rather, the fact that a bug was not caught in a test is in itself a bug! Tests should cover the agreed upon functionality. When they don't, that's a bug.

    So, when the customer comes to me and says "there's a bug here, see. This thing we agreed on (that the add method should add the integers passed to it) doesn't work - it always returns 5" I don't get to reply "No that's not a bug - because I don't have a test for it! Supply a change request for such a test, mate". What I have to do is fix my tests so that they cover the agreed upon functionality, and then fix my code so that the tests pass.

    The question is what functionality I and the customer have agreed upon - that's what decides what is a bug and what is a change request. That agreement should be captured in the tests, but leaving something out of a test doesn't change that agreement.

  25. Re:He's right about ipv4 on The Internet Is 'Built Wrong' · · Score: 1

    How else would the beast keep track of us?

    Seriously though, you are right of course that for the reasons you list, the issue is probably not that urgent. At the same time, unless the associated costs were sufficiently off-putting, I would prefer an "inclusive" system with the capacity to comfortably provide every earthling with an address rather than a system that could only provide addresses for about half of us.