sam โ ๐ฌ๐ช
@sam@chven.us
My summer holiday this year was going to Tbilisi, Georgia (mostly) by train!
And I've now finally written a blog post about it with quite some details. It was really an amazing trip that I can highly recommend!
Great read! I'd love to take a train across Europe some time. I'd also like to read more about your time in Georgia if you write about it!
I blame @llamasoft_ox but my C compiler now accepts unicode. Need to do some assembler fixes, but the rest works
```
typedef int ๐;
๐ barnspace(int size)
{
๐ num๐ = 0;
while(size >= sizeof(๐)) {
num๐++;
size -= sizeof(๐);
}
return num๐;
}
```
The server can now act as a proxy for all image, audio or video media coming from other account's posts (both from the Web UI and the Mastodon API). This way, other servers will see media requests coming from the server IP, not the user's, improving privacy. This is controlled by setting the proxy_media
boolean field to server.json
to true.
The strict_public_timelines
option introduced in the previous release now works correctly.
Fixed a crash when posting from the links browser.
Fixed some repeated images from Lemmy posts.
Fixed a crash when posting an image from the tooot mobile app.
Updated FreeBSD rc script: the server process is now managed by the daemon(8) utility (contributed by @stefano@bsd.cafe).
RSS feeds are now in 2.0 version instead of 0.91.
If you find #snac useful, please consider contributing via LiberaPay: https://liberapay.com/grunfink/donate
This release has been inspired by the song New Moon (Dark Phase) by #DuranDuran.