30 July 2010

The Ruby Reflector

Topic

SMS

  Source Favicon
Email

…built my share of CRM, PIM, Analytics, marketing campaigns, SMS, IM servers; you name it I probably built it.

So now, when I start a new business I make the list of the third party companies and tools that I am going to off-load what's not part of the product experience to:

* CMS/ Blog => wordpress/radiantcms * Marketing email campaign => MadMimi, Mailchimp and the likes * CRM => Fatfree crm, sugar crm * Analytics => Google * Forums =>

jroller.com Read
  Source Favicon
By Alan Choyna of Pathfinder Development 1 month ago.
Email

Then. on Monday afternoon I received some SMS and email alerts from our monitoring system that a few of our app servers had stopped responding to queries. Since it was a few app VM's which failed I went straight to our HP based SAN, which would not respond to either SSH or web access, even ILO showed it as being up. I began to get very nervous thinking about the risk of data corruption on our multi terabyte array.....

When I arrived at the data center the SAN was not responsive …

pathf.com Read
  Source Favicon
Email

One of the first issues I ran into with Android was in the SMS app. For the life of me, I couldn't figure out why it wasn't auto-completing my brother's work cell number when I typed his name. It turns out that the application will only autocomplete numbers that are marked as ‘mobile' in the Contacts application. In the case of my brother, I mark his work Blackberry as ‘work' and his personal iPhone as ‘home'. On the iPhone, it will search any of the …

carpeaqua.com Read
  Source Favicon
By jeff of The Queue Blog 2 months ago.
Email
  Source Favicon
By Patrick of MicroISV on a Shoestring 3 months ago.
Email

….) It is a web application that handles scheduling and automated appointment reminders via phone, SMS, email, and post cards. The phone and SMS reminders are through the magic of Twilio , which lets you make and receive phone calls and SMSes using simple web technology.

My value proposition to my customers is simple:

Schedule your appointments in the easy-to-use web interface. That's all you have to do.

Prior to the appointment, we'll automatically remind …

kalzumeus.com Read
  Source Favicon
By Alan Skorkin of SKORKS 3 months ago.
Email

…you have them , it doesn't matter how you do it, dictate them into your phone, carry a pen and paper, send yourself an SMS. Just make you sure you don't lose them; there is really no point in training yourself to have ideas if you're just going to let them flow away into the ether. Especially considering that given enough time, any one of them could be a real winner .

Images by Cayusa and sarah ...

skorks.com Read
  Source Favicon
By Patrick of MicroISV on a Shoestring 3 months ago.
Email

…with HTTP 200 when they try to access it (every 15 minutes or so), you get an email or SMS. This is the simplest thing that could possibly work, but there are circumstances where it won't catch failures. (For example, applications of non-trivial complexity often have parts which can fail without taking the front page down.)

I recommend creating an internal status page which automatically checks all the things you think are crucial, risky, and tractable to resolution if you were to know …

kalzumeus.com Read
  Source Favicon
By Jacob Harris of Nimble Code 4 months ago.
Email

…it's scary out there. Such transitions can be jarring ( Not to mention impossible for users of SMS or the Peek twitter devices ), and have only been tolerated thus far by the status update services because there has been no alternative. Until now.

Introducing TweetFTP (the Tweet File Transfer Protocol), a revolutionary new approach for sharing files within the contents of tweets themselves. It works by encoding a file to be transferred as a series of encoded tweets (plus …

nimblecode.com Read
  Source Favicon
By Peter Cooper of Rails Inside 4 months ago.
Email

…on the web, but are simply unacceptable for our realtime microwork service at kgb. For both web and SMS apps, response time is absolutely critical to customer satisfaction. Differences between these techs require different scaling approaches, and we work with both at the same time. Almost every SMS gets passed directly to our workers on the web, who we call "agents". An agent's response then travels from the web to the customer via SMS.

So for each question answered, we faced …

railsinside.com Read
  Source Favicon
By 0x4a6f4672 of 4 Lines of Code 5 months ago.
Email

sending of bulk email, newsletters or SMS

Many big sites use background jobs and job queues to process time consuming operations, for example Amazon, GitHub and Twitter, at least in early days. Amazon offers now a queue service named Amazon SQS. Chris Wanstrath has written a short history of using background jobs in GitHub . Twitter has tried various ways of using background processes, too.

There are in fact many options for performing background processing in Rails

4loc.wordpress.com Read