Author Topic: ZOMG Bill Gates owns the IRS  (Read 4768 times)

0 Members and 1 Guest are viewing this topic.

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
ZOMG Bill Gates owns the IRS
« on: February 02, 2006, 09:53:22 pm »
http://news.moneycentral.msn.com/provider/providerarticle.asp?Feed=FRB&Date=20060202&ID=5470861

(I've been waiting for a good reason to use "ZOMG")

Hahahaha, the IRS needs to *UPGRADE* to Windows!
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Newby

  • x86
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: ZOMG Bill Gates owns the IRS
« Reply #1 on: February 02, 2006, 10:52:39 pm »
That's pretty bad, the normal computers can't do numbers that big. Hahahaha.
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline GameSnake

  • News hound
  • Hero Member
  • *****
  • Posts: 2937
    • View Profile
Re: ZOMG Bill Gates owns the IRS
« Reply #2 on: February 02, 2006, 10:56:16 pm »
Quote
Being worth $47 billion and the chairman of a multinational corporate behemoth must be a lot harder than it looks. Consider yourselves lucky, folks.
Oh my ass.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ZOMG Bill Gates owns the IRS
« Reply #3 on: February 02, 2006, 11:38:24 pm »
Hahahaha, the IRS needs to *UPGRADE* to Windows!

At every (real) place I've ever worked at (government, university, grocery), financial stuff is done on a proprietary system, not on Windows or Linux or anything.  I'm not really sure why, though.

Offline GameSnake

  • News hound
  • Hero Member
  • *****
  • Posts: 2937
    • View Profile
Re: ZOMG Bill Gates owns the IRS
« Reply #4 on: February 03, 2006, 02:00:41 am »
For extra security reasons i'm guessing?

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ZOMG Bill Gates owns the IRS
« Reply #5 on: February 03, 2006, 10:49:22 am »
Not likely. 

Probably because it's so bloody hard to migrate financial data that it just gets left on whatever system it started on. 

But realistically, you don't need a lot of processing power to look after financial stuff, so why bother upgrading?  :)

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: ZOMG Bill Gates owns the IRS
« Reply #6 on: February 03, 2006, 06:23:44 pm »
Because they are running tape?

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ZOMG Bill Gates owns the IRS
« Reply #7 on: February 03, 2006, 06:28:58 pm »
So?  If it works, it works. 

trust

  • Guest
Re: ZOMG Bill Gates owns the IRS
« Reply #8 on: February 03, 2006, 09:36:24 pm »
So?  If it works, it works. 

But it obviously isn't working...

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ZOMG Bill Gates owns the IRS
« Reply #9 on: February 03, 2006, 09:39:18 pm »
In 199,999,999 out of 200,000,000 cases, it works.  I wouldn't consider that important enough to re-do the entire infrastructure. 

Offline igimo1

  • Full Member
  • ***
  • Posts: 420
    • View Profile
Re: ZOMG Bill Gates owns the IRS
« Reply #10 on: February 03, 2006, 10:10:39 pm »
What's the size of a long? That might have something to do with his incredible fortune and the IRS computers not being able to handle it.

Offline GameSnake

  • News hound
  • Hero Member
  • *****
  • Posts: 2937
    • View Profile
Re: ZOMG Bill Gates owns the IRS
« Reply #11 on: February 03, 2006, 10:18:39 pm »
So I'm wondering how they handled Rockafellar's taxes?(the richest man ever to live, worth ~200 billion)

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: ZOMG Bill Gates owns the IRS
« Reply #12 on: February 04, 2006, 02:18:16 am »
What's the size of a long? That might have something to do with his incredible fortune and the IRS computers not being able to handle it.

A VB long or a C++ long? A VB long is a 32-bit value, and a C++ long is the size of a system DWORD, which is 64-bit's in a 32-bit machine, and 128-bits on a 64-bit machine. If you're feeling retro and go back to 16-bits, it'll be 32-bits.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ZOMG Bill Gates owns the IRS
« Reply #13 on: February 04, 2006, 03:15:54 am »
What's the size of a long? That might have something to do with his incredible fortune and the IRS computers not being able to handle it.

The maximum value of a 4-byte value is 4.2 billion, which is probably what they're using if they're having this problem.  And Joe is incorrect, a long (in C) is 4 bytes. I'm not aware of any system where it's not 4 bytes.  A short is 2 bytes, a long is 4 bytes, and an int is dependant on the system it's running on. 

So I'm wondering how they handled Rockafellar's taxes?(the richest man ever to live, worth ~200 billion)
I believe (and I could be wrong) that that has been converted (with inflation and stuff).  He wasn't actually worth 200 billion, he was worth the equivalent of 200billion at his time. 

Also, he died in like 1935ish, which was before computers were invented.  So I doubt that they had problems with how the computers calculated his tax. 

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: ZOMG Bill Gates owns the IRS
« Reply #14 on: February 04, 2006, 09:31:46 am »
Not to mention that Rockafellar was worth $200 billion USD (present), as opposed to having a few hundred billion in a vault somewhere.

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: ZOMG Bill Gates owns the IRS
« Reply #15 on: February 04, 2006, 10:58:34 am »
Pretty nifty.

Out of curiosity, what is Gates position with Microsoft?...he own it or..

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ZOMG Bill Gates owns the IRS
« Reply #16 on: February 04, 2006, 03:07:09 pm »
He was the CEO, but he's not anymore.  I think he's still on the board, and possibly still owns the majority of the shares.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: ZOMG Bill Gates owns the IRS
« Reply #17 on: February 04, 2006, 06:58:46 pm »
Quote
A short is 2 bytes, a long is 4 bytes, and an int is dependant on the system it's running on. 

Ew. I was thinking a long was a system DWORD, an int was a system WORD (I was right, woo!), and I a short was a system HWORD.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: ZOMG Bill Gates owns the IRS
« Reply #18 on: February 04, 2006, 09:23:50 pm »
Quote
A short is 2 bytes, a long is 4 bytes, and an int is dependant on the system it's running on. 

Ew. I was thinking a long was a system DWORD, an int was a system WORD (I was right, woo!), and I a short was a system HWORD.

What is a system HWORD?
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Newby

  • x86
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: ZOMG Bill Gates owns the IRS
« Reply #19 on: February 04, 2006, 09:33:10 pm »
Half word?
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ZOMG Bill Gates owns the IRS
« Reply #20 on: February 05, 2006, 01:02:39 pm »
Yeah, a halfword. 

Also keep in mind that Windows and some other OSes misuse the terms 'WORD' and 'DWORD', so they are, overall, pretty meaningless.  You're best off just using int8_t, int16_t, and int32_t, or whatever is defined on your system. 

Offline Newby

  • x86
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: ZOMG Bill Gates owns the IRS
« Reply #21 on: February 05, 2006, 01:21:18 pm »
He was the CEO, but he's not anymore.  I think he's still on the board, and possibly still owns the majority of the shares.

He's the CFO.
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: ZOMG Bill Gates owns the IRS
« Reply #22 on: February 05, 2006, 02:11:25 pm »
He's also the Chief Software Architect.

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: ZOMG Bill Gates owns the IRS
« Reply #23 on: February 06, 2006, 11:23:03 am »
Yeah, a halfword. 

Also keep in mind that Windows and some other OSes misuse the terms 'WORD' and 'DWORD', so they are, overall, pretty meaningless.  You're best off just using int8_t, int16_t, and int32_t, or whatever is defined on your system. 

So what do we do when we get to 64-bit computing as the standard?  What's a 16-bit value?  A QWORD (quarter word)?  We already have that, it's quad-word.

I've also never seen a "dh" command in assembly.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ZOMG Bill Gates owns the IRS
« Reply #24 on: February 06, 2006, 11:36:08 am »
Yeah, a halfword. 

Also keep in mind that Windows and some other OSes misuse the terms 'WORD' and 'DWORD', so they are, overall, pretty meaningless.  You're best off just using int8_t, int16_t, and int32_t, or whatever is defined on your system. 

So what do we do when we get to 64-bit computing as the standard?  What's a 16-bit value?  A QWORD (quarter word)?  We already have that, it's quad-word.

I've also never seen a "dh" command in assembly.

16 bits would either be a Quarter-WORD (they'd find a way to abbreviate it) or go unused or just be called a int16_t.  You don't really ever HAVE to use terms like "word" and "Dword" in programming, and it's generally a good idea not to, because they aren't consistant across platforms.  But because people incorrectly used them in many cases, they got stuck being unable to change it. 

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: ZOMG Bill Gates owns the IRS
« Reply #25 on: February 07, 2006, 07:14:11 pm »
Like on Bnet Docs.