[tantek]this kind of thing definitely makes me hesitate from posting. I always find new bugs when posting then feel compelled to fix them immediately before I can actually be "done" with posting.
jackytbh if Webmention forges (this is what I'm calling a service that allows one to hold and list Webmentions like webmention.io) could provide a uniform-ish way to collect like "a fixed feed", that could be fed into a generic "comment" component or something
aaronpkI can't change the actual default cause it'd break people's stuff but I can at least make sure new projects use the new format by burying the old one
jackyI just saw something re: elixir and binaries and it got me curious (like if I could work on my site, deploy + build and let it ping and self update)
sknebelfor my own code I tend to keep things together, i.e. I don't split config/code/data all across the filesystem like a "properly packaged" app would
sknebelnow if you want to do something to ship to others, its a bit more tricky. bundling reduces the integration effort with the rest of the system, but means more for you to update
sknebele.g. I see why there shipping a simple go webserver instead of packaging nginx or apache is preferred because its one piece you just rebuild and ship a replacement
jamietannaJacky I'm thinking about whether I convert my static site to a dynamic site (to cut down on wait times for publishing new content) which I'd do as a self-contained Spring Boot JAR file if that helps
jackylike tbh, in order to 'speed' up my site, I'm thinking about having some sort of 'holder' page as my site does the grinding of a entry (resolving media, updating tags, etc)
jamietannamy plan would be that I have the Java app responding to HTTP requests for my site's currently static content, reading the required files from GitLab (as my backend datastore) and rendering them as HTML for the consumer
sknebelthought so. which is why I put all the caveats into my response ;) cause what we are comfortable with doing by hand is not the best elsewhere. so question also becomes "what users" :D
maxwelljoslyn, gRegorLove and gRegorLove_ joined the channel; nickodd left the channel