yo just a head’s up on development: there hasn’t been much
i’m not sure what i want to do with this site basically, it’s just a lot of effort to implement all these protocols and i’m fundamentally not that interested :/
hmm. idk
yo just a head’s up on development: there hasn’t been much
i’m not sure what i want to do with this site basically, it’s just a lot of effort to implement all these protocols and i’m fundamentally not that interested :/
hmm. idk
i pushed out two patch releases, which basically just
neat??
i forgot to push the “native microformats2 in the database” branch to my git server before wiping my old laptop :/ oops
i haven’t touched the lemoncurry codebase since july
this is starting to look abandoned
urgh :(
trying to deploy our websockets microservice using an ecs task definition
amazon are evil
deleting works now! you can’t try it out for yourself since you still aren’t me, but it works by sending a “command” object to the micropub endpoint? looks like this
{"action": "delete", "url": "https://00dani.me/notes/35"}
updating works much the same way, but you use fancier command objects, which is why i haven’t done that yet ;)
actually scratch that! i’m gonna implement micropub update and delete next!!
delete first because it’s way simpler lmao
got the new design looking pretty nice on my phone now c: woo! i think the next thing to figure out at this point is probably automatic syndication? i’ll look into doing it with mastodon first, and then maybe silos as well. maybe
working on a new design for entries which takes up less vertical space :o it currently looks very bad on mobile but decent on desktop, gonna need to tweak it some more
btw i used both quill and micropublish to write that last entry?
see, quill supports the micropub media endpoint, which i needed to upload the screenshots, while micropublish doesn’t as far as i can tell
but micropublish lets you preview exactly what request is gonna be sent to your server before it actually sends! which is important because my server isn’t very clever yet and can’t handle more complicated micropub requests :o