473,769 Members | 3,557 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Why Windows Lost The Battle for the Desktop


The war of the OSes was won a long time ago.

Unix has always been, and will continue to be, the Server OS in the form
of Linux.

Microsoft struggled mightily to win that battle -- creating a poor man's
DBMS, a broken email server and various other /application/ servers to
try and crack the Internet and IS markets.

In the case where they didn't spend their own money to get companies to
install servers, they failed miserably, and the 1 Billion per quarter
Linux market is testament to that.

But, what M$ didn't want you to know, is that the only reason they
wanted to dominate the server, is to protect their desktop and office
applications market.

Seal up the server, and the desktop is safe; cede the server, and the
desktop will fall.

And so it is...falling into the hands of Linux.

Jul 21 '05
383 12241

Hi John, You wrote: <<
...a quality newsreader, such as Thunderbird [ and 40tude Dialog ],
puts color lines next to each previous respondents text,
makeing it much easier to discern quotes. >>

It's still not English, and it's still spam, in my opinion.

Jul 21 '05 #281
Jeff_Relf wrote:

Hi John, You wrote: <<
...a quality newsreader, such as Thunderbird [ and 40tude Dialog ],
puts color lines next to each previous respondents text,
makeing it much easier to discern quotes. >>

It's still not English, and it's still spam, in my opinion.


It's not English as written by 19th Century novelists.

It's English adapted to the Hypermedia Age.

Each thing to its time...

--
Jul 21 '05 #282
On Mon, 20 Dec 2004 04:03:25 +0000, Jeff_Relf wrote:

Hi John, You wrote: <<
...a quality newsreader, such as Thunderbird [ and 40tude Dialog ],
puts color lines next to each previous respondents text,
makeing it much easier to discern quotes. >>

It's still not English, and it's still spam, in my opinion.


Your opinion is wrong. Check the RFCs.

--
Rick

Jul 21 '05 #283

Hi John,
Although you're welcome to believe that I don't know what recursion is,
if you could read C++ you'd quickly realize that I use recursion in my code,
including this from X.CPP ( http://www.Cotse.NET/users/jeffrelf/X.CPP )
which quick-sorts articles based on their score:

// _B points to the biginning of the array of articles
// _E points to one beyond the end of the array.

void QSort_Pnts ( LsA _B, LsA _E ) { if ( _E <= _B ) return;
LsA B = _B - 1, E = _E + 1 ; int Pnts = ( * _B )->Pnts ;
LOOP { while ( ( * ++ B )->Pnts > Pnts );
while ( E >= B && ( * -- E )->Pnts < Pnts );
if ( E < B ) break;
if ( B < E ) { LsP T = * B ; * B = * E ; * E = T ; } }
QSort_Pnts ( _B, E ); QSort_Pnts ( E + 1, _E ); }
..+.+.+.+.+.+

#define LOOP while ( 1 )

typedef char * LnP ; typedef LnP * LnA ; struct LnT { LnA B, P, E ; };
struct HeaderT {
LnP NG, MID, _1, _2, _3, _4, _5, Title, Name_Date_Path_ Reader ; };

struct NodeT { int HasH, FromTo, Del, Pnts ;
HeaderT H ; int Num ; int BodyCnt ; LnA Body ; };

typedef NodeT * LsP ; typedef LsP * LsA ; struct LsT { LsA B, P, E ; };
..+.+.+.+.+.+

I can show many more examples of recursion from my code... of course.

You wrote: <<
The premise of the *c's* is: elegance, simplicity, efficiency.
Jeff -- You are a person who wants to throw in
the /Kitchen/ /Sink/ in your code, to show just " how much c you know ".

You cram together mounds of 'c' code into a mush,
and then slam it in people's faces, and then when they say,
what is this crap, you whine and kick your feet.

Jeff, there is a difference between dumbfounding them with brilliance,
the way a Brancusi status invites derision via it's simplicity,
and your code, which invites derision the way a dog,
pooping on a street corner might. >>

Anyone complaining about my C++ code ( or English ),
is just demonstrating their ignorance/arrogance, especially you, John.

Jul 21 '05 #284
Jeff_Relf wrote:
void QSort_Pnts ( LsA _B, LsA _E ) { if ( _E <= _B ) return;
LsA B = _B - 1, E = _E + 1 ; int Pnts = ( * _B )->Pnts ;
LOOP { while ( ( * ++ B )->Pnts > Pnts );
while ( E >= B && ( * -- E )->Pnts < Pnts );
if ( E < B ) break;
if ( B < E ) { LsP T = * B ; * B = * E ; * E = T ; } }
QSort_Pnts ( _B, E ); QSort_Pnts ( E + 1, _E ); }
.+.+.+.+.+.+


There are just "too many notes" in this symphony.
--
Jul 21 '05 #285

Hi Rick,
Re: My English-conforming quoting vs. chevron-spam,

You wrote: << Your opinion is wrong. Check the RFCs. >>

You can't even read/understand what I write,
so how could you possibly read/understand RFCs which are even more complex ? !

You can't.

Jul 21 '05 #286

Hi John, Re: This Ultra-Simple code of mine from X.CPP: <<
void QSort_Pnts ( LsA _B, LsA _E ) { if ( _E <= _B ) return;
LsA B = _B - 1, E = _E + 1 ; int Pnts = ( * _B )->Pnts ;
LOOP { while ( ( * ++ B )->Pnts > Pnts );
while ( E >= B && ( * -- E )->Pnts < Pnts );
if ( E < B ) break;
if ( B < E ) { LsP T = * B ; * B = * E ; * E = T ; } }
QSort_Pnts ( _B, E ); QSort_Pnts ( E + 1, _E ); } >>

You commented: << There are just " too many notes " in this symphony. >>

No, John, you can't read code, much less C++,
that's the problem here... that and your arrogance.

Jul 21 '05 #287

Hi John, Re: My English-style quoting vs. your chevron-spamming,
You wrote: << It's not English as written by 19th Century novelists.
It's English adapted to the Hypermedia Age. Each thing to its time. >>

Fine John, I can read/understand whatever, I'm good either way.
While you, on the other hand, can't read/understand either way.

You can't read code, can't read C++, can't read plain English,
....That's you in a nutshell, John.

Jul 21 '05 #288
Jeff_Relf wrote:
Hi Phil, Re: Rinze's reading problems, You mentioned to me: <<
...readability of your shitty quoting style and your source code... >>

If you can't read English or C++ then it's your loss, not mine.


I can read both. And what you're putting out (on both counts) is
abysmal. I know people have different coding styles but that's ludicrous.
Jul 21 '05 #289
Jeff_Relf wrote:
Hi John, Re: My English-style quoting vs. your chevron-spamming,
You wrote: << It's not English as written by 19th Century novelists.
It's English adapted to the Hypermedia Age. Each thing to its time. >>

Fine John, I can read/understand whatever, I'm good either way.
While you, on the other hand, can't read/understand either way.

You can't read code, can't read C++, can't read plain English,
...That's you in a nutshell, John.


Well, duh! Of course you can read your own code. The trick for any
decent programmer is to make his/her code easily readable for others.
Were you absent that day in programming 101?
Jul 21 '05 #290

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4047
by: Boris Bulit | last post by:
Does anyone know how to create a Windows Forms Application Desktop Toolbar in VB.NET? Something like this: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=BC0A1F5C-07FF-4B50-B3FF-FF60795FD21E But in VB.NET Thanks Boris
409
11440
by: John Bailo | last post by:
The war of the OSes was won a long time ago. Unix has always been, and will continue to be, the Server OS in the form of Linux. Microsoft struggled mightily to win that battle -- creating a poor man's DBMS, a broken email server and various other /application/ servers to try and crack the Internet and IS markets. In the case where they didn't spend their own money to get companies to
0
9579
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10035
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9984
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9851
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7403
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6662
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5293
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5441
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2811
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.