chore: update uses
This commit is contained in:
parent
3d12e257cd
commit
3e3b16f343
15 changed files with 20 additions and 18 deletions
|
@ -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:coryd@hey.com)
|
||||
- [Email](mailto:hi@coryd.dev)
|
||||
- [Mastodon](https://social.lol/@cory)
|
||||
|
||||
---
|
||||
|
|
|
@ -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: [HEY](https://hey.com)
|
||||
- Mail client: [HEY](https://hey.com)
|
||||
- Tasks: [HEY](https://hey.com)'s do this week functionality
|
||||
- Mail service: <a onclick="clicky?.log('/posts/2023/default-apps-2023/','Fastmail referral', 'click')" href="https://ref.fm/u30190984">Fastmail</a>
|
||||
- Mail client: Mail.app
|
||||
- Tasks: calendars for timed, repeating chores and a note for one-off tasks.
|
||||
- RSS service/client/bookmarking: [Feedbin](https://feedbin.com) with [NetNewsWire](https://netnewswire.com) + articles sent to [Instapaper](https://instapaper.com) and clips sent to [Bear](https://bear.app)
|
||||
- Launcher: [Alfred](https://alfredapp.com)
|
||||
- Cloud storage: iCloud
|
||||
- Photo library: iCloud
|
||||
- Web browser: Safari
|
||||
- Calendar: [HEY](https://hey.com)
|
||||
- Calendar: Calendar.app + [Dato](https://sindresorhus.com/dato) on macOS
|
||||
- Weather: Weather.app
|
||||
- Podcasts: N/A
|
||||
- Music: [Plexamp](https://www.plex.tv/plexamp/) + [Last.fm](https://last.fm) + [ListenBrainz](https://listenbrainz.org)
|
||||
|
|
|
@ -296,7 +296,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:coryd@hey.com) 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:hi@coryd.dev) 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)
|
||||
|
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
with:
|
||||
commit_message: Update artist charts for the week.
|
||||
commit_user_name: cdransf
|
||||
commit_user_email: coryd@hey.com
|
||||
commit_user_email: hi@coryd.dev
|
||||
commit_author: Cory Dransfeldt
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue