Microsoft gives generously to China
Moderators: Alyrium Denryle, Edi, K. A. Pital
Microsoft gives generously to China
American Security uses Microsoft source code, and States "no" to giving it away - after all, it would reveal everything to their enemies, and now Microsoft gives to China!
Ahh, Mockery of stupid people!
Ahh, Mockery of stupid people!
- Peregrin Toker
- Emperor's Hand
- Posts: 8609
- Joined: 2002-07-04 10:57am
- Location: Denmark
- Contact:
- BoredShirtless
- BANNED
- Posts: 3107
- Joined: 2003-02-26 10:57am
- Location: Stuttgart, Germany
- Sarevok
- The Fearless One
- Posts: 10681
- Joined: 2002-12-24 07:29am
- Location: The Covenants last and final line of defense
Perhaps the Chinese goverment wants to be abolutely sure that Microsoft did not include any back doors or trojans in their code.Peregrin Toker wrote:Why would Red China need the Microsoft source codes... internet-based espionage, perhaps?
In any case, it's worth mentioning that the Chinese gov't databases run Linux.
I have to tell you something everything I wrote above is a lie.
This would be the results of Microsoft's Shared Source Initiative.
Its basicly designed to convince government and other very large institutions that Microsoft's stuff doesnt include any backdoors or the like.
But given that a 1 byte change allowed for the remote compromization of the linux kernel, it really doesnt say much.
Its basicly designed to convince government and other very large institutions that Microsoft's stuff doesnt include any backdoors or the like.
But given that a 1 byte change allowed for the remote compromization of the linux kernel, it really doesnt say much.
"Okay, I'll have the truth with a side order of clarity." ~ Dr. Daniel Jackson.
"Reality has a well-known liberal bias." ~ Stephen Colbert
"One Drive, One Partition, the One True Path" ~ ars technica forums - warrens - on hhd partitioning schemes.
"Reality has a well-known liberal bias." ~ Stephen Colbert
"One Drive, One Partition, the One True Path" ~ ars technica forums - warrens - on hhd partitioning schemes.
- Durandal
- Bile-Driven Hate Machine
- Posts: 17927
- Joined: 2002-07-03 06:26pm
- Location: Silicon Valley, CA
- Contact:
It's not surprising that a small change in code can completely fuck up a program. Just try a couple of for loops in C++ that look like this ...
and
There's only a small difference, but one will work, and the other will go on forever.
Code: Select all
for(i = 1; i < someNumber; i++)
cout << "i = " << i << endl;
Code: Select all
for(i = 1; i < someNumber; i--)
cout << "i = " << i << endl;
Damien Sorresso
"Ever see what them computa bitchez do to numbas? It ain't natural. Numbas ain't supposed to be code, they supposed to quantify shit."
- The Onion
"Ever see what them computa bitchez do to numbas? It ain't natural. Numbas ain't supposed to be code, they supposed to quantify shit."
- The Onion
Yup. Except in this case, it was valid code for all but a single extreme case and then it was a garrientied remote expliot.Durandal wrote:It's not surprising that a small change in code can completely fuck up a program. Just try a couple of for loops in C++ that look like this ...
"Okay, I'll have the truth with a side order of clarity." ~ Dr. Daniel Jackson.
"Reality has a well-known liberal bias." ~ Stephen Colbert
"One Drive, One Partition, the One True Path" ~ ars technica forums - warrens - on hhd partitioning schemes.
"Reality has a well-known liberal bias." ~ Stephen Colbert
"One Drive, One Partition, the One True Path" ~ ars technica forums - warrens - on hhd partitioning schemes.
Goes like this:
It goes somethign like this: The National American Security use Microsoft (yes as absurd and stupid it is ) and Microsoft was considering selling it's source code (under it's fucked up licenses such as you have only bought the license to use this product etc.) and thus (duh) the National Security said: "NO" cause it'll fuck up their security, and anybody with the source code (especially "unreliable" countries such as China) could completely hack into the Security mainframe. NOW: Microsoft has sold the code to China.
Thanks USA! What a bunch of dumnasses they are at the Security initiative...
Thanks USA! What a bunch of dumnasses they are at the Security initiative...
Actually, the Linux kernel exploit attempt would have made any and all operations that checked for that very rare instance an automatic remote hack. Normally the operation checked if two flags were set to something, the modified version automatically set the flags to those (normally illegal) positions and allowed a remote compromise of the system.
Edi
Edi
Warwolf Urban Combat Specialist
Why is it so goddamned hard to get little assholes like you to admit it when you fuck up? Is it pride? What gives you the right to have any pride?
–Darth Wong to vivftp
GOP message? Why don't they just come out of the closet: FASCISTS R' US –Patrick Degan
The GOP has a problem with anyone coming out of the closet. –18-till-I-die
Why is it so goddamned hard to get little assholes like you to admit it when you fuck up? Is it pride? What gives you the right to have any pride?
–Darth Wong to vivftp
GOP message? Why don't they just come out of the closet: FASCISTS R' US –Patrick Degan
The GOP has a problem with anyone coming out of the closet. –18-till-I-die
- Sarevok
- The Fearless One
- Posts: 10681
- Joined: 2002-12-24 07:29am
- Location: The Covenants last and final line of defense
Indeed. The worst bugs happen with poiners. Sometimes programs derefence invalid or null pointers or forget to delete dynamicaly allocated memory.It's not surprising that a small change in code can completely fuck up a program. Just try a couple of for loops in C++ that look like this ...
I have to tell you something everything I wrote above is a lie.
C++
I asked my dad about that C++ coding (let it to be known to you folks that I am only 14, thus still I have yet to learn a shitload of stuff). I understand it now, and realize (sorry this is borin') that if you say i=1 and then tell it that it should continue to add 1 to i until it reaches a certain digit (I think under) it stops, however when you say i=1 and the number to reach is 5 and you give it the subtraction command you then have told it to subtract 1 (-1) to your pronumeral (i) and thus go -1, -2, -3 and so on., This now seperates you from your set digit (5) and now you are moving away from it; thus an infinite loop...
Am I correct or was that just stupid bullshit?
Am I correct or was that just stupid bullshit?
That's right. And no reason to be ashamed that you don't know something, all of us learn something new all the time. Your dad explained to you what Durandal's bit of code explains to those of us who know programming (or like me, who know how to read simple code but can't program worth shit).
Edi
Edi
Warwolf Urban Combat Specialist
Why is it so goddamned hard to get little assholes like you to admit it when you fuck up? Is it pride? What gives you the right to have any pride?
–Darth Wong to vivftp
GOP message? Why don't they just come out of the closet: FASCISTS R' US –Patrick Degan
The GOP has a problem with anyone coming out of the closet. –18-till-I-die
Why is it so goddamned hard to get little assholes like you to admit it when you fuck up? Is it pride? What gives you the right to have any pride?
–Darth Wong to vivftp
GOP message? Why don't they just come out of the closet: FASCISTS R' US –Patrick Degan
The GOP has a problem with anyone coming out of the closet. –18-till-I-die
- BoredShirtless
- BANNED
- Posts: 3107
- Joined: 2003-02-26 10:57am
- Location: Stuttgart, Germany
Re: Thanks =]
Dude, I've seen university students trip on infinite loops; you're off to a good start.`naeo wrote:Thanks, now i don't feel like a worthless bag of shit.
So can you help me out?
Thanks for helpiung out in my survey!
Is, there some other code you could show me? That C++ coding looks pretty cool. My dad uses Python a lot. Says it rocks quite a bit - though he can program in a couple of languages.
I am actually named after a programing language... Can you guess which one?
Is, there some other code you could show me? That C++ coding looks pretty cool. My dad uses Python a lot. Says it rocks quite a bit - though he can program in a couple of languages.
I am actually named after a programing language... Can you guess which one?
- Ace Pace
- Hardware Lover
- Posts: 8456
- Joined: 2002-07-07 03:04am
- Location: Wasting time instead of money
- Contact:
Re: So can you help me out?
THe fact that only one language resembles a name, and your email addy`naeo wrote:Thanks for helpiung out in my survey!
Is, there some other code you could show me? That C++ coding looks pretty cool. My dad uses Python a lot. Says it rocks quite a bit - though he can program in a couple of languages.
I am actually named after a programing language... Can you guess which one?
PASCAL
Like Edi, I can read code, but can't program a shit in anything.
Brotherhood of the Bear | HAB | Mess | SDnet archivist |
- BoredShirtless
- BANNED
- Posts: 3107
- Joined: 2003-02-26 10:57am
- Location: Stuttgart, Germany
Re: So can you help me out?
Sure. A for loop in Java:`naeo wrote:Thanks for helpiung out in my survey!
Is, there some other code you could show me?
char [] charArray = {'a','b','c'};
for (int i=0; i<charArray.length; i++) {
System.out.println("Character at index "+i+" in the character array is "+charArray);
}
That C++ coding looks pretty cool.
Yeah. Actually, C++ and C are arguably the most powerful languages.
My dad uses Python a lot. Says it rocks quite a bit - though he can program in a couple of languages.
I am actually named after a programing language... Can you guess which one?
Ada? Alf? Amber? What letter does your name start with?
- BoredShirtless
- BANNED
- Posts: 3107
- Joined: 2003-02-26 10:57am
- Location: Stuttgart, Germany
Re: So can you help me out?
Smart ass!Ace Pace wrote:PASCAL.
- Ace Pace
- Hardware Lover
- Posts: 8456
- Joined: 2002-07-07 03:04am
- Location: Wasting time instead of money
- Contact:
Re: So can you help me out?
Hello?BoredShirtless wrote:
Ada? Alf? Amber? What letter does your name start with?
His email.... think
Brotherhood of the Bear | HAB | Mess | SDnet archivist |
What about buffer overflows and running past the end of an array?evilcat4000 wrote:Indeed. The worst bugs happen with poiners. Sometimes programs derefence invalid or null pointers or forget to delete dynamicaly allocated memory.It's not surprising that a small change in code can completely fuck up a program. Just try a couple of for loops in C++ that look like this ...
And the Linux kernel is C, not C++.
ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer
George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
Damn
Damn, should've not added that address in the sig.
Mhh, that coding, i don't understand it. sorry, dad is not around, so i guess it is you i have to ask.
Umm, how do you (in BBS code) write the "code" for instance like you folks did?
And is there anything else i should get accustomed to and/or known to at these boards? (i am a n00b).
thanks again,
pascal
Mhh, that coding, i don't understand it. sorry, dad is not around, so i guess it is you i have to ask.
Umm, how do you (in BBS code) write the "code" for instance like you folks did?
And is there anything else i should get accustomed to and/or known to at these boards? (i am a n00b).
thanks again,
pascal
- Ace Pace
- Hardware Lover
- Posts: 8456
- Joined: 2002-07-07 03:04am
- Location: Wasting time instead of money
- Contact:
Re: Damn
From a fellow 14 year old`naeo wrote:
And is there anything else i should get accustomed to and/or known to at these boards? (i am a n00b).
thanks again,
pascal
Preper to be initialy shocked at the wording, discussion, and the speed that topics turn to anal sex, also, stupidty is flamed
Other then that, read the announcement forum.
Brotherhood of the Bear | HAB | Mess | SDnet archivist |
- BoredShirtless
- BANNED
- Posts: 3107
- Joined: 2003-02-26 10:57am
- Location: Stuttgart, Germany
Re: Damn
What questions do you have?`naeo wrote:Mhh, that coding, i don't understand it. sorry, dad is not around, so i guess it is you i have to ask.
- Ace Pace
- Hardware Lover
- Posts: 8456
- Joined: 2002-07-07 03:04am
- Location: Wasting time instead of money
- Contact:
Hmn, let me give you a condensed list, with my opinion:`naeo wrote:I have read the FAQ etc. and have discovered this place is brutal compared to the other boards I am part of. So erm, anybody in particular I should be wary of? Like some ex-janitor nymphomaniac or similar?
(*what?!?*)
1) watch out for double posts, though admin useally delete them
2) Beware following links that Einhander won't inline
3) Do not think that star trek can win a salad fight
4) Fight of Foo is taken
5) Thou Shalt Not request Membership in BOTM after saying your 14
5) The mary Poppins VS trinty thread is NOT a legend
6) Beware of Einhander\Sheppard
I suppose the rest can add their own thoughts
Brotherhood of the Bear | HAB | Mess | SDnet archivist |