I've been using this account as my primary for about a week now, and I'm think I'm settled on using it for the foreseeable future, so I guess it's time to do another post.

I'm a dad of four kids, and a web developer. I have a college degree in (or ) and had aspirations of being an actor. I kind of fell into web development as a career. It was a hobby back in high school, and I just needed to pay some bills after college, so I ended up doing this.

I always have aspirations to do other things, but for now, I'm pretty happy spending most of my time as a dad and husband.

Some day, I'd like to get back into , or maybe do some . I also enjoy and will, from time to time, post some , usually from somebody's .

I love , and usually watch at least one episode nearly every day. I like all really, though, as well as . I used to read a lot, but find I don't have as much time or mental capacity for it as I used to. I also enjoy watching , and have really been enjoying the new episodes of lately.

Feel free to follow me if you think we have similar interests, and I may follow you back, if I think likewise. 👋

:more_cowbell:

Dan Jones shared 9 hours ago
Dan Jones shared a day ago
Dan Jones shared a day ago
Dan Jones shared a day ago
Dan Jones shared a day ago
Dan Jones shared 3 days ago
Dan Jones shared 3 days ago
Dan Jones shared 3 days ago
Dan Jones shared 4 days ago
Dan Jones shared 5 days ago

If you're happy and you know it, it's your meds.

I'm looking for some advice, maybe just a sharing of experiences. I'm thinking about changing careers, but not sure how to do it.

Let me give some background.

I'm finding lately that I'm not very happy with my career. I never intended to become a web developer. It just kind of happened. I do enjoy programming, but it's something I enjoy more as a hobby than a job. Nevertheless, I've been doing it full time for close to twenty years now. I'm also good at it, and am regularly praised by my coworkers for my work. And I make good money doing it. (And that's important to me.)

But I have a degree in theater. I thought I might be an actor when I was younger. I'm also good at that, but haven't done it for years. I miss doing things that are more creative. I miss acting.

I thought I might be able to find time to do other things in my non-work time, but honestly, I don't really have much time in my non-work time. My wife says she'd support me doing community theater or something like that. But, we've got four kids under the age of 15 (3 of whom are under 10), and three of them have ADHD, so they're a handful. If I were spending several hours a few days a week for a couple months at a time away from my family, I'd feel guilty, and wouldn't enjoy it.

So, I've thought maybe I could consider an actual career change.

But, I don't really know how I'd do it. I feel like if I tried to change careers, I'd have to take a huge pay cut (not an option at all), and who knows if I'd actually be any happier. I'm not even sure what I would do yet. I just know that I'd really like a change.

Has anybody on here tried a career change? Did it work out? Were you able to maintain close to your same salary? Any advice or thoughts on the process?

Dan Jones shared 7 days ago
Dan Jones shared 7 days ago
Dan Jones shared 7 days ago
Dan Jones shared 7 days ago
Dan Jones shared 7 days ago
Dan Jones shared 7 days ago

I once wrote some PHP code that looked like this:

// 🎶 I put my thang down, flip it, and reverse it
return array_flip(array_intersect(array_flip($allTests), $chosenTestKeys));

A few months later, I came back to this code, and noticed my comment had been changed.

// I put my thing down, flip it, and reverse it

I looked at git blame to see who had mangled my comment. His git commit message was "Fix intermittent failing test", as if my comment somehow had something to do with an intermittently failing test.

This was eight years ago. I never got a chance to change my comment back. To this day, I can't hear a song by Missy Elliott and not be annoyed at the other dev who messed up my comment.