Live data from Hacker News

How Our Startup Got Featured on CNN

viniciusvacanti.com

21–30 of 30 posts

Re: How Our Startup Got Featured on CNN

#24
post #5

Earlier quoted context omitted.

Our virtual admin sends this email: Hello: My name is [], and I'm part of the Yipit team. I want to confirm that you've been unsubscribed and will no longer receive emails from us. However, as you may know, we're in the very early stages of our New York based start-up and feedback at this stage is extremely valuable. If you'd be willing to hop on a 10 minute call with one of our team members, we'd gladly offer you a…

Hm... I wonder if this would work as well if someone unsubscribes from a paid service and you give them another month for free. Say $20 of value to them and $0 for you.

[deleted]

Re: How Our Startup Got Featured on CNN

#25
post #15
post #5

Earlier quoted context omitted.

Our virtual admin sends this email: Hello: My name is [], and I'm part of the Yipit team. I want to confirm that you've been unsubscribed and will no longer receive emails from us. However, as you may know, we're in the very early stages of our New York based start-up and feedback at this stage is extremely valuable. If you'd be willing to hop on a 10 minute call with one of our team members, we'd gladly offer you a…

Have you ever gotten a bad reaction from these emails? Presumably the user had just expressed that they don't want anymore emails and they're getting another one :)

When unsubscribing from an email service most people would expect to get an email saying that you have successfully unsubscribed.

Re: How Our Startup Got Featured on CNN

#26
post #15

Earlier quoted context omitted.

Have you ever gotten a bad reaction from these emails? Presumably the user had just expressed that they don't want anymore emails and they're getting another one :)

When unsubscribing from an email service most people would expect to get an email saying that you have successfully unsubscribed.

I actually tend to mark that SPAM if I get an email after I've unsubscribed.

Re: How Our Startup Got Featured on CNN

#27
post #5

Earlier quoted context omitted.

Our virtual admin sends this email: Hello: My name is [], and I'm part of the Yipit team. I want to confirm that you've been unsubscribed and will no longer receive emails from us. However, as you may know, we're in the very early stages of our New York based start-up and feedback at this stage is extremely valuable. If you'd be willing to hop on a 10 minute call with one of our team members, we'd gladly offer you a…

Hm... I wonder if this would work as well if someone unsubscribes from a paid service and you give them another month for free. Say $20 of value to them and $0 for you.

The only issue here is if the process of subscribing had them to delete their account, which it typically does. Then if you offer them a free month... it gets tricky, because they'd have to start with scratch. Therefore, you've got to catch/offer them something midway through the delete process.

Re: How Our Startup Got Featured on CNN

#28

Earlier quoted context omitted.

Hm... I wonder if this would work as well if someone unsubscribes from a paid service and you give them another month for free. Say $20 of value to them and $0 for you.

The only issue here is if the process of subscribing had them to delete their account, which it typically does. Then if you offer them a free month... it gets tricky, because they'd have to start with scratch. Therefore, you've got to catch/offer them something midway through the delete process.

We can actually revive a deleted account.

Re: How Our Startup Got Featured on CNN

#30
post #16
post #7

Nice change seeing the Django settings.py file scrolling by rather than the typical 'C' or unix command line output. Hopefully, that isn't the real secret key on display though.

That secret key is not the one in our production repository. We overwrite our development settings in other files. Regardless, the Django secret_key isn't used to control systems or access data :-) -Adam Nelson

No, but it's probably used to sign cookies and other requests, which means one could hijack someone else's session.
Post reply on HN