chore: update uses

This commit is contained in:
Cory Dransfeldt 2024-02-13 09:49:50 -08:00
parent 4a543742f7
commit 9bb67b6dd7
No known key found for this signature in database
17 changed files with 19 additions and 20 deletions

View file

@ -361,7 +361,7 @@ So far this works seamlessly — if I want to update or add static content I can
Questions? Comments? Feel free to get in touch:
- [Email](mailto:hi@coryd.dev)
- [Email](mailto:coryd@hey.com)
- [Mastodon](https://social.lol/@cory)
---

View file

@ -7,15 +7,15 @@ tags: ['tech', 'macOS']
In the spirit of following a trend, here are my default apps as of now (the end of 2023).<!-- excerpt -->
- Mail service: <a class="plausible-event-name=Proton+referral" href="https://pr.tn/ref/X775YX40Z50G">Proton</a>
- Mail client: Proton's desktop app (it's a wrapper of the web app, but it's quite nice and works well with their calendar)
- Mail service: [HEY](https://hey.com)
- Mail client: [HEY](https://hey.com)
- Tasks: [Todoist](https://todoist.com)
- RSS service/client/bookmarking: [Readwise Reader](https://readwise.io/read) + clips sent to [Bear](https://bear.app)
- Launcher: [Alfred](https://alfredapp.com)
- Cloud storage: iCloud + <a class="plausible-event-name=Proton+referral" href="https://pr.tn/ref/X775YX40Z50G">Proton</a>
- Photo library: iCloud
- Web browser: Safari
- Calendar: <a class="plausible-event-name=Proton+referral" href="https://pr.tn/ref/X775YX40Z50G">Proton</a>
- Calendar: [HEY](https://hey.com)
- Weather: Weather.app
- Podcasts: N/A
- Music: [Doppler](https://brushedtype.com/doppler) + [Last.fm](https://last.fm)

View file

@ -298,7 +298,7 @@ These I've left as a simple list wherein `any` included top level domain is file
That covers _most_ of what I use to manage my mail (outside of anything particularly personal). I fully expect the regular expressions I'm using could stand to be refined and I plan on continuing to do just that. But, with that said, things have worked better than I expected so far and false positives/mis-categorizations have been infrequent.
If you have any questions or suggestions I'm all ears. Feel free to [email me](mailto:hi@coryd.dev) or ping me on [Mastodon](https://social.lol/@cory).
If you have any questions or suggestions I'm all ears. Feel free to [email me](mailto:coryd@hey.com) or ping me on [Mastodon](https://social.lol/@cory).
[^1]: Before, well, _all that_.
[^2]: Fastmail has some helpful tips on regular expression rules [here](https://www.fastmail.help/hc/en-us/articles/360060591193-Rules-using-regular-expressions)

View file

@ -45,7 +45,7 @@ jobs:
with:
commit_message: Update artist charts for the week.
commit_user_name: cdransf
commit_user_email: hi@coryd.dev
commit_user_email: coryd@hey.com
commit_author: Cory Dransfeldt
```