Skip to main content

My PC is Your PC!

For a few months now we've been watching commercials in the US where a Mac and a PC are compared using two people. The purpose of these commercials is to exemplify the differences between an Apple Mac computer and a PC. Really, though, what is this mythical PC that is being compared to a known brand name? The PC acronym means Personal Computer. This was originally coined in the 70s and taken-up by Apple to further its little hobbiest computer. Since that time, the PC became part of the IBM PC trademark on their own personal computing device. That product is long-since dead now, and Apple no longer uses the "Personal Computer" phrase for their product.

What's worst is that many Wallstreet writers and analysts seem to think that PC is synonymous with Microsoft. That's not entirely true, of course. Sure, you can run Microsoft Windows on your non-Apple, x86 based, IBM PC clone, but that doesn't mean it's the only game in town. In fact, only about 92% of the PCs (personal computers) in use today are running Microsoft Windows. The other 8% are running Mac OSX, linux, Unix, and other variants too numerous to list.

Why do I care? Well, I just heard another "informed" industry analyst say that you should sell your Microsoft stock because "the PC will be replaced by the Internet in 5 to 10 years." Yeah, that's a quote. The genius actually thinks that the Internet, which is a concept, not a physical reality, will replace the Personal Computer you are using right now. Okay, so let's say your PC goes away. How are you going to access this mythical Internet device? Oh yeah, with another Personal Computer. Sure, it will be small, maybe even an HP scientific calculator, but it will be a personal computing device with an operating system.

What operating system will be running on that Personal Computer? In 5 years, it is a safe bet that it will be Microsoft Windows. In 10 years, I bet it will still be a Microsoft Windows OS product. Do you think the world will all of a sudden decide that they need a pretty white PC with an Apple logo on it? Sure, maybe when the Mac OSX software section actually consumes a full aisle, or even two.

If you're considering selling your Microsoft stock, consider that over 5 BILLION people out there have not adopted a personal computer yet. There's only one software company in the world with enough power and capacity to service an emerging market like that. Do you honestly think that Apple has enough manufacturing capacity to produce 100 million computers to take over the market? Let the tale of IBM be your beacon.

Popular posts from this blog

The Spinning Brain

Intuition is a phenomenon of the biological brain that doesn't have any physical explanation. Many people experience intuition with varying degrees of success. There are a variety of theories regarding intuition [1] and some people regard intuition with much caution [2] . Yet, I am happily in the camp that has learned to respect my intuition as it has proven time and time again to be correct. Recently, though, I'd been thinking about intuition and soothsaying . There are many cases of people who claim to see the future, whatever that might be. Maybe there is something to be said about this mystical phenomenon. Maybe there is a real physical process at work that we just haven't thought of yet. To this end, I am proposing a theory about human intuition. This theory, though requires some background in quantum mechanics . Specifically, quantum entanglement . I'm not the only person who has theorized about quantum entanglement and its role in biological congnition and th...

Stock Option Debt Income

The 2024 Presidential election has brought out a topic of interest that seems to have been perverted. There is this "Taxing Unrealized Capital Gains" [1] movement that is being falsely attributed to Vice President Harris. Clearly, this is a change in the revenue code that was designed by someone in office long before VP Harris was in office. My money is on Elizabeth Warren and Bernie Sanders. What is this change in the revenue code though? For that you have to understand what Silicon Valley zillionaires are doing with their stock options. Many of these people in this special economic area have huge discounts on stock prices for companies that are not public yet, or are public and can not be sold [2]. To be fair to these holders of equity, banks allow them to finance debt using leverage against those options. If you hold an option that is worth $5M then a bank might lend you a share of that value, thus realizing a debt against the option [3]. This is a fair debt instrument and...

Number of Primes

Anderson's Theorem (a) The number of primes in [1,n] is no more than 2+floor(n/2). The probability of n being prime when n is not prime is 1/2 - see Dasgupta,Papadimitriou,Vazirani "Algorithms" page 26. Therefore, the E(pi(n)) is n/2. (b) There does not exist another set of adjacent primes other than {1,2,3} 5: 2 + floor(5/2) = 2 + 2 = 4:=> {1,2,3,5} : 4 <= 4 7: 2 + floor(7/2) = 2 + 3 = 5 => {1,2,3,5,7} : 5 <= 5 11: 2 + floor(11/2) = 2 + 5 = 7 => {1,2,3,5,7,11} 6 <= 7 26: 2 + floor(26/2) = 15 => {1,2,3,5,7,11,13,17,19,23} : 10 <= 15 Lagrange's Theorem is Inaccurate Lagrange's theorem about primes states that pi(x) is the number of primes <= x. The pi(x) is approximately x/ln(x). He postulated that the lim of pi(x)/(x/lnx) as x-> infinity was 1. This is incorrect. if the number of primes is bounded by n/2 then refactoring and reducing Lagrange's Theorem results in the lim of ln(x) as x approaches infinity. This is alwa...