HN user

corn_dog

48 karma
Posts0
Comments27
View on HN
No posts found.

I am really hoping they film it with similar production values to The Man in the High Castle. I think the pacing, and the mix of reality and fantasy, in that would suit LOTR really well.

They Rejected Us 8 years ago

I'm starting to think institutionalizing this kind of convoluted hiring/hazing ritual also keeps developer salaries down. Imagine if whenever you interviewed, instead of getting say 1 offer in 5 you got 4 out of 5. Now you'd be in a better bargaining position when considering offers.

These numbers match my before/move-to-NYC salary numbers. He mentions the possibility of a raise at current position but doesn't say much about post-NYC/SF raises. It took a few years but I've roughly doubled my initial NYC income. Also, you have to make it to save it.

Yep, this has been a long time coming. I grew up in Adelaide, even in the late '80s the car industry was politically contentious, needing large tariff protection to be competitive with imports. AFAIK the wind-down has been slow and steady with no sudden surprises.

Is it the case that "unsafe" tells the compiler to not perform its memory safety checks on that section of code, presumably because it's not possible? (What would happen if you put only code that could be verified by the compiler in an unsafe block?) If so couldn't you also think of it as a message for the next programmer who looks at the code? This section has not/cannot be verified by the compiler, approach with care/skepticism?

Having done scala for a few years and only dabbled in rust, I also get the impression that the rust community is trying to have good default answers to questions like how to do json, or which web framework to use. As opposed to scala-land where if you ask three scala devs those questions you'll get five answers.

Thanks. I've done scala for a few years and only dabbled in rust but it certainly seemed plausible that various decisions in rust, about what to do and not to do, had been informed by scala. Glad to have it confirmed.