Berkeley CSUA MOTD:Entry 52028
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/03 [General] UID:1000 Activity:popular
4/3     

2008/11/17 [Computer/SW/Compilers, Politics/Domestic] UID:52028 Activity:nil
11/18   http://news.yahoo.com/s/ap/20081117/ap_on_re_eu/eu_britain_new_word
        meh.  lulz.
2025/04/03 [General] UID:1000 Activity:popular
4/3     

You may also be interested in these entries...
2014/1/14-2/5 [Computer/SW/Languages/C_Cplusplus] UID:54763 Activity:nil
1/14    Why is NULL defined to be "0" in C++ instead of "((void *) 0)" like in
        C?  I have some overloaded functtions where one takes an integer
        parameter and the other a pointer parameter.  When I call it with
        "NULL", the compiler matches it with the integer version instead of
        the pointer version which is a problem.  Other funny effect is that
        sizeof(NULL) is different from sizeof(myPtr).  Thanks.
	...
2013/4/29-5/18 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Compilers] UID:54665 Activity:nil
4/29    Why were C and Java designed to require "break;" statements for a
        "case" section to terminate rather than falling-through to the next
        section?  99% of the time poeple want a "case" section to terminate.
        In fact some compilers issue warning if there is no "break;" statement
        in a "case" section.  Why not just design the languages to have
        termination as the default behavior, and provide a "fallthru;"
	...
2012/12/18-2013/1/24 [Computer/SW/Languages/Perl] UID:54561 Activity:nil
12/18   Happy 25th birthday Perl, and FUCK YOU Larry Wall for fucking up
        the computer science formalism that sets back compilers development
        back for at least a decade:
        http://techcrunch.com/2012/12/18/print-happy-25th-birthday-perl
        \_ I tried to learn Perl but was scared away by it.  Maybe scripting
           lanauages have to be like that in order to work well?
	...
2010/1/12-29 [Computer/SW/Apps/Media] UID:53627 Activity:kinda low
1/12    How do I get a job NOT related to internet DNS social network cloud
        twitter GOOG EC2 amazon API ???
        \_ A CS job not related to API?
        \_ Chip design, or maybe software that does chip design. What is
           your major? How about game developer?
        \_ DNS? DNS? What era ado you live in? I agree that social network
	...
2009/5/6-14 [Computer/SW/Languages/Perl, Computer/SW/Languages/Web] UID:52961 Activity:kinda low
5/6     I'm sure you've seen web sites that distribute software by making
        a user fill out a form and then e-mailing the user a randomly
        generate link to the software that works just once. What software
        is used to do this? I'd like to distribute software in such a way.
        \_ "Software"?  What web server/web application environment
           are you using?
	...
2009/1/13-22 [Computer/Theory] UID:52367 Activity:kinda low
1/13    I am writing a commandline parser for a class and I could use some
        tips for algorithms to use. (The project is over and done so I am
        not cheating, but I am dissatisfied with my end result.) I STFW and
        didn't come up with too much I liked. I read the source for some
        shells like tcsh and that is *WAY* too complicated and relies on
        a lot of other code. I know that browsers and other apps have
	...
2008/5/2-8 [Computer/SW/Compilers] UID:49874 Activity:low
5/2     How do I get the L1/L2 cache size and cache line size on my machine?
        Can I find this stuff out at compile time somehow?
        \_ You aren't planning on running your code on any other processors?
        \_ May I ask what it is you want to achieve ultimately? If you don't
           know your architecture and want to find out dynamically, there are
           tools that can peek/poke to give you definitive answers, plus you get
	...
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
	...
2006/11/10-12 [Computer/SW/Compilers] UID:45316 Activity:nil
11/10   Is there anyway to get C/C++ compilers to automatically compile
        different code for different processors?  I'd like to be able to
        say something like:
          #if defined X86 ...
          #elif defined SPARC ...
          #else ...
	...
2006/8/25-28 [Computer/SW/Languages, Computer/SW/Compilers] UID:44149 Activity:nil
8/25    Why are iterators "superior" or more recently popular over the
        traditional method of using  for loops and indexing?
        \_ I guess it's because you can change an array to some other data
           structure (linked-list, tree, ...) without changing the loop code.
           \_ This is a limitation of your language, not the concept of looping
        \_ They handle multithreaded use cases better.
	...
2006/7/11 [Computer/SW/Compilers] UID:43629 Activity:nil
7/11    Is there a way to turn off specific warnings on the intel 9.0 C++
        compilers?  The man page says -wd[warning number] should suppress
        the warning, but that isn't working for me at all.  The only
        think that does is just -w, but that suppresses ALL warnings.
        \_ grep -v warning-that-I-dont-care ...
	...
2012/10/17-12/4 [Politics/Domestic/California, Politics/Domestic/Election] UID:54503 Activity:nil
10/17   This is how election photo ops are created.
        http://www.csua.org/u/xzu (news.yahoo.com)
        \_ "Soup kitchen in Ryan photo op losing donors" http://www.csua.org/u/y0z
           Thank you Ryan!  Thank you very much!
        \_ http://americablog.com/2012/10/romney-ryan-supporters-destroy-photo-opp-soup-kitchen.html
	...
2012/10/19-12/4 [Politics/Domestic/HateGroups, Politics/Domestic/Election] UID:54509 Activity:nil
10/19   Do you think Obama will have to send in troops to put down rioting
        Southern Whites after the election?
        http://partners.nytimes.com/library/national/race/100262race-ra.html
        \_ south = stupid
	...
2012/10/22-12/4 [Politics/Domestic/California, Politics/Domestic/Election] UID:54511 Activity:nil
10/22   "Romney Family Investment Ties To Voting Machine Company That Could
        Decide The Election Causing Concern"
        http://www.csua.org/u/y1y (news.yahoo.com)
        "There have already been complaints that broken machines were not
        being quickly replaced in precincts that tend to lean Democratic and
        now, word is coming in that there may be some software issues."
	...
2012/11/2-12/4 [Politics/Domestic/California] UID:54520 Activity:nil
11/2    Do the Native Americans in Indian reservations (nations) get to vote
        in the US presidential election?
        \_ http://lmgtfy.com/?q=Do+the+Native+Americans+in+Indian+reservations+(nations)+get+to+vote+in+the+US+presidential+election
	...
2010/11/2-2011/1/13 [Politics/Domestic/California, Politics/Domestic/President/Reagan] UID:54001 Activity:nil
11/2    California Uber Alles is such a great song
        \_ Yes, and it was written about Jerry Brown. I was thinking this
           as I cast my vote for Meg Whitman. I am independent, but I
           typically vote Democrat (e.g., I voted for Boxer). However, I
           can't believe we elected this retread.
           \_ You voted for the billionaire that ran HP into the ground
	...
2009/12/25-2010/1/19 [Politics/Domestic/California, Politics/Domestic/President/Bush] UID:53603 Activity:nil
12/24   Why San Francisco and union and government suck:
        http://globaleconomicanalysis.blogspot.com/2009/12/unions-graft-stunning-incompetence-make.html
        \_ http://www.burbed.com/2010/01/03/san-francisco-richer-and-richer-and-richer
           San Francisco to become richer and richer and richer. It's
           Disneyland for adults! YAY!!!
        \_ No doubt that there is plenty of corruption in San Francisco that
	...
2009/4/27-5/4 [Politics/Domestic/President/Clinton] UID:52914 Activity:low
4/27    "Obama the first Asian-American president?"
        http://news.yahoo.com/s/afp/20090427/pl_afp/uspoliticsobama100daysasia
        Just like the way Clinton was the first African-American president.
        \_ Two wars, a banking, housing, and general economic crisis, a truly
           massive deficit, and now, Swine Flu.  Has any president except for
           Lincoln and Roosevelt faced worse?
	...
2009/4/16-20 [Politics/Domestic/Election] UID:52855 Activity:nil
4/16    The Obama couple had an AGI of $2.6M in 2008 and $4.2M in 2007!
        http://buzz.yahoo.com/buzzlog/92476/?fp=1
        How much did the Dubyas and the Clintons make?
        \_ Obama wrote two bestselling books right around that time.
           \_ But Obama wasn't that famous before the presidental election
              campaign in 2008.
	...
2009/2/26-3/3 [Politics/Domestic/California, Politics/Domestic/Crime] UID:52644 Activity:nil
2/26    If only Al Gore had had Norm Coleman's balls:
        http://tpmdc.talkingpointsmemo.com/2009/02/norm-coleman-maybe-we-need-a-do-over-election.php?ref=fp1
        \_ yeah, I'm sure the Republican Congress and the stacked Supreme
           Court would have gone right along with another election...  -tom
	...
2009/2/17-19 [Politics/Domestic/California/Arnold, Politics/Domestic/California/Prop] UID:52590 Activity:high
2/16    California is truly f'd for sure this time.  Can we find another pair
        of stupid radio DJs to start a drive to recall Arnold?
        http://www.nytimes.com/2009/02/17/us/17cali.html?_r=3&hp
        \_ It will only help if we get a governor with a spine, and get rid of
           the incompetent legislature.
           \_ How do you expect that we will get a decent ledge?  With the 2/3rd
	...
Cache (1395 bytes)
news.yahoo.com/s/ap/20081117/ap_on_re_eu/eu_britain_new_word
The expression of indifference or boredom has gained a place in the Collins English Dictionary after generating a surprising amount of enthusiasm among lexicographers. Publisher HarperCollins announced Monday the word had been chosen from terms suggested by the public for inclusion in the dictionary's 30th anniversary edition, to be published next year. The origins of "meh" are murky, but the term grew in popularity after being used in a 2001 episode of "The Simpsons" in which Homer suggests a day trip to his children Bart and Lisa. "They both just reply 'meh' and keep watching TV," said Cormac McKeown, head of content at Collins Dictionaries. The dictionary defines "meh" as an expression of indifference or boredom, or an adjective meaning mediocre or boring. Examples given by the dictionary include "the Canadian election was so meh." The dictionary's compilers said the word originated in North America, spread through the Internet and was now entering British spoken English. "This is a new interjection from the US that seems to have inveigled its way into common speech over here," McKeown said. "Internet forums and e-mail are playing a big part in formalizing the spellings of vocal interjections like these. The information contained in the AP News report may not be published, broadcast, rewritten or redistributed without the prior written authority of The Associated Press.