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

help-circle











  • If you own all the land around the dead-end street, then I could see an argument to it effectively being your private driveway, and if you own the last property on the street (such that nobody needs access, including MAINTENANCE and TRAIL access), then I could see an argument that the road was made too long and you are reclaiming a bit of it. Otherwise, you are still storing your stuff on public property, just with fewer effected by your misdemeanor.








  • 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?!?