Posting as an anonymous coward because this is a lie?
I live here and we dont have ANY restrictions upon VOIP... as a matter of fact, we are currently working on getting a large voip setup for headquarters and regional offices....
i've stuffed my p800 with 128Mb memory 3 CDs in ogg format... it also works with wireless bluetooth headsets... If you get a p900, i think it supports up to a 512 or 1Gb of flash...
and if you need more space... just carry more memory cards... (there's even a trick for the p800 so you can strap a memory along with the battery (inside the phone) for carrying... I believe other symbian capable phones are also able to run oggplay...
ZoDB itself is not scalable... and zope is DOG slow if you run it alone... *BUT* the cool thing is that you can add a product called "zope accelerator" or something similar to that to your zope page and set up a squid in front of zope... On the squid config, you establish a trust relation pretending that zope (actually this zope accelerator") IS another proxy (sibling).
what happens now is that: zope sets a expiry date for your non-changing documents to way ahead in the future (you set this value). and squid caches it... and NEVER asks zope for it until this content expires... if you change this content, zope will then TELL squid to invalidate it's cache... so the next user that goes in gets the updated page...
Have you seen how fast squid can get? for serving stuff already in it's cache?
and ZODB itself can't be clustered (actually it can, with ZRS [zope replication services] which is not free from zope.org]) zope can.... and if you benchmark your web pages, you will notice that ZODB takes VERY little % of the processing time... with python + zope itself getting the objects and preparing them for presentation taking up the rest.
So: you can build very scalable zope servers... you just need to know how to do it think in the lines of : 1 or 2 squids (they can be on the zope servers themselves, as squid takes little CPU), 2 zope servers doing load balance (zope does that natively) and a ZODB server (can be on one of the servers if you are budget constrained).
or you can shell out some cash and get ZRS to replicate everything, including the zodb.
oh just on a side note... be careful if you're going to present zope to arabic clients... it translate to something like "dick" to their language and it took me a while to discover why they laughed everytime i mentioned "zope"...
zope ROCKS the boat... it is one of the BEST content management system if you install PLONE on it as well.... zope rocks TOTALLY, believe it.. i use it and wouldn't change it for anything...
afaik mailscanner accesses the mailer files directly, which is not a good solution... (the postfix authors state that this format might change without notice so it should not be used directly for compatibility)... I personally rather use amavis-new (ng?)...
Well, not directly, but they sure took the wind out of my sails with their newPicasa Photo Organizer and corresponding photo publisher Hello. I've been working on a photo editor/publisher application for personal use off and on for around 2 years. Lately, I've been think about how a lite weight, easy to use solution would be a big hit among new parents/grandparents like myself. Here they go giving it away for free. Who could do such a thing?
You know what? I will not be daunted. I will rise up from my defeat and create a better application. That'll show 'em. One that publishes your photos to your blog, other users of your application, or via email. Wait, Hello already does that? How about cropping and reformatting your photos and organizing them into an album. What, Picasa has that covered?
But, aha! I'll bet their solution doesn't use the power of Visual Basic.Net and the.Net Framework. With.Net behind me, nothing can stop me! And, maybe I'll publish my source. More on this later...
posted @ 8/27/2004 9:56 AM by Mike Carter
:) "i'm the super-dot-net-nerd!"
yeah... like google was the first one to come up with this...
everyone knows that gnomes are fat...
http://members.aol.com/TheRobots2/jpeg/gnome.jpg
btw: i'm a kde user...
kde 3.4 Rocks.... and kde 4 (with qt 4) will rock even more...
Posting as an anonymous coward because this is a lie?
I live here and we dont have ANY restrictions upon VOIP...
as a matter of fact, we are currently working on getting a large voip setup for headquarters and regional offices....
Troll...
I read "Nat Friedman" (which is funny by itself) as :(
"Nat friendly"
i'll go outside now...
Because it would suck to call it "AdministratorKit" silly...
then get a p800, p900 or even better, the p910 from Sony Ericsson...0 .8.jpg
http://symbianoggplay.sourceforge.net/
and
http://symbianoggplay.sourceforge.net/screen_fo_v
i've stuffed my p800 with 128Mb memory 3 CDs in ogg format... it also works with wireless bluetooth headsets...
If you get a p900, i think it supports up to a 512 or 1Gb of flash...
and if you need more space... just carry more memory cards... (there's even a trick for the p800 so you can strap a memory along with the battery (inside the phone) for carrying...
I believe other symbian capable phones are also able to run oggplay...
please quit smocking crack
probably for pennies... as steam SUCKS
now lets use one on star wars and really see if Han shoots first!
you misspelled "exploiting"
emerge this-is-cool
no emerge? count me out... .and vice versa...
you already could use apt with rpm based distros..
except that gentoo is still alive :)
what google has to do is:
... randomly...
run test queries no one would ever do on msn, check their logs for IPs / masks
then write some code to:
1) send results to any query coming from these ranges properly, but with the url link changed to
goatse or tubgirl/etc/etc....
imagine the news:
"msn search was hacked! shows "tunnel man" as result for searching "the vatican"
2) Have an internal google staff meeting on a big room with a huge tv screen showing the news channels...
3) Laugh a lot
4) profit!
hehehe you got that right... except for the last part...
take out "my base"
and put "mahbase" instead.
ZoDB itself is not scalable... and zope is DOG slow if you run it alone...
*BUT*
the cool thing is that you can add a product called "zope accelerator" or something similar to that
to your zope page and set up a squid in front of zope...
On the squid config, you establish a trust relation pretending that zope (actually this zope accelerator") IS another proxy (sibling).
what happens now is that:
zope sets a expiry date for your non-changing documents to way ahead in the future (you set this value).
and squid caches it... and NEVER asks zope for it until this content expires...
if you change this content, zope will then TELL squid to invalidate it's cache...
so the next user that goes in gets the updated page...
Have you seen how fast squid can get? for serving stuff already in it's cache?
and ZODB itself can't be clustered (actually it can, with ZRS [zope replication services] which is not free from zope.org]) zope can....
and if you benchmark your web pages, you will notice that ZODB takes VERY little % of the processing time... with python + zope itself getting the objects and preparing them for presentation taking up the rest.
So: you can build very scalable zope servers... you just need to know how to do it
think in the lines of : 1 or 2 squids (they can be on the zope servers themselves, as squid takes little CPU), 2 zope servers doing load balance (zope does that natively) and a ZODB server (can be on one of the servers if you are budget constrained).
or you can shell out some cash and get ZRS to replicate everything, including the zodb.
oh just on a side note... be careful if you're going to present zope to arabic clients... ...
it translate to something like "dick" to their language and it took me a while to discover why they laughed everytime i mentioned "zope"
zope ROCKS the boat...
it is one of the BEST content management system if you install PLONE on it as well....
zope rocks TOTALLY, believe it..
i use it and wouldn't change it for anything...
seeing a Doom3 ad below this story...
Cs is so..... 2002ish...
when will we see shooters dressed as imps and demons?
My p800 have been doing that for quite a while now :/ ...
quick! :)
switch to a microkernel based OS and webserver we all know would stand up to this attack nicely...
jk
Yeah yeah! but does it include the BFG?
afaik mailscanner accesses the mailer files directly, which is not a good solution... ...
(the postfix authors state that this format might change without notice so it should not be used directly for compatibility)...
I personally rather use amavis-new (ng?)
yeah... like google was the first one to come up with this...
good luck kiddo...