Slashdot Mirror


User: anonymous_wombat

anonymous_wombat's activity in the archive.

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

Comments · 225

  1. Re:Stupid people are stupid on 9th-Grader May Face Charges After Homemade Clock Mistaken For Bomb · · Score: 1

    At least he wasn't black, or they would have shot him.

  2. Re:When a man is tired of checking for divide-by-z on Ask Slashdot: What's the Harm In a Default Setting For Div By Zero? · · Score: 2

    Or maybe after 20 years, he should stop dividing by zero, either way.

  3. Re:"Easy to read" is non-sense on The Reason For Java's Staying Power: It's Easy To Read · · Score: 1

    I really think Java became popular mostly because the syntax is a small step away from C++.

    It's simpler, and more portable than C++. Also, it interacts seamlessly with other JVM languages.

  4. Re:Skill up on Ask Slashdot: Career Advice For an Aging Perl Developer? · · Score: 1
    Short term, advertise your current skill set, and get another job requiring similar skills.

    After you do that, figure out which similar technologies you like, and learn those.

  5. Work space on Ask Slashdot: What Makes a Good Work Environment For Developers and IT? · · Score: 2

    People should be able to choose their personal work space.
    Most people would probably like an office with a door, but it people want something else, each person should be able to choose for themselves.

  6. Absence of evidence is not evidence of absence on Homeopathy Turns Out To Be Useless For Treating Medical Conditions · · Score: 0, Troll
    I get tired of seeing this theme over and over in the news.

    The correct headline is that there is no clinical evidence that homeopathy is useful.
    That is not the same thing as saying that homeopathy is useless.
    If you are going to criticize people for being irrational, then make a rational argument.

  7. Guess I'm finally goinna have to update to X11R5 on Just-Announced X.Org Security Flaws Affect Code Dating Back To 1987 · · Score: 1
    I hope this isn't going to happen every 24 years.

    Just tell me that Motif is still safe.

  8. Could be the green death on How Baidu Tracked the Largest Seasonal Migration of People On Earth · · Score: 1

    As others have said, 3.6bn people can't be travelling. I guess they must be counting individual, substantial journeys, but they don't say, which is a bit rubbish. I noticed that this number was unsourced, which also seemed a bit rubbish.

    I was wondering how the Chinese were hiding all those billions of extra people.

  9. Re:"vector games are an issue"... on Internet Archive Launches Arcade of Classic Games In the Browser · · Score: 1
    Amidar
    Defender
    Dig Dug
    Frogger
    Marble Madness
    Millipede
    Missile Command

    Pretty damn cool. I might have to go home early from work.

  10. Re:No on Does Learning To Code Outweigh a Degree In Computer Science? · · Score: 1
    I got my masters degree back in the olden days, 1988. I didn't have any practical experience, and it took me 18 months and dozens of job interviews to get my first job.

    In my experience, companies want BOTH a degree and experience if they can get it.

    The main things that I acquired from school 25 years ago that I still use are an understanding of runtime complexity, and encapsulation.

    There was lots of coding in the undergrad classes, but almost none at the graduate level. Almost all the useful stuff I learned was in the undergraduate classes.

  11. Re:Every release is a rewrite? on Ask Slashdot: Should You Invest In Documentation, Or UX? · · Score: 1
    It seems to me that a major problem here is only releasing once a year.

    I realize you are not commercial, and that 2 - 3 week release cycles may not be realistic, but you should release no less frequently than once every 3 months.

    Also, if there are so many independent pieces, why do they all need to be released at the same time? This sounds like more of a project management issue than a documentation issue.

  12. Dance - 10, looks - 3 on Ask Slashdot: Minimum Programming Competence In Order To Get a Job? · · Score: 1

    There are ratings for both personality and talent.
    Finding people high on both is difficult.
    Different groups put different emphasis on the two independent ratings.

  13. Re:Confetti on the Charles on One-a-Day-Compiles: Good Enough For Government Work In 1983 · · Score: 1

    There was a dorm at U of Penn in 1979 where people would dump their cards from the indoor fifth floor balcony at the end of the term.
    I avoided CS until my last semester, when they moved to terminals.
    Still, it was satisfying watch the cards spin as they fell to the floor.

  14. Re: Pft. on Toward Better Programming · · Score: 2, Insightful

    Shooting people could be problem solving

    Any idiot can shoot people. The expertise is in knowing how to dispose of the bodies.

  15. WAPO and NYT on Ask Slashdot: What Online News Is Worth Paying For? · · Score: 1

    I have subscriptions to the WashingtonPost and New York Times.
    I enjoy both of them, and am willing to pay for access. They can't operate on ad revenues alone.

  16. What? on Lawsuit: Oracle Called $50K 'Good Money For an Indian' · · Score: 1, Informative
    or your fired

    Your fired what?

  17. Groups tend to cluster on Could a Grace Hopper Get Hired In Today's Silicon Valley? · · Score: 1
    In my experience at a variety of jobs, some companies had a lot of female programmers, and others had very few or none.

    This was also true of Indian and Chinese programmers; they weren't distributed randomly across companies, but some companies had a lot of one or both groups, and others had almost none.

    I don't know what the reasons are for this, just an objective observation.

  18. Re:R.E.S.P.E.C.T. on Do Developers Need Free Perks To Thrive? · · Score: 1

    Is a quiet work area a perk? I'd like one of those.
    I don't need a foosball table.

  19. Ask your users on Ask Slashdot: Do Most Programmers Understand the English Language? · · Score: 1

    Make the first version in English only, and somewhere in the app, ask for requests for support for other languages. The only population you care about are the users of your plugin.

  20. Re:As a professional, I would say... on Summer Programming Courses Before Heading Off To College? · · Score: 1

    The best course he could take for computer programming is a touch typing course. And that's by a huge margin.

    That was the single most useful course that I took in hs.

  21. Re:Can we speak in clear terms? on US Educational Scores Not So Abysmal · · Score: 1

    Am I the only one that thought that photo with the article was racist, or was it too subtle?

  22. Re:Noise on Ask Slashdot: What Practices Impede Developers' Productivity? · · Score: 1

    Noise is a much bigger factor for me than meetings. I don't know how you can be expected to write reasonable code when people are screeching all around you.

  23. Are the molecules FTL? on Quantum Gas Goes Below Absolute Zero · · Score: 1
  24. Re:You don't on Ask Slashdot: How Can I Explain To a Coworker That He Writes Bad Code? · · Score: 1
    I once worked with a guy who thought that the function pointer was the best feature of C.

    He then explained to me how using function pointers was kind of like OOP.

    There isn't any point in arguing with people like that.

  25. It's not ROT13 on After Weeks of Trying, UK Cryptographers Fail To Crack WWII Code · · Score: 1

    Grandparent is getting OTP mixed up with ROT13. I do that all the time. It cost me my job once.

    I tested that. I even ran it twice, just to make sure.