Deleted Comment
While there are plenty of other solutions and discussions in the megathreads for each day: https://www.reddit.com/r/adventofcode/wiki/solution_megathre...
It is mostly dominated by competitive programmers who value speed over readability. When it comes to presenting a solution, Peter Norvig's style, clarity and craftsmanship is unmatched.
I think you are over-estimating the impact of a "top 5" master's program vs an average master's program. I had a very similar trajectory to you and went to an average master's program.
The major difference between you and me is that I never wanted to work for a Google, Amazon, or Hedge Fund and wanted to work at smaller companies. Salary suffered because of my reluctance to even compete for those jobs.
> The biggest boost in my career earnings came when I transitioned from a Computer Hardware engineer to a Software Engineer
I also disagree with this. The biggest boost in your career earnings came from working at (1) financial companies and (2) working at FAANG. I don't think you have enough data to say that your area of focus is what to lead to this, and I personally think it is wrong. Maybe it opened doors for you however
I would love for this to continue forever but can it really? For example the author (and my friends) are in similar situation where their compensation are now in the ~500k range but that number is based on the stock value at the time of offer. It is now essentially double that. So we're in a situation where your everyday senior FAANG engineers are locked in a golden handcuff unless they are offered million dollar packages to jump ship.
We're in weird times.
On OBS github, contributors asked SLOBS to stop doing that, and Streamlabs declined.
Streamer community outrage ensued via Twitter. Large exodus of SLOBS users to OBS. Streamlabs publicly apologized a few days later, and renamed Streamlabs OBS to Streamlabs Studio.
Ah that is a good outcome. I pessimistically thought this post was implying that OBS decided to "collaborate" by relenting to huge wads of money and giving up their name. Which would've been a huge shame to open source software. Glad stuff worked out.
I've never messed with calling convention for the sake of performance before so I found this bit interesting. I found more info about it at: https://en.wikipedia.org/wiki/X86_calling_conventions#Borlan...
Does anyone have benchmarks? Assuming I don't care about ABI stability, what's the fastest calling convention?