Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

1) send and receive is built in API

2) just keep a db log - simple

3) omg - set an int(12) of time() when you want it sent in DB... run a cron script, check if currentTime>sendTime... send!

4) meh - simple enough

I don't get how companies like this get funding - so simple and do nothing imo except provide another point of failure.



Thanks for the feedback.

1. You have to build an endpoint and process the inbound requests, that takes a good deal more engineering time than making an api call to check for them.

2. This gets complex when you're sending messages to users in the context of groups an individuals. it's not a big problem but you'd still have to code it.

3. That sounds simple but doesn't account for things like timezones.


1) no it doesn't - i've done it plenty of times with twilio - very simple 2) ok... 3) WATCH OUT - TIMEZONES!!!!!!!!! TIME = SERVER_TIMEZONE + (USER_OFFSET)... or you can locally change the time zone of the whole account to their local one... come on... easy.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: