HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pxllh

no profile record

comments

pxllh
·4 jaar geleden·discuss
I've been in a similar situation, probably not as extreme but nonetheless. Some things I would recommend you considering:

a) Consider the take-home after tax, and compare that as it does make the numbers a bit more realistic.

b) It's not just money, it's time and energy. If you're not entirely sold on the idea (which it sounds like you aren't), then it's probably going to be more enjoyable for you to continue your PhD.

c) Offers come and go, and you've got an idea of what's possible. Maybe you won't get the same again in the future, but maybe you'll find something mid-way post-PhD which will give you satisfaction of work and better pay.

Don't focus on the money, focus on the fact that you're going to be spending the majority of most days doing this thing, and do what matters to you.
pxllh
·5 jaar geleden·discuss
I think the rise of static site generators has pretty much gotten rid of this as a problem.

Regarding posting only from your computer, you can just use a git repo that triggers builds on push.

You can see many options for them here https://jamstack.org/generators/
pxllh
·5 jaar geleden·discuss
I always really enjoy reading both the Raycast and Linear engineering blogs because they’ve really got a great approach to empowering distributed teams, and giving engineers the autonomy to work well.

I can’t necessarily say this approach would work everywhere but it’s nice to see companies critiquing and challenging methodologies.
pxllh
·5 jaar geleden·discuss
I really like 11ty for this sort of thing.

It uses nunjucks templating but the starter is enough to just build a blog and add your own css.

Works with most hosts as it has a build script you can run and serve the output folder.

https://www.11ty.dev/

Edit: typo (css, not cms)