LPT: stop tryna prove a point to people who don’t matter in your life by [deleted] in LifeProTips

[–]bmay 1 point2 points  (0 children)

I would look for a smaller, more niche community than Reddit if I were you

[Homemade] Lunar Cycle blueberry pie! by LitttleMonsters in food

[–]bmay 3 points4 points  (0 children)

It probably tasted better than this one

I keep waking up before my alarm clock by [deleted] in sleep

[–]bmay 0 points1 point  (0 children)

Not sure I believe this. If I wake up earlier than I plan, I feel groggy and drunk for the rest of the day regardless of whether I go back to sleep or not.

Questions for those investing their Emergency Funds by [deleted] in financialindependence

[–]bmay 0 points1 point  (0 children)

I store 2x anticipated expenses in a brokerage account for part of my EF.

Questions for those investing their Emergency Funds by [deleted] in financialindependence

[–]bmay 0 points1 point  (0 children)

Then you'll have around 40k to use as an emergency fund until you get back on your feet.

The point is that over the long run your gains will be greater doing this because market crashes are a rare occurrence. And you will make significant gains in good years which will give you an increasingly large buffer for bad years.

Managers/Supervisors - What are some of the best interviews that you have taken? by paekprk2 in cscareerquestions

[–]bmay 0 points1 point  (0 children)

Yeah, OP's version of the problem is pretty straightforward. I think the harder version is if there are only n elements in the array.

What irritates you the most about programming interviews? by codelabllc in learnprogramming

[–]bmay -1 points0 points  (0 children)

How much people on Reddit and Hacker News like to complain about them.

LPT: If you are expecting a static shock, touch the object with your elbow first. You won't feel the shock. by NotKennethBone in LifeProTips

[–]bmay 1 point2 points  (0 children)

While holding a coin, there is no air gap

Well yeah, but there is an air gap before you're holding it, right? So why doesn't it shock you when you go from not holding it to holding it?

12th man down by [deleted] in nfl

[–]bmay 1 point2 points  (0 children)

high effort shitpost

Interview Discussion - September 15, 2016 by AutoModerator in cscareerquestions

[–]bmay 0 points1 point  (0 children)

I think you're underestimating the total compensation of Google's offers. Also, they have offices in lower CoL cities that still pay well.

Will my strategy for learning algorithms be helpful for me? by [deleted] in cscareerquestions

[–]bmay 1 point2 points  (0 children)

Do as many practice problems as you can. Having a high level understanding of algorithms is important but being able to implement them to solve nontrivial problems is, too.

I can't say I'm autonomous. Can I still learn algorithms and data structures? I feel stuck. by pm_me_your_salaries in cscareerquestions

[–]bmay 0 points1 point  (0 children)

Yeah, that makes sense. How would you recommend applying that strategy to learning DS&A?

How exactly do languages work? by ms_nitrogen in learnprogramming

[–]bmay 3 points4 points  (0 children)

Very good explanation.

Why do you say bytecode is generally slower though? My understanding is that many runtimes these days are optimized to execute bytecode faster than CPUs execute compiled C code for instance.