My company is already using AlphaMail which does exactly the samething. And my next build of our document delivery system will add javascript to pdfs and webbugs to htmls.
We're not protecting documents in any way, only capturing the tracking information. A lot of organization don't know that 1 seat license means 1 person and this tracking information would highlight offenders.
Hey look,
Kylix itself could be free (core level libraries & compiler), Borland already has a free c++ compiler. But if you need a good visual IDE, drag and drop form design + additional goodies you need to pay. That's very fare.
I think you are going over the limit by applying that KDE is illegal. You should watch what you are saying since you are a public person.
In any case I don't believe FSF and GPL, because I did not see ANY cases where GPL won legally. Until there is a precedent, GPL is nothing.
Please refrain from using Gnome until it will stop crashdump everything 5 secs. Even windows doesnt crash that much.
Do they have any choice? Bush is pushing anti missile defence and more expense for military, including "Black projects". China is almost second in military after US, their fleet is bigger then Russian one already. Russian would be happy to get rid of nuclear weapons and military, but US doesnt want really to follow them.
Beacause those torpedoes are actually underwater missilles with over 2 mach speed. Imagine what kind of a circle it would have to make before hitting the mothership. Possible that an another boat fired a torpedo and by accident got Kursk.
Re:Same old rant over and over again
on
Why Not MySQL?
·
· Score: 1
From http://www.mysql.com/download.html: Downloads for MySQL 3.23 versions Alpha release.
I am sorry, but I would even use ALPHA release for developement, not talking about production!
So as of right now mySQL still does not have subqueries.
I have used PostgresSQl for a long time: 1) It's stable 2) Most complete SQL 3) Easy to go from it to another more powerfull database. I have no problems converting it to Oracle.
Re:Right Tool for the Right Job[TM]
on
Why Not MySQL?
·
· Score: 1
Well I had to use mySQL one time, it sucks big time. Maybe you can use it for _really_ simple projects. Problems: 1) No transactions. It is very important, a lot of my projects have complex DBs. If you do multiple insert/update/delete you need transactions. 2) No FROM in UPDATE statements, is that really cool??? How do I heck updated a table if I need data from an another table? I had to do select and then loop through the result and do update on each row!!! If my script failed I would have some percent of records updated and some not (no transactions).
My company is already using AlphaMail which does exactly the samething. And my next build of our document delivery system will add javascript to pdfs and webbugs to htmls.
:-)
We're not protecting documents in any way, only capturing the tracking information. A lot of organization don't know that 1 seat license means 1 person and this tracking information would highlight offenders.
Our subsriptions are 5k+/yearly
If you are a freelance = sure! The code is yours, full time employee = I don't think so.
Hey look, Kylix itself could be free (core level libraries & compiler), Borland already has a free c++ compiler. But if you need a good visual IDE, drag and drop form design + additional goodies you need to pay. That's very fare.
Actually Borlan's Kylix works with both and first it supported KDE.
Oh yea and since the kernel 2.2.16 all BogoMIPS are doubled for Intel's cpus. Go figure.
BogoMips doesnt mean anything my dual celeron 500Mhz box shows 1998.0 Bogomips.... Just double the Mhz stuff.
Now I'm gonna use OpenSSL evetywrere with no restrictions. Whoohoooo!!!!
I think you are going over the limit by applying that KDE is illegal. You should watch what you are saying since you are a public person.
In any case I don't believe FSF and GPL, because I did not see ANY cases where GPL won legally. Until there is a precedent, GPL is nothing.
Please refrain from using Gnome until it will stop crashdump everything 5 secs. Even windows doesnt crash that much.
Do they have any choice? Bush is pushing anti missile defence and more expense for military, including "Black projects". China is almost second in military after US, their fleet is bigger then Russian one already. Russian would be happy to get rid of nuclear weapons and military, but US doesnt want really to follow them.
Beacause those torpedoes are actually underwater missilles with over 2 mach speed. Imagine what kind of a circle it would have to make before hitting the mothership. Possible that an another boat fired a torpedo and by accident got Kursk.
From http://www.mysql.com/download.html:
Downloads for MySQL 3.23 versions Alpha release.
I am sorry, but I would even use ALPHA release for developement, not talking about production!
So as of right now mySQL still does not have subqueries.
I have used PostgresSQl for a long time:
1) It's stable
2) Most complete SQL
3) Easy to go from it to another more powerfull database. I have no problems converting it to Oracle.
Well I had to use mySQL one time, it sucks big time. Maybe you can use it for _really_ simple projects. Problems: 1) No transactions. It is very important, a lot of my projects have complex DBs. If you do multiple insert/update/delete you need transactions. 2) No FROM in UPDATE statements, is that really cool??? How do I heck updated a table if I need data from an another table? I had to do select and then loop through the result and do update on each row!!! If my script failed I would have some percent of records updated and some not (no transactions).