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

2002/7/4 [Computer/SW/Languages] UID:25280 Activity:nil
7/4       Read this and believe this guy is understating the issue- is has
        nothing to do with auditing, afterall every report which was
        released by enron, global crossing and wcom forever have been
        audited and were signed off by very high ranking guys. The
        "audit" is not the problem. Its is corporation which is the
        problem. Auditors take numbers that corps given them and sign off
        that the "accounting" is correct. Auditors don't look at actual
        invoices and costs and put the money where is really should and
        compare against what the corp said. Most auditing is just
        proceadural bullshit which investors/public don't understand.
        Like when an audit occurs it starts with an operating procedures
        guide, the auditor reads the OSR (operating proceadures) and then
        spot checks the procedure- THEY DO NOT check the numbers- the
        idea is that if procedures are followed than numbers are
        accurate. For instance you read a lot about how boards of
        directors signed off on a lot of crap which they should not have.
        The auditors job is not to check to see if the crap "should" have
        been signed off on they only make sure that is "was" signed off
        on as that is what the procedure calls for and that is all the
        audit requires.
          When I audited time sheets for DWP (department of water and
        power), I only had to make sure that timesheets were signed, the
        work accomplished and the hours worked were irrelevant and not
        checked in an audit. It was not my job to verify that the work
        completed had anything to do with the northridge earthquake- it
        was only to check to see if the time card was signed by
        supervisor as that is all the proceadure stipulated.
          So although I have never been involved with a full blown audit to
        see all the little pieced which go together- I have an idea of
        how they work and have known for a long long time that they are
        just bogus and do not actually verify if the numbers were
        correct. As I have written previously when I reviewed Level 3
        books I found 700M in double booking or not accurate booking
        (exactly what wcom exposed). What we did was just instead of
        reporting the error we just slowly worked the error off the books
        by doing 150M adjustments now and then and no one was the wiser.
2025/05/25 [General] UID:1000 Activity:popular
5/25    

You may also be interested in these entries...
2012/7/29-10/17 [Computer/SW/Languages] UID:54447 Activity:nil
7/23    Hey mconst, check this out:
        int main()
        {
            int i_value   = 16777217;
            float f_value = 16777217.0;
            printf("The integer is: %d\n", i_value);
	...
2012/7/23-29 [Computer/SW/Languages] UID:54443 Activity:nil
7/23    Hey mconst, check this out:
int main()
{
    int i_value   = 16777217;
    float f_value = 16777217.0;
    printf("The integer is: %d\n", i_value);
	...
2012/3/15-6/1 [Computer/SW/Languages, Computer/SW/OS/Windows] UID:54340 Activity:nil
3/15    Why does MS put double-quotes around the '8' in Windows Server 8, like
        the following?
        - Windows 8
        - Windows Server "8"
        \_ Because when they didn't do it, code didn't see the '\0'
           and went over?  Looks better than '8','\0' *shrug*
	...
2010/1/26-2/8 [Computer/HW/Memory] UID:53665 Activity:nil
1/26    What's a good motherboard I can get that will fit in a 1U
        case, with sata connectors, gig-e ethernet, and lots of
        slots for RAM?  I also don't want to have to use expensive
        double buffered RAM.  Can you tell I havne't bought a PC in
        years?  thanks.
        \_ Buy a mac. Haven't you heard? if you don't buy a Mac people
	...
2009/5/6 [Computer/HW/CPU] UID:52952 Activity:moderate
5/5     Any idea why the AMD only added 8 more registers with the AMD64 arch.?
        Why 16 registers and not, say, 32?
        \_ To double the accessible register count, you need one more bit
           in the instruction stream _per_ register field.  x86 instruction
           set is already packed like rat's nest as is.
	...