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

1999/11/14-16 [Computer/SW/OS/Linux, Finance/Investment] UID:16881 Activity:kinda low
11/14   My boss asked our team to implement a 1-3 line
        quote of the day on our corporate frontpage, like they do
        at http://Forbes.com.  Looking it over, a new quote seems to be generated
        on browser reload.  Where do I go to get started?
        We are running stronghold on linux rh 6.1 - party like it's 1999
                   \_ It can be done in javascript also but you'd have to send
                      all the quotes (in an array, maybe) and pick one at
                      random.  This is the cheap and stupid way to do it but
                      it does put the cpu burden on the client side and any
                      moron web designer can change the quotes easily without
                      a triple-pay sys/webadmin to edit some html/javascript.
                      \_ Sounds like it would put the load on the pipe.
                         Sending the whole quote file each time you load the
                         page wouldn't work very well.
                         \_ Depends on how many quotes, but yes, the load is
                            on the pipe.  I was thinking along the lines of
                            maybe 1 or 2k of quotes, max, not some 500k+ file.
                            1k is pretty much a blip even on a 28k modem.
                                \_ Is there a way to find out how Forbes
                                   does their quote?
                                        \_ View source will tell you if it's
                                                javascript or something else
                                                client side.
                                        \_ follow the cracking route --oj
                                           \_ eye hax0red f0rbz fruntd0re.  eye
                                              d1d vews0rs 0n dem!!11
2025/05/24 [General] UID:1000 Activity:popular
5/24    

You may also be interested in these entries...
2005/9/19-21 [Computer/SW/Unix] UID:39746 Activity:nil
9/18    I just installed Red Hat Enterprise Linux 2.1 and everything
        seems to work ok except my httpd cannot be reached outside
        of the box. I have no problem pinging and sshing into the
        system, but http connection would not work. However, it does
        seem to work when I launch firefox within (same machine).
        What could cause this? I'm not familiar with PAM and I'm
	...
2005/2/5-7 [Computer/SW/OS/Linux] UID:36073 Activity:moderate
2/5     I thinking of installing Debian Linux because a friend of mine says
        it's much easier to deal with when you install programs. For example,
        during an insntallation the installer will check for ALL dependencies
        and automatically download the right .so files you need. The claim
        is that RPMs are not as thorough and that there's more work involved.
        Has anyone tried both RH and Debian and have comments on this? ok thx
	...
2005/1/5-7 [Computer/SW/OS/Linux, Computer/SW/OS/Solaris] UID:35563 Activity:very high
1/5     So who else thinks that Linux Kernel Development has gone haywire?
        WTF is up with this movement from an 8k to a 4k stack in the kernel
        that breaks tons of existing drivers that are ported over from
        Windows? And wtf is this crap doing on production distros like
        Fedora? Don't they realize that if you're going to have a large
        install base that you can't arbitrarily do crap like that anymore?
	...
2004/12/9-12 [Computer/SW/Unix] UID:35237 Activity:high
12/9    Has anyone had experience with using a file under NFS as basically
        a region of memory shared between separate machines? I.e., the
        machines lock the file and read/write it to communicate. Speed is
        not a huge concern, but can this be done reliably? Are there
        caching issues? Will fsync work properly over NFS? This doesn't
        seem ideal, but thanks for any advice.
	...
2004/11/3-4 [Computer/SW/OS/Linux] UID:34619 Activity:low
11/3    Is it just me or does Adobe Acrobat tend to go apeshit in Mozilla on
        Linux?  I've also noticed than on WinXP it stays running even after I
        close the page that was using it
        \_ Are you using Acrobat 6.0 Reader? If you are, downgrade to 5.0.
           6.0 has a lot of problems, period.
           \_ Acrobat 6 doesn't exist for Linux.
	...
2004/10/28-29 [Computer/SW/Unix] UID:34409 Activity:high
10/28   I just built a terrabyte raid server using linux. The distro is
        an older version of RH 8 (need it to keep compatibility with certain
        apps). I formatted the raid to be XFS. The server is an NFS server,
        and I appear to be hitting the 2 gig file limit. According to the
        docs I'm supposed to be able to get beyond the 2 gig limit with
        RH8. I have compiled a new 2.4.27 kernel to replace the stock
	...
2004/10/9 [Computer/SW/OS/Linux] UID:34002 Activity:kinda low
10/8    Anyone recommendations on a decent 64-bit linux distro?
        \_ There aren't very many, and the ones there are seem immature.
           Yer hozed.
        \_ SuSE 9 isn't half bad. Several of our customers are
           using it and seem to like it. RH EL 3.0 is okay as
           well.
	...
2004/7/14-15 [Computer/SW/OS/OsX] UID:32289 Activity:very high
7/14    I bought several Intel GigE nics and one of them has a
        bad mac addr (all ff's). dmesg shows the card as detected,
        and proc/pci lists it, but ifconfig doesn't show an eth*
        entry for it. Does anyone know how I can set the mac addr
        so that I can use the card? (I'm using RH 9, but I can
        just as easily stick the card in a WinXP, FreeBSD or
	...
2004/5/28-29 [Computer/SW/OS/Linux, Computer/SW/OS/FreeBSD] UID:30467 Activity:high
5/27    In what ways are FreeBSD superior to a good Linux distro?
        \_ Why do you hate Windows?
           \_ Why do you hate Linus?
        \_ *BSD has a better IP stack.
           \_ In what way?
           \_ Aren't they the same now?
	...
2004/3/12-13 [Computer/SW/OS/Linux] UID:12634 Activity:high
3/12    RedHat, Suse, or Debian? I am seriously thinking of installing
        one on my machine...
        \_ Free RedHat as you know is has reached it's end. RedHat 9 was the
           last of it. There will still be RedHat Professional, which is
           RHEL but only costs $90. I highly recommend Fedora if you want
           to keep up with the latest and greatest in Linux.
	...
2004/3/1-2 [Computer/SW/OS/Linux] UID:12467 Activity:nil
3/1     Does anyone know how to tell if an opteron system is running a 32
        bit linux kernel or a 64 bit linux kernel in RH 3.0 EL? tia.
        \_ Guessing: check the bootup logs?  uname?
           \_ it seems to print out x86_64 regardless of the kernel.
	...
2013/7/31-9/16 [Reference/RealEstate, Finance/Investment] UID:54720 Activity:nil
7[31    Suppose you have a few hundred thousand dollars in the bank earning
        minimum interest rate and you're not sure whether you're going to
        buy a house in 1-5 years. Should one put that money in a more
        risky place like Vanguard ETFs and index funds, given that the
        horizon is only 1-5 years?
        \_ I have a very similar problem, in that I have a bunch of cash
	...
2013/5/9-7/3 [Finance/Investment] UID:54675 Activity:nil
5/9     I'm stock newbie. Let's say  I made $1000 in Jan 2012 and then
        lost  $1000 in Feb 2012, does that mean I'm not liable to pay
        any tax given that I made $0?
        \_ Yes.
        \_ Are both long term gains/both short term gains? And I assume you
           mean realized gains, i.e. you actually sold the stock in an
	...
2013/5/13-7/3 [Finance/Banking] UID:54676 Activity:nil
5/13    Does FDIC ever matter? How likely is it that your deposit of
        over $250k going to be screwed over in a major US bank?
        \_ Was Washington Mutual a major bank?
        \_ Was Washington Mutual a major US bank?
        \_ Hahahahahahahahahahaha. Good one.
        \- As with nuclear weapons, this insurance produces much of its value
	...
2013/1/25-2/19 [Finance/Investment] UID:54588 Activity:nil
1/25    Is there a site that tells you the % of people shorting
        on a particular stock? I'm trying to see if I can gauge
        "confidence level", that sort of thing.
        \_ http://www.nasdaq.com/symbol/intc/short-interest
           I'm not sure how to read this, I'm guessing the higher
           "days to cover" the more short activities there are?
	...
2013/1/16-2/17 [Industry/Startup, Finance/Investment] UID:54582 Activity:nil
1/16    Fred Wilson says you should focus on the cash value of your
        options, not the percentages:
        http://www.avc.com/a_vc/2010/11/employee-equity-how-much.html
        \_ Or at least, so says a VC trying increase his profit margin...
        \_ A VC wants to keep as much of the stock for themselves (and give
           as little to employees as possible).  That maximizes their return.
	...
2012/12/21-2013/1/24 [Industry/Startup, Finance/Investment] UID:54568 Activity:nil
12/21   http://techcompanypay.com
        Yahooers in Sunnyvale don't seem to average 170K/year.
        \_ Googlers average $104k/yr? Uh huh.
           \_ what is it suppose to be?
              \_ link:preview.tinyurl.com/a36ejr4
                 Google Sr. Software Engineer in Sunnyvale averages $193k in total pay,
	...
Cache (821 bytes)
Forbes.com
Five Metros With The Highest Rate Of College Grads Kurt Badenhausen San Francisco is tops, with 44% of the population having a diploma. Stock Of The Week: Amylin Pharmaceuticals John Dobosz A stock newsletter focused solely on the diabetes market says a new drug could work wonders for 90% of diabetics. Tyco And The Fort(ress) Of Oblivion Dan Ackman Tyco's former CEO concedes the board would put up false fronts when it felt the need. Customs Bureau Struggles To Modernize Andrew T Gillies Using technology to integrate government operations is a worthy goal, but difficult. Disclaimer Stock quotes are delayed at least 15 minutes for Nasdaq, at least 20 minutes for NYSE/AMEX US indexes are delayed at least 15 minutes with the exception of Nasdaq, Dow Jones Industrial Average and S&P 500 which are 2 minutes delayed.