1
0
mirror of https://github.com/osmarks/meme-search-engine.git synced 2025-08-02 01:02:53 +00:00

5 Commits

Author SHA1 Message Date
30b1b72712 I really should test database queries better 2024-05-22 14:35:29 +01:00
24fbc0dd1f apparently, that quality value is too low 2024-05-21 20:09:28 +01:00
63a9b3d9a6 the consequences of my own actions 2024-05-21 12:39:04 +01:00
b7010b41dd oops 2024-05-21 01:58:50 +01:00
7cb42e028f Rewrite entire application (well, backend) in Rust and also Go
I decided I wanted to integrate the experimental OCR thing better, so I rewrote in Go and also integrated the thumbnailer.
However, Go is a bad langauge and I only used it out of spite.
It turned out to have a very hard-to-fix memory leak due to some unclear interaction between libvips and both sets of bindings I tried, so I had Claude-3 transpile it to Rust then spent a while fixing the several mistakes it made and making tweaks.
The new Rust version works, although I need to actually do something with the OCR data and make the index queryable concurrently.
2024-05-21 00:09:04 +01:00