Slashdot Mirror


User: Brian+Feldman

Brian+Feldman's activity in the archive.

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

Comments · 622

  1. Re:Since when is JavaScript an unorthodox choice? on Khan Academy Chooses JavaScript As Intro Language · · Score: 1

    Because JavaScript uses + and - as shortcuts for typecasting into numbers. There need be no other reason.

  2. Re:Since when is JavaScript an unorthodox choice? on Khan Academy Chooses JavaScript As Intro Language · · Score: 1

    It's not like programming is hard, even kids do it.

    Right, and even adults do it very poorly.

  3. Re:Since when is JavaScript an unorthodox choice? on Khan Academy Chooses JavaScript As Intro Language · · Score: 1

    Know the rules of the road? No, you need to know how other drivers tend to act and react, regardless of the "rules." Same with police -- speed, be conscientious, and you won't get tickets often.

  4. Re:Logo! on Khan Academy Chooses JavaScript As Intro Language · · Score: 1

    You can't make a good OO program?

  5. Re:Nepotism on NASA Squandering Technology Commercialization Opportunities · · Score: 1

    The right thing to do? Work with people that have ethics. I'm leaving a job at a mostly-NASA contractor for a number of reasons, one of which is NASA's retarded bureaucracy.

  6. Re:Public transit sucks on The Specter of Gasoline At $5 a Gallon · · Score: 1

    Maybe you could have instead used your resources to help out the transit union?

  7. Re:Welcome to our world on The Specter of Gasoline At $5 a Gallon · · Score: 2

    Oh, so to you "just as easy" means "just as fast." I guess that makes.... sense..... You realize there's also checks you're supposed to perform on your car every time you get in, i.e. tire pressure and stuff?

  8. Re:It's funny watching the europeans say it's noth on The Specter of Gasoline At $5 a Gallon · · Score: 1

    When you say "actual price" it leads me to believe that you really have no grasp on the meaningful economic, social, political and environmental consequences of commerce.

  9. Re:What you meant to say on The Specter of Gasoline At $5 a Gallon · · Score: 1

    Here's a great article on imperialism in the USA -- I hope it may open the eyes of some people.
    http://chomsky.info/articles/20120214.htm

  10. Re:cheap on The Specter of Gasoline At $5 a Gallon · · Score: 1

    Do you think the legal "average maximum allowed speed in the US" actually influences how we drive that much? I assure you that I pretty much never drive even remotely close to such a slow speed on open highway, despite the speed limit being just under that on most of them around here.

  11. Re:$4.37 a gallon, BARGIN on The Specter of Gasoline At $5 a Gallon · · Score: 1

    Don't be insular; plenty of the Middle East, South America, etc. have unconscionably cheap petroleum as well.

  12. Re:This is an americano-centric joke on The Specter of Gasoline At $5 a Gallon · · Score: 2

    A hundred miles EACH WAY? I only drive 25 miles each way and I already consider such a distance ludicrous and a major factor in deciding whether the job I have is worth keeping.

  13. Re:One more recipient of (part of) my browser hist on EFF's HTTPS Everywhere Detects and Warns About Cryptographic Vulnerabilities · · Score: 2

    Seems like some perfectly reasonable paranoia, assuming everyone is out to get you all the time. The powers that be can't do much without actually charging you with a crime.

  14. Re:One more recipient of (part of) my browser hist on EFF's HTTPS Everywhere Detects and Warns About Cryptographic Vulnerabilities · · Score: 1

    So? They cannot legally do anything with it, and there is no way they can be legally compelled to perform espionage without a warrant.

  15. Honor in following traffic laws? on Are Rich People Less Moral? · · Score: 1

    This premise is endearingly psychotic.

  16. Re:I don't use anything but heap settings on Book Review: Java Performance · · Score: 1

    In the few instances I've seen a co-worker using object pools, removing them has been a benefit in every single way. Even if the objects do cost a little to construct, so does synchronously maintaining a giant linked list of objects.

  17. Re:I don't use anything but heap settings on Book Review: Java Performance · · Score: 1

    If you're building strings, use a sensible API like java.lang.StringBuilder (or if you're feeling unnecessarily anachronistic, java.lang.StringBuffer).

    StringBuilder s = new StringBuilder("whatever");
    s.append(somestuff);
    s.append("someotherstuff");
    return s.toString(); //note: all uses of APIs may be entirely inaccurate

  18. Re:lol java weenies on Book Review: Java Performance · · Score: 1

    Actually, a modern Java Virtual Machine and JavaScript Virtual Machine are far more similar than they are different.

  19. Re:Futile on Book Review: Java Performance · · Score: 4, Insightful

    Oh, please, neither Java nor C++ is superior to the other. They both have strengths at certain kinds of programming but altogether support extremely similar semantics in most areas. There are very difficult-to-use portions of both Java and C++. You should get yourself some more experience.

  20. Re:Is WindowMaker still relevant? on WindowMaker Development Resumes, Has First Release Since 2006 · · Score: 1

    Indeed. I actually can't wait to try dropping KDE for Window Maker once again. BTW, did they revert the name or something, to remove the space again? I haven't RTFA yet.

  21. Re:Get a pat down. on Female Passengers Say They Were Targeted For TSA Body Scanners · · Score: 2

    I wish more people would do this. I agree, it would be completely untenable to maintain the machines' usage when most people opt out of it. I think this is the only way forward to ejecting these machines from our lives.

  22. Re:OPT OUT on Female Passengers Say They Were Targeted For TSA Body Scanners · · Score: 2

    Why isn't it acceptable? I opted out on every recent flight I took and felt not the slightest bit ill of the experience compared to the scanner machines.

  23. Re:Human Life on Boiling Down the Meaning of Life · · Score: 1

    Indeed. Even a village stoning is in many ways far more sane than the actions of the prison/police industrial complex.

  24. Re:Human Life on Boiling Down the Meaning of Life · · Score: 1

    I wish that I had moderation points or even anything to add to this response. You have summed up quite nicely the flaws of taking a 'United States conservative' stance on abortion and the death penalty, and how entirely arbitrary the basis of our current worldly disposition to warring is. But why do we put up with imperialistic ruling castes? Is this simple insecurity, wanting to believe there is someone strong enough to protect us despite all costs and consequences?

  25. Re:Definition vs Meaning on Boiling Down the Meaning of Life · · Score: 1

    For an individual who acts as if they have some kind of spiritual enlightenment, it's pretty astonishing that your response, when frustrated by a discussion, is essentially including calling the other person a stupid pothead.