Oh funny to see it here. I'm the original author of workout.lol.
I sold the app to a guy who seemed to just abandoned it. I also texted him multiple times if he needs support, but he didn't answer anymore. It makes me really happy to see it being maintained again!
You have no idea how happy I was when I saw your name pop up ahahha
Yeah, no luck either. It really broke my heart to see the project stall like that.
That's what pushed me to rebuild everything, keeping the same open spirit you had from day one.
Thanks a lot for the kind words about the UI it means a lot coming from you.
And if you ever feel like jumping back in (I totally get that it might be tricky, especially since you sold the original project and this one is so close) but you’d always be welcome.
Your input, ideas, or even just your presence would mean a lot !
Could be a new tab "collab" or something to do with joint work maybe, one could post a site, repo or detail a past work experience and anyone who was around or passed thru could reconnect, discuss stuff and share anecdotes. Thinking long dead internal faang tools, stuff like op's post, abandoned repos, old shareware etc. Could also be a place to find cofounders or people interested in starting or working on stuff together.
That would be interesting to see. Kinda like a tell-hn, but for old/abandoned projects? I've worked on a few of those internal projects (such as time-traveling vector db for ML tools back in '19), and stuff like that.
Dunno how useful it would actually be, but an interesting thought.
I would be into this. I'm basically trying to teach myself development by doing things with abandoned projects I find interesting. While nothing I do is even remotely production-ready, it would be cool to pair with someone more experienced to gain better understanding and perspective since it seems remarkably hard to find a mentor.
I’ve been working on an automated calendar scheduling api that integrates with Apple CalDAV (iCal) that lets you schedule your life around goals (it uses Google OrTools to solve a great big CP-SAT constraint model blazing fast, a year in under 5 seconds), along with meal planning around macro goals. I knew I wanted to integrate a workout/training plan system but had no idea what component I’d end up using.
I'd love to hear more about your setup and if Workout.cool can fit as a "component" let's say? in your system, that's exactly the kind of use case I built it for. Open, hackable, and easy to plug into more powerful workflows. GG !
I don't think that the guy who bought it was from the industry. In our talks, he really seemed interested in growing the project - but maybe I'm just naive.
If he really wanted to stop the project, he should've put the repository on private and put down the website, but he just left everything the same as it was.
Yeah, HN hit hard earlier lol, we are now on the 2nd place so things should start calming down now (or no, lol), btw the app is already back up and running normally again!
Sure. To be honest, it's mostly because of laziness. I'm more used to plain JS than to TypeScript, so I'm faster this way.
I also always thought TS is a bit too much for small apps like this, but I get that it would make sense to use it if others want to contribute as well.