2012/10/15-12/4 [Computer/SW/Mail] UID:54501 Activity:nil | 10/15 What's the soda email client these days?
\_ Don't know. /usr/bin/mail hasn't been working for a while.
\_ forward to Gmail.
\_ mutt works for me
...
|
2012/8/29-11/7 [Computer/SW/Security] UID:54467 Activity:nil | 8/29 There was once a CSUA web page which runs an SSH client for logging
on to soda. Does that page still exist? Can someone remind me of the
URL please? Thx.
\_ what do you mean? instruction on how to ssh into soda?
\_ No I think he means the ssh applet, which, iirc, was an applet
that implemented an ssh v1 client. I think this page went away
...
|
2011/2/14-4/20 [Computer/SW/Unix] UID:54039 Activity:nil | 2/14 You sure soda isn't running windows in disguise? It would explain the
uptimes.
\_ hardly, My winbox stays up longer.
\_ Nobody cares about uptime anymore brother, that's what web2.0 has
taught us. Everything is "stateless".
\_ You;d think gamers would care more about uptime.
...
|
2011/4/6-20 [Computer/SW/Mail, Computer/SW/Unix, Industry/Startup] UID:54078 Activity:nil | 4/6 My company is evaluating version control systems. Our two candidates
are Perforce and Subversion. Anyone worked with both and have good
arguments one way or the other? (These are the only two options we
have.) We're most interested in client performance, ease of use, and
reasonable branching.
\_ I'll be 'that guy'. If perforce and subversion are optins, why isn't
...
|
2010/8/8-9/7 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Languages/Web] UID:53914 Activity:nil | 8/8 Trying to make a list of interesting features languages have
touted as this whole PL field comes around, trying to see if they
have basis in the culture of the time: feel free to add some/dispute
1970 C, "portability"
1980 C++, classes, oop, iterators, streams, functors, templates
expert systems
...
|
2009/8/3-11 [Computer/HW/Laptop] UID:53235 Activity:low 70%like:53232 | 8/1 Where is the mac desktop going to go? It seems all the development
in sw/hw now is for the iphone, imac. 2 finger Gestures won't work
on the desktop. What happened to the xserve line?
\_ Two finger gestures DO work on the desktop. Have you used a new
Apple laptop lately...they support up to 5 finger gestures.
\_ you're making my point even harder, do the 5 finger gestures
...
|
2009/4/26-29 [Computer/Networking] UID:52910 Activity:nil | 4/25 I have an Airport Express. is there some way to let computer
1 ping computer 2? both computers are connected to wireless network
successfully. I can get to internet on both of them. I just can't
ping each other. weird. maybe they think that's a feature?
\_ Sounds like your router is enforcing client isolation. If you can't
change the setting on the router you're probably SOL.
...
|
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
...
|
2004/11/4-5 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Languages/Misc] UID:34675 Activity:kinda low | 11/4 I'm learning Fortran 90 for work, and it's suddenly very clear why
C became so popular.
\_ so, what's a good language for numerical stuff these days?
\_ Sadly, the really isn't one. Fortran 90 is still used, C++
is used a lot as well. Niether is really good for the task.
\_ [Matlab] equivalence class if you don't care about speed :).
...
|
2004/7/7-12 [Computer/SW/Languages/Misc, Computer/SW/Languages/Python] UID:31205 Activity:high | 7/7 If you're interested in working at Lawrence Livermore National Lab,
there are quite a few openings. The first opening I heard about
today was for working on parallel file systems in Linux, a good OS
hacking job. See it at: /csua/pub/jobs/LLNL. However, there are
always a lot of jobs for scientific programmers (Familiariry with
Math, Physics, and/or biology are big pluses). There's also some sys
...
|
2004/5/13-15 [Computer/Theory] UID:30216 Activity:high | 5/12 can someone reccomend a numerical analysis text? i never took numerical
analysis as an undergrad, and i need to solve some heat transfer
equations numerically. something that is readable and also a good
reference would be great. thanks.
\_ A common one is "Burden and Faires". There is another equally
common one I have forgotten but will remember.
...
|
2004/5/11-12 [Computer/SW/Languages/OCAML, Computer/SW/Languages/Functional] UID:30169 Activity:very high | 5/11 To FP activists on the motd, if currying is such a great idea, why
it's not implemented symmetrically in say Caml? It seems more
natural to treat the arguments of a function more symmetrically.
\_ If by 'symmetric' you mean that if, for example, I have a function
f of two arguments a and b, I should be able to curry on either
a or b, then Ocaml does this using labeled arguments. Caml does
...
|
2003/9/17 [Computer/SW/Languages/C_Cplusplus] UID:10218 Activity:nil | 9/16 I manage the Engineering Department at a software company in
Southern California. We have openings for several senior level
developers. C/C++ required, MFC and Qt experience a plus. Send
resumes to rjchu@hightowersoftware.com - I'll be out of town this
week and doing call backs next week based on the resumes I get.
\_ There is no such thing as C/C++. Pick one or pick both.
...
|
2012/1/4-2/6 [Computer/HW/Drives] UID:54281 Activity:nil | 1/4 I want to test how my servers behave during a disk failure and
a RAID reconstruction so I want to simulate a hardware failure.
How can I do this in Linux without having to physically pull
a drive? These disks are behind a RAID card and run Linux. -ausman
\_ According to the Linux RAID wiki, you might be able to use mdadm
to do this with something like the following:
...
|
2011/2/5-19 [Computer/SW/Languages/C_Cplusplus] UID:54027 Activity:nil | 2/4 random C programming/linker fu question. If I have
int main() { printf("%s is at this adddr %p\n", "strlen", strlen); }
and soda's /proc/sys/kernel/randomize_va_space is 2 (eg; on)
why is strlen (or any other libc fn) at the same address every time?
\_ I don't pretend to actually know the right answer to this, but
could it have something to do with shared libraries?
...
|
2010/3/12-30 [Computer/SW/OS/Windows] UID:53754 Activity:nil | 3/12 When writing functions and structs in Windows user-mode and kernel-mode
code, when do you use IN/OUT, when do you use __in/__out, and when do
you not use either? I'm confused. Thanks in advance.
...
|
2009/8/2-11 [Computer/SW/Unix] UID:53229 Activity:nil | 8/1 What keeps hapening to soda? load of O(1000) then crash? Is it
still nfs, even past the new kernel we did just for nfs?
\_ It's still NFS. Filer plz kthxbai.
\_ Filer eliminates NFS?
...
|
2009/7/24-27 [Computer/SW/WWW/Browsers, Computer/SW/OS/OsX] UID:53191 Activity:kinda low | 7/24 Firefox 3.5.1 on MacOS is a piece of crap. It crashes ALL THE TIME.
It has crashed 3 or 4 times on me in the last hour, and not on
the same pages either. The new Yahoo! home page also sucks ass.
\_ os x keeps trashing my raid disk: '11 hours to rebuild. have fun
with the kernel IO subsystem running like shit until then".
Worthless piece of shit.
...
|
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/2/13-18 [Computer/HW/Memory, Computer/Domains] UID:52565 Activity:nil | 2/13 Question about memory relocation:
These days most h/w has a relocation register. Could the relocation
address be stored on disk or in kernel memory vs. in a register? Yes,
that would be slow but is it possible? Do you *need* a relocation
register or does it exist purely for performance reasons? I was
reading some paper written by IBM in the 1960s that seemed to
...
|
2009/1/20-26 [Computer/SW/OS, Computer/HW/Display, Computer/SW/OS/Linux] UID:52419 Activity:kinda low | 1/20 when I do "cat /proc/sys/kernel/tainted"
I got a single number "1"
what does this mean?
\_ I think this refers to whether you've got any non-open-source drivers
loaded, but I'm not sure.
\_ I think this refers to whether you've got any non-open-source
...
|
2009/1/13-22 [Computer/HW/Laptop] UID:52371 Activity:nil | 1/13 I've been using Ubuntu as my primary laptop for 3-4 month. But there
are still alot of things i need to learn... for example, after an
application crashes, where do I look for any sort of logs that might
give me a clue what happened? how linux monitor the crashes? So far,
i had two bad episode of thunderbird trying to log onto my company's
remote LDAP server and actually crashed the entire system... (as if
...
|
2009/1/2-8 [Computer/HW, Computer/HW/Drives] UID:52310 Activity:low | 12/31 SOMEONE PLEASE FIX KEG! Why does it keep crashing?
\_ It's hard to tell. The risk of crashing seems to increase with
disk activity, or so it seems, but debugging the kernel doesn't
seem to yield much info. Email root for detailed info; I don't
have a deep understanding of the problem --t
\_ How about a backup LDAP server? I don't need files as much
...
|
2008/12/7-10 [Computer/SW/OS/Linux] UID:52189 Activity:low | 12/6 I'm running 64bit VMWare 2.0 in debian lenny/testing. I have 18
guest VMs running, all in bridged mode. Works great. the 19th VM
I turn on has no working network. No net, dhcp/tftp doesn't work,
nothing. Can anyone think of a network or kernel setting in Linux
that would prevent any more VMs from getting network access?
Is there a limit on number of bridge interfaces? Where is this
...
|
|