chore: update uses
This commit is contained in:
parent
3d12e257cd
commit
3e3b16f343
15 changed files with 20 additions and 18 deletions
2
.github/workflows/reading.yaml
vendored
2
.github/workflows/reading.yaml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
- name: Commit updated read file
|
||||
run: |
|
||||
git pull
|
||||
git config --local user.email "coryd@hey.com"
|
||||
git config --local user.email "hi@coryd.dev"
|
||||
git config --local user.name "Cory Dransfeldt"
|
||||
git add -A && git commit -m "📚 “${{ env.BookTitle }}” (${{ env.BookStatus }})"
|
||||
git push
|
|
@ -2,7 +2,7 @@
|
|||
"siteName": "Cory Dransfeldt",
|
||||
"siteDescription": "I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, music, writing, reading and tv and movies.",
|
||||
"author": "Cory Dransfeldt",
|
||||
"email": "coryd@hey.com",
|
||||
"email": "hi@coryd.dev",
|
||||
"url": "https://coryd.dev",
|
||||
"themeColor": "#3b82f6",
|
||||
"siteType": "Person",
|
||||
|
|
|
@ -4,6 +4,6 @@ eleventyExcludeFromCollections: true
|
|||
dynamicPermalink: false
|
||||
---
|
||||
Title: Cory Dransfeldt
|
||||
Site: coryd.dev, coryd@hey.com
|
||||
Site: coryd.dev, hi@coryd.dev
|
||||
Mastodon: @cory@social.lol
|
||||
From: Camarillo, California
|
|
@ -3,7 +3,7 @@ permalink: '.well-known/security.txt'
|
|||
eleventyExcludeFromCollections: true
|
||||
dynamicPermalink: false
|
||||
---
|
||||
Contact: mailto:coryd@hey.com
|
||||
Contact: mailto:hi@coryd.dev
|
||||
Expires: 2099-01-01T08:00:00.000Z
|
||||
Preferred-Languages: en
|
||||
Canonical: https://coryd.dev/.well-known/security.txt
|
|
@ -9,6 +9,7 @@ description: 'Referral links for services that I use.'
|
|||
Referral links for services I use. I save some money, and you do as well if you choose to use them.
|
||||
|
||||
<ul class="link-list">
|
||||
<li><a onclick="clicky?.log('/referrals','Fastmail referral', 'click')" href="https://ref.fm/u30190984">Fastmail</a></li>
|
||||
<li><a onclick="clicky?.log('/referrals', 'Clicky referral', 'click')" href="https://clicky.com/101449513">Clicky</a></li>
|
||||
<li><a onclick="clicky?.log('/referrals','NextDNS referral', 'click')" href="https://nextdns.io/?from=m56mt3z6">NextDNS</a></li>
|
||||
<li><a onclick="clicky?.log('/referrals','DNSimple referral', 'click')" href="https://dnsimple.com/r/3a7cbb9e15df8f">DNSimple</a></li>
|
||||
|
|
|
@ -42,6 +42,7 @@ Software and services that I use for work and my own enjoyment.
|
|||
<h3>macOS</h3>
|
||||
|
||||
- [Rectangle](https://rectangleapp.com): to quickly move around/organize/snap application windows. Using a Mac without it now feels like it's broken.
|
||||
- [Dato](https://sindresorhus.com/dato): an option-rich calendar utility that lives in your menubar.
|
||||
- [Alfred](https://alfredapp.com): a flexible, extensible and reliable Spotlight replacement.
|
||||
- [Keyboard Maestro](https://www.keyboardmaestro.com): an endlessly flexible app that I underutilize for quick macros and keyboard shortcuts in a number of different apps.
|
||||
- [AirBuddy](https://v2.airbuddy.app): finer-grained control over AirPods and other wireless devices.
|
||||
|
@ -58,7 +59,7 @@ Software and services that I use for work and my own enjoyment.
|
|||
|
||||
<h3>Services</h3>
|
||||
|
||||
- [HEY](https://hey.com): it's the email service that works best for me and I quite enjoy their calendar.
|
||||
- <a onclick="clicky?.log('/uses','Fastmail referral', 'click')" href="https://ref.fm/u30190984">Fastmail</a>: the best, most reliable email, calendar and contacts provider around.
|
||||
- <a onclick="clicky?.log('/uses','NextDNS referral', 'click')" href="https://nextdns.io/?from=m56mt3z6">NextDNS</a>: a privacy-focused, set it and forget it DNS service. I use their security features on my home network and a profile with strict ad-blocking rules on all of my devices.
|
||||
- <a onclick="clicky?.log('/uses','DNSimple referral', 'click')" href="https://dnsimple.com/r/3a7cbb9e15df8f">DNSimple</a>: a robust, user-friendly DNS provider and registrar. I moved my domains here after my old provider was acquired.
|
||||
- <a onclick="clicky?.log('/uses','Bunny.net referral', 'click')" href="https://bunny.net?ref=revw3mehej">Bunny.net</a>: a powerful and affordable CDN. I use it to serve assets on my personal site (most notable my now page — raw assets are fetched by Eleventy and then optimized to webp).
|
||||
|
|
|
@ -67,6 +67,6 @@ The final two post types / work flows I use are identical to the first aside fro
|
|||
textastic://x-callback-url/new?name=note.gallery.txt&text=Title:%20[[title]]%0D----%0DWhen:%20[[date|%m.%d.%Y]]%0D----%0DText:%20[[body]]
|
||||
```
|
||||
|
||||
Using these actions to publish content from Drafts to your Kirby-based site should be as simple as changing the file name sent to Textastic in each workflow. If you run in to any problems or have any suggestions for improving these workflows feel free to [let me know](mailto:coryd@hey.com).
|
||||
Using these actions to publish content from Drafts to your Kirby-based site should be as simple as changing the file name sent to Textastic in each workflow. If you run in to any problems or have any suggestions for improving these workflows feel free to [let me know](mailto:hi@coryd.dev).
|
||||
|
||||
Many thanks to [Alex Duner](http://alexduner.com/) and [Nate Boateng](http://rantsandrambles.net/) for the Statamic Drafts workflow they provided to get me pointed in the right direction on this.
|
||||
|
|
|
@ -29,4 +29,4 @@ template: link
|
|||
link: https://example.com
|
||||
```
|
||||
|
||||
Is there an easier or more effective way to do this? [Let me know.](mailto:coryd@hey.com)
|
||||
Is there an easier or more effective way to do this? [Let me know.](mailto:hi@coryd.dev)
|
||||
|
|
|
@ -63,9 +63,9 @@ I did quite a bit of research before switching to Fastmail and the following pos
|
|||
- [From Gmail to FastMail: Moving Away from Google – ReadWrite](http://readwrite.com/2012/03/19/from-gmail-to-fastmail-moving#awesm=~othfJ88hm9Tp8X 'From Gmail to FastMail: Moving Away from Google – ReadWrite')
|
||||
- [FastMail is My Favourite Email Provider](http://web.appstorm.net/reviews/email-apps/fastmail-is-my-favourite-email-provider/ 'FastMail is My Favourite Email Provider')
|
||||
|
||||
Have you moved to Fastmail? Are you thinking of doing so? [Let me know your thoughts](mailto:coryd@hey.com) on it or the move to it. You can sign up for Fastmail [here](https://www.fastmail.com).
|
||||
Have you moved to Fastmail? Are you thinking of doing so? [Let me know your thoughts](mailto:hi@coryd.dev) on it or the move to it. You can sign up for Fastmail [here](https://www.fastmail.com).
|
||||
|
||||
[^1]: My interest in this idea, specifically was sparked by this blog post by Marco Arment: [Let us pay for this service, so it won’t go down](http://www.marco.org/2011/04/05/let-us-pay-for-this-service-so-it-wont-go-down 'Let us pay for this service so it won’t go down – Marco.org')
|
||||
[^2]: I had previously consolidated all of my old email accounts in to my Google Apps account via forwarding and by checking them via IMAP through Gmail.
|
||||
[^3]: I currently use the first-party mail clients on both iOS and OSX so not having contacts and calendars synced with Fastmail is really only an issue when in the Fastmail web interface (which isn't all that frequently). For now, I've been manually uploading vCard files to Fastmail which is clunky, but not all that annoying. I _do_ miss being able to create events by clicking on parsed text (which Google Apps supported), but not all that much.
|
||||
[^4]: If you do get tripped up switching from another provider, Fastmail does have extensive documentation. [You can also feel free to get in touch](mailto:coryd@hey.com).
|
||||
[^4]: If you do get tripped up switching from another provider, Fastmail does have extensive documentation. [You can also feel free to get in touch](mailto:hi@coryd.dev).
|
||||
|
|
|
@ -39,4 +39,4 @@ Finally, restart apache:
|
|||
|
||||
Your site should now be served using http2. You can verify this using the KeyCDN tool located [here](https://tools.keycdn.com/http2-test).
|
||||
|
||||
_Did I miss anything? [Let me know.](mailto:coryd@hey.com)_
|
||||
_Did I miss anything? [Let me know.](mailto:hi@coryd.dev)_
|
||||
|
|
|
@ -81,7 +81,7 @@ All of these particular folders live as children of my Archive folder and are au
|
|||
|
||||
If you're a [1Password](https://1password.com) user you can link your accounts and generate per-service, [masked emails for improved security](https://www.fastmail.help/hc/en-us/articles/4406536368911-Masked-Email). The idea here being that if your primary email is known, it can be used to trigger password resets at different services or leveraged in brute-force attacks, but this is mitigated by using a masked/pseudo-random address for each service.
|
||||
|
||||
Did I miss anything? [Email me](mailto:coryd@hey.com)[^7].
|
||||
Did I miss anything? [Email me](mailto:hi@coryd.dev)[^7].
|
||||
|
||||
[^1]: As an aside, [mailbox.org](https://mailbox.org) is also quite nice and offers some nice privacy features but isn't _quite_ as polished as Fastmail.
|
||||
[^2]: Which amounts to seamless syncing with iOS at the system level or via an app like [DAVx](https://play.google.com/store/apps/details?id=at.bitfire.davdroid&hl=en) on Android.
|
||||
|
|
|
@ -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