2011/6/5-8/27 [Computer/HW/Memory] UID:54127 Activity:nil | 6/5 In an effort to stabilize our services, we'll be rebuilding parts of
the CSUA infrastructure over the course of this summer. To give us
some wiggle room, I've temporarily decreased soda's allocated RAM from
8GB to 2GB. If you need to run something that requires large amounts
of memory, please send mail to root@csua.org and we'll try to
accommodate your request. --jordan
...
|
2011/3/26-4/20 [Computer/HW/Memory] UID:54062 Activity:nil | 3/19 When you're explaining the stack to people do you draw it with the
highest addresses at the top or at the bottom?
\_ When I explain any memory layout including stacks, I draw with the
highest addresses at the bottom. But I've seen people doing the
other way. -- yuen
\_ do you by any chance have seen or have a jpg of the full memory
...
|
2010/7/25-8/25 [Computer/SW/Graphics] UID:53897 Activity:nil | 7/25 What's up with that moving bit pattern that Win7 displays when it
boots up? (It's the one that's like in the Apple II days when you
use the graphics memory for code or data while it's still in HGR
mode.) Is there a way to disable that? It slows things down a lot
every time I reboot my Win7 VM on my office machine if I RDP to the
machine via DSL. Thanks in advance.
...
|
2010/5/26-6/30 [Computer/SW/Unix/WindowManager, Computer/SW/OS/OsX] UID:53844 Activity:nil | 5/26 anyone use lxde? supposedly it is less stupid than xfce and
less bloated than gnome. thoughts?
\_ lol, does anyone still use desktop linux? Get with the times
buy a mac. Now. DO IT. Go NOW.
\_ but we prefer herring to Kool-Aid
\_ "you have to yell, he's hard of herring"
...
|
2009/12/7-2010/1/3 [Computer/HW/Memory, Computer/HW] UID:53574 Activity:nil | 12/7 How many TCP retransmits are too many? Here is what I get:
3594143433 segments received
3760174421 segments send out
3801829561 segments retransmited
\_ rephrase. you can never have too much money. or too little.
what is, is.
...
|
2009/7/21-24 [Computer/SW/Languages/Java] UID:53168 Activity:moderate | 7/20 For those who care btw, it looks like eclipse is now A Standard Tool
at UCB ugrad cs, probably replaced emacs. Furthermore, people get
angry at seeing Makefiles, (since eclispe takes care of that). I
guess it's just a sign of the times.
\_ The more people at my work use eclipse the less the code is
managable in emacs. I'm not sure which application's fault
...
|
2009/4/24-28 [Computer/SW/Languages/Functional] UID:52902 Activity:nil | 4/23 what book is this?
"I'm reading this horrible horrible book about a programmer
from silicon valley that gets magically
transported into some world where magic is real
and uses computer programming skillz to become the world's
greatest sorceror … in book 1 of the series
...
|
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/8/30-9/3 [Computer/Theory] UID:47837 Activity:nil | 8/30 what AI is editing the motd? that's some next level shit.
\_ Sorry. -- ilyas
\_ ilyas -> i l y a s -> s l y a i -> Sly AI
\_ ilya shpitser -> lisp hysteria
...
|
2007/3/7-11 [Computer/SW/Editors/Emacs] UID:45897 Activity:moderate | 3/7 In emacs 21, is there a way in Emacs-Lisp to detect whether emacs was
started with the "-r" switch? In C mode, the syntax colors are
different when I start emasc with and without "-r". I want to do the
same in my elisp code, but I can't find how this is done in cc-mode.el.
Thanks. -- yuen
\- are you sure what you are talking about is being done by the cc*.el
...
|
2006/8/11-14 [Computer/SW/Languages/Perl, Computer/SW/Languages/Functional] UID:43974 Activity:low | 8/11 How do you find out the max # of file descriptors for a process,
thread, and entire system?
\_ Dep on OS. Are the youth today assuming "linux is the standard"?
That is kinda sad.
\_ LINUX RUUULES! W1ND0ZE DR000LEZ!
\_ while(true) { do(something that uses a fd) if (good rc) counter++; print }
...
|
2006/2/21-23 [Computer/SW/Languages/Java] UID:41939 Activity:nil | 2/21 What is the best way to get the current method name in Java? So far
I have seen 3 approaches:
1. Create new Exception, grab the first frame off its stack trace.
Inelegant, requires creating a stack trace (expensive).
\_ Yeah it sucks. Yeah it does much more work than you need.
Yeah it is really fragile and may break when you switch java
...
|
|