···189189 </div>
190190191191 <div class="card">
192192+ <h3>Automatic profile updates!</h3>
193193+ <p>
194194+ I made this inspired by
195195+ <a
196196+ href="https://bsky.app/profile/did:plc:gq4fo3u6tqzzdkjlwzpb23tj"
197197+ >@dame.is</a
198198+ >'s (dame.is's sounds hilarious lol) profile picture
199199+ which changes with a sky gradient every hour. I wanted
200200+ to do something similar but my profile picture has me in
201201+ the foreground so I had to do some masking shenanagins
202202+ to get it to work.
203203+ </p>
204204+ <p>
205205+ Anyway if you want to set this up for yourself then grab
206206+ a background removed version of your profile from
207207+ <a href="https://remove.bg">remove.bg</a> (low res
208208+ preview version is fine since this will just be a mask)
209209+ and then run
210210+ <code
211211+ >magick pfp-removebg-preview.png -alpha extract
212212+ pfp_matte.png</code
213213+ >. Now you can head over to the timeline site linked
214214+ below and customize your timeline! When you are done
215215+ simply download the zip and extract it wherever you want
216216+ it to live. Then <code>crontab -e</code> and add your
217217+ script (<code
218218+ >2 * * * * /home/usrname/pfp/bsky-profile-updates.sh
219219+ >/dev/null 2>&1</code
220220+ >
221221+ ) to run 2 minutes after the hour (or at really whatever
222222+ time you want)!
223223+ </p>
224224+ <a href="/pfp-updates" class="btn"
225225+ >Customize your gradients!</a
226226+ >
227227+ </div>
228228+229229+ <div class="card">
192230 <h3>More things soon?</h3>
193231 <p>
194232 Yeah probably lol; I just need to find the right next