kai's blog

How to Set Up DomainKeys to Successfully Deliver Emails to Yahoo and MSN(Hotmail/Live)

Submitted by kai on Wed, 2008-12-31 19:26. ::

Long gone is the day where your server program can just send emails to anyone without getting rejected or filtered as spam.

This is especially true with email to Yahoo users. It appears that Yahoo just out-right dismisses any email that's not signed with DomainKeys. Your non-DomainKeys-signed emails will not even appear in a Yahoo user's spam box.

In my testing, hotmail/live mail puts non-DomainKeys-signed emails into spam box. Even though GMail checks DomainKeys and SPF record, it is most liberal in letting emails through even when emails doesn't have DomainKeys signing or SPF record.

How Deal Sites/Forums Got Started, Their Buisness Models and Why They Are Successful

Submitted by kai on Tue, 2008-12-30 20:26. ::

As I recalled, deal sites first started around 1999, 2000 during the dot com period. Everything was crazy back then. Retailers had a lot of glitches(like stackable coupons) where people could easily exploit.

There was anandtech's hot deal forum, then bensbargains.net , techbargains.com etc

but admins on anandtech started banning coupon posting. Then Fatwallet started. Whenever some practices get banned in one site, other sites will appear to support the practices.

How to Set Up SPF to Successfully Deliver Emails to GMail, MSN(Hotmail/Live), AOL

Submitted by kai on Sat, 2008-12-27 23:18. ::

The day where your server program can just send emails to anyone without getting rejected or filtered as spam is long gone because of the exploiting email spamming program.

In order to ensure successful email delivery to GMail, MSN(Hotmail/Live), AOL email addresses, you need to use SPF(Sender Policy Framework)

  1. Make sure your mail server is not openly relaying emails.
  2. Gather the list of IPs where your server program(s) will send emails from for your domain.
  3. Set up reverse DNS to associate your domain name with the IPs.
  4. Use Sender ID Framework SPF Record Wizard or The SPF Setup Wizard to generate SPF record.

Ask Google about Santa

Submitted by kai on Wed, 2008-12-24 17:09. ::

Google hot trends show how people are googling "santa" at Wed, Dec 24, 2008 3:52 PM:

  • santa tracker 2008
  • google earth santa tracker
  • where is santa right now
  • where is santa claus
  • santatracks.com
  • santa radar norad
  • track santa christmas eve
  • santa claus tracker norad
  • www.santatracks.com
  • santaclaus.net
  • is santa real
  • santa locator
  • santa sightings
  • santa finder
  • when will santa come to my house
  • santa s naughty or nice list
  • santa radar.com
  • santa s phone number
  • santa search
  • noradsantatracker
  • tracksanta.com

Merb + Rails = Rails 3

Submitted by kai on Tue, 2008-12-23 23:49. ::

This exciting news is all over the web:

Rails 3 will certainly become more modular, and run faster! One will easily take out components that are not useful(such as URL routing/rewrite when developing a backend service) for his/her projects and plug in other implementations instead using default(such as DataMapper or Sequel instead of ActiveRecords).

First Look at Clickriver - Amazon's Pay Per Click(Sponsored Link) Advertising Program for Service Providers

Submitted by kai on Mon, 2008-12-22 16:52. ::

Clickriver Ads, the sponsored links program from Amazon, lets service providers reach active shoppers on Amazon.com via pay per click advertising. For example, for a lawyer, he can advertise his service targeting users in his region that browses and searches for legal books on Amazon. Amazon has a good "How it works" page.

Here's my impression with Clickriver:

  • Clickriver structures your ppc marketing with the hierarchy of campaigns and ads. * A campaign with a daily budget can hold multiple ads.

List of Free Software for Mac

Submitted by kai on Sun, 2008-12-21 23:39. ::

Who says that you must shell out big bucks for software when you switch to Mac?

Mind Your Twitter Account's Security

Submitted by kai on Fri, 2008-12-12 23:59. ::

Just call me paranoid:

  • Why does Twitter NOT offer oAuth to authenticate users via API? Many twitter-api-powered applications ask for one's twitter user name and password in order to use the service. Because Twitter doesn't support something like oAuth, Twitter-api-powered applications have to store your credentials themselves. When ANY of your twitter applications get compromised, your twitter credential will be stolen. so I don't really think using Twitter to send money via a app like twitpay is a viable option until Twitter fixes this problem.

Scuttlelicious 0.2.4 Released with Firefox 3 Support(Finally)

Submitted by kai on Thu, 2008-12-11 23:21. ::

I've upgraded Scuttlelicious to version 0.2.4:

  • Click here to install
  • If you are using Firefox 3, and Firefox disables the extension or doesn't allow you to install the above version, you will need to get the version at the official Firefox Add-ons site because Firefox 3 requires a extension hosting site to be SSL-enabled

Changes:

Ruby on Rails Caching: memcached Connection Lost Problem - FiveRuns' Memcache-client to Rescue

Submitted by kai on Sun, 2008-10-05 23:56. ::

You use memcached server and memcached-client for caching with your Ruby on Rails application. One day, monit tells you that memcached got restarted. Sounds good. But when you check your Ruby on Rails app, it gives you 500 errrors all over the place. You check your server logs. Tons of errors on 'lost connection' with memcache. It turned out that memcached-client doesn't automatically retry on failed memcached connection.

Fortunately, FiveRuns fixed memcached-client and released it

XML feed