Cody Casterline

Results 183 comments of Cody Casterline

@ValorZard yep! For example, [this] post contains an animated GIF. Right now you’re limited to what you can embed in safe (non-html) markdown, so basically images. You can attach files...

This would be an excellent thing to write an automated test for. Might be fun to set up an automated testing framework w/ this case.

Looks like 0.3.8 is out on npmjs: https://www.npmjs.com/package/protoc-gen-ts

Ah, right, there's also #32 which is another way that a server admin could remove GDPR content. But FeoBlog itself does not provide a way to contact a server admin...

I might want to look into how systems like Mastodon handle this. If you post data to a single Mastodon server, it might get copied to other servers to show...

(brainstorming) Here's an issue -- if I rely on revocation (#5) to remove someone's data, that requires they revoke their entire userID. Should I add something with a smaller scope...

As a compromise, we could in theory implement an ActivityPub *view* of the data. * Would popular ActivityPub clients be able to fetch that data for themselves, or would they...

> I'll probably also need to add some Item metadata to say that "this attachment is audio meant to be played inline", since unfortunately .ogg and .webm file extensions are...

Pausing this work. I'll upload an `audio` branch that contains my work so far. In it, I'm able to record an Ogg/Opus file via WASM in FF/Chrome/Safari. But Safari can't...

In the meantime, one method for gaining better write concurrency may be to enable [write-ahead-logging][1] in your SQLite database. [1]: https://www.sqlite.org/wal.html