| Commit message (Expand) | Author |
2024-09-19 | Add photos from September 5 | June McEnroe |
2024-09-15 | Add some more film stocks to the list | June McEnroe |
2024-09-13 | Add photos from September 2 | June McEnroe |
2024-09-13 | Add Fomapan 200 to films list | June McEnroe |
2024-09-10 | Add August 29 picnic photos | June McEnroe |
2024-09-08 | Apply some bold to trips rendering | June McEnroe |
2024-09-08 | Render trips hopefully more efficiently | June McEnroe |
2024-09-08 | Allow removing bodies and lenses | June McEnroe |
2024-09-08 | Limit body width so it looks less silly on desktop | June McEnroe |
2024-09-07 | Handle no film being loaded | June McEnroe |
2024-09-07 | Fancy up the text a little | June McEnroetitle='2021-09-23 16:08:02 -0400'>2021-09-23 | Add The Hobbit | June McEnroe |
|
Surprisingly good for something written by a man like a hundred
years ago!
|
|
They were fun to make but I never actually used them.
|
|
I haven't used these in ages.
|
|
Otherwise upload won't actually work.
|
|
For use by Palaver[1]. Unfortunately, at least in the current App
Store version of Palaver, this doesn't work correctly with basic
auth.
[1]: https://palaverapp.com/guides/commands/set.html#ui-image_service
|
|
I hate these things and also this one sucks.
|
|
|
|
This actually speeds things up quite a bit, saving roughly a second
on a big PNG screenshot. Almost all the remaining time is spent in
deflate.
|
|
Interesting to see how my code habits have changed.
|
|
|
|
|
|
|
|
|
|
Also bump the message cap to 1024 because that is ostensibly useful
for replying to older messages.
|
|
|
|
There are probably better things to sort by but title definitely
always exists.
|
|
This makes it even faster. From ~1s on a sqlite3.c amalgamation to
~0.85s.
|
|
Since ctags only ever produces regular expressions of the form
/^re$/ or /^re/ with no other special characters, instead unescape
the pattern and simply use strncmp.
Running on a sqlite3.c amalgamation, the regex version takes ~37s
while the strncmp version takes ~1s, producing identical output.
Big win!
|
|
|
|
|
|
|
|
This fixes badly indented comments.
|
|
|
|
|
|
|
|
|