2010/6/8-30 [Computer/Companies/Yahoo] UID:53853 Activity:nil | 6/8 Newly wed husband and wife found from old picture that they have
actually crossed path 30yrs ago: http://www.csua.org/u/qwv
My question is how do stories like this find its way to news media? Do
people just go "hey something very interesting happens in our lives.
Let's call up a news agency or two to tell the world about it."?
\_ "Your video will begin after a word from our sponsors."
...
|
2010/3/8-30 [Computer/SW/Unix] UID:53745 Activity:nil | 3/8 I have a mod_rewrite question that I think should be straight-
forward but I think I'm not getting something.
I have a virtual server with some root, say /home/user/public_html/
and in there I have two subdirs, say /app1/ and /app2/
and i want the following:
http://mysite/app1 --> /home/user/public_html/app1
...
|
2010/1/22-24 [Computer/SW/Unix] UID:53654 Activity:high | 1/22 What's the difference between a job and a career?
\_ women have jobs, men have careers.
\_ true statement but one that is sexist and should be
kept in a private conversation
\_ A job could be anything that pays mortgage or feed the mouth.
A career is something that is longer term, most of the time,
...
|
2009/8/18-9/1 [Computer/SW/Unix] UID:53284 Activity:nil | 8/18 Is it possible to truncate your path name in your prompt in tcsh?
Tsch veterans REPRESENT! I know this is how to do it in bash:
# truncate path: returns $1 truncated to $2 chars, prefixed with ...
truncate_path () {
if [ -z "$1" -o -z "$2" ]
then
...
|
2009/8/19-9/1 [Computer/SW/Unix] UID:53285 Activity:nil | 8/18 Hi again, new freebsd guy here again, in bash I was able to go
LD_LIBRARY_PATH=/opt/foo/lib ./runmyapp
I managed to do this in tcsh by using setenv in a shell script
that setenv's the lib path and then executes $1, just wondering
if there was a way to do it in 1 line from the cmd line as in bash?
Thanks, btw %2c or %3c worked. Freebsd, tcsh and vi forever!
...
|
2010/1/22-30 [Computer/HW/Laptop, Computer/SW/OS/OsX] UID:53655 Activity:high | 1/22 looking to buy a new development laptop
needs ssdrive, >6 hr possible batt life, and runs linux reasonably
Anyone have a recommendation? Thx.
\_ thinkpad t23 w ssdrive and battery inplace of drive bay
\_ Ever wondered what RICHARD STALLMAN uses for a laptop? Well,
wonder no more!
...
|
2009/7/24-29 [Computer/SW/Editors/Vi] UID:53195 Activity:low | 7/24 Is dos2unix available somewhere? Someone added all those Ctrl-M's to
motd.public.
\_ %s/^V^M//g in vim. What has your editor done for you today?
\_ that works great in vi actually... in vim :set filetype=unix
...
|
2009/2/28-3/11 [Computer/SW/Compilers] UID:52661 Activity:nil | 2/28 I'm looking for a recommendation of a compiler/IDE to use to
develop C/C++ code under Linux. In school, we used jove/gcc and
I still use emacs/vi and gcc to this day. However, it is really
lacking. Under Windows I tried Visual Studio and there were some
really nice things about it, although it was so overwhelming that
after 6 months of occasional use I still didn't really know what I
...
|
2008/9/22-24 [Science/Electric, Computer/Companies/Google, Computer/SW/Editors/Vi] UID:51263 Activity:kinda low | 9/22 Gmail's "conversation feature" drives me nuts! Is there a way to
disable that and make Gmail act like every other e-mail client on the
planet? WTF thought this was a nice thing to have on by default?
\_ Umm, why don't you just use another email service then...
\_ Umm, I do, which is how I have something to compare to. I get
mail in at least 4 places only one of which is Gmail. I
...
|
2008/6/12-13 [Computer/SW/Editors/Emacs, Computer/SW/Editors/Vi, Computer/SW/Unix] UID:50233 Activity:nil | 6/12 Does emacs or vi include a column paste? I sometimes have a block
text I want to insert horizntally next to another block/column. This
is common for data plotting etc. In Microsoft Word has this, I need
it in a Unix text editor.
\_ Does M-x picture-mode in emacs work for you?
\_ Yes, with the commands below, thanks.
...
|
|