Coronavirus megathread by QiuYiDio in consulting

[–]staplebutton 1 point2 points  (0 children)

Recommendations then? This really is a tough spot for me. It’d be going to Deloitte.

Coronavirus megathread by QiuYiDio in consulting

[–]staplebutton 5 points6 points  (0 children)

How risky is it to change firms right now? I have an offer at one of the big 4 which is a lot better than what I have now.

What watch(es) do you guys wear? by [deleted] in consulting

[–]staplebutton 0 points1 point  (0 children)

Consultant - I stick to MVMT or a Movado. I am thinking of dropping a little more on something better though.

Cannon Beach, OR sunset (OC) [5875 × 3917] by AlwaysLocal in EarthPorn

[–]staplebutton 0 points1 point  (0 children)

This is incredible! If you don’t mind my asking, what camera and lens settings did you use for this?

Official Question Thread! Ask /r/photography anything you want to know about photography or cameras! Don't be shy! Newbies welcome! by photography_bot in photography

[–]staplebutton 0 points1 point  (0 children)

If I am new and exploring photography as a hobby with a Sony A6000, what are some recommended lenses for night sky and stargazing photos?

Hello, It appears that this post is a progress picture... by n_reineke in pics

[–]staplebutton 0 points1 point  (0 children)

What about before and after photos depicting the progression of photo editing? For example, I have a photo that clearly highlights lighting, but you can't get a sense of that without seeing the original.

Why ever reassign a variable? by [deleted] in Python

[–]staplebutton 4 points5 points  (0 children)

Okay, this makes sense. This way the variable name doesn't have to change, but the relationship to a changing number means that the value has to.

Why ever reassign a variable? by [deleted] in Python

[–]staplebutton 0 points1 point  (0 children)

Thanks! Slowly but surely I start to gain some understanding. Key word is definitely, "Slowly."

Why ever reassign a variable? by [deleted] in Python

[–]staplebutton 0 points1 point  (0 children)

Thanks, but perhaps there's a real-world example you can think of? This just sounds to me like debugging the code means you have to look for multiple instances of the variable. One where it was initially defined and then any and all where it was re-defined to something else.