• Joined on 2023-07-08
zephyr pushed to main at ligmo/ligmo 2025-05-30 12:43:24 -04:00
747cd7d7f2 backend: add api server stubs (#36)
zephyr merged pull request ligmo/ligmo#36 2025-05-30 12:43:23 -04:00
backend: add api server stubs
zephyr pushed to stub-server at ligmo/ligmo 2025-05-29 14:53:25 -04:00
b1666423e4 backend/handler: new package for http api server
zephyr deleted branch image-encoding from ligmo/ligmo 2025-05-29 14:50:59 -04:00
zephyr pushed to main at ligmo/ligmo 2025-05-29 14:50:59 -04:00
f0448f0f37 ligmen: add package implementing emote image encoding (#34)
zephyr merged pull request ligmo/ligmo#34 2025-05-29 14:50:59 -04:00
ligmen: add package implementing emote image encoding
zephyr pushed to image-encoding at ligmo/ligmo 2025-05-28 20:41:38 -04:00
933f0b1946 ligmen: support webp
fe5a368249 ligmen: include frame times in image ids
c551a5f61b ligmen: require frames in memory
Compare 3 commits »
zephyr commented on pull request ligmo/ligmo#36 2025-05-28 18:40:28 -04:00
backend: add api server stubs

is this the right place to put this?

zephyr created pull request ligmo/ligmo#36 2025-05-28 18:40:18 -04:00
backend: add api server stubs
zephyr pushed to stub-server at ligmo/ligmo 2025-05-28 18:40:08 -04:00
ee7b510fec backend: add api server stubs
zephyr created branch stub-server in ligmo/ligmo 2025-05-28 18:40:08 -04:00
zephyr pushed to image-encoding at ligmo/ligmo 2025-05-28 18:36:51 -04:00
0bd24ecf33 meta: go mod tidy
acdfbe2481 ligmen: hash generically over image types
5790ba7d76 ligmen: add image hashing
f127848e92 ligmen: update tests when updating code
a64f4c1b4f ligmen: 28 px, not 26
Compare 8 commits »
zephyr deleted branch api-finish from ligmo/ligmo 2025-05-28 18:32:20 -04:00
zephyr pushed to main at ligmo/ligmo 2025-05-28 18:32:19 -04:00
266f4a6305 api: define the rest (#33)
zephyr merged pull request ligmo/ligmo#33 2025-05-28 18:32:19 -04:00
api: define the rest
zephyr pushed to api-finish at ligmo/ligmo 2025-05-28 00:29:04 -04:00
7a0a76d4d2 api: expect the client to encode images
1d659d8d95 api: webp instead of avif
fae3bb2b35 api: define the rest
09f8363753 Initial postgres migrations. (#35)
Compare 4 commits »
zephyr commented on issue ligmo/ligmo#1 2025-05-27 12:13:34 -04:00
thoughts

the more i think about it, the more i like the idea of using a chatbot to announce emote set changes over a dedicated websocket connection. it's way easier for external clients like on-stream chat…

zephyr pushed to image-encoding at ligmo/ligmo 2025-05-26 15:05:21 -04:00
d94155d85b ligmen: add image hashing
zephyr commented on issue ligmo/ligmo#1 2025-05-25 16:22:20 -04:00
thoughts

also if we have the client encode images then we should be able to support both webp and avif immediately, just have the client do both and pick whichever is smaller at each image size. for any…

zephyr commented on issue ligmo/ligmo#1 2025-05-24 23:11:33 -04:00
thoughts

if we want to have the client encode images, compiling libwebp to wasm is probably our best option. there kind of exist projects that might sort of let us use rust or pure js instead, but their…