Hacker News new | ask | show | jobs
by 90s_dev 399 days ago
> I wish I had this energy again.

I used to think my youthful energy was gone forever. Then about 3 months ago I had an idea for a project I truly believed in. I was able to write code for 16 hours straight, day after day, for most of the last 3 months. And it's not exhausting, it's rejuvenating. I feel like a young man again, despite my gray hairs! (I was planning on releasing it today actually, but this weekend I had an epiphany that requires a half rewrite for significant gains, which might add another few weeks.)

7 comments

I'm 63, and still actively shipping "side" projects (quoted, because now they are my "day job"). Been doing it for at least a couple of decades. Probably more like 30 years.

Here's what I'm working on, right now[0]. It's a major rewrite of an existing app, that's been submitted to the App Store, and will probably go "live" in a day or so (unless someone at Apple has an issue with it, which happens, from time to time. Annoying, but not the end of the world). I'm working on the README and code documentation, now (I'll put together a docc catalog, as well as a Jazzy Docs site, and the supporting pages[1]).

[0] https://github.com/RiftValleySoftware/ambiamara (Just a timer app, but a pretty good one).

[1] https://riftvalleysoftware.com/work/ios-apps/rival-t/

I’ve been doing my ‘side’ project as my day job for 5 years, 10 productive hours a day, 7 days a week. Sunday is dedicated to side side projects for experimental ideas that are not on the critical path.

When working a normal job I could only work part time due to burnout that I later found out was in reality ME/CFS. After a Covid vaccine injury (long covid) I had to pause work for a few years while I found a way to treat it. Once treated I elected to work on my side project even though I make much less money as I considerer the regular workforce to be highly dysfunctional and liable to cause me to relapse into a fatigued state.

> burnout that I later found out was in reality ME/CFS

In my experience, burnout is really just a subconscious realization that what you're doing is just not worth doing, even for large amounts of money, and it manifests itself in fatigue or pain, because your mind is trying to stop you.

100% not true in my case and probably not true in the generally case, it’s a common misattribution. The cause of mine is hEDS which has ME/CFS as a comorbidity. I’ve done a WGS and found that I have 2 TNXB SNPs. By my math a lot of ‘burnout’ especially in tech is related to TNXB or CYP21A2 SNPs. The treatments that I take specifically targets IL-1B cytokines that are linked to brain fog.

I was able to predict that I had these SNPs before taking the WGS test and once confirmed able to divise a treatment that worked. The probability of that happing by random chance is incredibly small.

I'm going through a similar investigation. EDS + ME/CFS are the main suspects. Could live with the symptoms for very long, but they got too severe after covid (otherwise I would probably still be living with them).

Is the treatment working out well for you?

I’m pretty much back to 100% I just get the occasional slump but I can’t be sure that isn’t from working too hard.

For the IL-1B I take high doses of D3, TUDCA, and DIM. For the dysautonomia aspect I take Low Dose Naltrexone, a lower dose of modafinil in the morning and amitryptiline at night. I prefer weaker psychopharmacology ligands as it’s preferable to work with the natural rhythms of the body instead of fighting them.

I have a strict near zero sugar diet that’s high in kale. I take a low dose of semaglutide (ozempic) which has been one of the best meds I’ve tried. I make sure I get enough UV exposure. I’ve done Test Cyp and Ipamorelin/ModGRF and they do help a lot but I stopped taking them when semaglutide worked so well. I highly suspect people with hEDS are highly sensitive to semaglutide and should start and stay on much lower doses (1/10th) otherwise they’re near guaranteed to have a bad time.

I’m mostly interested in the TNXB subtype of hEDS which seems to have some weird comorbidities, like an intolerance to noise, a touch of ADHD, obstinate personality, difficulty falling asleep, local and general anesthetic resistance, and an unusually high IQ. There is an unusual reaction to medications with most medications working less than expected.

A good list of comorbidities that could help make a self diagnosis; https://ohtwist.com/about-eds/comorbidities

Maybe you're right, what do I know? I don't have a PhD in this field. Just relating what I've seen in myself and others throughout my life.
Certainly an understandable position. The information I'm talking about is very modern as affordable high quality WGS are a recent innovation and news of the implications has not yet spread very far. It's a good time to revisit old superstitions.
WGS == whole genome sequencing
In my case, I didn't know I was burned out, until after I was -literally- forced out of the industry.

I was really pissed off, for a while, but these days, I have zero desire to return to the Rodent Rally. I have been talking with a friend about a possible effort to create an altruistic organization. I have a couple of bored, rich, retired friends. May not go anywhere, but ya never know...

I think what you're describing is well encapsulated by a term I heard a few days ago - boreout.
I think the difference is that burnout can even be for things you're excited about and want to do, but subconsciously don't want to do for other reasons, e.g. the task/project goes against your ethics but you're pushing past that anyway, so your mind tries to stop you through stopping your body, e.g. fatigue or pain.
Congrats on finding something like that, and can't wait to see the Show HN thread!

What do you think made it something you could believe in? Was it the opportunity, that it aligned with something you were personally interested in or something else?

I had a project a few years ago that was a bit like that. I'd be coding it up every hour I could find around the day job, and loved it. Perhaps I need to reflect on that some more.

Thanks! It's hard to know exactly why. What I do know is that I'm surprised week after week with breakthroughs I never dreamed possible and which I think other people will find very useful, and these each renew my excitement.
I don't suppose you're using LLMs for coding? The number of my older friends who've found energy for side-projects since LLM coding became a thing is very notable

In the most extreme case: a new father of twins just uses his IDE and home projector to put up the work on the wall and builds little things by voice and reading, as he's home with his daughters. It's pretty eye-opening.

Obviously, he won't want to divide his attention so obviously in the near future, but he's the sort who will likely be making things with and for them very early -- I imagine it will be like kids spending lots of time growing up in their father's woodshop.

This is me. I just put up an LCARS MQTT logger and a clock with touch support, on a Raspberry Pi 2B V1.1 with a 3.5' TFT touchscreen, all of which I bought for that purpose 10 years ago. I took a few stabs at it over the years, but in that time I also married and started a family and ultimately could never find enough time or sustained drive to do it.

Five days ago, I stumbled upon that package again, and in between my work tasks I casually chatted with o3 on how to get that screen to show something. I explored my original idea (driving via SPI interface directly) but that turned out to be a dead-end - and then went back to the framebuffer approach (system overlay handles the screen, I write to /dev/fb0); o3 made me a quick prototype to prove the concept - and then I fired up Aider with gemini-2.5-pro, and got the MVP the same day. I casually iterated on it over the next 4 days, improving performance, functionality, style and adding touch support.

I can tell you, if not for LLMs, that board would continue to gather dust in the drawer for the next decade. Instead, I'm on my way to extending this to realize my other old dream - making it into LCARS A/C control panel to replace the vendor-provided wall-mounted one.

Also, in the past couple months, I explored many other ideas and did a few prototypes, and started feeling again the energy I last had in high school. LLMs are just that good at removing the "blank page syndrome" and making every incremental task just more cost-effective, to the point they start to fit in my otherwise busy adult schedule.

I'm not using an LLM for programming (at least not yet), but I'm using it for business planning, estimating target audiences, summarizing research, etc. All stuff I could do myself, and that I have to verify, but it saves time. More importantly, it's making some work more interesting that was previously too tedious to ever get started on. Maybe that benefit will wear off for me once it's not novel anymore, I don't know.
I've never touched an LLM and won't use AI. Everything I ever have and will make is hand crafted.
I use Cursor and still think of my work as hand crafted, the project is exactly what I wanted, I just didn’t have to press every single key
I don't even use editor suggestions for the next word I should write. For me, something I didn't think of myself is not mine.
Same
Actually maybe this is one way to explan it:

When Pico 8 came out, I immediately had a feeling of recognition and familiarity: "Oh! So this is the app I was half dreaming of making all these years!*

The app I'm making now gives me the exact same feeling, which is already a reward in itself, but it also means it'll probably give others that feeling too. So it's doubly exciting.

> a project I truly believed in

I think you're onto something here. I find that as I'm aging I'm not losing energy anywhere near as fast as I'm losing the belief necessary for commitment.

Careful not to fall into the trap of never releasing - it can always be better.
Definitely something I've worried about. But a major architectural change is different than an improvement. I've left a lot of low hanging fruit for me to fix up after release. But with this change it would literally become a new, backwards-incompatible product. That's where I personally draw the line for when to wait.
Or not?

If his joy comes from endlessly coding and refactoring and tinkering, just have fun doing that.

Not every side project needs to turn into a side product

Of course, I assume OP is smart enough to realize they have free will and that I am not being prescriptive! OP had stated they were planning to release it, but held off, so I believe their intent is to release it.

By the way, one can release a side project without it turning into a product. :-)

That's actually all it was in the beginning. Just writing code for fun. But the more code I wrote, the more it evolved into an app that demands to be released, especially since the nature of it is to be a platform, SDK, and API for others.
Well I released it today and I'm kind of regretting it. It's woefully underdeveloped.
Happy to hear this, good luck!
Ship it! Ship it now!
I'm on the fence. But the new idea would fully break compatibility, and is much better. Should I continue to indefinitely support a product I no longer believe in?
don't tease us like that, what is it?
A cross between love2d and pico8 with TypeScript and webgl2 that's plugin-first and community-centric. Basically my ideal pixelart gamemaker dev platform.
I love where you are going with it!