6 pointsby signa113 hours ago2 comments
  • andychiare3 hours ago
    Great read! Queueing theory is fascinating. In a sense, it's an attempt to control uncertainty, but it's not always easy. For example, choosing the right queue is still a hard problem :-) Watch this video: https://www.youtube.com/watch?v=IPxBKxU8GIQ
    • kugurerdeman hour ago
      Thanks! The video was funny lol :D
  • mgianluc3 hours ago
    great explanation. And cool animations. Might I ask what tool did you use for those?
    • kugurerdeman hour ago
      Hi! Author here. I just used the Canvas API with some vanilla JavaScript code. My site is built with Hugo, so I first needed to create a shortcode that allows me to embed .js files I created for simulations directly into my posts. About the code for animations being shown, I didn't write them myself from scratch. I used LLMs to generate them. They are not as accurate as what I had in my mind, but it still worked out fine after some iterations and improved the overall reading experience I believe.
      • mgianlucan hour ago
        Thank you! Appreciate you taking the time to respond and explain. Thanks