"There is no downside to lower gas prices. lower prices on anything is always a positive. "
This is only true in the belief system of Libertarian Fundamentalists.
Libertarian Fundamentalists believe that the "free" market leads to optimal economic solutions.
But that is not true. The free market does lead to lower prices in some sectors and accumulation of wealth by owners of the economy. But that is just one point in a large space of possible economies. For the case in point, lower gas prices and the shale oil boom are having the effect of reducing incentive to produce renewable energy solutions which, ultimately, we will need for the economy to function and to reduce green house gas effects. It is not logically true that subsidies are intrinsically evil as long as they have the effect of remedying unintended consequences of the narrow-minded free market religion.
Also, the main point to this article was that we need to repair our transportation infrastructure and doing so via an inflation-adjusted tax on gas is one possible way to finance those needed repairs.
The Libertarian Fundamentalist on this board don't really believe in competition, they obsequiously believe in "free" markets and imagine that the oil companies prosper in a "free" market (which is freer to those with wealth and power).
In the United States, credible estimates of annual fossil fuel subsidies range from $10 billion to $52 billion annually yet these donÃf(TM)t even include costs borne by taxpayers related to the climate, local environmental, and health impacts of the fossil fuel industry.
[The slashdot GUI makes it impossible to be sure I am replying to a post or creating a new post. My intention here is to reply to the original post having subject: Laser Eye Surgery, Revisited 10 Years Later]
The reason I don't have Lasik done is because I have bifocals for reading but normally am able to read and see clearly to about 18 inches. My optometrist informed me that after Lasik, my close up vision will be worse. I.e., I am now able to read and see things close to me without corrective lenses. But after Lasik the distance would be decreased substantially and I would need higher power corrective lenses for close up sight. I prefer to be glasses free for close up sight.
How lonely it would be on Mars. What a horrible idea.
As for the super-rich going on space roller coaster rides, sure why not. The transfer of wealth upward (which Fundamentalist Libertarians think is natural since "government is bad" and the "free" market is good) is going to make it possible for the upper one tenth or one hundredth per cent to pay for and go on such rides. Maybe they'll notice that the odds of surviving a launch and successful return into space are in only one in a few hundred and decide to spend their money on moats or whatever new form of security systems will be needed in the future to keep the rabble out.
> The whole concept of usenet is out of date, you can argue > back and forth about the nntp protocol versus the http > protocol but today it is far more practical to have one > group on one server and...
Where to start...
If you think HTTP can replace NNTP you may as well also think that HTTP can replace SMTP. I guess some people may think that, if we can believe Facebook messages will have any kind of longevity. Gawd.
Newsgroups provide an IETF standard format for providing time-stamp, author, subject, and referenced predecessor associated with a posted message body and, nicely, the ability to CC or BCC the work to email addresses. In addition, NNTP provides the ability to *remove* a posted article, something that even email has failed to provide. Finally, owing to how it is implemented, USENET provides archiving in a way that no single (HTTP) Web site could ever hope to provide. The day Facebook dies will be the day all messages in the history of Facebook die with it.
No, NNTP is not "out of date". It is, in fact, the least understood sleeper protocol on the Internet and it is a shame that it has been co-opted by "Forums", blogs, Twitter, and Facebook. Not that Twitter and Facebook do not have virtues, they do. Just community forums is not one of them, compared with the venerable USENET.
You are in your mid-twenties and you have it all figured out.
You think that 200,000,000 workers all making individual investment decisions would result in a return on investment and retirement system better than social security. You think the logic of return above real growth + inflation can last forever (it cannot - eventually only some people would have all of the money - do the arithmetic).
You like the crap shoot that the market provides and are OK with a large chunk of those 200,000,000 investors getting screwed every 20 or 30 years?
Social Security is one of the best most stable investment programs ever invented and young Libertarians such as yourself have been complaining about it since I was your age.
My 92 year old mom worked her entire life and saved and the marked F***ked her. Her social security is the one safety net she has. Her social security makes it less on hard on me to provide for her, which I do, btw.
I'll be curious to see what your opinions are when you are 55. I heard your exact same arguments from the Silicon Valley crowed 30 years ago. I was at Berkeley, they were at Stanford. That's funny, public vs private. Social Security was supposed to be broke by now. It isn't. And the only reason it will be is if the illogic of the Libertarian Fundamentalists such as yourself remain in control and the Goldman Sachs and other (overpaid) investment bankers of the world and the U.S. Oligarchy continues to transfer wealth to itself at so ably has done these past 30 years.
Read Les Leopold's book The Looting of America, How Wall Street's Game of Fantasy Finance Destroyed Our Jobs, Pensions, and Prosperity and What We Can Do About It.
> I doubt that the internally-released version of MySQL on non-windows > platforms was so amazingly successful that PostgreSQL felt a need to > copy the name.
I stand corrected (am humbled by the facts, per your sig).
My confusion is partly because I was familiar with Postgres from the mid-1980s (and with is predecessor Ingres from the early 1980s), so when it changed names I remember feeling that the venerable old name had been ruined.
Funny one memory of facts can become corrupted. I should have checked my facts before spouting off. The rest of my post stands.
In a related thread talking about PostgreSQL, it was written:
> My guess is they weren't really buying MySQL for the technology, > they were buying it for the community.
Good point.
AND, that is precisely why technologies such as Perl and MySQL succeed so well in spite of suboptimal even awkward design within the product.
First, beware of posters here, including me, that, as with religious text editor debates, tend to like what they know, and what they have used the most.
That being said...
I remember the first time I saw the Perl Book (way back when) my reaction after a 30 minute skim read was "there is no way I am going to use a language that has a manual this thick and is so out of touch with computer science". Yet now I love Perl and am kind of proficient with it. Why? Because the community that develops it not only cares about the community, they make things easy to do from the system point of view: installing, providing examples, being pragmatic about over overloading constructs in just the right way so that one can get things done and get them done quickly, etc., etc., etc.
In MySQL it is quite nice, for example, that '', NULL, and 0 all tend to have the same semantics in certain contexts. Or that on the command line, you can enter a comment beginning with any of//, --, or/*... */ . Those are trivial examples but they illustrate the common sense pragmatism that the MySQL designers put into their system. It just makes life nicer for the user.
Look SQL itself is sucky. All of the RDBMs must cope with that. So the least one can do is provide system level ease of use. MySQL does that quite well, which is one important reason it has a thriving community.
Sometimes you get both - good design and community. Witness Python. I have not had reason to develop with Python but when the Python book first came out, unlike my initial negative reaction to the Perl Book, I thought "Now THAT is a good language. The manual is very understandable and the design is clean." The fact that a solid community arose is icing on the cake for Python and an *additional* fact about Python culture. There are excellent languages, such as Common Lisp, that failed to develop a vibrant community so excellence of language is neither a necessary nor sufficient condition to foster community.
MySQL designers and community make the right choices to support the fostering of the language. Postgres (I refuse to use the new name PostgreSQL which is a cheap cop out and attempt to leverage on the success of MySQL by copying the idea of the name) and Oracle do not share that basic thrust of making things simple to use at the system level. Oracle was first though, and is "real", very real. And very solid. So it continues to dominate based on sheer user base in critical applications, the complexity of building a complex solution in the RDBMS space, and, quite simply, because it is so very reliable.
Don't get me wrong, if I had my druthers, I might use Postgres. But, for the same reason I went with Linux and the world went with Intel chips over Motorola, it's all about pragmatism and just getting things done. I started looking for a UNIX on a PC back in about 1985. When FreeBSD came out I tried it. It was only when Linux, due to the sheer pragmatism of its community attracted so many followers and I noticed that friends of mine in the research community were going with it that I made the decision to do likewise, and have not looked back. Same reason I stuck with Red Hat after giving SuSE a sold try a few years ago.
MySQL is to easy use and, more importantly, EASY TO START USING. Then, once the community evolves, things feed on themselves. You get lots of example code, good documention, etc. You are off and running.
Disclaimer: I have not used Postgres very much. I have and do use both Oracle and MySQL a lot. But I tried PostgreSQL (OK, I'll call it that) enough to be frustrated by its lack of community and a
> My guess is they weren't really buying MySQL > for the technology, they were buying it for > the community.
Good point. AND, that is precisely why technologies such as Perl and MySQL succeed so well in spite of suboptimal even awkward design within the product.
First, beware of posters here, including me, that, as with religious text editor debates, tend to like what they know, and what they have used the most. That being said...
I remember the first time I saw the Perl Book (way back when) my reaction after a 30 minute skim read was "there is no way I am going to use a language that has a manual this thick and is so out of touch with computer science". Yet now I love Perl and am kind of proficient with it. Why? Because the community that develops it not only cares about the community, they make things easy to do from the system point of view: installing, providing examples, being pragmatic about over overloading constructs in just the right way so that one can get things done and get them done quickly, etc., etc., etc.
Isn't it nice that '', NIL, and 0 all tend to have the same semantics in context in MySQL, for example? That on the command line, you can enter a comment with//, --, or/*... */? Those are trivial examples but they illustrate the common sense pragmatism that the MySQL designers put into their system. It just makes life nicer for the user.
MySQL designers and community make the right choices to support the fostering of the language. Postgres (I refuse to use the new name PostgreSQL which is a cheap cop out and attempt to leverage on the success of MySQL by copying the idea of the name) and Oracle do not share that basic thrust of making things simple to use at the system level. Oracle was first though, and is "real", very real. And very solid. So it continues to dominate based on sheer user base in critical applications and the complexity of building a complex solution in the RDBMS space.
Don't get me wrong, if I had my druthers, I would use Postgres. But, for same reason I went with Linux and the world went with Intel chips over Motorola, it's all about pragmatism and just getting things done. I started looking for a UNIX on a PC back in about 1985. When FreeBSD came out I tried it. It was only when Linux, due to the sheer pragmatism of its community attracted so many followers and I noticed that friends of mine in the research community were going with it that I made the decision to do likewise, and have not looked back. Same reason I stuck with Red Hat after giving SuSE a sold try a few years ago.
MySQL is to use and, more importantly, EASY TO START USING.
Disclaimer: I have not used PostGres very much at all. I have and do use both Oracle and MySQL a lot. I tried PostgreSQL (OK, I'll call it that) enough to be frustrated by its lack of community and approachability. I am sure that if I applied myself on some serious project, I could become a fan of PostgreSQL. I might yet do that if the right opportunity arises. Buy MySQL now HAS the community and, like with Windows, people have to make a choice that is swayed by the sheer momentum since, after all, you need community. It takes a village, as someone once put it.
i was arguing that solar will become economical as an energy supply during peak usage (mid-day). The solar panels need not be at the location of the workplace - the point is that electric cars (hybrid) will become economical and can be charged at the work place - solar (and wind) power will end up dominating the energy supply (if not now, then 100 years from now) unless we use nuclear, which requires storing waste material for tens or hundreds of thousands of years, which is absurd.
Don't expect the Chinese or anyone to forgo the luxury of private cars. I am all for public transit (and dramatic increase in budget to build it instead of destroying Iraq, for example). But private cars are great, China will want them, and the solution is to find non-petroleum-based means to power them. I.e., hybrid and fuel cell (based on current knowledge). Both of those will benefit from solar and wind power. Solar (and wind) are inexhaustable power sources and are MUCH cleaner than petroleum and nuclear power sources).
Solar panels will be used to charge batteries of electric and plug-in hybrid cars.
Newer fuel cell technology will need solar power to split water.
ALL of this will become economical as the price of oil continues to rise, which it will since demand is now equal to or greater than supply and is growing more rapidly than supply.
i use a keyboard with no numeric keypad so that my right hand is closer to the mouse and when using the mouse my forearm is in a more straight orientation (less stress on the elbow)
i once calculated the number of square miles of desk space wasted by numeric keypads on conventional keyboards along with the number of man years of time per *day* spent by the human race due to the additional 0.1 seconds of time to move the hand across the numeric keypad in order to get to the mouse. I forget the numbers, but they are hilarious
touch screens suck for most point and click operations due to the amount of time it takes to move the hand to the point on the screen - the mouse remains the best solution for most such activity especially since typical patterns involve using the mouse for a moment followed by a large amount of typing or, using the mouse almost exclusively with the right hand while using Control-C, Control-V, etc. with the left hand
some day, a combination of mouse and voice recognition might replace typing, more likely a combination of all three: keyboard, mouse, and voice
right now I get a different file manager opening up for every application I run - no consistency whatsoever - browser, print screen saver, general file manager, etc. all bring up different applications with different saved state
there needs to be a common file manager with common saved state (most recent folders visited, default folder, favorites, etc. etc. etc.)
I spend my time redrilling down from top level folders everytime I want to save-as or open or create new files.
I wrote about the 'Microsoft problem' in 1999: > http://www.linuxtoday.com/news_story.php3?ltsn=1999-08-04-012-10-NW-SM
I spent years (in the 1990s) programming to the Windows API. I eventually concluded that the APIs are not understood by anyone, not even anyone at Microsoft, much less completely specified.
I would venture to say that for any given component in the MS API hierarchy, there is no one, not even the original programmer, who can provide a complete description of the semantics and API of that compenent.
Unlike the web, USENET articles include a subject, date, and author as part of the formalism and are intrinsically threaded.
Unlike forums, news articles have their own URL (news://...) so can be linked to.
Unlike mailing lists, newsgroup articles reside on servers so they do not encumber your mail box. You go to them, they do not come to you.
Almost all email readers come with a news reader.
Finally, although public forums are subject to spam, the spam problem will be solved eventually, it is possible to set up moderated newsgroups, and, one of the least used possibilities of the internet, private newsgroups make for an excellent means to collaborative project management.
GoogeGroups is good. Some posts here point out that the default reply operation does not include the quoted post being replied to. But the 'show options > reply' method of creating a reply *does* quote the post being replied to.
I consider the lack of that in the default reply to be design flaw but not a condemnation of either GoogleGroups or USENET.
Ganjadude states:
"There is no downside to lower gas prices. lower prices on anything is always a positive. "
This is only true in the belief system of Libertarian Fundamentalists.
Libertarian Fundamentalists believe that the "free" market leads to optimal economic solutions.
But that is not true. The free market does lead to lower prices in some sectors and accumulation of wealth by owners of the economy. But that is just one point in a large space of possible economies. For the case in point, lower gas prices and the shale oil boom are having the effect of reducing incentive to produce renewable energy solutions which, ultimately, we will need for the economy to function and to reduce green house gas effects. It is not logically true that subsidies are intrinsically evil as long as they have the effect of remedying unintended consequences of the narrow-minded free market religion.
Also, the main point to this article was that we need to repair our transportation infrastructure and doing so via an inflation-adjusted tax on gas is one possible way to finance those needed repairs.
The Libertarian Fundamentalist on this board don't really believe in competition, they obsequiously believe in "free" markets and imagine that the oil companies prosper in a "free" market (which is freer to those with wealth and power).
To quote http://priceofoil.org/fossil-f... :
In the United States, credible estimates of annual fossil fuel subsidies range from $10 billion to $52 billion annually yet these donÃf(TM)t even include costs borne by taxpayers related to the climate, local environmental, and health impacts of the fossil fuel industry.
[The slashdot GUI makes it impossible to be sure I am replying to a post or creating a new post. My intention here is to reply to the original post having subject: Laser Eye Surgery, Revisited 10 Years Later]
The reason I don't have Lasik done is because I have bifocals for reading but normally am able to read and see clearly to about 18 inches. My optometrist informed me that after Lasik, my close up vision will be worse. I.e., I am now able to read and see things close to me without corrective lenses. But after Lasik the distance would be decreased substantially and I would need higher power corrective lenses for close up sight. I prefer to be glasses free for close up sight.
How lonely it would be on Mars. What a horrible idea.
As for the super-rich going on space roller coaster rides, sure why not. The transfer of wealth upward (which Fundamentalist Libertarians think is natural since "government is bad" and the "free" market is good) is going to make it possible for the upper one tenth or one hundredth per cent to pay for and go on such rides. Maybe they'll notice that the odds of surviving a launch and successful return into space are in only one in a few hundred and decide to spend their money on moats or whatever new form of security systems will be needed in the future to keep the rabble out.
Kjella (173770) wrote:
> The whole concept of usenet is out of date, you can argue ...
> back and forth about the nntp protocol versus the http
> protocol but today it is far more practical to have one
> group on one server and
Where to start...
If you think HTTP can replace NNTP you may as well also
think that HTTP can replace SMTP. I guess some people may
think that, if we can believe Facebook messages will have
any kind of longevity. Gawd.
Newsgroups provide an IETF standard format for providing
time-stamp, author, subject, and referenced predecessor associated
with a posted message body and, nicely, the ability to CC or BCC the
work to email addresses. In addition, NNTP provides the ability
to *remove* a posted article, something that even email has failed
to provide. Finally, owing to how it is implemented, USENET provides
archiving in a way that no single (HTTP) Web site could ever hope
to provide. The day Facebook dies will be the day all messages
in the history of Facebook die with it.
No, NNTP is not "out of date". It is, in fact, the least understood
sleeper protocol on the Internet and it is a shame that it has been
co-opted by "Forums", blogs, Twitter, and Facebook. Not that Twitter
and Facebook do not have virtues, they do. Just community forums
is not one of them, compared with the venerable USENET.
You are in your mid-twenties and you have it all figured out.
You think that 200,000,000 workers all making individual investment decisions would result in a return on investment and retirement system better than social security. You think the logic of return above real growth + inflation can last forever (it cannot - eventually only some people would have all of the money - do the arithmetic).
You like the crap shoot that the market provides and are OK with a large chunk of those 200,000,000 investors getting screwed every 20 or 30 years?
Social Security is one of the best most stable investment programs ever invented and young Libertarians such as yourself have been complaining about it since I was your age.
My 92 year old mom worked her entire life and saved and the marked F***ked her. Her social security is the one safety net she has. Her social security makes it less on hard on me to provide for her, which I do, btw.
I'll be curious to see what your opinions are when you are 55. I heard your exact same arguments from the Silicon Valley crowed 30 years ago. I was at Berkeley, they were at Stanford. That's funny, public vs private. Social Security was supposed to be broke by now. It isn't. And the only reason it will be is if the illogic of the Libertarian Fundamentalists such as yourself remain in control and the Goldman Sachs and other (overpaid) investment bankers of the world and the U.S. Oligarchy continues to transfer wealth to itself at so ably has done these past 30 years.
Read Les Leopold's book The Looting of America, How Wall Street's Game of Fantasy Finance Destroyed Our Jobs, Pensions, and Prosperity and What We Can Do About It.
Cheers,
Dennis Allard
SQL has always sucked.
It is so good to hear that all major SQL projects are dropping the SQL language.
My full editorial on the choice of name at:
http://oceanpark.com/blog/2010/01/the-google-phone/
I think it is appropriate for this topic to be a source
of discussion at ZDNet. Could we who read slashdot
please be spared this waste of time.
Thank you.
Dennis Allard
First, Oracle and Apache, as good as they are, are not
apps, in my opinion. Apps are things end users use directly.
Visicalc was the pioneer. Not Lotus, for crying out loud.
My list would include:
WordStar
vi
emacs
Word
UNIX mail
rogue (just kidding)
ftp
Mosaic (ancestor of Firefox)
> I doubt that the internally-released version of MySQL on non-windows
> platforms was so amazingly successful that PostgreSQL felt a need to
> copy the name.
I stand corrected (am humbled by the facts, per your sig).
My confusion is partly because I was familiar with Postgres from
the mid-1980s (and with is predecessor Ingres from the early 1980s),
so when it changed names I remember feeling that the venerable
old name had been ruined.
Funny one memory of facts can become corrupted. I should have
checked my facts before spouting off. The rest of my post stands.
Thanks for the history pointers.
In a related thread talking about PostgreSQL, it was written:
> My guess is they weren't really buying MySQL for the technology,
> they were buying it for the community.
Good point.
AND, that is precisely why technologies such as Perl and MySQL succeed so well in spite of suboptimal even awkward design within the product.
First, beware of posters here, including me, that, as with religious text editor debates, tend to like what they know, and what they have used the most.
That being said...
I remember the first time I saw the Perl Book (way back when) my reaction after a 30 minute skim read was "there is no way I am going to use a language that has a manual this thick and is so out of touch with computer science". Yet now I love Perl and am kind of proficient with it. Why? Because the community that develops it not only cares about the community, they make things easy to do from the system point of view: installing, providing examples, being pragmatic about over overloading constructs in just the right way so that one can get things done and get them done quickly, etc., etc., etc.
In MySQL it is quite nice, for example, that '', NULL, and 0 all tend to have the same semantics in certain contexts. Or that on the command line, you can enter a comment beginning with any of //, --, or /* ... */ . Those are trivial examples but they illustrate the common sense pragmatism that the MySQL designers put into their system. It just makes life nicer for the user.
Look SQL itself is sucky. All of the RDBMs must cope with that. So the least one can do is provide system level ease of use. MySQL does that quite well, which is one important reason it has a thriving community.
Sometimes you get both - good design and community. Witness Python. I have not had reason to develop with Python but when the Python book first came out, unlike my initial negative reaction to the Perl Book, I thought "Now THAT is a good language. The manual is very understandable and the design is clean." The fact that a solid community arose is icing on the cake for Python and an *additional* fact about Python culture. There are excellent languages, such as Common Lisp, that failed to develop a vibrant community so excellence of language is neither a necessary nor sufficient condition to foster community.
MySQL designers and community make the right choices to support the fostering of the language. Postgres (I refuse to use the new name PostgreSQL which is a cheap cop out and attempt to leverage on the success of MySQL by copying the idea of the name) and Oracle do not share that basic thrust of making things simple to use at the system level. Oracle was first though, and is "real", very real. And very solid. So it continues to dominate based on sheer user base in critical applications, the complexity of building a complex solution in the RDBMS space, and, quite simply, because it is so very reliable.
Don't get me wrong, if I had my druthers, I might use Postgres. But, for the same reason I went with Linux and the world went with Intel chips over Motorola, it's all about pragmatism and just getting things done. I started looking for a UNIX on a PC back in about 1985. When FreeBSD came out I tried it. It was only when Linux, due to the sheer pragmatism of its community attracted so many followers and I noticed that friends of mine in the research community were going with it that I made the decision to do likewise, and have not looked back. Same reason I stuck with Red Hat after giving SuSE a sold try a few years ago.
MySQL is to easy use and, more importantly, EASY TO START USING. Then, once the community evolves, things feed on themselves. You get lots of example code, good documention, etc. You are off and running.
Disclaimer: I have not used Postgres very much. I have and do use both Oracle and MySQL a lot. But I tried PostgreSQL (OK, I'll call it that) enough to be frustrated by its lack of community and a
> My guess is they weren't really buying MySQL
> for the technology, they were buying it for
> the community.
Good point. AND, that is precisely why technologies
such as Perl and MySQL succeed so well in spite of
suboptimal even awkward design within the product.
First, beware of posters here, including me,
that, as with religious text editor debates, tend
to like what they know, and what they have used
the most. That being said...
I remember the first time I saw the Perl Book (way
back when) my reaction after a 30 minute skim read
was "there is no way I am going to use a language
that has a manual this thick and is so out of touch
with computer science". Yet now I love Perl and
am kind of proficient with it. Why? Because the
community that develops it not only cares about
the community, they make things easy to do from
the system point of view: installing, providing
examples, being pragmatic about over overloading
constructs in just the right way so that one can
get things done and get them done quickly, etc.,
etc., etc.
Isn't it nice that '', NIL, and 0 all tend to //, --, or /* ... */?
have the same semantics in context in MySQL,
for example? That on the command line, you
can enter a comment with
Those are trivial examples but they illustrate
the common sense pragmatism that the MySQL
designers put into their system. It just makes
life nicer for the user.
MySQL designers and community make the right
choices to support the fostering of the language.
Postgres (I refuse to use the new name PostgreSQL
which is a cheap cop out and attempt to leverage
on the success of MySQL by copying the idea of
the name) and Oracle do not share that basic
thrust of making things simple to use at the
system level. Oracle was first though, and
is "real", very real. And very solid. So it
continues to dominate based on sheer user base
in critical applications and the complexity of
building a complex solution in the RDBMS space.
Don't get me wrong, if I had my druthers, I would
use Postgres. But, for same reason I went with
Linux and the world went with Intel chips over
Motorola, it's all about pragmatism and just
getting things done. I started looking for a UNIX
on a PC back in about 1985. When FreeBSD came out
I tried it. It was only when Linux, due to the
sheer pragmatism of its community attracted so
many followers and I noticed that friends of mine
in the research community were going with it that
I made the decision to do likewise, and have not
looked back. Same reason I stuck with Red Hat
after giving SuSE a sold try a few years ago.
MySQL is to use and, more importantly, EASY TO
START USING.
Disclaimer: I have not used PostGres very much at
all. I have and do use both Oracle and MySQL a lot.
I tried PostgreSQL (OK, I'll call it that)
enough to be frustrated by its lack of community
and approachability. I am sure that if I applied
myself on some serious project, I could become a
fan of PostgreSQL. I might yet do that if the
right opportunity arises. Buy MySQL now HAS the
community and, like with Windows, people have to
make a choice that is swayed by the sheer momentum
since, after all, you need community. It takes
a village, as someone once put it.
I am more curious if this is symmetric bw.
As time goes by we will continue to need high
speed outbound (outbound video, etc.)
I also don't think it hurts to be able to
have more distributed servers and that
means more outbound bandwidth everywhere.
We have not yet invented all the reasons we
will want outbound bandwidth.
see:
http://oceanpark.com/webmuseum/kurzweil/critique-1.html
i was arguing that solar will become economical as an energy supply during peak usage (mid-day). The solar panels need not be at the location of the workplace - the point is that electric cars (hybrid) will become economical and can be charged at the work place - solar (and wind) power will end up dominating the energy supply (if not now, then 100 years from now) unless we use nuclear, which requires storing waste material for tens or hundreds of thousands of years, which is absurd.
Don't expect the Chinese or anyone to forgo the luxury of private cars. I am all for public transit (and dramatic increase in budget to build it instead of destroying Iraq, for example). But private cars are great, China will want them, and the solution is to find non-petroleum-based means to power them. I.e., hybrid and fuel cell (based on current knowledge). Both of those will benefit from solar and wind power. Solar (and wind) are inexhaustable power sources and are MUCH cleaner than petroleum and nuclear power sources).
the solar recharging should be done where the
car is located - for example, at the work place
global demand is growing - the Chinese economy
will surpass the U.S. economy this century
Oil is used to power cars.
Solar panels will be used to charge
batteries of electric and plug-in
hybrid cars.
Newer fuel cell technology will need
solar power to split water.
ALL of this will become economical
as the price of oil continues to rise,
which it will since demand is now equal
to or greater than supply and is growing
more rapidly than supply.
i use a keyboard with no numeric keypad
so that my right hand is closer to the
mouse and when using the mouse my forearm
is in a more straight orientation (less
stress on the elbow)
i once calculated the number of square
miles of desk space wasted by numeric
keypads on conventional keyboards along
with the number of man years of time
per *day* spent by the human race due
to the additional 0.1 seconds of time
to move the hand across the numeric
keypad in order to get to the mouse.
I forget the numbers, but they are
hilarious
touch screens suck for most point and
click operations due to the amount of
time it takes to move the hand to the
point on the screen - the mouse remains
the best solution for most such activity
especially since typical patterns involve
using the mouse for a moment followed by
a large amount of typing or, using the
mouse almost exclusively with the right
hand while using Control-C, Control-V, etc.
with the left hand
some day, a combination of mouse and voice
recognition might replace typing, more likely
a combination of all three: keyboard, mouse,
and voice
my two cents
Dennis Allard
Correction: omit 'apparently'. Reads better
and is more accurate.
right now I get a different file manager
opening up for every application I run -
no consistency whatsoever - browser,
print screen saver, general file manager,
etc. all bring up different applications
with different saved state
there needs to be a common file manager
with common saved state (most recent
folders visited, default folder, favorites,
etc. etc. etc.)
I spend my time redrilling down from top
level folders everytime I want to save-as
or open or create new files.
it's a joke
I wrote about the 'Microsoft problem' in 1999:
> http://www.linuxtoday.com/news_story.php3?ltsn=1999-08-04-012-10-NW-SM
I spent years (in the 1990s) programming
to the Windows API. I eventually concluded
that the APIs are not understood by anyone,
not even anyone at Microsoft, much less
completely specified.
I would venture to say that for any given
component in the MS API hierarchy, there is
no one, not even the original programmer, who
can provide a complete description of the
semantics and API of that compenent.
discovered connotes exists independently of thought
invented connotes the product of thought
a problem is that thinking is necessary to observe discovery
arguably everything is discovered (Plato)
nothing is new under the Sun
discovered connotes exists independently of thought
invented connotes the product of thought
a problem is that thinking is necessary to observe discovery
arguably everything is discovered (Plato)
nothing is new under the Sun
Unlike ad hoc Web forums, USENET is based on an
IETF standards. See:
http://www.ietf.org/rfc/rfc0977.txt?number=977
http://www.ietf.org/rfc/rfc0850.txt?number=850
Unlike the web, USENET articles include a
subject, date, and author as part of the
formalism and are intrinsically threaded.
Unlike forums, news articles have their own
URL (news://...) so can be linked to.
Unlike mailing lists, newsgroup articles
reside on servers so they do not encumber
your mail box. You go to them, they do not
come to you.
Almost all email readers come with a news reader.
Finally, although public forums are subject to
spam, the spam problem will be solved eventually,
it is possible to set up moderated newsgroups,
and, one of the least used possibilities of
the internet, private newsgroups make for an
excellent means to collaborative project
management.
GoogeGroups is good. Some posts here point out
that the default reply operation does not
include the quoted post being replied to. But
the 'show options > reply' method of creating
a reply *does* quote the post being replied to.
I consider the lack of that in the default
reply to be design flaw but not a condemnation
of either GoogleGroups or USENET.
Cheers,
Dennis Allard