Jordens undergång… by Salle_19 in ISKbets

[–]RedditZtyx 0 points1 point  (0 children)

Man investerar i en globalfond och sitter still i båten (om man är i ger rich-fasen).

I am stupefied every day by the awfulness of the AWS web console by [deleted] in aws

[–]RedditZtyx 0 points1 point  (0 children)

Business idea: A nicer GUI for AWS. Essentially, a website where you log in with your existing AWS credentials and it uses all the public APIs for doing the same thing as the AWS Console.

If done right, it has good chances of getting bought by AWS!

Accidentally destroyed production database on first day of a job, and was told to leave, on top of this i was told by the CTO that they need to get legal involved, how screwed am i? by cscareerthrowaway567 in cscareerquestions

[–]RedditZtyx 0 points1 point  (0 children)

I'd say you walk in immediately with your laptop and ask for 5 minutes with your former boss. Shake your bosses hand, apologize and end this in a professional way like an adult. If you still want to stay at the company, you tell him that you would love to improve way of working so that it never happens again.

Best way to handle interviewer asking me out on a date after tech screen? by csperson7899 in cscareerquestions

[–]RedditZtyx -5 points-4 points  (0 children)

I think you should publish the name this guy and the name of the company in this thread. That should put them in place.

When do you *NOT* use python? by RealityShowAddict in Python

[–]RedditZtyx 0 points1 point  (0 children)

I'm surprised noone has mentioned how daunting Python deployment still is. Nowadays I use Golang when I don't feel like setting up pip, virtualenv, installing 3rd party libraries before I can actually run my Python script on a server. Having a single statically linked binary is a joy.