Slashdot Mirror


User: pclminion

pclminion's activity in the archive.

Stories
0
Comments
6,218
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,218

  1. Re:Is it just me? on Python 2.4 Final Released · · Score: 4, Insightful
    If a newbie writes something that can be re-written with a list comprehension for instance, it's pretty much given that nobody will actually answer his question, choosing instead to re-write his program for him using tricks and shortcuts.

    List comprehensions are not "tricks," they are an extremely powerful language feature. Newbies should be taught how to use them, and translating their loop-based code into list comprehensions is probably the best way to do that.

    Python can be written from either an imperative standpoint or a pseudo-functional one. Most of the highly skilled Python programmers code in the pseudo-functional style, because it is more efficient and (arguably) more elegant.

    Sure, you can get into some pretty scary territory with various combinations of sum(), map(), reduce(), and list comprehensions but that's your choice. I admit that there should not be such a big performance gap between the different styles... This is due to not enough effort being spent on improving the VM.

  2. Re:And related... on Top Ten Persistent Design Flaws · · Score: 1
    Meaning, he wrote nothing to suggest the misperception you accuse him of.

    Whaa? How about this statement:

    BING! Mozilla pops on workspace two. Why won't an app stay on the workspace it was originally launched from?

    The app won't stay there because the app is not what controls the position of its window.

    Or this:

    Does it have to follow me to the current active workspace?

    "It" isn't following, he is seeing an effect of the window manager.

    Or this:

    I would think any app should be smart enough to do two things: (1) know where it is when it's launched and stay there;

    He's directing blame directly on the app. I really don't see any ambiguity here. He has a misunderstanding which I attempted to correct.

  3. Re:Stupid Question on What Do People in the IT Field Do for Side Jobs? · · Score: 1

    Considering the number of people who've posted about how they are on a dance team, or fix electrical problems, or repair bikes, or play poker online, or any of a myriad of non-IT activities as side work, I'd say you're the one who is "sheltered" (from reality, that is) and perhaps a little "fuckin retarded."

  4. Re:Best way to make side money... on What Do People in the IT Field Do for Side Jobs? · · Score: 1
    If you don't ever spend your money, why do you waste your time earning it?

    Money unspent is money you may as well not have bothered earning.

  5. Re:I give back to the community on What Do People in the IT Field Do for Side Jobs? · · Score: 1
    Yeah, RIGHT!

    Yes, because open source developers don't really exist (the software is coded by gnomes from outer space), and even if they did, they certainly wouldn't frequent a technology site...

  6. Re:And related... on Top Ten Persistent Design Flaws · · Score: 1
    Except that things like window placement are supposed to be controlled by the window manager, not the application itself.

    Mozilla pops on workspace two. Why won't an app stay on the workspace it was originally launched from? Does it have to follow me to the current active workspace?

    The application does not have (nor should it) any idea of what a "workspace" is. The workspace itself doesn't even really exist -- it's just a concept of showing/hiding groups of windows at once. Why on earth do you believe that the application itself should have any knowledge of this?

    Mozilla isn't "following" you around, it's the window manager which decides where to place the window. What you want is a smarter window manager (it would be an easy feature to add).

  7. Re:You guys are amazing! on Failed Win XP Upgrade Wipes Out UK Government Agency · · Score: 1
    Ahh, the classic Slashdot phenomenon: Hallucinate that people are saying certain things, when they are not, and then bitch at these imaginary people.

    Who is suggesting that all those systems should be upgraded to Linux? Seriously. Give us a link to the comment where you read that.

  8. Re:20,000 Thieves! on Valve Cracks Down on 20,000 Users · · Score: 2, Insightful
    I don't care what you think about the definition or semantics of "steal" and copyright infringement; honest people inherently know that the two are for all practical purposes, equal

    Say it as much as you want, but you're still wrong. For all practical purposes they are completely different. In one case, a person has been deprived of the possession and use of an object. In the other case, they have not. How you can say that for "all practical purposes" these two are equivalent, I can't understand.

    I'm in agreement with you that both are unethical, but they are definitely not equivalent. We draw much, much finer distinctions than this in the legal system. Consider manslaughter vs. murder.

  9. Re:Not quite according to our stats on Dutch Survey Shows IE Web Share Below 90% · · Score: 1
    You do, however, notice the pronounced downward IE trend and upward Mozilla trend, right? :-)

    Given the wide variation in the types of users of different web sites, I'd say the difference between your number (92.75%) and the 88.9% number is barely significant. The trend, on the other hand, has a correlation of -0.843 to the best linear fit (according to a quick gnuplot computation on your numbers). Very strong, but then again you've only got 10 data points and 8 degrees of freedom.

  10. Re:Timeline... on Security Flaws In Linux SMBFS · · Score: 2
    My ATM card only crashes when it falls out of my wallet... er, what does this have to do with Linux?

    ATM == asynchronous transfer mode, try plugging things into Google before making silly comments...

  11. Re:Now... on Security Flaws In Linux SMBFS · · Score: 1
    Come on guys, anything created by man will always have defects.

    That which is created by woman, on the other hand...

  12. Re:I'm not suprised about this. on Security Flaws In Linux SMBFS · · Score: 1
    Remember, this is an emulation which means that it's normal to have this kinds of flaws.

    Total non-sequitur.

  13. Re:Excellent idea on U.S. Congress Poised To Vote On Internet Tax Ban · · Score: 1
    There is no point in wasting money like this. They are supposed to be their to serve, not get ever richer.

    Rich people don't get that way by getting paid a salary. People tend to spend money at the same rate they earn it. The truly rich get that way through investment or pedigree, not paychecks.

    The point being, Ted Kennedy is not getting "ever richer" because of his Congressional salary.

  14. PIvot tables? Yawn on A Complete Guide to Pivot Tables · · Score: 3, Informative
    From what I can tell, these "pivot tables" are just a primitive form of concept analysis (data mining).

    Anybody reading this article who actually thinks these pivot tables sound "powerful" should look into some of the real row-based data mining tools out there. For starters I suggest looking at Weka and Orange.

    Weka in particular is extremely easy to use and you don't have to be a researcher to figure it out.

  15. Re:Dissing OpenOffice on A Complete Guide to Pivot Tables · · Score: 1
    The reviewer said that the DataPilot feature in OpenOffice (NOT OpenOffice itself) was primitive in comparison. Which it is.

    You seem to have some issues of insecurity surrounding OpenOffice. Stop ranting and try reading what the guy said, instead of what you think he said.

  16. Re:'Cold' CRT's on Thin CRTs to Challenge LCDs in 2005 · · Score: 1
    Actually, cold cathode tubes use a much higher voltage than filament tubes. A heated filament spews electrons easily, but a cold cathode will only emit them when the applied electric field is large enough.

    Even though the cold cathode uses a higher voltage, it uses much less power because it doesn't need to keep a filament hot (which wastes a lot of energy).

  17. Re:What basic? on Microsoft Patents 'IsNot', Enlists WTO · · Score: 1
    The <> operator does equality comparison. Although the value stored in A might be equal to the value stored in B, that doesn't mean that variable A is variable B. You need a different kind of operator to check for that.

    The concept of Is/IsNot doesn't really apply when you don't have object references. Early versions of BASIC did not have references, so the <> operator was all you needed.

  18. Re:Other examples on Microsoft Patents 'IsNot', Enlists WTO · · Score: 1
    The only reason I can think of for even _caring_ if two variables are the same variable programatically is when determining if you should delete a variable

    Another reason is if you're writing a function that copies data from one object into another, or transforms one object to produce another of the same type. Often these sorts of functions will go awry if their source and destination are the same object.

    For example, when you override C::operator==(const C &a, const C &b) you typically check to see if a and b are the same object before doing the assignment.

  19. Re:Isn't mathematics unpatentable? on Microsoft Patents 'IsNot', Enlists WTO · · Score: 1
    The Python 'is not' operator does, but to get the same effect in C/C++ you must, as another poster noted, do the equivalent of &a != &b

    That only works when some dork hasn't overridden the unary '&' operator. Why that is even allowed in C++ is a different matter...

  20. Re:Excellent idea on U.S. Congress Poised To Vote On Internet Tax Ban · · Score: 4, Insightful
    money wasted on paying millionaires like Ted Kennedy a Congressional salary

    So you're saying different Senators should be treated differently depending on who they are and how much money they have? Who gets to decide this complicated set of rules and exceptions? You?

  21. Re:Square Peg into a Round Hole on U.S. Congress Poised To Vote On Internet Tax Ban · · Score: 1
    Get real. Except for the specific kinds of data passing through it, it's absolutely no different than the international telephone system, and that is heavily taxed by nearly every nation in the world.

    Get over this stupid idea that the Internet is some other-worldly, unparalleled phenomemon. It isn't. It's an evolutionary step in human communication, not alien technology, and it can be taxed just like everything else in history has been taxed.

  22. Re:How deep is deep enough? on Better Nuclear Waste Storage Plans than Yucca Mountain · · Score: 1
    Well, would be nice until the earth's magama becomes radioactive and then our volcanoes will not only spew hot lava, but radioactive hot lava.

    The majority of the heat in magma comes from natural radioactive decay processes. The stuff is already radioactive.

  23. Re:I hate to say it, but... on Richard Clarke on Cyberterrorism and Iraq · · Score: 1
    "Anonymous" (who has finally proven to be Michael Scheuer) makes a lot of very solid arguments in his book, but I don't think "Kill'em all" was a particularly good one. The man's insightful, but that doesn't make everything he says the gospel truth.

    Somehow I feel the solution to our problems isn't going to include killing millions of people.

  24. Re:creating sinkholes... on Fl. County Halts FTTP Until Installation Is Safer · · Score: 1
    As for the rest of the people "who get indignant" - I can't answer for this stereotype based on your judgement.

    Sorry, I was just being crabby -- didn't mean to apply a stereotype.

  25. Re:CSI - Crummy Science for Idiots on Is The 'CSI Phenomenon' Good For Science? · · Score: 1
    4) "Oooh, we found an omnidirectional transmitter - let's trace the signal back to the reciever!"

    Actually, that's not strictly impossible. Any antenna, even one designed specifically for receiving, also rebroadcasts some of the signal it is receiving. This is just a physical consequence of the way an antenna works.

    It's sort of like finding a person with a camera by looking for the light reflecting off the lens. That's not the best of analogies, I admit...