Oliveira

wip://1

Published in 06/20/2023

silver and gold round accessory
Photo by Pavel Neznanov on Unsplash

Welcome to Work in Progress, the post series in which I’ll announce new site features, as well as spoil whatever it is I’m working on at the moment.

In this first issue we have a lot of highlights, in varying degrees of “sounding like a joke”. I hope you like them :)

I wanna see something cool

All in all, the Unsplash integration didn’t cause that much of a headache. Their TS implementation was helpful.

In order to prevent breaking the request quotas (as well as preventing constantly changing the hotlinks1), I had to implement a local cache that can easily be reused in other sites and/or SSGs2.

As a bonus I learned about a very interesting image placeholder technique known as BlurHash (I didn’t say I implemented it :p)

RSS Feed

I still have not implemented automatic social media posts when a new post is published. Instead I’ve developed a RSS feed, which you can use to keep up with my incessant posts.

To be honest, the implementation of this feature was entirely motivated by the recent Reddit protests, which forced me to find new ways to consume media. I liked it.

This link serves as a good starting point if you’re interested.

And more

Sneak peek

I’m obviously working on other things, but keep in mind that some of these may never see the light of day:

As a final note, I’m still looking for the correct tone for this blog. Some of my planned posts will not be technical at all, consider yourselves warned.

o/

Footnotes

Footnotes

  1. Unsplash has some API usage guidelines used to assure their creators get their feedback and metrics updated. One of them is hotlinking: image links are generated by their API and MUST be used to show them.

  2. Static Site Generator

  3. Luckily Vercel provides this as an environment variable~