seen from India
seen from United States

seen from Maldives
seen from Iraq
seen from United States
seen from Saudi Arabia
seen from Argentina

seen from Bangladesh
seen from United States

seen from United States

seen from United States
seen from Pakistan
seen from Mexico

seen from Netherlands

seen from United States
seen from Brazil
seen from Brazil
seen from Singapore
seen from Netherlands
seen from United States

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
iDoneThis + AlfredApp = daily standup nirvana
I've been testing out iDoneThis as a way of steam-lining the reporting for our team's morning stand-up meetings.
It's a simple concept. It sends you a reminder email each day which you reply to with what you completed, this goes into a daily calendar and a digest is sent to all your team members each morning. There are other useful features too but that's a good summary.
Previously I was keeping things in a list in Trello, but my personal Trello boards were getting out of control so I'm hoping iDoneThis will be a good way of moving some of the clutter elsewhere.
So far, so good. But I wanted to reduce the friction a bit further and found that Chad Stovern had created a workflow for the Alfred launcher (which I friggin' love). There is a how-to and download link for it.
One thing was missing though... It relies on having Postfix properly configured in OS X, which it isn't out of the box. So here are the instructions you'll need to configure Postfix to use Gmail as a mail relay...
Open a Terminal window
sudo vim /etc/postfix/main.cf
Add the following lines to the file and save it.
# Gmail Relay Configuration relayhost = [smtp.gmail.com]:587 smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous smtp_use_tls = yes smtp_tls_security_level=encrypt tls_random_source = dev:/dev/urandom
sudo vim /etc/postfix/sasl_passwd
Add the following line (use an application-specific password if you have 2-factor authentication enabled on your Google account):
[smtp.gmail.com]:587 Â Â [email protected]:PASSWORD
sudo chmod go-rx /etc/postfix/sasl_passwdÂ
sudo postmap /etc/postfix/sasl_passwd
Test it out... printf "Subject: Testing Postfix" | sendmail -f [email protected] [email protected]
That's it.. Now sign up for iDoneThis, install the Alfred Workflow and "idid Made the stand-up meeting that much quicker & more focussed"...