• 19 Posts
  • 266 Comments
Joined 2 years ago
cake
Cake day: September 8th, 2023

help-circle
  • I wish I could say that I was surprised, but to those not mired in mathematical sophistry… infinity is the furthest concept from a number… it has no known practical use, renders numerical comparisons and operations meaningless, and destroys all numbers to which it comes into contact. If anything, I would sooner accept that it is an anti-number. :)







  • “to make a long story short” - especially when used multiple times in one story and/or as a mindless audiospace filler to hold control of the conversation while assembling more thoughts/words… without knowing both the long and short version it literally adds nothing to the communication, it literally makes the story longer every time you use it (wasting my time), it’s probably the longest socially acceptable way to say that (one could just say: “in short”), and it’s got just enough word-scramble verbal complexity to occupy the higher order English parsing logic.






  • I imagine that it is theoretically possible to successfully vibe-code, but probably not with a conventional project layout nor would it look much like traditional programming. Something like your interaction primarily being a “requirements list”, which gets translated into interfaces and heavy requirements tests against those interfaces, and each implementation file being disposable (regenerated) & super-self-contained, and only being able to “save” (or commit) implementations that pass the tests.

    …and if you are building a webapp, it would not be able to touch the API layer except through operational transforms (which trigger new [major] version numbers]. Sorta like MCP.

    Said another way, if we could make it more like a “ratchet” incrementing, and less like an out-of-control aircraft… then maybe?!?