Live data from Hacker News

Viewing profile — astashov

astashov

HN member
Joined
Tue, May 29, 2012, 3:15 PM UTC
HN karma
95
Public activity
43 items

About astashov

Building Liftosaur - https://www.liftosaur.com/about

Recent public activity

  1. story
  2. story
  3. story
  4. 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…

  5. 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…

  6. story
  7. comment
    Comment #34928002

    Thanks! Lemme know how it goes :)

  8. 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...

  9. 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…

  10. 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…

  11. 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…

  12. story
  13. story
  14. story
  15. 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…

  16. story
  17. story
  18. 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…

  19. 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…

  20. 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…

  21. 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 …

  22. story
  23. story
  24. 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…

  25. story