Re: multi-core software

2009-06-07 Thread Roedy Green
d what you are saying be summed up by saying, "The more threads you have the more important it is to keep your threads independent, sharing as little data as possible." -- Roedy Green Canadian Mind Products http://mindprod.com Never discourage anyone... who continually makes progress, no

Re: multi-core software

2009-06-05 Thread Roedy Green
ust have to make sure your threads don't interfere with each other, and Java/the OS, handle exploiting all the CPUs available. -- Roedy Green Canadian Mind Products http://mindprod.com Never discourage anyone... who continually makes progress, no matter how slow. ~ Plato 428 BC died: 348 B

Re: Ban Xah Lee

2009-03-08 Thread Roedy Green
e are not started by me nor did i ever >participate. The reason you are unpopular has nothing to with what you say. It is that you don't participate in discussions. You just pontificate from on high. It implies a sort of haughty superciliousness that people are reacting to. -- Roedy Gre

Re: programming by evolution?

2009-02-23 Thread Roedy Green
il the project was "complete" and it was too expensive to fix them. -- Roedy Green Canadian Mind Products http://mindprod.com One path leads to despair and utter hopelessness. The other, to total extinction. Let us pray we have the wisdom to choose correctly. ~ Woody Allen . -- http:/

Re: The Importance of Terminology's Quality

2008-08-14 Thread Roedy Green
ou have to recall the precise details of work you did 45 odd years ago. -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com -- http://mail.python.org/mailman/listinfo/python-list

Re: pop langs website ranking

2008-04-22 Thread Roedy Green
ly submit to having their usage spied on. These are not a typical group or a large group. Google has AdSense that will let them know in huge detail the hit stats on a huge hunk of the web, but I don't know if they publish that information anywhere. -- Roedy Green Canadian Mind Product

Re: The Modernization of Emacs: terminology buffer and keybinding

2007-10-01 Thread Roedy Green
On Fri, 28 Sep 2007 18:27:04 -0500, Damien Kick <[EMAIL PROTECTED]> wrote, quoted or indirectly quoted someone who said : >"free as in beer". but does not "free beer" nearly always come with a catch or implied obligation? -- Roedy Green Canadian Mind Pr

Re: which language allows you to change an argument's value?

2007-09-30 Thread Roedy Green
those places to a minimum. -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com -- http://mail.python.org/mailman/listinfo/python-list

Re: best GUI library for vector drawing program

2007-08-20 Thread Roedy Green
>What would be the best cross-platform GUI library to use for a vector >based CAD program ( something like Visio on Windows ) I don't know about he best, but I have collected a list of them at http://mindprod.com/jgloss/graph.html -- Roedy Green Canadian Mind Products The Java Gl

Re: Portable general timestamp format, not 2038-limited

2007-07-01 Thread Roedy Green
ightly. http://www.leapsecond.com/java/gpsclock.htm -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Portable general timestamp format, not 2038-limited

2007-07-01 Thread Roedy Green
ing to Einstein all time is local time, so perhaps our wish for a clean UT is a pipedream. To add to the confusion you have GPS, Loran and Julian day also used as scientific times. -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Portable general timestamp format, not 2038-limited

2007-07-01 Thread Roedy Green
On Tue, 26 Jun 2007 13:04:50 +0100, Martin Gregorie <[EMAIL PROTECTED]> wrote, quoted or indirectly quoted someone who said : >TAI? Care to provide a reference? see http://mindprod.com/jgloss/tai.html -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com

Re: Portable general timestamp format, not 2038-limited

2007-07-01 Thread Roedy Green
errors mount up quickly in the calculation. -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Portable general timestamp format, not 2038-limited

2007-06-25 Thread Roedy Green
ou are doing astronomy, your advice would apply. If you are doing payrolls, you want effectively to pretend the leap seconds never happened, just as Java does. -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Portable general timestamp format, not 2038-limited

2007-06-24 Thread Roedy Green
m as longs in the database. The only catch is ad-hoc queries won't work with them. JDBC out the box should be fine. one of : DATEjava.sql.Date TIMEjava.sql.Time TIMESTAMP java.sql.Timestamp BIGINT long will be what you need. -- Roedy Green Canadian Mind Products The Java

Re: Software Needs Philosophers

2006-05-26 Thread Roedy Green
sanctioned one. It has instead on-the-fly code generation. See http://mindprod.com/jgloss/onthefly.html -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Tabs versus Spaces in Source Code

2006-05-19 Thread Roedy Green
paces are unambiguous. Ideally though you should run code through a beautifier before checkin to avoid false deltas with people manually formatting code slightly differently. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.p

Re: Xah's Edu Corner: What Languages to Hate

2006-04-27 Thread Roedy Green
entary on them, not comp.lang.java.programmer. It is one thing for a topic to drift but quite another to deliberately post your initial message in the wrong place. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: (was Re: Xah's Edu Corner: Criticism vs Constructive Criticism)

2006-04-26 Thread Roedy Green
se to spam, another form of harassment. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Xah's Edu Corner: Criticism vs Constructive Criticism

2006-04-25 Thread Roedy Green
o pretentious for a newsgroup. Newsgroups are about question and answer. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: DO NOT USE JAVA BECAUSE IT IS NOT OPEN SOURCE

2006-03-31 Thread Roedy Green
of the languages that DO have a standards body. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Xah's Edu Corner: What is Expressiveness in a Computer Language

2006-03-19 Thread Roedy Green
e some result in a minimum of words. Another measure might be how smoothly elements of the language map onto elements of the problem domain. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Xah's Edu Corner: The Concepts and Confusions of Pre-fix, In-fix, Post-fix and Fully Functional Notations

2006-03-18 Thread Roedy Green
e. that swaps fixed and variable pitch fonts. I gather you have one of your fonts configured without many chars in it. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Xah's Edu Corner: The Concepts and Confusions of Pre-fix, In-fix, Post-fix and Fully Functional Notations

2006-03-17 Thread Roedy Green
with an encoding, which is by default the platform encoding, not UTF-8. I have just flipped it over to UTF-8. We'll see if that makes Xah's future UTF-8 messages more readable. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coachi

Re: Xah's Edu Corner: The Concepts and Confusions of Pre-fix, In-fix, Post-fix and Fully Functional Notations

2006-03-16 Thread Roedy Green
has ever shown much interest in feedback, but you pretty well have stick to vanilla ASCII to get your notation through unmangled on newsgroups. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: JINI service -- Python client

2006-01-06 Thread Roedy Green
com/jgloss/jpython.html -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Xah's Edu Corner: the bug-reporting attitude

2006-01-02 Thread Roedy Green
what you are talking about with participation in the discussions of day to day coding problems. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: application and web app technologies

2006-01-02 Thread Roedy Green
possible so that you have maximal chance the next guy will already be familiar with the tools. >From that point of view Java is a nice choice, as is MySQL and JSP. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.pyth

Re: Xah's Edu Corner: Responsible Software Licensing

2005-12-19 Thread Roedy Green
catches fire, that in the manufacturers fault. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Xah's Edu Corner: Examples of Quality Technical Writing

2005-12-17 Thread Roedy Green
ly and be accurate. Your anger has nothing to do with his sexual preference. In the process you got me thinking about plonking you to avoid ever helping a bigot with his Darwinian quest. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulti

Re: Xah's Edu Corner: Responsible Software Licensing

2005-12-17 Thread Roedy Green
. are you bawling out robico or Xah? Attributions are necessary for personal attacks. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: PHP = Perl Improved

2005-12-09 Thread Roedy Green
based on Perl, of which i have mastery. that's very lovely, but off topic. Trolling for language flame wars belong is comp.lang.java.advocacy. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-27 Thread Roedy Green
eir will. What if MS had simply made the threat without being specific about how they were going to carry it off? Would you consider MS so innocent then? -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-27 Thread Roedy Green
to put me out of business was by threatening to arm twist all wholesalers to refuse to sell MS product to me, which any retailer needed to survive in those days. It was obviously quasi legal or the threats would have had paper to back them up so I could go to court now to sue the fuckers. -- Canadian

Re: Microsoft Hatred FAQ

2005-10-27 Thread Roedy Green
re productive debate with a talking coke machine than you. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-27 Thread Roedy Green
x27;t uphold their >contractual obligations. You stupid fuck! How many times do I have to tell you. There was NO contract. Just a THREAT to make me do what they wanted, to go along with their extortion racket. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming

Re: Microsoft Hatred FAQ

2005-10-27 Thread Roedy Green
e very embarrasing if it were revealed to a spouse, without the tiniest hint of a threat to do so. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-27 Thread Roedy Green
On Sun, 16 Oct 2005 16:31:41 GMT, Roedy Green <[EMAIL PROTECTED]> wrote, quoted or indirectly quoted someone who said : >I used to be a retailer of custom computers. MS used a dirty trick to >compete with IBM's OS/2. They said to me as a retailer. You must buy >a copy

Re: Microsoft Hatred FAQ

2005-10-27 Thread Roedy Green
On Thu, 27 Oct 2005 09:13:39 GMT, Roedy Green <[EMAIL PROTECTED]> wrote, quoted or indirectly quoted someone who said : >To put this in perspective, IBM's salespeople made much nastier >threats in their heyday. Dick Toewes, head of Inland Natural Gas, was >in charge o

Re: Microsoft Hatred FAQ

2005-10-27 Thread Roedy Green
reputation as unreliable..." There were the standard tactics on $1 million contracts. Imagine the dirty tricks for the big ones. Mind you, back then $1 million was serious money, especially when you considered the no-bid followons over the years. -- Canadian Mind Products, Roedy Green. http:

Re: Microsoft Hatred FAQ

2005-10-27 Thread Roedy Green
On Thu, 27 Oct 2005 07:58:42 GMT, Roedy Green <[EMAIL PROTECTED]> wrote, quoted or indirectly quoted someone who said : >>I guess I don't understand what you're saying. Are you saying that >>Microsoft demanded you pay them per machine you sold under the table in

Re: Microsoft Hatred FAQ

2005-10-27 Thread Roedy Green
the table in the >absence of a written contract that said that? Or are you simply saying that >they changed the terms of your agreement when it came up for renewal? This was all under the table. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting an

Re: Microsoft Hatred FAQ

2005-10-27 Thread Roedy Green
nce of Microsoft actually using or threatening >force? YES . Have you not read a word I said. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-26 Thread Roedy Green
belong to? -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-26 Thread Roedy Green
buying Windows wholesale. No it was not . It was never on paper. It was not imposed until I had been in business for at least 5 years. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-26 Thread Roedy Green
l agreements. We are talking junior Mafia style enforcement. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-26 Thread Roedy Green
to by a court. Which is the whole reason for the >existence of IBM clones, whether PCs or mainframes. Back in the early days, IBM was just as bad as MS. Competition and some smackdown by the DOJ, have made them much better behaved. -- Canadian Mind Products, Roedy Green. http://mindprod.

Re: Microsoft Hatred FAQ

2005-10-26 Thread Roedy Green
uild the computers. Microsoft have no business telling me what to do when they supplied only one component. I could not even sell a BARE computer. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: a Haskell a Day

2005-10-26 Thread Roedy Green
On 26 Oct 2005 00:38:23 -0700, "Xah Lee" <[EMAIL PROTECTED]> wrote, quoted or indirectly quoted someone who said : >A Haskell A Day: Manifesto This is the wrong newsgroup. Had you done the same for Java, comp.lang.java.help would be the place to post it. -- Canadian Mind Pr

Re: Microsoft Hatred FAQ

2005-10-25 Thread Roedy Green
ng when they got elected. Can you smell corruption? -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-25 Thread Roedy Green
ng >hundreds of millions of spam emails? Of course he cares. He is a shill. He licks that hand that feeds him. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-25 Thread Roedy Green
gs with them because their low standards of conduct. -- Canadian Mind Products, Roedy Green. http://mindprod.com Java custom programming, consulting and coaching. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-25 Thread Roedy Green
put it this way. The pressured me into selling my soul. They did not tempt me into it. They threatened to destroy my business and my livelihood if I did not knuckle under. That is extortion. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contrac

Re: Microsoft Hatred FAQ

2005-10-25 Thread Roedy Green
at position. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-24 Thread Roedy Green
immoral scheme to screw OS/2 or go out of business. Your choice." I call that extortion, even if their lawyers were careful enough to skirt the letter of the law. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-24 Thread Roedy Green
got to do with the price of eggs? -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-23 Thread Roedy Green
On Sun, 23 Oct 2005 23:16:24 GMT, Roedy Green <[EMAIL PROTECTED]> wrote or quoted : >>As well as blame. The commercialization of the Internet was grossly >>mismanaged. Take the InterNIC - please! > >As global bureaucracies go, I think they have done a good job. Can >y

Re: Microsoft Hatred FAQ

2005-10-23 Thread Roedy Green
job. Can you imagine herding the cats of egotistical dictators and politicians from every country on earth who have not a clue about what the function of domain are? -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/m

Re: Microsoft Hatred FAQ

2005-10-22 Thread Roedy Green
Why should the standards of acceptable conduct be any lower for groups of people (namely corporations) than individuals? It would be like excusing bad behaviour based on other group memberships such as churches or gangs. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking ne

Re: Microsoft Hatred FAQ

2005-10-22 Thread Roedy Green
On Sun, 23 Oct 2005 01:00:31 GMT, Roedy Green <[EMAIL PROTECTED]> wrote or quoted : >The choice was go along with MS arm twisting or go out of business. > >I call that extortion. I deeply resent this, because they not only ripped me off, they put me a in position I felt compelled

Re: Microsoft Hatred FAQ

2005-10-22 Thread Roedy Green
is worth. The choice was go along with MS arm twisting or go out of business. I call that extortion. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-21 Thread Roedy Green
If what they did to me in the 90s was not illegal it damn well should have been. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-21 Thread Roedy Green
than the average citizen. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-20 Thread Roedy Green
environment. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-19 Thread Roedy Green
On 19 Oct 2005 09:41:09 GMT, Antoon Pardon <[EMAIL PROTECTED]> wrote or quoted : >As far as I understand you, the company should ship the faulty model. This is what they do. However, I find it odd people seriously suggesting that is the way society SHOULD run. -- Canadian Mind Produc

Re: Microsoft Hatred FAQ

2005-10-19 Thread Roedy Green
e shareholders. All other obligations come from the >harm these failures will do to the shareholders. That's the view of Republican, but it is not the only view. Some might say the law trumps that. It does not matter if breaking the law would be more profitable, you still don't do it. -- Can

Re: Microsoft Hatred FAQ

2005-10-19 Thread Roedy Green
ore a thread. If your newsreader does not support that feature, try an different newsreader. See http://mindprod.com/jgloss/newsgroups.html It is a big thread. Obviously people are interested in it even if you are not. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new

Re: Microsoft Hatred FAQ

2005-10-19 Thread Roedy Green
you can't divorce that from the people who do the actions. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-19 Thread Roedy Green
in your language. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-18 Thread Roedy Green
fired. The company exists as a vehicle to execute the >desires of the shareholders. That's why they get to vote on who runs it. Why should loyalty to company trump all other loyalties -- family, law, species, community, country, religion ... ? -- Canadian Mind Products, Roedy Green. htt

Re: Microsoft Hatred FAQ

2005-10-18 Thread Roedy Green
if making maximum profit for the shareholders were the only consideration in determining conduct. If that is not what you mean, I think you need to hedge more. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-18 Thread Roedy Green
isms.html -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-18 Thread Roedy Green
n. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-18 Thread Roedy Green
almost as convincing as "that's what you think". If your only obligation is to a group of person, that makes you a sort of slave. What about obligations to family, community, yourself? -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-18 Thread Roedy Green
e of school reading and picked an Ayn Rand novel. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-18 Thread Roedy Green
tely on that sort of issue. I started gay lib in my part of the world purely as a "futile moral gesture". Within 2 years to my utter amazement, we had the gay rights legislation. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. --

Re: Jargons of Info Tech industry

2005-10-18 Thread Roedy Green
f long enclosures that are explicitly marked not confidential. You still have spam to a lesser extent and strangers just wanting to talk. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Jargons of Info Tech industry

2005-10-18 Thread Roedy Green
n help let spammers know if they have reached a human :-| If you think about it, much as you hate spammers you WANT them to have that information. If you never read spam, and they know that, they eventually might stop sending it to you and focus on the nitwits who read it. -- Canadian Mind Products,

Re: Microsoft Hatred FAQ

2005-10-18 Thread Roedy Green
ad thing. >> >> Because ... what are the consequences? > >If you mean if you are put in jail for 20 years, and tortured, none. No. ANY consequences. You have not explained the downside. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java progra

Re: Jargons of Info Tech industry

2005-10-18 Thread Roedy Green
On Tue, 18 Oct 2005 07:40:26 GMT, Tim Tyler <[EMAIL PROTECTED]> wrote or quoted : >I didn't think unicode domain names existed. you can even buy them. See http://mindprod.com/jgloss/domainnames.html under "Chinese Domain Names". -- Canadian Mind Products, Roedy Gr

Re: Microsoft Hatred FAQ

2005-10-17 Thread Roedy Green
ng as it isn't force/fraud. I avoid MS products whenever possible. Surely others feel the same way because we have had it up to the teeth with MS dirty tactics. That has to be factored into profitability as well. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new J

Re: Microsoft Hatred FAQ

2005-10-17 Thread Roedy Green
e ... what are the consequences? -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-17 Thread Roedy Green
x27;s products at the center, using anything short of force or fraud. I think that what they did borders on force/fraud. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-17 Thread Roedy Green
On Mon, 17 Oct 2005 19:43:16 -0700, "David Schwartz" <[EMAIL PROTECTED]> wrote or quoted : >I understand why the argument is invalid. I'm presenting it as an >example of a similar invalid argument. Not every post is meant to contradict or inform the OP. -- Ca

Re: Microsoft Hatred FAQ

2005-10-17 Thread Roedy Green
On Mon, 17 Oct 2005 09:37:35 -0700, Alan Balmer <[EMAIL PROTECTED]> wrote or quoted : >You've been around long enough to learn to recognize this poster and >ignore him. Sounds like your plonk filter is on the fritz then. -- Canadian Mind Products, Roedy Green. http://mindprod

Re: Microsoft Hatred FAQ

2005-10-17 Thread Roedy Green
t bribed Bush to pull the plug on the prosecution. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-17 Thread Roedy Green
grossly unfair price advantage. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-17 Thread Roedy Green
no way to avoid the expense. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-17 Thread Roedy Green
On Mon, 17 Oct 2005 00:17:03 -0400, Mike Meyer <[EMAIL PROTECTED]> wrote or quoted : > >Yup. When NS was the 800 lb gorilla on they acted like MS, I think you would need to give some examples. They gave away a free browser. What other evil thing did they do? -- Canadian Mind Pro

Re: Microsoft Hatred FAQ

2005-10-17 Thread Roedy Green
UN, a branch on the US government tree? -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-16 Thread Roedy Green
see http://mindprod.com/jgloss/sqlvendors.html Here is a field where there is healthy competition. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Jargons of Info Tech industry

2005-10-16 Thread Roedy Green
in them. 2. You can reasonably quickly turn computer printouts or paper documents into web content. 3. You don't have to guess what the end user will see. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-16 Thread Roedy Green
educed in price, MS software has increased. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-16 Thread Roedy Green
OSes. That meant a customer who wanted OS/2 had to effectively also buy an unwanted copy of Windows. How could OS/2 compete? -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-16 Thread Roedy Green
hat a specious analogy. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-16 Thread Roedy Green
standard though, but when people >babble about HTML standards they talk about W3C *recommendations*. What do you think the Internet is based on? RFCs. That stands for "Request For Comment". It is an in-sort of Internet humour to name standards that way. -- Canadian Mind Products, Roedy

Re: Microsoft Hatred FAQ

2005-10-16 Thread Roedy Green
and distribution, not whether it can run a given piece of software. Web apps, Java and other multiplatform tools force OSes to compete on quality, not on proprietary lockin. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.p

Re: Microsoft Hatred FAQ

2005-10-16 Thread Roedy Green
s?) There also had that Passport thing. They probably figured they would take over Internet commerce and get rich off the user fees. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-16 Thread Roedy Green
MS refused to believe the Internet was more than a passing fad. They are still frantically patching security holes in their OS over a decade later. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Hatred FAQ

2005-10-14 Thread Roedy Green
il, not because they have a large market share. -- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts. -- http://mail.python.org/mailman/listinfo/python-list

  1   2   >