Slashdot Mirror


User: sketerpot

sketerpot's activity in the archive.

Stories
0
Comments
1,473
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,473

  1. Re:Politically Correct != Correct on Report Claims Men More Intelligent Than Women · · Score: 1

    Fuck off, troll. Scrameustache stated some imprecise observations of broad statistical trends. That's all.

  2. Re:Until... on Anti-Phishers Pose as Phishers to Make Point · · Score: 1

    It's also recommended that you understand the concept of the base case.

  3. Re:So? on 10 Technologies MIA · · Score: 3, Insightful
    Too dangerous now, and you'd probably have to give the kids the car keys, unless you wanted them to spend three hours hiking to the nearest Kroger.

    With obesity problems nowadays, this might not be such a bad idea.

  4. Re:Replacing? on Inkscape 0.42: The Ultimate Answer · · Score: 1

    For that sort of thing, you have to use script-fu.

  5. Re:Why Uninstall? on Firefox Greasemonkey Extension Security Problem · · Score: 1
    You're right that there certainly will be negative consequences, but nothing that's a show-stopper.

    Any idea why all of the GM_* functions had to go? I can see why GM_xmlhttpRequest could be a problem, but what's wrong with GM_log, or the GM_*Value functions?

    After a conversation about namespace protection and security policies, someone on the mailing list proposed a neutered GM without the GM_* functions, and sent a patch. It got used.

  6. Re:What the question marks? on Revamping The Periodic Table? · · Score: 1

    Predicted elements which we don't know about yet, similar to the blanks in Mendeleev's original Periodic Table.

  7. Re:Why Uninstall? on Firefox Greasemonkey Extension Security Problem · · Score: 3, Informative

    This isn't a big deal. It means you lose: 1. Logging of GM script debug messages. Inconvenient if you're a script author, but not for anyone else. 2. Script-specific configuration values. I don't think these are commonly used, but they could be nice to have. Oh well, chances are your scripts will keep working. 3. Adding commands to the Tools->User Script Commands submenu. If, like me, you didn't know this submenu even existed, no loss. 4. Fancy GM_XmlHttpRequest. This is just like XmlHttpRequest but without domain restrictions. This may cause a few extensions to stop working (not many, but a few), but it also closes the security hole.

  8. Re:Bit of a waste, surely? on Got Spyware? Throw out the Computer! · · Score: 2, Funny

    I bet this is a scam from the New York Times people to get free computers. And the rest of us can go on in a sane way.

  9. Re:D'oh on Google Earth Launching For Free · · Score: 1

    The satellite photos are not taken in realtime, nor are they clear enough to make out anything as small as a person sunbathing topless. There are many reasons why this is really cool, but by making yet another can't-get-laid joke, you're just being intensely lame.

  10. Re:Balls? on Windows to Have Better CLI · · Score: 1

    Microsoft does employ Haskell's lead developer, and this shell supports typed streams, so the name Monad isn't surprising.

  11. Re:What about the editors? on CA's $1mn Open-Source Bounty Results · · Score: 3, Insightful

    Sometimes they do. You just don't notice the non-typos.

  12. Re:Disable Greasemonkey on Hacking the Web with Greasemonkey · · Score: 1

    So when I hit Ctrl-+ in Firefox and increase the font size, I'm creating a derived work? What if I look at a web page in Lynx and see a text-based version of the site, which is usually not what the author intended?

  13. Re:What the hell? on The Feasibility of Star Wars Tech · · Score: 1

    If it isn't enough for you, and you're actually trying to read the pages, then there's something seriously wrong with you.

  14. Re:YES on Simple, Bare-Bones Motherboards? · · Score: 4, Funny

    So that's what happened to Google. I tried to search for news that might tell me why Google was down, but then I realized that Google was down. :-(

  15. Re:What Science Really is... on Kansas Challenges Definition of Science · · Score: 1
    The theory of evolution is science because it elegantly explains a huge amount of observations in a way consistent with the scientific method and parsimony.

    Intelligent Design is unfalsifiable and violates Occam's Razor, so it has no place in science. Think about it: ID isn't about coming up with mechanisms for the things we observe, it's about saying "an intelligent designer did it" and stopping scientific inquiry down right there.

  16. Re:Wrong on Kansas Challenges Definition of Science · · Score: 3, Insightful

    The reason science doesn't concern itself with anything supernatural is because it is impossible, by definition, to observe scientifically what the supernatural is or is not doing. Science's insistance on natural explanations is hard-headed pragmatism, not an a priori declaration of philosophical naturalism.

  17. Re:Nothing to enforce... on Revenge of the Sith a "Blood Bath" · · Score: 1

    No, they changed X to NC-17. The original system had R in it, right below X.

  18. Re:European school on The Pseudoscience of Intelligent Design · · Score: 1
    You can look at the design of creatures and think, "would this be the sort of thing that an intelligent designer would make? Or does it look more like the result of random alteration and natural selection?"

    Additionally, you can notice that Intelligent Design is unfalsifiable and therefore not a scientific theory and not worthy of mention in science classes.

  19. Re:Not hyped much on What Ever Happened to Virtual Reality? · · Score: 1
    Do you completely lose your grip on reality when you're high up? If so, you might want to get rid of that phobia. A regular fear of heights isn't what's being talked about here.

    Also, VR is used to distract burn-therapy patients, which really helps with the pain.

  20. Re:Math++ on Fortress: The Successor to Fortran? · · Score: 2, Funny

    No, the dog is rotating with the ass nearer to the center of rotation than the rest of the dog.

  21. Re:'do for Fortran what Java did for C.' on Fortress: The Successor to Fortran? · · Score: 1

    Cut off its pointers?

  22. Re:engineering tradeoffs on Practical Common Lisp · · Score: 1

    If you want to learn how to use the MOP, there's a tutorial here, which is continued here.

  23. Re:LISP is amazing. on Practical Common Lisp · · Score: 1

    I don't know either. It looks like a straight translation from Lisp to whatever language you wrote it in (Ruby?), except without a built-in oddp function. And I wrote that snippet of Lisp code to rebut the comparison of Lisp's ease of use with that of assembly language, so I'd say that what you've proven is that another language is also easier to use than assembly.

  24. Re:LISP is amazing. on Practical Common Lisp · · Score: 1

    The bigger issue here is that, if you're seriously using cdadr (and similar functions) often, you probably need to rethink your data structures or the method you're using to manipulate them.

  25. Re:engineering tradeoffs on Practical Common Lisp · · Score: 3, Informative
    Okay, try to name (or point to an article online that names) something wrong (or suboptimal, etc.) with the Common Lisp implementation of scoping, naming, reflection and code generation. Seriously, I'm really interested. I'm not an expert on Common Lisp myself, and all I'd read suggested that Common Lisp was actually far superior to any other programming language re: reflection and code generation (and I'd never heard of any problems in the way it handles scoping or naming).

    CL has some problems with the Meta Object Protocol (MOP), which is used for reflection and to modify the object system. It's not standard, but it's supported by all major Lisp implementations---and they usually have small differences, most prominently what package they put it in. Is it in the MOP package? Or perhaps the SB-PCL package? In order to make portable code that uses the MOP, you need a compatibility layer like Closer or MOPP or CLIM-MOP.

    That said, once you have all the compatibility code in place you can do amazing things with the MOP. I co-wrote a graphical object inspector that made heavy use of Lisp's introspection abilities, and Pascal Costanza added Aspect-oriented programming to Common Lisp with AspectL.