I used IE until the beginning of this year when I dumped my windows 98. I now run mandrake and initially used Opera (with the banners) as my browser... I tried out Mozilla for a while and then Konqueror for a while with KDE3. I found both Mozilla and Konq dissappointing in rendering many sites... and I couldn't access my online banking with them. So, I switched back to Opera when version 6.0 was released... I even broke down and paid for it! It is in my opinion the best browser available for Linux... nothing can beat it for rendering and speed (at least for all the sites I visit on a regular basis).
I've been using Opera on Linux since the early version 5's... and most recently was running the beta 6. People told me that the new Konqueror on KDE3 is the best so I've been trying that for a while... but I have to admit Opera is the best browser out there. I can handle paying $39 for it as I think it is worth it. Konq, Mozilla, Netscape and Galleon just aren't as fast and do not render as perfectly as Opera.
Hey, who gave you linux? Some Finnish dude. Hey, who created Max Payne? Some Finnish game designers. Hey, who shows you how to overclock
using liquid nitrogen... you guessed it!
I hear they are already creating iLamp software for the new iMacs... this software will cause the entire screen to glow in colors of yellow, sky blue or soft white to simulate a desk lamp.
A special module will be available for treatment of seasonal affect disorder.
YES, it will happen... not yet but some day in the not too distant future we will all be tagged and basic services denied to those who are not tagged.
Maybe we should all start planning for this already. We need to start creating communities that can exist independently of the rest of society... own power supply, water purification systems, waste management systems and farming. Time to start up a commune I guess.
The interesting thing here is that Cyclone may be able to solve C++ wrapper problems. This is not a new problem in the C/C++ world.
When programmers started using C++ to enhance systems written in C, they needed some way to allow C functions (functions that had no knowledge of C++ calling conventions) to call the methods of C++ objects. They wrote wrapper functions to do this. A wrapper functions is a C function that is compiled as if it were a C++ function. Because the wrapper is compiled as a C++ function, it understands the C++ calling conventions. Since it is a C function, other C functions can call it. Anytime a non-wrapper C function needs to call a C++ class method, it calls the wrapper function and requests the wrapper to make the call for it.
Cyclone allows you to permiate your code with wrapperless sub functions which demand redundancy. You can't ask for better than thay when dealing with wrappers!
There is probably a lot of uses for this touch technology in the sex toys industry. The could make certain toys apply the right amounts of pressure to the right places.
Come to think of it, I remember hearing somewhere that aliens had once created a machine in one of the mountains on Mars that creates air but for some reason had abandoned it. If we could find that machine and turn it on... imagine... a blue sky on Mars!
By the same token, you could just create all your websites with very small or hidden frames that refresh their content every second. You could even make "money pit" bomb pages which open up frames recursively only stopping once your computer runs out of memorr/resources and crashes!
You could send links to these pages via spam emails or better yet, just include the html in the email to link directly to your site.
The author abviously doesn't understand how the internet works. There is no way to charge a penny per page since there is no definition of what a page is on the internet. I think it would have to be done by data amount but even then how would stop people from setting up web caching servers and the web site owners from inflating their sites. Also, who would be responsible for collecting the payment? The ISP or the web site owner? Would you need to sign up in order to view any page on the internet? This idea is riduculous no matter how you try to figure it out. You would in essense need to change what the internet is to accomplish this... then it would not be the internet anymore, but instead some service like Compuserve or AOL or Progidy of the old days. I wish people would stop trying to change the internet into a commercial vehicle.
Hey is one of the only articles here that speaks truth! Mod up please!
Command Line still best for file manipulation
on
MS DOS: A Eulogy
·
· Score: 1
I still use msdos on my windows box and bash on my linux box to do all my file manipulation. It is much faster to type what you want to happen then to click and drag over icons and move them. This is especially true when you are interested in moving only certain types of files, it is easy to specify a mask with wildcards on the command line. Try doing any complex file selection with a GUI without having to individually go through and click each wanted file. Ugh!
Maybe if they combined this grunt recognition system with some kind of brain-wave recognition system we could have something. We could all revert to being neadrathals.
I used IE until the beginning of this year when I dumped my windows 98. I now run mandrake and initially used Opera (with the banners) as my browser... I tried out Mozilla for a while and then Konqueror for a while with KDE3. I found both Mozilla and Konq dissappointing in rendering many sites... and I couldn't access my online banking with them. So, I switched back to Opera when version 6.0 was released... I even broke down and paid for it! It is in my opinion the best browser available for Linux... nothing can beat it for rendering and speed (at least for all the sites I visit on a regular basis).
Try this Canadian software companies product called Quasar:
http://www.linuxcanada.com/quasar.html
I've installed on my Mandrake box but haven't really used it much yet.
I've been using Opera on Linux since the early version 5's... and most recently was running the beta 6. People told me that the new Konqueror on KDE3 is the best so I've been trying that for a while... but I have to admit Opera is the best browser out there. I can handle paying $39 for it as I think it is worth it.
Konq, Mozilla, Netscape and Galleon just aren't as fast and do not render as perfectly as Opera.
What if everybody here just started sending letters of complaint to root@panip.com, info@panip.com, etc... Flood their in-boxes with complaints!
See it here.
>Of course, first there needs to be an easy-to-use >and attractive version of Linux. Good luck.
Hey, it's been here for a while and it's called Mandrake.
Actually, it is questionalbe whether the American people voted him in. But I do think that the Americans now need to get him out... and fast!
Hey, who gave you linux? Some Finnish dude. Hey, who created Max Payne? Some Finnish game designers. Hey, who shows you how to overclock
using liquid nitrogen... you guessed it!
It's good to be Finnish.
.
There is an article on Linux Today that says the exact opposite, that apache will die... see it here.
I hear they are already creating iLamp software for the new iMacs... this software will cause the entire screen to glow in colors of yellow, sky blue or soft white to simulate a desk lamp.
A special module will be available for treatment of seasonal affect disorder.
I can't wait to spend a few grand on my very own iLamp!
YES, it will happen... not yet but some day in the not too distant future we will all be tagged and basic services denied to those who are not tagged.
Maybe we should all start planning for this already. We need to start creating communities that can exist independently of the rest of society... own power supply, water purification systems, waste management systems and farming. Time to start up a commune I guess.
The interesting thing here is that Cyclone may be able to solve C++ wrapper problems. This is not a new problem in the C/C++ world.
When programmers started using C++ to enhance systems written in C, they needed some way to allow C functions (functions that had no knowledge of C++ calling conventions) to call the methods of C++ objects. They wrote wrapper functions to do this. A wrapper functions is a C function that is compiled as if it were a C++ function. Because the wrapper is compiled as a C++ function, it understands the C++ calling conventions. Since it is a C function, other C functions can call it. Anytime a non-wrapper C function needs to call a C++ class method, it calls the wrapper function and requests the wrapper to make the call for it.
Cyclone allows you to permiate your code with wrapperless sub functions which demand redundancy. You can't ask for better than thay when dealing with wrappers!
There is probably a lot of uses for this touch technology in the sex toys industry. The could make certain toys apply the right amounts of pressure to the right places.
Come to think of it, I remember hearing somewhere that aliens had once created a machine in one of the mountains on Mars that creates air but for some reason had abandoned it. If we could find that machine and turn it on... imagine... a blue sky on Mars!
If their going to go as far as start mining on Mars, then why not just colonize it and start up some industry and communities there.
By the same token, you could just create all your websites with very small or hidden frames that refresh their content every second. You could even make "money pit" bomb pages which open up frames recursively only stopping once your computer runs out of memorr/resources and crashes!
You could send links to these pages via spam emails or better yet, just include the html in the email to link directly to your site.
The author abviously doesn't understand how the internet works. There is no way to charge a penny per page since there is no definition of what a page is on the internet. I think it would have to be done by data amount but even then how would stop people from setting up web caching servers and the web site owners from inflating their sites. Also, who would be responsible for collecting the payment? The ISP or the web site owner? Would you need to sign up in order to view any page on the internet? This idea is riduculous no matter how you try to figure it out. You would in essense need to change what the internet is to accomplish this... then it would not be the internet anymore, but instead some service like Compuserve or AOL or Progidy of the old days. I wish people would stop trying to change the internet into a commercial vehicle.
Hey is one of the only articles here that speaks truth! Mod up please!
I still use msdos on my windows box and bash on my linux box to do all my file manipulation. It is much faster to type what you want to happen then to click and drag over icons and move them. This is especially true when you are interested in moving only certain types of files, it is easy to specify a mask with wildcards on the command line. Try doing any complex file selection with a GUI without having to individually go through and click each wanted file. Ugh!
Cruise missiles that travel so fast they are extremely difficult to track and intercept.
I'm sure the US military is paying attention to this.
Maybe if they combined this grunt recognition system with some kind of brain-wave recognition system we could have something. We could all revert to being neadrathals.
...but the car just kept saying that the door was a jar, which as you can imagine is both annoying and illogical.