Berkeley CSUA MOTD:Entry 48719
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/24 [General] UID:1000 Activity:popular
5/24    

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
           * PS3 = 650, not as many games
        Does this mean the CSUA already has a Wii?
        Since when is, "more expensive, fewer games" an argument for something?
        I guess if they're gonna install Linux and try some Cell development,
        THAT would be cool, but I don't think that's what they want it for.
        \_ Netrek is free.. but you need to have skills
        \_ I think the decision should be based on which you can hack and/or
           boot alternate OS's on.   I think there is a clear answer here...
           \- YMWTS: KYELICK et al paper "The potential of the cell processor
              for scientific computing" on the POWER of the CELL. Interesting
              and quick read. Note: KYELICK now the Director of NERSC.
              \_ Yeah, but Roadrunner (A combo Opteron/Cell cluster proposed
                 at Los Alamos) is still a dumb idea.
                 \_ Why do you say that?  I'd be more concerned about using
                    /panfs as the storage system. Panasas might be ok by the
                    time it is deployed. A lot of impressive people there,
                    but mixed experiences in practice.
                    \_ The Cell already has a perfectly good general processor
                       attached to it.  (A dual core power 5).  What's the
                       Opteron doing there?  The last thing the Cell
                       development tool kit needs is another totally different
                       processor to work with.  Yea! A third compiler!  For
                       hevean's sake, they don't even have the same endianness!
                       processor to work with.  Yeah! Another compiler!  For
                       hevean's sake, the don't even have the same endianness!
                       \- ibm and amd are working together on a few things
                          like socket compat between POWER-tng and Opteron,
                          and Torrenza(sp?)/HTX rather than PCIe. the HPC space
                          is very different from the rest of the world ...
                          on a $100m computer you have a legion of programers
                          to work on tweaking code, compilers because they
                          are no longer dominated by "expensive programmer
                          time costs".
                          \_ While everything you say is true, I can't see how
                             that excuses creating a totally wacky, needlessly
                             difficult architecture.  Even Los Alamos
                             doesn't have infinite resources, programmer time
                             still costs money, money Los Alamos doesn't have.
                             Not to mention, they're buying the whole machine,
                             whole hog.  No small test prototype.  On a totally
                             untestest architecture.
                             \- no offense intended here, but are you just
                                reading articles on the net or do you have
                                some experience with how large HPC procurements
                                are done? i dont have any specific knowledge
                                of Los Alamos/Roadrunner but two things dont
                                ring true: 1. los alamos being on the hook for
                                all the dev and tuning work 2. ibm just being
                                responsible for dropping the machine off at
                                the loading dock and being done ... the "whole
                                machine whole hog" part. usually there are
                                lots of partial milestones involved. although
                                the somewhat dirty not that secret part of
                                this is those milestones are never missed
                                with major consequences. [well maybe once,
                                but not with one of the main *hpc* vendors.
                                i cant mention which well known vendor it was].
                                \_ Sorry, I didn't mean to imply what you've
                                   read into the 'whole hog' statement.  I
                                   guess that was really poor word choice.  I
                                   just meant that Los Alamos didn't buy a
                                   small prototype cluster to see how well this
                                   thing will work in production, as is
                                   normally done.  I'm aware IBM has milestones
                                   and will support the cluster.
2025/05/24 [General] UID:1000 Activity:popular
5/24    

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
	...
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 ...
	...
2006/1/19-21 [Computer/SW/Compilers] UID:41435 Activity:nil
1/19    Political talk is boring, let's talk about the Linux kernel and
        Java compilers! Viva la technology!
        \_ OK:  If I build a reasonably large website using Apache SSIs in
           every page, will I want to shoot myself later?
           And if I enable MultiViews, what could go wrong?
	...
2012/3/29-6/4 [Computer/HW/Memory, Computer/HW/CPU, Computer/HW/Drives] UID:54351 Activity:nil
3/29    A friend wants a PC (no mac). She doesn't want Dell. Is there a
        good place that can custom build for you (SSD, large RAM, cheap video
        card--no game)?
        \_ As a side note: back in my Cal days more than two decades ago when
           having a 387SX made me the only person with floating-point hardware,
           most machines were custom built.
	...
2008/12/3-8 [Computer/HW/CPU] UID:52157 Activity:kinda low
12/3    Are any of you CSUA alums working at Intel?  Is it possible that we
        might be able to hit Intel up for donated/partially donated (reduced
        price) Core i7 Xeons when they come out?  Who would be a good person
        to contact about something like that?  We're of course willing to put
        out for them - perhaps we'll tattoo an Intel logo on toulouse if that's
        what they want :-p  -- steven
	...
2008/9/16-19 [Computer/HW/CPU, Computer/HW/Display] UID:51184 Activity:nil
9/16    Tim Sweeney on the future of GPUs
        http://arstechnica.com/articles/paedia/gpu-sweeney-interview.ars
        I like Sweeney, I don't care about Unreal, but ZZT was a heck of a
        game
        \_ Interesting. Co-processor-like units have come and gone
           throughout the history of computing. GPU, co-processor, what-not,
	...
2008/6/12-13 [Computer/HW/CPU] UID:50242 Activity:moderate
6/12    Guantanamo Inmates May Seek Release, High Court Says
        http://preview.tinyurl.com/6hq4cj
        Hot damn.
        \_ Yah, now we'll just have to kill them on the battlefield without
           getting intel from them.
        \_ Yah, now we'll just have to play Battlefield 2 to kill
	...
2007/7/17 [Computer/SW/Languages/C_Cplusplus] UID:47312 Activity:nil
7/13    CSUA Life Roster
1 point each for:                                               key:
                significant other (out of county rule applies)   G
                car (Chevy Novas do count)                       C
                housing (dorms DO NOT count)                     H
                own computer running reasonable multi-tasking OS U
	...
2007/7/9-12 [Computer/SW/OS/Solaris, Computer/HW/CPU] UID:47240 Activity:high
7/9     Are 64-bit Linux servers popular compared to 32-bit ones?  My company
        has a server product that supports 32-bit, and we're trying to see if
        it's worth supporting 64-bit as well.  Thanks.
        \_ in my company, everything linux is 64bit except the handful of
           redhat satellite servers, because redhat's sat server product
           doesn't support running on 64bit systems (yet).  DOH!
	...
2007/4/17-19 [Computer/HW/CPU] UID:46347 Activity:nil
4/17    Intel to release new chips about 40% faster!!!!!!! Go Penryn
        processors YAY BABY!!!!!!!!!! It's the WORLD'S FIRST 45 nm processor!!!
        http://www.msnbc.msn.com/id/18157813/from/RS.2
        \_ I know you're all jazzed, but what is the big deal?  Are you an
           Intel employee?  Did you work on this chip line?
	...
2006/10/31-11/2 [Computer/SW/OS/Windows] UID:45057 Activity:moderate
10/31   A friend of mine said he's loving Microsoft again because Bill G
        is starting to donate all of his money to charity. He's boycotting
        Google, Yahoo, and other mega companies because they're too big and
        too power and thinks they're all becoming the old Microsoft, whereas
        Microsoft has recently done a lot of good things like investing in
        education and charity. He just paid for a copy of Microsoft Windows
	...
2006/10/27-30 [Computer/SW/Security] UID:45013 Activity:low
10/27   Anybody tried the "PDF decryptor" or "PDF password delete" type of
        software?  I have a PDF form file that won't let me save.  I'm
        considering getting one of those type of software to unlock the
        file.  I really don't want to pay to try it out though.  Are there
        free open source PDF unlock programs?  Thanks.
        \_ I've used Elcomsoft's (of "Free Dmitry Sklyarov!" fame) PDF
	...