

2·
15 days agoOn top of this, the AI jobs are paying some flat-out ridiculous rates.
Like, millions of dollars up-front in signing bonuses kind of ridiculous
On top of this, the AI jobs are paying some flat-out ridiculous rates.
Like, millions of dollars up-front in signing bonuses kind of ridiculous
Largely accurate apart from special-purpose tools usually being employed instead of ChatGPT
Skill issue. Cope and seethe
Moose can be pretty good, but I think I would have to say Turkey
This is what feature flags are for. You can test in production to your hearts content if you use them!
Yeah, you can use the Epsilon garbage collector in Java for a no-op garbage collection strategy.
For short-lived programs that do not risk hitting any memory constraints, it makes a lot of sense - zero time wasted on cleanup during execution, then you just do it all at the end when killing the program, which you can do in constant time since you don’t need to reason about what should remain or not.