Slashdot Mirror


User: Lord+Ender

Lord+Ender's activity in the archive.

Stories
0
Comments
5,191
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,191

  1. Re:What is it with ruby? on Comparison of Nine Ruby Implementations · · Score: 1

    The len() function may work for one datatype. You need different utility functions for different data types. But objects with length can all have .length properties.

    Everything-Is-An-Object means working with objects, not poking at things with utility functions. It just makes more sense unless you have been indoctrinated in more primitive language types.

  2. Re:What is it with ruby? on Comparison of Nine Ruby Implementations · · Score: 1

    Wrong. No matter what object I'm working with, I can find its length with the .length property if such property is meaningfull. "len()" on the other hand, only works for certain types of objects. You need to memorize different tricks to find lengths of different data types in non-fully-OO languages.

    Having a consistent interface to your data really is a wonderful thing. It means no hacks, no lists of utility functions; things just work as you would expect.

  3. Re:What is it with ruby? on Comparison of Nine Ruby Implementations · · Score: 1

    It's data-oriented--everything is an object. Your code is just objects and flow control.

    Compare that to perl, which is an ugly mess of unix idioms nailed together in a hurry (but polished for years). Even Python requires you to memorize a list of functions to discover the properties of datatypes, rather than just having accessor methods to the data itself (foobar.length, not len(foobar)).

    Data-oriented, the way the real world is.

  4. Re:The .com plan to fix the economy. on Obama Wants Broadband, Computers Part of Stimulus · · Score: 1

    So you're saying: Ban the import of goods manufactured in facilities which would not meet US safety and environmental regulations, were they located here?

    I like this. Bring your idea to some industrial labor union. Draft it into a bill. Have their lobbyists push it through.

  5. Re:Summary's analysis doesn't make much sense. on Online Billpay Provider Loses Control of Domains · · Score: 1

    If someone hijacked slashdot's domain, they could use it to transfer money out of your account by using cross-site request forgery (CSRF).

  6. wow on IPv6 Adoption Up 300 Percent Over 2 Years · · Score: 4, Insightful

    And the rate of downloads of Ubuntu 8.10 is up infinity percent in the past two years.

  7. Re:mine is better on Against Unknown Viruses, Avira AntiVir the Winner For Now · · Score: 2, Insightful

    You must be new here.

  8. Re:mine is better on Against Unknown Viruses, Avira AntiVir the Winner For Now · · Score: 1, Insightful

    This one comment demonstrates why the entire article is bogus. Thanks.

  9. Re:PC ONLY? on 'Greasemonkey' Malware Targets Firefox · · Score: 1

    I've seen many a unix system owned by a worm, and Apple is now telling users to install antivirus software; so your joke isn't really that funny these days.

  10. Re:I wish on 'Greasemonkey' Malware Targets Firefox · · Score: 2, Interesting

    You are so wrong it's not funny.

    One-Time-Password devices do little to protect against man-in-the-middle, man-in-the-browser, session hijacking, or CSRF attacks.

    They are useful against some sorts of attacks, but not when the attacker is already in your browser. He just has to wait for you to log in normally, then he does what he wants with your session.

  11. not just death on Visual Hallucinations Are a Normal Grief Reaction · · Score: 4, Interesting

    I observed this phenomenon with grief over a girlfriend. We broke up after four years together. Afterward, I kept seeing her out of the corner of my eye, and my heart would skip a beat. It was always someone else, though.

    Another unusual visual phenomenon: when the grief was particularly overwhelming, I started seeing in black-and-white, or at least with muted perception of color.

    Since then I have avoided this problem by always breaking up with a girl as soon as things start getting serious. Hey, it works.

  12. Re:Short-sighted and wrong on Twenty Years of Dijkstra's Cruelty · · Score: 1

    all mission-critical software will be made using formal proof techniques

    Wow. I'm going to go out on a limb and say you are a member of academia, not industry... While you are proving your code, your competitors will be releasing software and stealing marketshare from you.

  13. Re:engineering on Twenty Years of Dijkstra's Cruelty · · Score: 1

    I would argue that most humans, and in fact most programmers, "cannot" by his definition. The demand for software systems greatly out paces the supply of Dijkstras, so the ability to produce useful software using a team of mere mortal programmers is the more valuable skill.

  14. Re:engineering on Twenty Years of Dijkstra's Cruelty · · Score: 1

    They care about scalability, yes. But there are many other things they care about which computer science curricula ignore.

  15. Re:engineering on Twenty Years of Dijkstra's Cruelty · · Score: 4, Insightful

    I don't know what you think FrontPage has to do with anything. Perhaps you're just trolling?

    Software engineers should understand use case analys, user interface design, project management and finance, and many other important subjects "computer science" curricula ignore while beating students over the head with details theory. Understanding issues of scalability is good (though often actual testing is used in the engineering world for practical reasons), but we don't need four years of that while ignoring more important topics.

    I'm not saying exhaustive study of the mathematical theory of computation is bad. I'm saying students are badly served at most universities by focusing on that at the expense of other topics.

  16. engineering on Twenty Years of Dijkstra's Cruelty · · Score: 2, Insightful

    Regardless of the state of Computer Science, what most students studying the subject really are after is software engineering. The world doesn't need more people arguing over P=NP; it needs people who can build (and manage projects to build) software systems which solve real-world problems.

  17. Re:Video goodness on Virtual Peace Sim Game Based On America's Army · · Score: 1

    You realize that when the telephone was invented, the people working on it were in the same building? They could have walked out into the hallway and talked. Pretty silly argument you make.

  18. funding on Bay Area To Install Electric Vehicle Grid · · Score: 4, Insightful

    State governments, especially California, just can't afford $1B projects. But the Feds sure can. Because they are trying to counter a deflationary spiral, they are printing money as fast as they can and giving it to banks.

    Compared to what they've been giving away, $1B is nothing. They really should consider throwing some of that over to CA. [It will create JOBS and reduce foreign oil dependency, Mr. Obama!]

  19. Re:Do they run vista? on Ethical Killing Machines · · Score: 1

    Yes, but robots do commit rape. If you don't believe me, you clearly don't spend enough time on those sites.

  20. Re:Time to move... on Massive Martian Glaciers Found · · Score: 2, Insightful

    With a small number of people and no animals, it's highly unlikely new strains of dangerous bacteria would evolve.

  21. no! on Interviewing Experienced IT People? · · Score: 5, Insightful

    Don't mention age! Don't mention you are discriminating applications based on age (even if you phrase it as being "more sympathetic"). You are setting yourself up to get sued bigtime!

    I consider it to be a major problem that nobody in IT is willing to train junior-level employees up, anyway. But if you are convinced you need gray hair to do the job, ask them to give examples of projects they have lead in the past. That will give you a legal, meritocratic approach to being a discriminatory bastard.

  22. Re:Define soul. on Ray Kurzweil Wonders, Can Machines Ever Have Souls? · · Score: 1

    Emergent properties are an interesting concept. For example:

    • Physics is.
    • Chemistry is emergent from physics.
    • Life is emergent from chemistry.
    • Intelligence is emergent from life.
    • Consciousness is emergent from intelligence.

    Physics is. We have no evidence to suggest it emerged. More thought-provoking: What would the next bullet in that list be after consciousness? If I were wasted right now, I might posit: physics.

  23. Re:Define soul. on Ray Kurzweil Wonders, Can Machines Ever Have Souls? · · Score: 1

    By your definition, many species animals other than humans have souls.

  24. Re:Even less dependency on foreign oil on New Generator Boosts Wind Turbine Efficiency 50% · · Score: 4, Funny

    Do any actual humans seriously give a shit about migratory birds flying into windmills? That sounds like the sort of BS an internet troll might bring up. If someone told me that in face-to-face conversation, I would probably just stare at him as if he had said his goldfish commands him to sing it lullabies in falsetto every night, lest it destroy the universe.

  25. Re:Hey, remember when Ender's Game was good? on Ender in Exile · · Score: 1

    The profit from those books benefits causes I find ethically reprehensible.