• db0@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    32
    ·
    1 day ago

    This is a slop project. I doubt it will be any good or will see improvements without opening yourself to security issues

    • moonpiedumplings@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      22 hours ago

      while the production build runs entirely client-side without a backend server. I

      This eliminates many, many potential security issues and is an excellent design choice.

      In production, movie data is queried using an in-browser SQLite database via WebAssembly, e

      • littleomid@feddit.org
        link
        fedilink
        English
        arrow-up
        41
        ·
        1 day ago

        Isn’t it obvious?

        I heavily relied on agentic development (as an additional learning goal) using OpenCode (with Sonnet 4.5 and Gemini 3 Flash and the beads tracker).

        I vibe coded once and after I saw the generated code, I will not let anything like that on my home network.

        • teawrecks@sopuli.xyz
          link
          fedilink
          arrow-up
          3
          ·
          9 hours ago

          For the record, not all agentic coding is “vibe coding”. It is possible to do real engineering with an LLM.

          In the same way the advent of the compiler helped us go from high-level human-readable formal language to low-level machine-readable formal language, an LLM helps us go from high-level natural language to high-level human-readable formal language. The distinction between vibing and engineering is how much intention you have about what the tool spits out the other side.

          Vibing says “all I have is an input, I don’t know what the output should be, so I’m not even going to look at it”. Engineering says “I have an intended output in my head, and I’m using whatever tool will reliably create my intention the fastest”.

            • teawrecks@sopuli.xyz
              link
              fedilink
              arrow-up
              1
              ·
              25 minutes ago

              Trying to understand where you might be going with this. Is the implication that non-deterministic/stochastic algorithms have no practical use in engineering?