Wednesday, August 24, 2011

Spam Pazarlama

Yeni bir politikam var. Aldığım her spam maile karşılık, bana "gel gel" yapan o kurumu arayıp, "niye bana spam yolluyorsunuz" diye çemkiriyorum.

Taze bir örnek;
+ Bikbikbik İngilizce kursu, nasıl yardımcı olabilirim.
- Merhaba. Yaklaşık bir saat önce, kurumunuzdan "Şok! 6 ay İngilizce Eğitimi alana +1 ay bedava" başlıklı bir mail aldım. Bu e-postadan haberiniz var mı acaba?
+ Evet efendim. Bilmemne kampanyamızla bilmemne ay bikbikbik siksiksik.
- Teşekkür ederim. Onu sormayacaktım yalnız. E-posta adresimi nereden aldınız acaba?
+ Nasıl?
- Bu e-posta adresimi kimse ile paylaşmıyordum, iş için kullanıyorum sadece. Sizin elinize nasıl geçti?
+ Anlaşmalı olduğumuz pazarlama kurumları var, onlar gönderiyorlar.
- İyi de e-posta adresimi nereden satın aldınız? Listenizde mail adresim olmasa nasıl göndereceksiniz?
+ İnanın bizde adresleriniz tutulmuyor.
- Söyleyin, kimden aldıysanız onlara gidip çemkireyim?
+ Bu bilgiye malesef ulaşamıyoruz beyefendi.
- Yanlış anlaşılmasın, sizinle en ufak bir derdim yok. Sorunum yöneticilerinizle, pazarlamacılarınızla, reklamcılarınızla. Bu yapılan etik değil, ve dahi itici. Bununla ilgili olarak lütfen şikayetçi insanlar olduğunu üstlerinize iletin. Teşekkür ederim, iyi çalışmalar.
+ ...

Ve telefondaki abla "iyi günler" bile demeden telefonu yüzüme kapadı.

Her hafta buna benzer en az 2 telefon görüşmesi yapıyorum. Bazılarının telefonunu bulamayıp, sitelerine girip, iletişim kısmından mail atıyorum. Yolladıkları spam mailin sonuna insan gibi "Bülten gönderimimizden çıkmak için tıklayın." linki koyanlara ise o kadar da sert tepki vermiyorum, bunu da belirteyim. Ama bazılarına ise hiçbir şekilde dişim geçmiyor (bankalar özellikle), en çok da onlara uyuz oluyorum.

Nefret ediyorum bu spam olayından.

Biliyorum, müşteri hizmetlerini aradığımda karşıma çıkan vatandaş da emir kulu. En ufak bir garezim yok ona. Hatta çoğu zaman da neden bahsettiğim hakkında en ufak bir fikri olmuyor garibanların. Ama sinir bozucu üstlerden gelen emirler, büyüklerin belirlediği stratejiler var ve agresif pazarlama teknikleri yüzünden o call-centercı çocuklar benim gibi gıcık tiplerle muhatap oluyorlar. Yazık değil mi herkese?

Bu durumdan rahatsız olan başkaları da olmuş. Şu bloga rastladım aramalarımda,
Spam Burada
İlginçtir ki aynı şirketten şikayetçiyiz, geçen haftalarda daybuyday.com'u aramıştım aynı mevzu yüzünden. Oradakiler de mail adresimi nereden bulduklarını bilmiyorlar.

İşte bu ahval ve şerait içinde, kendi kendime edindiğim vazifem, "Onlar bana spam yapıyorsa, ben de onlara spam yaparım." şeklinde. Onlar benim e-posta adresimi taciz ediyorsa, ben de onların müşteri hizmetlerini taciz ederim. Onlar bana vakit kaybettirirse, ben de onlara vakit kaybettiririm.

Tuesday, August 09, 2011

AVG Anti-Virus Free Edition 2011 Notification Removal

To remove the notification frame under the AVG Anti-Virus Free Edition 2011 main window, which is titled "AVG Internet Security 2011"; just delete the avgfree_us.mht (or your language) placed in AVG installation folder. It should be something like this:
C:\Program Files (x86)\AVG\AVG10\avgfree_us.mht
Nice and tight.

How To Stop Firefox Domain Guessing Feature

Short (tldr):

There is a feature behaviour in Firefox: Domain Guessing.

To disable this, there is an about:config entry named browser.fixup.alternate.enabled but setting this option to false does not stop it from working. This seems to be a bug. But to prevent this, you may use another bug. Just set "network.proxy.socks_remote_dns" to "true" to stop domain guessing!
https://bugzilla.mozilla.org/show_bug.cgi?id=567070



Details:

There is a feature behaviour in Firefox: domain guessing.

This works like this: If you enter "google" in the address bar, it tries to connect "www.google.com"

This is done via adding a prefix (ie. "www.") and a suffix (ie. ".com") to the string you just typed in as an address.

But this also has a bad affect about local addresses. For example, your computer's name is "cagricelebi" and you have a server locally running 127.0.0.1 (there is no place like home) you need to go "http://cagricelebi/" and to do this, you simply write "cagricelebi" on the address bar in Firefox. But this feature does a redirection "www.cagricelebi.com", which is not the place I needed to go (: Another example; you may also be in a company network, and this domain guessing feature prevents you from accessing other people's hosts via computer names.

Like this, as you enter "localhost" in the address bar, it tries to connect
www.localhost.com

Bad, isn't it?

On forums (and everywhere around) there is a suggestion to prevent this: Setting the about:config parameter named "browser.fixup.alternate.enabled" to "false". But that seems to be broken. No matter what I set this value (either true or false) my browser tries to add the prefix and suffix to url: "domatesdomates" is always redirected to www.domatesdomates.com sadly...

Furthermore there are other parameters while using domain guessing:
browser.fixup.alternate.prefix = www.
browser.fixup.alternate.suffix = .com

But these are used when you use Ctrl+Enter shortcut. For example you set the suffix as ".wordpress.com" and you enter "localhost" and press ctrl+enter; you are sent to http://www.localhost.wordpress.com . Interesting behaviour. This may be a bug also.

Finally, after searching bugzilla.mozilla.org, I found a bug related to this,
https://bugzilla.mozilla.org/show_bug.cgi?id=567070

And yes, that bug can be a fix to that domain guessing bug.

There is an about:config entry named "network.proxy.socks_remote_dns" and settings this to "true" is overrides "browser.fixup.alternate.enabled" and stops this from working.

If you set "network.proxy.socks_remote_dns" to "true", henceworth the names you enter address bar (ie. localhost) does not go to the http://www.localhost.com/ and just connected as http://localhost/.

I hope this helps.