Berkeley CSUA MOTD:Entry 54037
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/11/22 [General] UID:1000 Activity:popular
11/22   

2011/2/13-4/20 [Computer/SW/Languages/JavaScript, Computer/SW/Languages, Science/GlobalWarming] UID:54037 Activity:nil
2/13    Prototype based programming/delegation (not the pattern).  anyone
        use this at all in real world?  Does it really solve the problem of
        OOP brittleness?
2024/11/22 [General] UID:1000 Activity:popular
11/22   

You may also be interested in these entries...
2013/8/16-10/28 [Computer/HW/Laptop] UID:54728 Activity:nil
8/16    I just left my employer. They didn't ask to get their HW back.
        Is is common for employers to contact me a few months/years later
        and ask for their HW back?
        \_ Is it an iPhone 9 prototype? :-)
           \_ as a matter of fact, it is just a 2 year old laptop
              and they don't seem to keep track of inventor
	...
2008/5/1-5 [Computer/SW/Languages/Ruby] UID:49862 Activity:low
4/30    So I've done lots of C, C++, Java, Perl, and Python and may need
        to learn Ruby on Rails soon to build a prototype without any
        consideration for scalability. Which language is RoR most similar
        to and why is it such a big hype these days?
        \_ Is Ruby on Rails even a programming language? -clueless sysadmin
           \_ there's ruby on rails.  java on rails.  python on rails.
	...
2008/4/2-6 [Computer/SW/Languages/C_Cplusplus] UID:49645 Activity:moderate
4/2     Is there an interpreted version of C or C++ that can be used for
        educational purposes? It doesn't have to be full-featured or
        strictly adhere to the standards, but it's painful for students
        to change a variable in a for loop and then wait for a compile
        to see how it changes the result. Something really lightweight
        would encourage them to play around a lot more and learn more in
	...
2007/11/30-12/6 [Computer/SW/Compilers, Computer/HW/CPU] UID:48719 Activity:moderate
11/29   From the CSUA minutes:
        - Next Gen Console
        -- If we have $1800 in our accounts, should we buy a console:
           4 votes passes.
        -- Console voting: 2 votes each, neither passes
           * 360 = 600, more games
	...
2007/4/13-16 [Computer/SW/Languages/JavaScript] UID:46300 Activity:nil
4/13    Why I wouldn't use prototype.js -- it makes your javascript
        program 3-4X slower due to Array hogs and other bloated stuff.
	...
2007/3/9-12 [Computer/SW/Languages/JavaScript] UID:45912 Activity:nil
3/8     Say you have a javascript object, how do you list all the elements
        in the object?
        \_ If memory serves: for (var prop in object) { ... object[prop] ... }
           - ciyer
           \_ I think that's basically correct, but you should verify in a
              book.  One gotcha to be aware of with this: you can use this to
	...
2006/3/27-29 [Computer/SW/Languages/JavaScript, Computer/SW/Languages/Misc] UID:42449 Activity:nil
3/27    Howdy, I just released the first beta of iGMonkey, a powerful
        javascript framework designed to make it easy to query, retrieve,
        manipulate, transform, and compare HTML and XML documents.  Right now
        iGMonkey targets the Google Homepage API
        platform (http://www.google.com/apis/homepage but I plan to extend
        it to support others, such as Firefox's Greasemonkey
	...