Open Side Menu Go to the Top
Register
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** ** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **

02-25-2017 , 09:30 PM
Quote:
Originally Posted by PJo336
Wow is 2 really true? Not in this case for sure though, even if the first ransom artist did copy your db, the next guy comes in and wipes a blank db and wipes out the old message as well.
For the kind of ransomware the encrypts your hard drive, yes. I have not come across the mongo ones, maybe they do, maybe they don't.

Quote:
Originally Posted by Grue
I honestly have no idea what this means, thats how bad I am at this.
If it is possible to access your database (mongo, sql or otherwise) from outside of the computer (or trusted network) your webserver resides on, you've made a mistake. If you get this right, you don't really need to worry much about passwords on the database servers.

If you want to access them from somewhere else, typically you just ssh into your webserver or a machine within the trusted network, and forward the required ports from there. This is so common that most decent SQL and mongo clients have built in options for this.

Really, unless you have a Super Good Reason (and you probably don't) then the only ports you should be able to access from the outside of your webserver should be 22, 80, and 443
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-25-2017 , 09:41 PM
ok I'll look into that but that would make gui tools like robomongo/mongochef/studio 3t not work for prod right? Not that its a huge deal.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-25-2017 , 11:26 PM
If you're waiting for an offer do you keep interviewing with other places?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-25-2017 , 11:28 PM
Yes
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-25-2017 , 11:49 PM
Quote:
Originally Posted by Grue
ok I'll look into that but that would make gui tools like robomongo/mongochef/studio 3t not work for prod right? Not that its a huge deal.
Use SSH to port forward 27017 and whatever else it uses, and the GUI tools should work just fine when you connect to "localhost"
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-25-2017 , 11:50 PM
Yes up until you accept.

If you want to speed up the process let the company know you have other interviews lined up but will cancel them if they make you a good offer
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-26-2017 , 12:14 AM
Quote:
Originally Posted by kerowo
If you're waiting for an offer do you keep interviewing with other places?
You keep interviewing until you sign the offer.

If you really like the place, you can negotiate saying that you have other interviews lining up but if they can sweeten the offer, you can sign right away and cancel the other ones.

The best thing to do is to wait for other interviews to finish first. That way you will have more leverage.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-26-2017 , 12:20 AM
Thanks!
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-26-2017 , 12:25 AM
I cancelled a few after receiving an offer. One we had discussed salary range already, and I had kind of pushed for it to be a bit higher. They told me a range that was the "highest" they could possibly go. When I cancelled the final interview because I was accepting a diff offer, they immediately offered even more. Wish I had the guts to actually bluff once in a while
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-26-2017 , 12:47 AM
Yeah, I'm pretty horrible at the money part mostly because 50 year old technology workers are an endangered species...
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-26-2017 , 02:03 AM
Can anyone recommend any good tutorials for learning React JS?

The official tutorial https://facebook.github.io/react/tutorial/tutorial.html has me on tilt.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-26-2017 , 07:59 AM
Quote:
Originally Posted by kerowo
Yeah, I'm pretty horrible at the money part mostly because 50 year old technology workers are an endangered species...
Start identifying as gender fluid.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-26-2017 , 01:10 PM
You can call yourself a bucket of cum, I'll stick to saying I bring gravitas to the position.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-26-2017 , 04:17 PM
Quote:
Originally Posted by Grue
ok I'll look into that but that would make gui tools like robomongo/mongochef/studio 3t not work for prod right? Not that its a huge deal.
Depends on the tool. Robomongo is fine with this, there's a section in the config for the connection to give it your ssh credentials (ideally using an ssh key, not username/password). I have never used the other 2 you mentioned. Also, as mentioned, there is SSH forwarding.

What I have done is I wrote a simple python app that I use for everything. I start it like
myapp -u myuser -p mypassword -e environment
where environment is, for example, local, staging or production.

It has a bunch of windows you can open
* run any API endpoint
* run SQL queries
* run mongo queries
* view various logs
* edit feature flags
* interact with AWS (mostly I use this to kill bad instances)
and I guess I'll add anything else I use on a daily basis. It's not as "nice" as robomongo but it gets the job done fine and I don't have to fiddle with 9 apps.

It handles the SSH forwarding for you, using a python ssh library.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-27-2017 , 01:24 AM
Quote:
Originally Posted by PJo336
I cancelled a few after receiving an offer. One we had discussed salary range already, and I had kind of pushed for it to be a bit higher. They told me a range that was the "highest" they could possibly go. When I cancelled the final interview because I was accepting a diff offer, they immediately offered even more. Wish I had the guts to actually bluff once in a while
How did you cancel the interview? Did you already tell them that you already accepted an offer? I find it surprising that they would still offer you more when they knew you already signed. Expecting you to renege on the company.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-27-2017 , 05:47 AM
Quote:
Originally Posted by kerowo
You can call yourself a bucket of cum, I'll stick to saying I bring gravitas to the position.
Took me a second, but then I figured it out.

Quote:
Originally Posted by Barrin6
How did you cancel the interview? Did you already tell them that you already accepted an offer? I find it surprising that they would still offer you more when they knew you already signed. Expecting you to renege on the company.
Its a standard move. He hasn't started and people renege in the hiring process at all sorts of times.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-27-2017 , 11:38 AM
Quote:
Originally Posted by Barrin6
How did you cancel the interview? Did you already tell them that you already accepted an offer? I find it surprising that they would still offer you more when they knew you already signed. Expecting you to renege on the company.
I hadnt accepted yet, I told them I was planning to the next day so we should cancel asap to ensure I dont waste any more of their time. They were fast approaching and one of my bottom choices so I cancelled them before accepting
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-27-2017 , 02:09 PM
I'm looking for someone to set up text/email notifications for when certain games start at certain casinos on Bravo app. PM if interested, thanks
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-28-2017 , 06:24 PM
I haven't been able to push to Heroku from git for like 7 hours now...I guess the API is down:

▸ Heroku API is temporarily unavailable.
▸ For more information, visit: https://status.heroku.com

Quote:
Platform Outages
The Heroku API is still in maintenance mode. We are seeing some recovery across affected systems, and we are working with AWS to increase runtime capacity to help bring apps back online. Unidling of free apps is currently unavailable.
when you run a web app hosted by Heroku, how do you set up a back up plan for when Heroku API goes down? Or are you just ****ed?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-28-2017 , 06:58 PM
S3 was down. It took a lot of things with it including basically every us-east-1 aws service.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
02-28-2017 , 09:45 PM
Should be interesting to hear what happened, that's not supposed to for sure. Any websites listing how much money a minute they're losing while it's down?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-01-2017 , 08:40 AM
OmgGlutten, I realized I didn't finish my post and answer your actual question.

I'm not an expert on Heroku, basically we just use it for things that aren't important, are completley isolated from our product, and won't see anything close to significant load. So in our cases, when a major outage like this happens the things we have on Heroku aren't even close to the top of the list of things we care about.

In general, it feels like if your app is important enough that you're looking for resiliency in the face of a major outage like this - you shouldn't be using Heroku in the first place.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-01-2017 , 08:42 AM
Quote:
Originally Posted by kerowo
Should be interesting to hear what happened, that's not supposed to for sure. Any websites listing how much money a minute they're losing while it's down?
I haven't seen anything like this. I suspect anyone losing major money had bigger worries at the time.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-01-2017 , 12:31 PM
Not everyone checks the other thread, so I decided to do the coding bootcamp.

Already having nightmares about former sales jobs and waking up feeling relieved!
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-01-2017 , 02:15 PM
Good luck!
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote

      
m