HN user

andythemoron

22 karma

andymoran.io

Posts5
Comments13
View on HN

I quit my job in the Fall of 2020 and continued receiving messages from recruiters through last year—easily the best decision I’ve ever made.

I had spent far too long at an enterprise SaaS startup with a nice hybrid schedule and needed a major change. Right after leaving, I took a Machine Learning course and planned to build projects with React Native (my background was primarily in C++ and Python). However, a friend soon asked for financial advice, and that unexpectedly set me on a whole new life path as a financial planner. Definitely a lot of opportunity cost involved in that pivot but I have no regrets.

Last year, I did some consulting for a FinTech company, and I’d love to build again someday—especially now that LLMs make it even more exciting. For now, though, I’m fully embracing the ride, helping others take sabbaticals and explore various flavors of work-optionality.

Reading your analysis and story reminds me how fascinating I find the transitions to and from atheism and Catholicism!

My maternal grandmother was raised an only child of atheists... and became a hardcore Catholic in the '50s and raised 9 kids.

My parents raised me hardcore Catholic... and I became an atheist while studying philosophy at Franciscan (after economics at Ave Maria).

I have way too much esoteric Catholic knowledge in my head I no longer have use for, besides the occasional "fun fact" moment.

Here I thought having to read Duns Scotus's commentary on Aristotle's "Metaphysics" in grad school would be the last I heard of him.

I'll take him over Aquinas.

I'm launching a financial planning business right now but I was recently using it to write xpath queries to use with "xmllint --format".

I then used it to generate a more robust Python script processing these large XML files instead.

I like using it to generate scaffolding and for debugging but I haven't had to touch a legacy C++ code base for a few years.

I'm in the midst of creating a financial planning firm serving tech professionals looking to take sabbaticals and mini-retirements (i.e., my former self).

Probably too early to give you an informed opinion but I've enjoyed the ride this far. I have professional excuses to continue learning new things and I get to feel like I'm helping people while occasionally building useful tech tools for my practice.

My colleagues are generally kind nerds, which fills my soul, and I've really enjoyed connecting with them over the past year and a half. Admittedly, I've been exceedingly fortunate in having a large buffer and low personal expenses.

Joy of Elixir 9 years ago

I happened to mention interest in Elixir on my LinkedIn page, and now I get hit up by recruiters for it every so often, so it seems so. I haven't heard too much outside of this personal anecdote, however.

Julia Evans' blog is one of my favorites! It was a big inspiration for starting my own blog (https://andythemoron.com). I also love High Scalability and Dan Luu's blog which have been mentioned in other comments.

I "follow" several which are mostly defunct, but in terms of blogs that still feature active updates:

Evan Klitze's blog: lots of topics around Linux, C++, etc. https://eklitzke.org/

Sutter's Mill: lots of "state of the world" for C++, but also context, history, etc. https://herbsutter.com/

IT Hare: C++, game programming http://ithare.com/

The Erlangelist: Erlang/Elixir http://theerlangelist.com/

null program: lots of miscellaneous topics http://nullprogram.com/

Fluent C++: the name speaks for itself http://www.fluentcpp.com/

Another Programmer's Blog: Linux, C, C++, C#, MSSQL https://www.stev.org/

Thank you for the kind words! My initial goal in starting this blog was to help those trying to make the rough transition from beginner to intermediate. I tend to find that most information in this space is bifurcated into "do this exactly" tutorials and more advanced material which loses newbies. The middle ground seems to be a very underserved segment of the community and it is going to continue growing in an exponential fashion.

I use Jekyll for my blog and have found it to be pretty easy to work with for the most part. You'll probably get 40 other people on this thread also using Jekyll... Most also deploying github pages. I currently deploy my blog on Heroku because I had some familiarity with it after using it for a prior project. Heroku is also easy for deployment, but a free dyno might not suit your needs. (Oh whoops, you're wanting to host on S3...)

I don't have much experience working with CSS, and I generally hate doing it, so I looked around at various themes for some basic styling. I ended up forking a simple theme that I liked (https://github.com/renyuanz/leonids) and then tweaked with it a bit to fit my preferences. Some changes were needed, but the solid foundation made it much easier to make it look good on both desktop and mobile.