cliftonc/calipso

Is this project dead?

stevenvachon opened this issue · 16 comments

I'm not the only one who's wondering this.

I know I need to spend more time on it, sorry. I am trying to get back.
Andy

On Mar 19, 2014, at 12:16 AM, Steven Vachon notifications@github.com wrote:

I'm not the only one who's wondering this.


Reply to this email directly or view it on GitHub.

Thank you

Re-opened in case others are thinking of asking the same thing.

Wondering the same. 404 on http://calip.so/

This is on nodejitsu and it keeps on dying. Not sure why, I don't see any error messages.
I'll restart it again.
Andy

On Mar 26, 2014, at 3:39 PM, DSKVR notifications@github.com wrote:

Wondering the same. 404 on http://calip.so/


Reply to this email directly or view it on GitHub.

For at least 3 days in a row now, it's been displaying 404.

I'm aware of the forever package, isn't this a good case to use it? It's really bad for the project to have a Homepage that dies this often.

I restarted and pushed a change that should hopefully catch the exception. It seems to happen with badly migrated passwords from bcrypt to pbkdf2.
Thanks
Andy

On May 12, 2014, at 1:22 AM, Elie Zedeck RANDRIAMIANDRIRAY notifications@github.com wrote:

For at least 3 days in a row now, it's been displaying 404.

I'm aware of the forever package, isn't this a good case to use it? It's really bad for the project to have a Homepage that dies this often.


Reply to this email directly or view it on GitHub.

I think I figured out why it was crashing. It's been up for a while now.
There was a problem with the bcrypt to pbkdf2 upgrade. This would cause an exception that didn't get dropped.

Looking for a resource who knows this project well.

I have been maintaining it although not as active as I'd like to. What specifically do you need to know?
Andy

On Jun 13, 2014, at 4:49 PM, samuelgoldenbaum notifications@github.com wrote:

Looking for a resource who knows this project well.


Reply to this email directly or view it on GitHub.

Sent you a linkedin request - mail me at: samuel.goldenbaum(at)hellocomputer.com and we can setup a Skype chat

Website's down again.

While I consider calipso dead, especially with Automattic's new "Calypso" launched recently, omni is an interesting lib that might help lighten the load in this project.

Unfortunately nodejitsu is no longer so we’ll need a real web deployment which I haven’t really setup yet.
I was working on an express 4 branch and a refactor to make the whole calipso a node module. Unfortunately I have a bunch of other things on my plate.
Thanks
Andy

On Nov 24, 2015, at 9:19 AM, Steven Vachon notifications@github.com wrote:

Website's down again.

While I consider calipso dead, especially with Automattic's new "Calypso" launched recently, omni https://github.com/chielkunkels/omni is an interesting lib that might help lighten the load in this project.


Reply to this email directly or view it on GitHub #257 (comment).

nbro commented

@richtera Don't start something that you cannot finish next time.

:) ok. I'll try to get back to it. At least I didn't mess up the published npm module. My goal was to create a new version using express4 and refactoring so that calipso will be a npm module inside of each deployment rather than a partial copy. Is anyone interested in it or interested in helping?

Bump. What's the status of the project?

I think it would be interesting to revive this project.