Viewing profile — astashov
astashov
HN member- Joined
- Tue, May 29, 2012, 3:15 PM UTC
- HN karma
- 95
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About astashov
Recent public activity
- story
- story
- story
-
comment
Comment #37831534
Thanks for trying it out! I guess the UX of the generate feature could be better (or at least I need to add some help/explanation info there). You don't have to navigate to the lin…
-
comment
Comment #37715818
I made an IDE for weightlifters! IMHO there's a lot of similarities in how we write software programs and weightlifting programs. In weightlifting, we also use specific syntax to d…
- story
-
comment
Comment #34928002
Thanks! Lemme know how it goes :)
-
comment
Comment #34904933
It's a simple recursive descent parser, written in TypeScript from scratch. About 500 lines of code: https://github.com/astashov/liftosaur/blob/master/src/parser...
-
comment
Comment #34903505
Thanks! Yeah, there was a similar issue on Github - https://github.com/astashov/liftosaur/issues/37 . But I'm frankly not super familiar with FDroid and alternative stores, and hav…
-
comment
Comment #34901988
Thanks for the feedback! Yeah, that's a valid point. You can probably right now look at built-in programs for examples, or check the docs on the site: https://www.liftosaur.com/doc…
-
story
Show HN: Liftosaur – Weightlifting tracker app for coders
I made a weightlifting tracker app specifically for coders. In weightlifting, progressive overload is one of the most important parts of gaining muscle. You should constantly incre…
- story
- story
- story
-
comment
Comment #29041353
If it works, this is awesome. I've used it before to add my PWA (liftosaur.com) to the Android store, and it's way easier to get users from there, than to explain them how to insta…
- story
- story
-
comment
Comment #27176905
Just built "yatro" last weekend - TypeScript's actually typesafe router. I wanted a framework-agnostic router, that would actually be typesafe - it'd match the request with specifi…
-
comment
Comment #26856453
Pros of Cloudflare Workers - they're way simpler. Their docs are nice, it's straightforward to set up a dev environment for them, it's easy to set up a key-value store for them (Cl…
-
comment
Comment #26856237
I recently migrated from Cloudflare Workers to AWS Lambda + Dynamo for my relatively large pet project. It was surprisingly hard - the local development of lambdas is still very ra…
-
comment
Comment #26404265
I switched my pet project (about 15000 lines of code) from Webpack to esbuild, and reduced the build time from 30 seconds to 2 seconds. The trickiest part was to make Tailwind CSS …
- story
- story
-
comment
Comment #24989010
Hello Hacker News! I made a free PWA phone app for tracking weightlifting progress - Liftosaur. Yup, like thousands of other weightlifting tracker apps, but mine has one unique fea…
- story