Slashdot Mirror


User: bradley.meck

bradley.meck's activity in the archive.

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

Comments · 7

  1. Re:Well, on Google Ends Internet Explorer 9 Support In Google Apps · · Score: 1

    "bleeding edge"? Please don't start until you define "bleeding edge" DOM (not Javascript it lands in all DOM implementations too!) features, read when various "bleeding edge" features started to get support in other browsers, and when their candidate recommendations occured.

  2. Re:We're stuck on IE 6 or 8 here in business land on Google Ends Internet Explorer 9 Support In Google Apps · · Score: 1

    I don't always rely on group security policies; but when I do, I make sure they are not in the kernel.

  3. Don't break the web. on Java 8 Developer Preview Released · · Score: 3, Interesting

    Java devs tell this to JS devs a lot. You must fix your problem without changing anything. Warts must stay.

  4. Performance, cause Email needs the 3Ds on Web Apps: the Future of the Internet, Or Forever a Second-Class Citizen? · · Score: 1

    How many average people use applications that need high performance? Twitter is the top end of performance with realtime data applications for most people I know, games usage does not occupy enough people/time to be near the amount of time that people spend doing email, twitter, travel booking, coupon hunting, review finding, etc. Who the hell needs C level performance on most daily needs?

  5. Re:Lets just go all the way here for a bit... on Node.js and MongoDB Turning JavaScript Into a Full-Stack Language · · Score: 1

    Bundled in the dynamic languages here but anything that doesn't have pointers fails the OP's test... which is a lot these days.

  6. Lets just go all the way here for a bit... on Node.js and MongoDB Turning JavaScript Into a Full-Stack Language · · Score: 1

    Python, Ruby, Lua, PHP, Lisp, Perl, Awk, etc. are bad : they lack pointers and strong types. Oh and lets not forget type coercive language in respect to strings (or pointers since that was brought up) ...

  7. Re:Real developers don't do web development on The Security Risks of HTML5 Development · · Score: 1

    I have never seen a C++ programmer without a degree either, C++ must be pretty awesome to require a degree! You heard it on the internet, so it must be true. On a more serious note: colleges that still state that the web is not where programmers go are wrong. How many problems involve networking, and how much better is the tooling for using existing robust (HTTP) apps vs proprietary binary protocols? Also, how easy is it to add a GUI that consumes that API via a browser vs. QT, SDL, wxWidgets?