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

10-22-2018 , 09:14 PM
Amazon recruits from all over. If you just do a phone call with them and then pass the tech phone screen they'd pay to fly you out. I don't think an in person interview with a recruiter is a win at all.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-22-2018 , 09:28 PM
Let’s say you fly in and then miss the interview because you’re sick. Do they still reimburse you?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-22-2018 , 09:50 PM
Quote:
Originally Posted by blackize5
Amazon recruits from all over. If you just do a phone call with them and then pass the tech phone screen they'd pay to fly you out. I don't think an in person interview with a recruiter is a win at all.
I don't have a traditional CS degree which I think is probably leading me to getting automatically rejected for a non-insignificant amount of roles. This is probably even more true for the big tech companies (Amazon, Microsoft, etc) so any time I can get an interview at those kinds of places is a win for me.

Quote:
Originally Posted by iversonian
Let’s say you fly in and then miss the interview because you’re sick. Do they still reimburse you?
If we are going to play a game of what-if's then we might be here for a while.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-22-2018 , 10:35 PM
Maybe I'm way more trusting than y'all, or maybe the industry is way more cutthroat than I think. Given, I've only been in a position to get reimbursed for an interview twice, but, it never occurred to me they wouldn't pay. And they did, both times.

Suzzer, step away from the stack overflow. Forget it, it's chinatown.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-22-2018 , 11:51 PM
Sorry I wasn't trying to make light of getting an interview with Amazon. I was just saying that I don't think an interview with their recruiter in person is much better than over the phone.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-23-2018 , 01:24 AM
Quote:
Originally Posted by Larry Legend
Started leetcode yesterday and did the first problem.

The chart at the end where they show you the runtime performance is really motivating. Went from 30% to 86% to 100%.

Should I test my code in a different place before submitting and risking a failed submission? I will run the code and see if it works for the supplied data, but sometimes fail the more extensive test cases, which I then fix. Would it look better to make my own test cases off site and then submit with more confidence of passing?
I just submit multiple times if I know it was a simple bug or the solution is simple enough that I know I covered edge cases. I don't care about my score or rep. Also I subscribed to premium and enjoying the much faster judge times
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-23-2018 , 01:27 AM
Quote:
Originally Posted by suzzer99
Here's one that is real:



My deleted answer just says to check the help center to figure out why it was deleted.

Dammit - I wasn't even going to get into this all day. I was done. And then Grue had to point out my first and only HackerNews success story. And now I'm having an anxiety attack.

I've been trying not to do my usual and gain 20-30 lbs. at a new job (happens every time). So I'm dieting which stresses me out. I thought I was doing fine though, felt great - and then SO just triggered all the stress out. Like some unstable solution that looks fine, but you tap it and it changes phases.
A valid question. Is there a better solution than going Select 1?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-23-2018 , 06:10 PM
Just finished my 2nd technical interview w/ what I assume is the UI manager @ Oracle Cloud Infrastructure team [couldn't find him on LinkedIn]. Listening to all their processes, workflow, etc they have setup and comparing it to what Kochava has makes me super jelly. He sheepishly admitted to one bad merge in a year. One! If UI team @ Kochava had only one bad merge in a month they'd be kicking serious ass.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-23-2018 , 11:35 PM
I'm about to write a small SPA backed by Node. Any reason I shouldn't pick Vue? I have experience with Angular but not React. Like the look of Vue quite a bit.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 12:28 AM
I love Vue, no reason to not give it a shot and make your own opinion. Some day I will give Angular a fair shake
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 05:04 AM
Quote:
Originally Posted by ChrisV
I'm about to write a small SPA backed by Node. Any reason I shouldn't pick Vue? I have experience with Angular but not React. Like the look of Vue quite a bit.
I'm not a fan of the way React mixes js and html together. Angular seems to have a nasty reputation for completely breaking between major releases. Explaining to management that you have to spend resources to rewrite your app if you want to use the latest version of Angular isn't really the sort of thing that goes over well. Vue is the winner for me.

Also, the UI team I was on started out in knockout. Between Vue and React, Vue was a much more natural transition based on what we had grown accustomed to doing.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 09:22 AM
Yeah I like the fact that Vue isn't all-or-nothing, so you can gradually convert a codebase over. That doesn't matter to me right now, but makes it a better tool generally. I think both other major frameworks have issues with this (Angular because it's so opinionated, React because it doesn't allow HTML templates).
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 10:28 AM
What do you mean by react doesn't allow HTML templates?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 10:38 AM
Quote:
Originally Posted by Craggoo
I'm not a fan of the way React mixes js and html together.
JSX is not HTML, and it's use is not required.

Last edited by _dave_; 10-24-2018 at 10:46 AM.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 10:40 AM
hot front end takes ITT today.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 10:47 AM
Well like I said I have no experience with React, but my understanding is it wants you to do everything with JSX and render methods. I know it will accept static HTML, but there's no like ng-if equivalent, if you follow.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 10:48 AM
Quote:
Originally Posted by _dave_
JSX is not HTML, and it's use is not required.
Sick gotcha, but in reality JSX is mutant HTML being jammed into my script and the use of JSX is very strongly encouraged if not required.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 11:30 AM
I'm a newb, but JSX is more javascript pretending to be html than really html in javascript. There's plenty of space for regular html outside of the <div id="root"></div> or whatever tag.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 12:25 PM
I liked React (JSX and all) more than Angular, come at me
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 01:24 PM
Fundamentally if web pages are going to be mostly dynamic one-page client side apps that render any kind of components or sections of pages separately it's going to be nearly impossible to separate HTML from javascript. I think.

I prefer the old days idea of servers doing the work and spitting out super simple flat pages that load virtually instantly. But, I had a convo about this with a friend in IT who feels the same way personally, but we talked about his kids who are 10-14 and they will not abide new pages loading even if it is barely noticeable. I don't remember the hardware exactly, but between kindle and some other reader they could not stand to use one of them because it loads a new page instead of fluidly moving from one to another - and that's on a local app that will be almost instantaneous.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 01:56 PM
Dumb question from someone who's done precisely one interview in the last ten years: what do people wear on interviews these days? Does it matter as long as you don't look like a slob?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 02:18 PM
I've been ridiculed for wearing a suit. Most people seem to do business casual.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 02:32 PM
I really haven't been interviewed in a long time, but I'm sure there's a big difference here between industry/employer and East vs. West Coast.

IMO 1 increment above what you wear on the job is solid - unless it's already a suit job.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 03:24 PM
Quote:
Originally Posted by goofyballer
Dumb question from someone who's done precisely one interview in the last ten years: what do people wear on interviews these days? Does it matter as long as you don't look like a slob?
Based on all the interviews I just went on - I think my Bonobo pants/dress shoes/button down shirt was a little stodgy. But if you look young it probably won't matter.

If I had it to do over I'd wear some nice skinny-ish jeans (not drop waist stupid - just nice tapered lower leg), dressy sneakers and a button down shirt. Sneakers is key - find something nice that pops a little.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-24-2018 , 05:24 PM
Angular4lyf. lol at that react crap.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote

      
m