Hacker News new | ask | show | jobs
by 1212312tay 1881 days ago
Code is deployed on AWS. The computer was her personal computer.

I am as stumped as you are.

2 comments

Pretty insane situation! I can only guess that she is hiding something. Some possibilities, maybe: She lost the code and can't access it, but it's till running in prod; She hired someone else to write the code and doesn't want to be exposed as a fraud; She has some personal history or a contract dispute with Max that you are not aware of.

Regardless of her motivation, it seems your priority should be getting access to whatever code or binaries you can, and quickly. You mentioned the code is on AWS. What's protecting it there? Can you SSH into the box? Is she holding the AWS account hostage? Even if you do get in, can you extract the code from the server? What's the architecture/language?

Sounds like an amusing situation anyway, I hope you're at least getting paid well.

> She hired someone else to write the code and doesn't want to be exposed as a fraud

Another possibility is that Ava subcontracted someone else to write the code and now they're refusing to hand it over to her.

Ill try that for sure. Thanks for the advice!
If the code is on AWS, try to get access to it from there. If it's perl/python then you will have the scripts. For others you can try decompiling the code as a last resort.

In your contract do you have a clause that she has to share the code? If so tell her point blank that she has to share the code otherwise she is in breach of contract.

If she says that she has already shared the code, look for specific functionality in the product and ask for the code that corresponds to that function/action.

- Suramya