I’m not sure if I’m allowed to promote my own (relevant) articles on here, please let me know. I have a series of blogs about my takes on technology and a work in progress series on how to get computers to count really fast.

  • nkochavi@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 hours ago

    You’re making a conscious trade off, which is better than most of the heavy apps out there, because they are slow and heavy. It would be interesting to document your decision making in some kind of blog post, especially if there is real hard data behind the decisions. That’s where the engineering lies.

    • Gonzako@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 hours ago

      I’ll be honest as a 1 man operation, my flowchart is fairly simple:

      -Can psql do this? Then make the statement to do it

      -Gotta do it on code? Make sure you have distinct read – process – save chunks so you can see whats slowing you down and minimize cache misses.