Found some time this past weekend to work on a little "passion feature" that I've been wanting to implement for a while now; sharing the technical write-up for anyone else who is interested in automating headless screenshots with these tools or with others (the knowledge is pretty transferable!)

  • Lupec
    link
    fedilink
    58 months ago

    That was a great read, thanks for sharing! Love the idea and the execution. Plus, I happen to be pretty into both Rust and Nix these days so it's always nice to stumble upon projects with them.

    • JeezyOP
      link
      fedilink
      English
      5
      edit-2
      8 months ago

      I think it's a stack that really pays off in the long run for solo projects. After a long week of work the last thing I want to do is go tracking down runtime errors (undefined is not a function, my old friend) or messing around with Docker containers and Kubernetes clusters. It also doesn't hurt that once you throw away the costly deployment abstractions, the operating expenses turn out to be a lot cheaper.

      • Lupec
        link
        fedilink
        68 months ago

        Yup, I work as a typescript + PHP developer right now for reasons beyond my control so I'm painfully familiar with that kind of error 😅

    • @Bread@sh.itjust.works
      link
      fedilink
      English
      38 months ago

      If this guy thinks he can make a better a wheel, I see no reason not to let him try. You never know, there could be a better way that becomes the new standard.