Find a counselor to talk with about this. Ask your doctor for recommendations if you don't know who to talk with.
Requiring registration screws over small time producers.
Sounds like there is a miscommunication about what your role is and possibly what each of you mean by "devops".
I made about $75k when my last company IPOed. I had worked there for 2 years before and had a relatively junior salary and not many options. I had a range of options at different strike prices, they averaged out to…
> arcane in-house proprietary stuff Just like any other successful company that does something interesting and has been around more than a couple of years.
My experience hiring lots of engineers is that people with comp-sci or other stem degrees are on average much more successful at software engineering. Yes, there are great self-taught and code-schooled engineers, but on…
My take is that WHAT you do and WHERE you do it are much less important than WHO you do it with. Building strong family, friend, and romantic relationships is all that matters.
Nothing in your example is being "leveraged". "Use" is the word you're looking for.
Quantum Computing
My advice to 25 year old me would be to spend more time on relationships: romantic, friends, and professional, and less time on other BS.
Some thoughts: 1. Talk to a therapist about your stress/anxiety issues. This can totally kill an interview even if you're qualified, and is probably a bigger issue than your perceived lack of skill. Xanax or other…
Wool
Because low cost smart phones is not their market.
I love some foreign authors like Murakami, but I always wonder what I'm losing in the translation and how much is the translator impacting the writing.
I worked for a moderately successful startup that got acquired and I had both options and grants. All vested options and existing shares were paid out as cash. Unvested options and grants were then paid out as a cash…
If there is one thing I've learned, it's this. It goes past money too, the same applies for open source software libraries, language choice, and even "design patterns" that developers use. Also applies to people. Your…
Keeping cash is a bet on inflation staying low, which is a very, very bad bet historically.
Denver area. 10-15 years experience coding, ~3 years experience in leadership/management. Currently in webdev, spend 50/50 time coding vs management work. $165k base, ~$190-210 total comp depending on year. Work 35-40…
It was a stupid idea, although remnants can be seen in html5 with elements like address and , nav, and section. Turns out that keeping presentation and data separate is much, much easier. Hopefully HTML 6 will get rid…
Shit, they were my go-to page for signing into hotel WiFi. Where can I go to now?
Start-ups suck. I guess they're ok if you're really motivated, and I spent some time doing that, but I much prefer easy corporate 9-5. Sure I'm not changing the world, but I get paid a fat paycheck and get plenty of…
Say you took a sabbatical? Lots of people take sabbaticals. I'm surprised anyone has cared. I'd maybe explicitly put "sabbatical" on your resume so people know it was on purpose rather than that time being due to being…
There was a big project call Diaspora to do exactly this several years ago and it fell apart.
I usually start by reading either the docs (if they are good quality) or a book (if the official docs aren't great) and then I code something trivial after that. If I'm using it for work I will likely be reading and…
Python has at least 4 ways to define a function: you can have a plain function, a bound instance method, a bound class method, and a lambda, which is similar to the same options js has. Python's type handling is much…
Find a counselor to talk with about this. Ask your doctor for recommendations if you don't know who to talk with.
Requiring registration screws over small time producers.
Sounds like there is a miscommunication about what your role is and possibly what each of you mean by "devops".
I made about $75k when my last company IPOed. I had worked there for 2 years before and had a relatively junior salary and not many options. I had a range of options at different strike prices, they averaged out to…
> arcane in-house proprietary stuff Just like any other successful company that does something interesting and has been around more than a couple of years.
My experience hiring lots of engineers is that people with comp-sci or other stem degrees are on average much more successful at software engineering. Yes, there are great self-taught and code-schooled engineers, but on…
My take is that WHAT you do and WHERE you do it are much less important than WHO you do it with. Building strong family, friend, and romantic relationships is all that matters.
Nothing in your example is being "leveraged". "Use" is the word you're looking for.
Quantum Computing
My advice to 25 year old me would be to spend more time on relationships: romantic, friends, and professional, and less time on other BS.
Some thoughts: 1. Talk to a therapist about your stress/anxiety issues. This can totally kill an interview even if you're qualified, and is probably a bigger issue than your perceived lack of skill. Xanax or other…
Wool
Because low cost smart phones is not their market.
I love some foreign authors like Murakami, but I always wonder what I'm losing in the translation and how much is the translator impacting the writing.
I worked for a moderately successful startup that got acquired and I had both options and grants. All vested options and existing shares were paid out as cash. Unvested options and grants were then paid out as a cash…
If there is one thing I've learned, it's this. It goes past money too, the same applies for open source software libraries, language choice, and even "design patterns" that developers use. Also applies to people. Your…
Keeping cash is a bet on inflation staying low, which is a very, very bad bet historically.
Denver area. 10-15 years experience coding, ~3 years experience in leadership/management. Currently in webdev, spend 50/50 time coding vs management work. $165k base, ~$190-210 total comp depending on year. Work 35-40…
It was a stupid idea, although remnants can be seen in html5 with elements like address and , nav, and section. Turns out that keeping presentation and data separate is much, much easier. Hopefully HTML 6 will get rid…
Shit, they were my go-to page for signing into hotel WiFi. Where can I go to now?
Start-ups suck. I guess they're ok if you're really motivated, and I spent some time doing that, but I much prefer easy corporate 9-5. Sure I'm not changing the world, but I get paid a fat paycheck and get plenty of…
Say you took a sabbatical? Lots of people take sabbaticals. I'm surprised anyone has cared. I'd maybe explicitly put "sabbatical" on your resume so people know it was on purpose rather than that time being due to being…
There was a big project call Diaspora to do exactly this several years ago and it fell apart.
I usually start by reading either the docs (if they are good quality) or a book (if the official docs aren't great) and then I code something trivial after that. If I'm using it for work I will likely be reading and…
Python has at least 4 ways to define a function: you can have a plain function, a bound instance method, a bound class method, and a lambda, which is similar to the same options js has. Python's type handling is much…