My intention is to have something functional and federating working at the end of next week. Let's see what can I do 
Also I've detected some bad querys and I'm working to make them faster!
Wiiiiiiiii! Now we have atom feeds. On the AP side a lot of code was implemented at the beginning so now I'm making sure all works and checking it against pleroma and mastodon.
PixelFed Federation Status:
✅ - Mastodon
✅ - Pleroma
❌ - Funkwhale (WIP)
❌ - GNU/Social
❌ - Hubzilla
❌ - NextCloud
❌ - MissKey (WIP)
❌ - PeerTube (WIP)
❌ - Plume
❌ - Pump.io
❌ - Socialhome
I will finish the WIP ones and then push support in the next few days!
next step. AP working as it should!
Timelines working!
Yesterday I was reading about redis and trying things. Today my intention is to build the home-timelines. I use redis for that because is way faster than looking in the db. Let's see how it goes
Hey a question, do you prefer a set of predefined size like instagram or just keep the aspect ratio of the images and allow different shapes?
Managed*
Last night I manages to fix all the issues with pic uploads both on the server and the client. Next step is building the timelines 
Good news. Today I could finish the upload functionality, so now the API endpoints to upload an image and retrive the list of post for an user works as expected. I'm trying to write documentation at the same time here: https://github.com/ZinatProject/documentation/blob/master/Using-the-API/API.md
Under the hood:
- Upload the image
- Create a element in the redis queue to perform the save to memory.
- Create a miniature
. Transform the image to jpge so now the size is lower.
Don't worry, since the beginning zinat had a repo on gitlab https://gitlab.com/yabirgb/zinat . It is a couple of commits behind but I'll update it as soon as I can
This is how federated posts will look in the timelines. I'm working on the "save" feature now, you can bookmark posts that nobody else can see, or get notified about.
cc @mike
Also I'm developing at the same time this client in vuejs https://github.com/ZinatProject/client and a library in js to manage calls to the main API
I'm working fast on the client side. If all goes as planed for the end of June I should have an alpha version ready to deploy... but first I need to pass all my exams. Working hard on all 
I use this emoji because is my favourite here
Today I used a bit of time to continue working on the UI and fixing thinks on the API side. Now I know the tricks with Vue and I'm happy. My intention is to add test for the client and the API so I can test all the commits with travis as soon as I finish my exams 