- Turn The Ship Around (Marquet) - make everyone a leader
- The Effective Engineer (Lau) - leadership for engineers
- Leadership, Strategy, and Tactics (Jocko) - leadership in military/business
- Good To Great (Collins) - good companies vs great ones
How to get better at everything:
- Mindset (Dwek) - growth vs fixed mindset
- Atomic Habits (Clear) - automate good decisions w/habits
- Change Your Habits, Change your life (Corley) - data driven selection of which habits matter
- Ultralearning (Young) - how to learn anything faster
- Anything You Want (Sivers)
How to talk to humans
- Difficult Conversations (Stone) - how to talk to humans
- Never Split the Difference (Voss) - every conversation is a negotiation
- Death By Meeting (Lencioni) - short fable
- anything else by Patrick Lencioni
Prioritization and focus:
- The One Thing (Keller) - prioritization
- Deep Work (Calport) - focus
- Indistractable (Li) - focus
See also anything by: Jason Friedman, Jim Collins, Patrick Lencioni, Peter Drucker and biographies in general
Thanks! Thats exactly what I was aiming for. I'm glad that came across. I was thinking the same thing although I didn't actually discover https://learnxinyminutes.com/docs/perl/ until after I had written Minimum Viable Perl.
You have high fidelity repls for python and ruby. The Perl hi fi repl is called Reply (https://metacpan.org/pod/Reply). If you are interested check out the plugins -- especially for Term::ReadLine::Gnu. If you have questions, let me know.
Most languages probably don't have the ability to download dependencies from the internet on the fly. That might be a nice feature to have.
Many people retire at 50 or 60 and don't die until 80 or 90 these days. Thats 20 - 30 years of living often while dealing with very high medical bills and health problems which can make work impossible. Everyone (not just programmers) should realize that their retirement situation is similar to professional athletes.
Programming is a hot field now and won't be in 20 years. Everyone in every country in the world is learning to program. Thanks to the internet its going to be a global employment market. Competition is going to go up. Salaries are going to go down.
Movies and popular culture say you have to enjoy your youth. I can sympathize with that, but as much as it sucks to work hard during your twenties, it would suck a lot more to work hard during your 60s or 70s when you are less healthy. Don't procrastinate.
If you save 60% of your salary you can retire in 13 years.
If you save 80% of your salary you can retire in 6 years.
I struggle with this all the time. Data driven tests are awesome because you write so little code. But the code is often abstract and the data is long and hard to read.
I have never been a big fan of Cucumber either and I'm not convinced its more readable -- isn't it just more verbose? Interesting point about it being language agnostic though.
I guess I don't have a better solution to contribute. Just wanted to say yeah I have that problem too.
Excellent app! This is the writing style my high school composition teacher drilled into my head. Everything I write now is influenced by her.
I also try to write my code using this style. In fact, code and documentation and email should be:
1. As short as possible: Less words mean less stuff to maintain and comprehend.
2. Simple: The goal in business is to communicate well. Not to impress. And if I haven't communicated clearly, maintaining that code is going to be hard for the next person who has to read it.
Its worth nothing that you could end up with an ever widening gap, but you could also end up with an ever growing surplus if your early years get > 4% return.
I don't think any calculators really deal with this other than http://www.firecalc.com/ (which has a terrible ui -- look for the big red 'Start Here' text and then click the 'Submit' button). Building a user friendly firecalc clone has been on my todo list for while. I'm not sure where they got their data.
With regards to my other calculators on Networthify, I'm not sure how to create a usable ui that reflects this reality.
Also there are at least 2 other big unknowns -- taxes and inflation. So when I'm calculating how much money future-you will have I'm not too worried about ROI. I agree that people need to understand these calculators are just educated guesses. Still -- you do the best you can with the information available. Its better than closing your eyes and not even examining the possibilities. At least you can calculate some worst case and best case scenarios.
-- UPDATE
Oh hey, do you mean there is some sort of formula for expected annualized return?
Yeah $2 can add up. I like to read the early retirement blogs and would like to somehow someday be financially independent.
The way I like to think about it is to figure out how big of a nest egg do I need to earn enough of a return to cover that expense in retirement. For example, I would need an investment of $18,000 which earns 4% avg annual interest to cover my $2 daily coffee expense forever.
Its fun to think of all your expenses this way and as you build your investments you can see how much of your lifestyle is paid off forever!
Agreed. Fugitive rocks. I use it more than I do the command line. However I've never been happy with its ability to review history.
tig is one way to cover that gap, but I wanted to do my git log viewing in vim so I can more easily cut and paste. I wrote this git log viewer (vim plugin) to cover that gap:
You could get a job in a foreign country. Depends on your situation but for many programmers this is not a difficult option these days. Then you could make money while traveling instead of spending money.
I built http://iijo.org. Its free and does Chinese flashcards and uses spaced repetition. You can build vocab lists from a built in dictionary. You can also directly search the dictionary: http://iijo.org/dictionary.
Non code parts of Perl including the perlfaq and some of the Perl community infrastructure are available on github here for people wanting to do drive by fixes:
Probably this should be more widely known. Unfortunately I think some of these repos are old forked copies? For example the PAUSE and YAPC repos. I'm not sure why that is. Its not clearly documented how it all works exactly.
My side project is based on this article. I was intrigued by the graph in this post and so I created an interactive chart to explore it. The calculator will tell you how quickly you can retire and what your savings rate needs to be.
Sorry but I've become a bit of a personal finance nerd recently. :) Here is the story on withdrawal rates:
The 4% number comes from a study that discovered that a portfolio with a constant 4% rate would survive any period in US stock market history -- even the Great Depression. But past performance doesn't guarantee the future performance. Try to do this with European markets and there are periods where a nest egg won't survive a 0% withdrawal rate. But yeah 4% is the guess people use when planning retirement.
Thats fine, but in real life you have to be flexible as you approach retirement and keep an eye on the math. The first 10 years of retirement are the critical ones. After that you hopefully built up a buffer and don't have to worry due to the nature of compound interest.
- Turn The Ship Around (Marquet) - make everyone a leader - The Effective Engineer (Lau) - leadership for engineers - Leadership, Strategy, and Tactics (Jocko) - leadership in military/business - Good To Great (Collins) - good companies vs great ones
How to get better at everything:
- Mindset (Dwek) - growth vs fixed mindset - Atomic Habits (Clear) - automate good decisions w/habits - Change Your Habits, Change your life (Corley) - data driven selection of which habits matter - Ultralearning (Young) - how to learn anything faster - Anything You Want (Sivers)
How to talk to humans
- Difficult Conversations (Stone) - how to talk to humans - Never Split the Difference (Voss) - every conversation is a negotiation - Death By Meeting (Lencioni) - short fable - anything else by Patrick Lencioni
Prioritization and focus:
- The One Thing (Keller) - prioritization - Deep Work (Calport) - focus - Indistractable (Li) - focus
See also anything by: Jason Friedman, Jim Collins, Patrick Lencioni, Peter Drucker and biographies in general