← Back to context

Comment by baby

12 hours ago

You know you can use github pages

For real - OP, push some HTML / CSS, or even just Markdown. This is overly complex for what you’re doing.

  • What’s with this policing of frameworks people want to use?

    • If this came across as doing so, I apologize. It was intended more as “there’s a much simpler way.”

      Here’s an analogy: I have a kitchen drawer that has had its face torn off, because the threads for the screws were destroyed. I tried fixing it twice by drilling them out, gluing a hardwood dowel in, and then redrilling for screw threads.

      After the second failure, I asked my FIL - who is a woodworker - if I should bore them out to a larger size, so I could use a larger dowel with more surface area for glue, etc. He said, “you could, but the failure point is the threads, because you’re driving parallel into end grain. A hardwood plug inserted such that you’re driving into edge grain would hold. Or, you could just move the screws, and optionally plug the old holes for aesthetics.”

      I was vastly over-complicating something that had an extremely easy solution. This problem exists everywhere in tech; people will recreate existing technology (usually in a worse fashion), or create Byzantine pipelines for a problem trivially solved by a bash script, etc.

      If you consider the available options for something, and then decide, that’s one thing. If you make what is objectively the wrong choice, that still might be understandable - maybe you want to learn something new, maybe it doesn’t matter at your scale (which tbf is true here, though Vercel’s pricing might cause pain if the site exploded in popularity), etc. But the point is, you should understand trade-offs, and what already exists.

      1 reply →

  • Yeah, fair point. I used next.js out of convenience. It took around 5 mins for me to set up this project =) Site is purely static.