├── .eleventy.js ├── .gitignore ├── .nvmrc ├── _data ├── nodes.json ├── postdata.json ├── sites.json ├── words.json └── wordsRaw.json ├── _includes └── base.njk ├── _networkmap ├── generate.js ├── package-lock.json └── package.json ├── _wordcloud ├── _output │ ├── _0.html │ ├── _1.html │ ├── _10.html │ ├── _100.html │ ├── _101.html │ ├── _102.html │ ├── _103.html │ ├── _104.html │ ├── _105.html │ ├── _106.html │ ├── _107.html │ ├── _108.html │ ├── _109.html │ ├── _11.html │ ├── _110.html │ ├── _111.html │ ├── _112.html │ ├── _113.html │ ├── _114.html │ ├── _115.html │ ├── _116.html │ ├── _117.html │ ├── _118.html │ ├── _119.html │ ├── _12.html │ ├── _120.html │ ├── _121.html │ ├── _122.html │ ├── _123.html │ ├── _124.html │ ├── _125.html │ ├── _126.html │ ├── _127.html │ ├── _128.html │ ├── _129.html │ ├── _13.html │ ├── _130.html │ ├── _131.html │ ├── _132.html │ ├── _133.html │ ├── _134.html │ ├── _135.html │ ├── _136.html │ ├── _137.html │ ├── _138.html │ ├── _139.html │ ├── _14.html │ ├── _140.html │ ├── _141.html │ ├── _142.html │ ├── _143.html │ ├── _144.html │ ├── _145.html │ ├── _146.html │ ├── _147.html │ ├── _148.html │ ├── _149.html │ ├── _15.html │ ├── _150.html │ ├── _151.html │ ├── _152.html │ ├── _153.html │ ├── _154.html │ ├── _155.html │ ├── _156.html │ ├── _157.html │ ├── _158.html │ ├── _159.html │ ├── _16.html │ ├── _160.html │ ├── _161.html │ ├── _162.html │ ├── _163.html │ ├── _164.html │ ├── _165.html │ ├── _166.html │ ├── _167.html │ ├── _168.html │ ├── _169.html │ ├── _17.html │ ├── _170.html │ ├── _171.html │ ├── _172.html │ ├── _173.html │ ├── _174.html │ ├── _175.html │ ├── _176.html │ ├── _177.html │ ├── _178.html │ ├── _179.html │ ├── _180.html │ ├── _181.html │ ├── _182.html │ ├── _183.html │ ├── _184.html │ ├── _185.html │ ├── _186.html │ ├── _187.html │ ├── _188.html │ ├── _189.html │ ├── _19.html │ ├── _190.html │ ├── _191.html │ ├── _192.html │ ├── _193.html │ ├── _194.html │ ├── _195.html │ ├── _196.html │ ├── _197.html │ ├── _198.html │ ├── _199.html │ ├── _2.html │ ├── _20.html │ ├── _200.html │ ├── _201.html │ ├── _202.html │ ├── _203.html │ ├── _204.html │ ├── _205.html │ ├── _206.html │ ├── _207.html │ ├── _208.html │ ├── _209.html │ ├── _21.html │ ├── _210.html │ ├── _211.html │ ├── _212.html │ ├── _213.html │ ├── _214.html │ ├── _215.html │ ├── _216.html │ ├── _217.html │ ├── _218.html │ ├── _219.html │ ├── _22.html │ ├── _220.html │ ├── _221.html │ ├── _222.html │ ├── _223.html │ ├── _224.html │ ├── _225.html │ ├── _226.html │ ├── _227.html │ ├── _228.html │ ├── _229.html │ ├── _23.html │ ├── _230.html │ ├── _231.html │ ├── _232.html │ ├── _233.html │ ├── _234.html │ ├── _235.html │ ├── _236.html │ ├── _237.html │ ├── _238.html │ ├── _239.html │ ├── _24.html │ ├── _240.html │ ├── _241.html │ ├── _242.html │ ├── _243.html │ ├── _244.html │ ├── _245.html │ ├── _246.html │ ├── _247.html │ ├── _248.html │ ├── _249.html │ ├── _25.html │ ├── _250.html │ ├── _251.html │ ├── _252.html │ ├── _253.html │ ├── _254.html │ ├── _255.html │ ├── _256.html │ ├── _257.html │ ├── _258.html │ ├── _259.html │ ├── _26.html │ ├── _260.html │ ├── _261.html │ ├── _262.html │ ├── _263.html │ ├── _264.html │ ├── _265.html │ ├── _266.html │ ├── _267.html │ ├── _268.html │ ├── _269.html │ ├── _27.html │ ├── _270.html │ ├── _271.html │ ├── _272.html │ ├── _273.html │ ├── _274.html │ ├── _275.html │ ├── _276.html │ ├── _277.html │ ├── _278.html │ ├── _279.html │ ├── _28.html │ ├── _280.html │ ├── _281.html │ ├── _282.html │ ├── _283.html │ ├── _284.html │ ├── _285.html │ ├── _286.html │ ├── _287.html │ ├── _288.html │ ├── _289.html │ ├── _29.html │ ├── _290.html │ ├── _291.html │ ├── _292.html │ ├── _293.html │ ├── _294.html │ ├── _295.html │ ├── _296.html │ ├── _297.html │ ├── _298.html │ ├── _299.html │ ├── _3.html │ ├── _30.html │ ├── _300.html │ ├── _301.html │ ├── _302.html │ ├── _303.html │ ├── _304.html │ ├── _305.html │ ├── _306.html │ ├── _307.html │ ├── _308.html │ ├── _309.html │ ├── _31.html │ ├── _310.html │ ├── _311.html │ ├── _312.html │ ├── _313.html │ ├── _314.html │ ├── _315.html │ ├── _316.html │ ├── _317.html │ ├── _318.html │ ├── _319.html │ ├── _32.html │ ├── _320.html │ ├── _321.html │ ├── _322.html │ ├── _323.html │ ├── _324.html │ ├── _325.html │ ├── _326.html │ ├── _327.html │ ├── _328.html │ ├── _329.html │ ├── _33.html │ ├── _330.html │ ├── _331.html │ ├── _332.html │ ├── _333.html │ ├── _334.html │ ├── _335.html │ ├── _336.html │ ├── _337.html │ ├── _338.html │ ├── _339.html │ ├── _34.html │ ├── _340.html │ ├── _341.html │ ├── _342.html │ ├── _343.html │ ├── _344.html │ ├── _345.html │ ├── _346.html │ ├── _347.html │ ├── _348.html │ ├── _349.html │ ├── _35.html │ ├── _350.html │ ├── _351.html │ ├── _352.html │ ├── _353.html │ ├── _354.html │ ├── _355.html │ ├── _356.html │ ├── _357.html │ ├── _358.html │ ├── _359.html │ ├── _36.html │ ├── _360.html │ ├── _361.html │ ├── _362.html │ ├── _363.html │ ├── _364.html │ ├── _365.html │ ├── _366.html │ ├── _367.html │ ├── _368.html │ ├── _369.html │ ├── _37.html │ ├── _370.html │ ├── _371.html │ ├── _372.html │ ├── _373.html │ ├── _374.html │ ├── _38.html │ ├── _39.html │ ├── _4.html │ ├── _40.html │ ├── _41.html │ ├── _42.html │ ├── _43.html │ ├── _44.html │ ├── _45.html │ ├── _46.html │ ├── _47.html │ ├── _48.html │ ├── _49.html │ ├── _5.html │ ├── _50.html │ ├── _51.html │ ├── _52.html │ ├── _53.html │ ├── _54.html │ ├── _55.html │ ├── _56.html │ ├── _57.html │ ├── _58.html │ ├── _59.html │ ├── _6.html │ ├── _60.html │ ├── _61.html │ ├── _62.html │ ├── _63.html │ ├── _64.html │ ├── _65.html │ ├── _66.html │ ├── _67.html │ ├── _68.html │ ├── _69.html │ ├── _7.html │ ├── _70.html │ ├── _71.html │ ├── _72.html │ ├── _73.html │ ├── _74.html │ ├── _75.html │ ├── _76.html │ ├── _77.html │ ├── _78.html │ ├── _79.html │ ├── _8.html │ ├── _80.html │ ├── _81.html │ ├── _82.html │ ├── _83.html │ ├── _84.html │ ├── _85.html │ ├── _86.html │ ├── _87.html │ ├── _88.html │ ├── _89.html │ ├── _9.html │ ├── _90.html │ ├── _91.html │ ├── _92.html │ ├── _93.html │ ├── _94.html │ ├── _95.html │ ├── _96.html │ ├── _97.html │ ├── _98.html │ ├── _99.html │ └── wordMap.json ├── extract.js ├── package-lock.json └── package.json ├── assets └── wordcloud.js ├── feed.njk ├── icons ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── browserconfig.xml ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── icon.png ├── icon.pxd ├── mstile-150x150.png ├── preview.png ├── preview.pxd ├── rss.svg ├── site.webmanifest ├── sticker.png └── sticker_small.png ├── index.njk ├── network.njk ├── opml.njk ├── package-lock.json ├── package.json ├── readme.md ├── update.sh └── wordcloud.njk /.eleventy.js: -------------------------------------------------------------------------------- 1 | module.exports = function(eleventyConfig) { 2 | eleventyConfig.addPassthroughCopy('icons') 3 | eleventyConfig.addPassthroughCopy('assets') 4 | 5 | eleventyConfig.ignores.add('_wordcloud/**/*.html') 6 | 7 | eleventyConfig.addFilter('stringify', (data) => { 8 | return JSON.stringify(data, null, "\t") 9 | }) 10 | } -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | _site -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | 20.6.0 2 | -------------------------------------------------------------------------------- /_networkmap/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | "@extractus/article-extractor": "^8.0.3", 4 | "linkedom": "^0.16.4" 5 | }, 6 | "type": "module" 7 | } 8 | -------------------------------------------------------------------------------- /_wordcloud/_output/_10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_10.html -------------------------------------------------------------------------------- /_wordcloud/_output/_103.html: -------------------------------------------------------------------------------- 1 |
2 |

App Defaults

3 |

I’ve never developed a habit of blogging, but there’s been a recent trend of sharing default apps. I’m glad for a reason to try out weblog.lol, so here’s my list:

4 |

📨 Mail Client: Apple Mail
5 | 📮 Mail Server: Fastmail
6 | 📝 Notes: Apple Notes
7 | ✅ To-Do: Apple Reminders (currently)
8 | 📷 iPhone Photo Shooting: Apple Camera
9 | 🟦 Photo Management: Apple Photos
10 | 📆 Calendar: Fantastical
11 | 📁 Cloud File Storage: iCloud Drive
12 | 📖 RSS: NetNewsWire
13 | 🙍🏻‍♂️ Contacts: Apple Conacts
14 | 🌐 Browser: Safari
15 | 💬 Chat: iMessage
16 | 🔖 Bookmarks: Safari
17 | 📑 Read It Later: GoodLinks
18 | 🛒 Shopping Lists: Apple Reminders
19 | 💰 Budgeting and Personal Finance: YNAB
20 | 📰 News: Apple News
21 | 🎵 Music: Apple Music, Marvis Pro, Longplay
22 | 🎤 Podcasts: Apple Podcasts
23 | 🔐 Password Management: 1Password (disclosure: I work for 1Password)

24 |

Some additional categories I’m borrowing from Rebecca Owen:
25 | 🎥 Media Tracking: Sequel
26 | 🐘 Mastodon: Mona
27 | 🌤️ Weather: CARROT Weather
28 | 👨🏻‍💻 Terminal: Wezterm
29 | 🧮 Code Editor: Neovim

30 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_113.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

All of a sudden it is all over my RSS feeds, people blogging about the default apps they use for most of their online activities. OK, so yeah… this is apparently a thing and of course I can’t be left behind! Ever since the early days of blogging (The shrouded secrets of the past, lores of yore…) these list have existed and it’s always great fun to peruse through them. Robb Knight is collecting a list of those who have participated.

4 |

Here are my defaults in 2023. Personal and professional separated where necessary. I also added one aspirational app for 2024…

5 | 37 |
38 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_115.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

4 | 9 November 2023 5 |

6 |
7 |

This was inspired by a post by @joelchrono.

8 |
    9 |
  • 📨 Mail Client: Proton webui
  • 10 |
  • 📮 Mail Server: Protonmail
  • 11 |
  • 📝 Notes: Signal(Notes to self)
  • 12 |
  • 📁 Cloud File Storage: Proton drive
  • 13 |
  • 📖 RSS: FreshRSS
  • 14 |
  • 🌐 Browser: Brave
  • 15 |
  • 🐧 Distro: Fedora
  • 16 |
  • 💬 Chat: Signal, Discord
  • 17 |
  • 🔖 Bookmarks: Brave
  • 18 |
  • 📑 Read It Later: Brave
  • 19 |
  • 🧮 Code Editor: VSCodium
  • 20 |
  • 📰 News: FreshRSS
  • 21 |
  • 🎵 Music: Spotify
  • 22 |
  • 🔐 Password Management: Bitwarden
  • 23 |
24 |
25 |
26 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_118.html: -------------------------------------------------------------------------------- 1 |
2 |

Shamelessly stolen from Garrit and inspired by 3 | Hemispheric Views 097 - Duel of the Defaults!

4 |

If you like this format, check out Robb Knight’s list of App Defaults blog posts.

5 |
6 | Here’s my list: 7 |
📨 Mail Client: Mail.app
8 |
📮 Mail Server: Migadu
9 |
📝 Notes: Apple Notes
10 |
✅ To-Do: Apple Reminders
11 |
🟦 Photo Management: iCloud Photos & Google Photos
12 |
📆 Calendar: Google Calendar via Calendar.app
13 |
📁 Cloud File Storage: Google Drive & iCloud
14 |
📖 RSS: RIP Google Reader
15 |
🙍🏻‍♂️ Contacts: Google Contacts
16 |
🌐 Browser: Safari (personal) & Google Chrome (work)
17 |
💬 Chat: Telegram, WhatsApp & Slack
18 |
🔖 Bookmarks: in browser
19 |
📑 Read It Later: open tabs
20 |
📜 Word Processing: Markdown, Google Docs
21 |
📈 Spreadsheets: Google Sheets
22 |
📊 Presentations: Keynote
23 |
🛒 Shopping Lists: Google Keep (for historical reasons)
24 |
🍴 Meal Planning: my wife
25 |
💰 Budgeting and Personal Finance: spreadsheets
26 |
📰 News: Süddeutsche Zeitung
27 |
🎵 Music: Spotify
28 |
🎤 Podcasts: Apple Podcasts
29 |
🔐 Password Management: 1Password (used to be pass)
30 |
31 |

Huh, it seems I’m mostly using Apple & Google services, but also looking for viable alternatives, like Spotify, 1Password or Migadu.

32 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_119.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_119.html -------------------------------------------------------------------------------- /_wordcloud/_output/_122.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

Some background on this post: I saw Manuel Moreale’s list earlier today and thought it was a neat little idea. After a bit of digging, it’s actually a neat big idea with over 120 others sharing their own. So, here’s mine, with a couple adjustments.

5 |
    6 |
  • Mail client: Apple Mail
  • 7 |
  • Mail provider: iCloud
  • 8 |
  • Notes: Apple Notes
  • 9 |
  • To-Do, shopping lists: Apple Reminders
  • 10 |
  • Photo management: Apple Photos
  • 11 |
  • Calendar: Apple Calendar
  • 12 |
  • Cloud storage: iCloud
  • 13 |
  • RSS: Reeder (with Feedbin)
  • 14 |
  • Contacts: Apple Contacts
  • 15 |
  • Browser: Safari (personal), Chrome (work)
  • 16 |
  • Chat: iMessage, Discord
  • 17 |
  • Bookmarks: Safari
  • 18 |
  • Read later: Instapaper
  • 19 |
  • Word processing: iA Writer
  • 20 |
  • Subscription tracking: Outgoings
  • 21 |
  • Music: Apple Music
  • 22 |
  • Podcasts: Apple Podcasts
  • 23 |
  • Password management: 1Password
  • 24 |
  • Design: Figma
  • 25 |
  • Code editor: Nova
  • 26 |
27 |

I rely heavily on Apple’s services but switch to alternatives (and back) often. For example, I recently switched back to Apple Music and Podcasts from Spotify, to Apple Reminders from Todoist, and to Apple Notes from Obsidian.

28 |

Other notable, recent switches include going from Raindrop and Pocket (don’t ask) to Instapaper for reading later, and Notion to Outgoings for tracking my subscriptions.

29 |
30 |
31 |
32 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_128.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_128.html -------------------------------------------------------------------------------- /_wordcloud/_output/_129.html: -------------------------------------------------------------------------------- 1 |
2 |

Of course I’m joining the latest trend. Unlike the social media trends this one seems healthy – or at least not un-healthy. I’m late to the party.

3 |

My defaults are very default, but that’s no surprise for folks who read previous posts or just know me.

4 | 41 |

Here without explanation, but it can be found on this blog.

42 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_13.html: -------------------------------------------------------------------------------- 1 |
2 |

Inspired by Hemispheric Views 097 - Duel of the Defaults! to share on App Defaults when I saw what Robb did. Emoji jacked from Matt.

3 |

These are the default apps I use in the various categories across iOS and Linux.

4 | 30 |

Read more app default posts

31 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_133.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 |

5 | Kyle Nichols 6 |

7 |
8 |

9 | November 13, 2023 10 |

11 |
12 |
13 |

Inspired by the latest Hemispheric Views pod-radio-show, episode 097 Duel of the Defaults!

Since all the cool kids are doing it, I'm jumping on the bandwagon in my first Hey World blog post!

Here we go,

📮 Mail Server
HEY

📨 Mail Client
HEY Email

📝 Notes
Apple Notes

✅ To-Do
Apple Reminders

📷 iPhone Photo Shooting
iPhone Camera App

🟦 Photos Management
Photos App

📆 Calendar
Apple Calendar iOS/Mac

📅 Calendar Backend
Google Calendar

📁 Cloud File Storage
iCloud Drive

📖 RSS
Reeder on iPad & iPhone. Netnewswire on Mac. Backend is BazQux

🙍🏻‍♂️ Contacts Management
Apple Contacts

🔎 Browser
Safari, and Chrome (Work)

💬 Chat
iMessage, WhatsApp

🔖 Bookmarks
Safari

📑 Read-it-Later
Matter

🛒 Shopping List
Shared Reminder List with the wife

🍴 Meal Planning ( as Recipe Management)
Mela

💰 Budgeting and finance
Copilot

📰 News
RSS & Apple News

🎵 Music
Apple Music & Spotify (yes, I have both)

🎤 Podcast
Currently a battle between PocketCasts and Apple Podcasts. (Don't ask)

🔐 Password Management
iCloud KeyChain with support from 1Password as I move over to KeyChain full time.

14 |
15 |
16 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_135.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_135.html -------------------------------------------------------------------------------- /_wordcloud/_output/_136.html: -------------------------------------------------------------------------------- 1 |
2 |

Sharing my "app defaults"' list, not just apps though, softwares as well. Wait, what's the difference between apps and softwares? Is there any difference at all? Anyway here's my list:

3 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_137.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Published: 13 Nov 2023 4 | About 1 min to read 5 |

6 |
7 |
8 |
9 |

10 | There’s been a trend recently of writing up a list of default apps, stemming from a recent podcast, so here I am, jumping on that trend! 11 |

12 |
13 |

I use a bit of a mix of Google/Apple products - not sure how I feel about that. I think a lot of them went over to Apple after I got an iphone. plan to get an android again next year so maybe this list will need adjusting as i go through 2024. So, here’s my list of default apps.

14 |
    15 |
  • Mail Server: Gmail
  • 16 |
  • Notes: Notion
  • 17 |
  • To-Do: Ticktick
  • 18 |
  • Photo Management: Apple Photos
  • 19 |
  • Calendar: Google Calendar
  • 20 |
  • Weather: Apple Weather
  • 21 |
  • Cloud Storage: Google Drive
  • 22 |
  • RSS: Instapaper
  • 23 |
  • Browser: Arc - but use Polypane frequently for testing at work.
  • 24 |
  • Chat: WhatsApp
  • 25 |
  • News: BBC News or Reddit
  • 26 |
  • Music: Apple Music
  • 27 |
  • Podcasts: Apple Podcasts
  • 28 |
  • Password Management: Bitwarden
  • 29 |
  • Social Networks: Mastodon
  • 30 |
  • Code Editor: Visual Studio Code
  • 31 |
  • Writing: Notion
  • 32 |
  • Package Manager: Homebrew & npm
  • 33 |
34 |
35 |
36 |
37 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_138.html: -------------------------------------------------------------------------------- 1 |
November 13, 2023

Inspired by jlelse.blog here is a list of my default apps and services. I hope it might inspire you to share yours as well.

2 |

Here's the list:

3 | 27 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_139.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

I think this is really cool. People are sharing their default apps as mentioned here. I wanted to play along.

4 | 30 | *I used to use Google Sheets, but I've been de-Googling. 31 |
32 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_14.html: -------------------------------------------------------------------------------- 1 |
2 |

3 | Last updated: Nov 28, 2023 | Written by

I first put this up on txt.laker.tech while this site was in the works. So now it's here!

4 |
📨 Mail Client: Fastmail Web and iOS app
 5 | 📮 Mail Server: Fastmail
 6 | 📝 Notes: Obsidian
 7 | ✅ To-Do: Reminders.app
 8 | 📷 iPhone Photo Shooting: Camera.app
 9 | 🟦 Photo Management: Photos.app
10 | 📆 Calendar: Calendar.app
11 | 📁 Cloud File Storage: iCloud
12 | 📖 RSS: Reeder
13 | 🙍🏻‍♂️ Contacts: Contacts.app
14 | 🌐 Browser: Arc on Mac, Safari on iOS, Firefox everywhere else
15 | 💬 Chat: Discord, iMessage
16 | 🔖 Bookmarks: Arc Mobile Companion, Obsidian
17 | 📑 Read It Later: Omnivore
18 | 📜 Word Processing: Obsidian
19 | 📈 Spreadsheets: Excel
20 | 📊 Presentations: Obsidian
21 | 🛒 Shopping Lists: Pen and paper, Reminders
22 | 🍴 Meal Planning: Pen and paper
23 | 💰 Budgeting and Personal Finance: Pen and paper
24 | 📰 News: Apple News
25 | 🎵 Music: Apple Music, Spotify, musikcube with my mp3
26 | 🎤 Podcasts: Overcast
27 | 🔐 Password Management: 1Password
28 | 
29 |

I recommend checking out all the other app defaults posts, over on Robb Knight's list!

30 |

(also just go read Robb's stuff, he's cool and the reason i redesigned this site)

31 |
32 |
33 |

Any comments? Feel free to email me!

34 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_140.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Inspired by Hemispheric Views 097 - Duel of the Defaults! and all these blog posts, here is my list of all the apps I use in various categories:

4 | 31 |
32 | 35 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_142.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Because all the cool kids are doing it. The origin story for this kind of post lives here.

4 |

Anyway, here we go.

5 |

Mail Service: Mailbox.org

6 |

Mail Client: Thunderbird and Mail (iOS)

7 |

Notes: Joplin, Pen and paper

8 |

Calendar: Thunderbird and Calendar (iOS)

9 |

Contacts: Thunderbird and Contacts (iOS)

10 |

RSS: Feedbin

11 |

RSS Client: Web & NetNewsWire (iOS) (although I am considering 12 | Reeder again on iOS)

13 |

Cloud: Nextcloud

14 |

Photo: iCloud and Photos (iOS)

15 |

Web Browser: Firefox and Safari (iOS)

16 |

Chat: Signal, iMessage, WhatsApp (thanks, I hate it)

17 |

Bookmarks: Raindrop

18 |

Read it Later: Omnivore and Kindle Paperwhite

19 |

Word Processing: Google Docs & LibreOffice

20 |

Shopping Lists: Joplin or Pen and Paper

21 |

Music: Bandcamp (for buying and the app on iOS)

22 |

Podcasts: Overcast

23 |

Passwords: Bitwarden

24 |

Social Media: Very sporadic bursts on Bluesky, Mastodon and Instagram

25 |

Weather: Weather (iOS)

26 |

Search: Brave

27 |

Movie Tracking: Letterboxd

28 |

TV Tracking: Serializd

29 |

Book Tracking: Goodreads

30 |

Maps: Apple Maps (iOS)

31 |
32 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_146.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_146.html -------------------------------------------------------------------------------- /_wordcloud/_output/_15.html: -------------------------------------------------------------------------------- 1 |
2 |

In an attempt to be a part of a really cool idea and trend among listeners of Hemispheric Views and other great bloggers, I decided to list my default apps like so many others have already. Let me know what you think and if you have any apps I should look into!

3 |

Mail Client: Gmail / Outlook (work)

4 |

Mail Server: Gmail

5 |

Notes: Obsidian

6 |

To-Do: Todoist

7 |

iPhone Photo Shooting: iOS Camera

8 |

Photo Management: Apple Photos

9 |

Calendar: Apple Calendar

10 |

Cloud file storage: Google Drive and iCloud

11 |

RSS Service: Inoreader

12 |

RSS Client: Reeder

13 |

Contacts: Apple contacts

14 |

Browser: Safari (iOS) Chrome (Desktop)

15 |

Chat: Apple Messages

16 |

Shopping Lists: Apple Notes

17 |

Budgeting & Personal Finance: Google Sheets

18 |

News: RSS, Mastodon, Reddit, Threads

19 |

Music: Spotify

20 |

Password Management: iCloud

21 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_158.html: -------------------------------------------------------------------------------- 1 |
2 |

Defaults

3 |

Saw this somewhere and thought it was interesting so I used my 3 braincells to figure out what I use daily

4 |

📨 Mail Client - Webmail of my respective mail providers, sometimes aerc and himalaya (this one is mainly to quickly grab 2fa codes)

5 |

📮 Mail Server - Gmail and iCloud mail

6 |

📝 Notes - Apple notes, Craft, Text files, whatever is easiest honestly

7 |

✅ To-Do - tweek

8 |

📷 iPhone Photo Shooting - Camera (i didn't know people use other stuff for this)

9 |

🟦 Photo Management - Apple Photos

10 |

📆 Calendar - Apple Calendar (with radicale, gcal, and sometimes icloud for calendar servers)

11 |

📁 Cloud File Storage - FileRun and Google Drive (mainly for school) and sometimes iCloud drive

12 |

📖 RSS - n/a

13 |

🙍🏻‍♂️ Contacts - Apple Contacts (I think radicale is my sync server?)

14 |

🌐 Browser - Safari

15 |

💬 Chat - Discord, Whatsapp

16 |

🔖 Bookmarks - linkding, Safari

17 |

📑 Read It Later - linkding

18 |

📜 Word Processing - Word, Docs, LaTeX (on Overleaf)

19 |

📈 Spreadsheets - Sheets

20 |

📊 Presentations - Slides

21 |

🛒 Shopping Lists - n/a

22 |

🍴 Meal Planning - n/a

23 |

💰 Budgeting and Personal Finance - n/a

24 |

📰 News - Apple News

25 |

🎵 Music - Apple Music

26 |

🎤 Podcasts - Apple Podcasts

27 |

🔐 Password Management - Bitwarden

28 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_159.html: -------------------------------------------------------------------------------- 1 |

最近到年底,有看到大家在竞相分享自己的「年度默认应用」,我也来凑个热闹。我一直在这里记录自己的使用列表,但是有点长;以下是我当下,也就是 2023 年度的更精简的版本。

2 | 30 |

感谢 Robb 发起这个活动。也感谢 Dayu 将其宣传开来。

-------------------------------------------------------------------------------- /_wordcloud/_output/_16.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_16.html -------------------------------------------------------------------------------- /_wordcloud/_output/_161.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Following the trend that initiated on Hemispheric Views (sorry team, barely have any time left for podcasting nowadays), I’m posting my app defaults:

4 |

📨 Mail Client: Proton (but in process of Migrating back to Fastmail)
5 | 📮 Mail Server: Proton (see above)
6 | 📝 Notes: Drafts, Obsidian, Craft
7 | ✅ To-Do: Things
8 | 📷 iPhone Photo Shooting: Camera App, Obsura
9 | 🟦 Photo Management: Apple Photos
10 | 📆 Calendar: Calendar.app
11 | 📁 Cloud File Storage: iCloud
12 | 📖 RSS: Feedbin
13 | 🙍🏻‍♂️ Contacts: Contacts.app
14 | 🌐 Browser: Safari
15 | 💬 Chat: iMessage, WhatsApp
16 | 🔖 Bookmarks: Pinboard
17 | 📑 Read It Later: Instapaper
18 | 📜 Word Processing: Google Docs
19 | 📈 Spreadsheets: Google Sheets
20 | 📊 Presentations: none
21 | 🛒 Shopping Lists: Alexa
22 | 🍴 Meal Planning: none
23 | 💰 Budgeting and Personal Finance: YNAB
24 | 📰 News: Het Parool / The Guardian / The Verge
25 | 🎵 Music: Spotify
26 | 🎤 Podcasts: Apple Podcasts
27 | 🔐 Password Management: 1Password

28 |
29 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_163.html: -------------------------------------------------------------------------------- 1 |
2 |

I have encountered this trend for noting down one’s “app defaults” a few times now, the latest from Manu. I always enjoy reading about the services others use. This time, I wanted to contribute to the list.

3 | 30 |

PS: Robb has created a website where you can see all the posts from others listing their app defaults. It’s a nice collection!

31 |
32 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_17.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Before I share my list: am I the only one who thinks of this song when seeing people post their list? (it’s okay if it’s only me, really. At least I’ve made you listen to one of my favourite songs!)

4 |

First heard from @maique about Duel of the Defaults and then started reading all defaults posts and had to make mine too.

5 |

I did add a category, because I’m a reader 😀

6 |

Oh and I annotate. A lot. Not going to apologise for that!

7 | 35 |
36 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_170.html: -------------------------------------------------------------------------------- 1 |

Tracy D. brought this fun internet excercise to share at tonight’s HomeBrew Website Club.

2 |

The podcast Hemispheric Views did a segment on listing your default apps and then listeners weighed in with their lists: https://defaults.rknight.me/

3 |

I got to discover so many new cool personalized blogs through the above list. Thanks for sharing Tracy!

4 |

Here is mine:

5 |

📨 Mail Client: Gmail

6 |

📮 Mail Server: Google

7 |

📝 Notes: Apple Notes

8 |

✅ To-Do: Keep

9 |

📷 Photo Shooting: Android Camera

10 |

🎨 Photo Editing: Gimp/Figma/Photoshop

11 |

📆 Calendar: GCal

12 |

📁 Cloud File Storage: Google Drive

13 |

📖 RSS: Feedbin

14 |

🙍🏻‍♂️ Contacts: Android

15 |

🌐 Browser: Firefox and Chrome

16 |

💬 Chat: Discord, WhatsApp

17 |

🔖 Bookmarks: Firefox

18 |

📑 Read It Later: Pocket

19 |

📜 Word Processing: Google Docs

20 |

📈 Spreadsheets: Google Spreadsheets

21 |

📊 Presentations: Slides

22 |

🛒 Shopping Lists: N/A

23 |

🍴 Meal Planning: N/A

24 |

💰 Budgeting and Personal Finance: N/A

25 |

📰 News: N/A

26 |

🎵 Music: YTMusic

27 |

🎤 Podcasts: Google Podcasts/YT

28 |

🔐 Password Management: 1Pass

29 |

🧑‍💻 Code Editor: VSCode

30 |

✈️ VPN: Mozilla VPN

-------------------------------------------------------------------------------- /_wordcloud/_output/_172.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

After reading maique’s defaults, which he wrote after listening to Hemispheric Views episode 097: Duel of the Defaults, thought that I’d add mine to the list

4 |

• Mail Client: Mail.app, FastMail, ProtonMail

5 |

• Mail Server: iCloud, FastMail, ProtonMail

6 |

• Notes: Notes.app, Tot

7 |

• To-Do: Reminders.app

8 |

• Camera: Camera.app, Halide

9 |

• Photo Management: Photos.app, Flickr

10 |

• Photo Editing: Photos.app

11 |

• Calendar: Calendar.app

12 |

• Cloud File Storage: iCloud Drive, Koofr, Proton Drive, Self-hosted NextCloud, Google Drive (work), 13 | OneDrive (work)

14 |

• Contacts: Contacts.app

15 |

• RSS: NetNewsWire with self-hosted FreshRSS

16 |

• Browser: Safari, DuckDuckGo, Firefox

17 |

• Chat: Messages.app, Signal, Threema

18 |

• Bookmarks: Micro.blog bookmarks

19 |

• Read It Later: Micro.blog bookmarks

20 |

• Word Processing: Pages, Google Docs (work)

21 |

• Spreadsheet: Numbers, Google Sheets (work)

22 |

• Presentation: Keynote

23 |

• Shopping List: Reminders.app

24 |

• Meal Planning: n/a

25 |

• Budgeting and Personal Finance: n/a

26 |

• News: Apple News, Flipboard, Artifact

27 |

• Music: Apple Music

28 |

• Podcasts: Overcast

29 |

• Password Management: iCloud Password, 1Password

30 |

Adding…

31 |

• Social: Ivory, Ice Cubes, BlueSky

32 |

• Blog: Micro.blog

33 |

• VPN: Windscribe, ProtonVPN

34 |

Just in case, here are referral links - Fastmail, Proton, and Koofr.

35 |
36 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_173.html: -------------------------------------------------------------------------------- 1 |
2 |

The other day, I stumbled upon a post by @robb which in turn led me to this post about app defaults. Following the spree, here's my list of all the apps I use for the following categories:

3 | 47 |
48 |

Honorable mentions

49 | 52 |
53 |
54 |

Further Reads 📜

55 | 58 |
59 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_181.html: -------------------------------------------------------------------------------- 1 |
2 |

Following the recent trend of posting your default apps, here are mine:

3 | 26 |

/via hacdias.

27 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_182.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

Why not do an old school blogging meme for day 13? Well, that’s what I’m doing today, so… let’s go! I’ve seen it a couple of places, but I last saw it over here, which is where I was convinced that it would be today’s post.

5 |

I’m pretty much all Apple for end-user things. I’m also an Ubuntu users, but I pretty much only interact with it via the command line.

6 |
    7 |
  • Mail Client: Mimestream on macOS, Apple Mail on iOS
  • 8 |
  • Mail Server: It’s GMail all the way down.
  • 9 |
  • Notes: Apple Notes
  • 10 |
  • To-Do: Apple Reminders for long-term and recurring things. I use Day One for short-term to-dos and my daily work journal
  • 11 |
  • Photo Shooting: the iOS Camera or Hipstagram if I’m feeling fancy/silly.
  • 12 |
  • Photo Management: Apple Photos
  • 13 |
  • Calendar: Fantastical
  • 14 |
  • Cloud File Storage: Google Drive and iCloud
  • 15 |
  • RSS: NetNewsWire everywhere, and I’m so glad it’s back.
  • 16 |
  • Contacts: Google + iCloud (they’re a mess)
  • 17 |
  • Browser: Firefox for personal stuff, Chrome for work, Safari for mobile. I’m polybrowserous and am fine with it.
  • 18 |
  • Bookmarks: Firefox and Chrome (in profiles because you gotta keep things separate)
  • 19 |
  • Read It Later: Pocket, but it’s mostly later because I forget to check it.
  • 20 |
  • Word Processing, Spreadsheets & Presentations: Google Suite
  • 21 |
  • News: The aforementioned NetNewsWire for following blogs like Talking Points Memo (which has been awesome for 20+ years), Apple News+, NY Times, Washington Post, The Ringer and The Athletic.
  • 22 |
  • Music: Spotify and my Plex server for live shows and mashups
  • 23 |
  • Podcasts: Overcast
  • 24 |
  • Password Management: 1Password
  • 25 |
  • Code Editor: VS Code, but I really miss Atom.
  • 26 |
27 |
28 |
29 |

Post navigation

30 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_185.html: -------------------------------------------------------------------------------- 1 |
2 |

I saw Kerri Krueger, fLaMEd, and Wouter Groeneveld list their App Defaults and, as I've recently moved to a couple of new defaults myself, thought I'd put mine down too.

3 | 31 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_19.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_19.html -------------------------------------------------------------------------------- /_wordcloud/_output/_193.html: -------------------------------------------------------------------------------- 1 |

Inspired by Hemispheric Views 097 - Duel of the Defaults! and blog posts by many. I would like to write my own defaults too.

I tend to use software that comes Apple natively and use one software for multiple needs, such as Apple Notes and Readwise Reader, to minimize the amount of software I need to use.

-------------------------------------------------------------------------------- /_wordcloud/_output/_194.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_194.html -------------------------------------------------------------------------------- /_wordcloud/_output/_197.html: -------------------------------------------------------------------------------- 1 |
2 |

Published: 28/11/2023

3 |

Alright, I’ll jump on the bandwagon. Here are my default apps: Mail Client: Apple Mail Mail Server: iCloud Notes: Obsidian To-Do: Also Obsidian Photography: Camera.app Photo Management: Photos.app Calendar: Calendar.app Cloud file storage: iCloud RSS: NetNewsWire Contacts: Contacts.aepp Browser: Arc Chat: WhatsApp, The Lounge Bookmarks: Arc Read It Later: My unreliable memory + open tabs […]

4 |
5 |

Alright, I’ll jump on the bandwagon. Here are my default apps:

6 | 32 |

Total score: 36

33 |
34 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_198.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

4 | Nov 28, 2023 5 |

6 |
7 |

There have been a bunch of “what apps am I using?” blog posts recently, inspired by an episode of Hemispheric Views. Robb Knight has a page with links to other people’s posts.

8 |

Here’s my list:

9 |
    10 |
  • 📨 Mail Client: Hey
  • 11 |
  • 📮 Mail Server: Fastmail and Hey
  • 12 |
  • 📝 Notes: Ulysses
  • 13 |
  • ✅ To-Do: Basecamp, GitHub, and Ulysses
  • 14 |
  • 📷 iPhone Photo Shooting: Apple Camera
  • 15 |
  • 🌅 Photo Management: Apple Photos and Dropbox
  • 16 |
  • 📆 Calendar: Fantastical (iOS) and Apple Calendar (macOS)
  • 17 |
  • 📁 Cloud File Storage: Dropbox
  • 18 |
  • 📖 RSS: NetNewsWire and Feedbin
  • 19 |
  • 🙍🏻‍♂️ Contacts: Apple Contacts
  • 20 |
  • 🌐 Browser: Safari
  • 21 |
  • 💬 Chat: Messages and Slack
  • 22 |
  • 🔖 Bookmarks: Micro.blog
  • 23 |
  • 📑 Read It Later: Micro.blog
  • 24 |
  • 📜 Word Processing: Pages and Google Docs
  • 25 |
  • 📈 Spreadsheets: Numbers and Google Sheets
  • 26 |
  • 📊 Presentations: Keynote
  • 27 |
  • 🛒 Shopping Lists: none
  • 28 |
  • 🍴 Meal Planning: none
  • 29 |
  • 💰 Budgeting and Personal Finance: Numbers
  • 30 |
  • 📰 News: Safari and YouTube TV
  • 31 |
  • 🎵 Music: Spotify
  • 32 |
  • 🎙️ Podcasts: Overcast
  • 33 |
  • 🔐 Password Management: 1Password
  • 34 |
  • 🤖 Code Editing: Nova and Xcode
  • 35 |
  • 📚 Books: Kindle
  • 36 |
  • 🌎 Blogging: Micro.blog
  • 37 |
38 |

I added a few at the end that I’ve seen other folks use even if they weren’t in the original list. There is scoring too, but I don’t understand how it works. 🙂

39 |
40 |
41 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_199.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_199.html -------------------------------------------------------------------------------- /_wordcloud/_output/_20.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Hemispheric Views is one of my must listen shows and Episode 97 - Duel of the Defaults! was so much fun. The competition to score how “default” their apps were was gripping to the end. So here is mine.

4 | 31 |

I think I scored pretty high in the end.

32 |
33 | 36 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_200.html: -------------------------------------------------------------------------------- 1 |
2 |

I guess if 200 people have done it, it’s time for me to jump on the Hemispheric Views defaults bandwagon.

3 |

Thanks to Robb Knight for repeatedly posting about it to remind me, I’m also using Manton’s extended list. Unlike Robb, I’m not going to score myself.

4 |

📨 Mail Client: Apple Mail, Spark

5 |

📮 Mail Server: Self hosted, iCloud with custom domain, MS365

6 |

📝 Notes: Notes, Agenda, Drafts

7 |

✅ To-Do: Omnifocus, Reminders

8 |

📷 iPhone Photo Shooting: Apple Camera

9 |

🌅 Photo Management: Apple Photos

10 |

📆 Calendar: Fantastical

11 |

📁 Cloud File Storage: iCloud, OneDrive

12 |

📖 RSS: NetNewsWire, Feedbin

13 |

🙍🏻‍♂️ Contacts: Apple Contacts

14 |

🌐 Browser: Safari

15 |

💬 Chat: Messages, MS Teams, Discord, Slack

16 |

🔖 Bookmarks: pinboard (stale)

17 |

📑 Read It Later: Instapaper (stale)

18 |

📜 Word Processing: Pages, Google Docs, MS Word

19 |

📈 Spreadsheets: Numbers, Google Sheets

20 |

📊 Presentations: Keynote

21 |

🛒 Shopping Lists: Reminders

22 |

🍴 Recipes: Paprika

23 |

💰 Budgeting and Personal Finance: Numbers, Banktivity

24 |

📰 News: Mastodon, Discord, Apple News

25 |

🎵 Music: Apple Music

26 |

🎙️ Podcasts: Overcast

27 |

🔐 Password Management: 1Password

28 |

🤖 Code Editing: Textastic, vi

29 |

📚 Books: Apple Books, Kindle

30 |

🌎 Blogging: Micro.blog, MarsEdit

31 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_201.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

... works as a web developer in Hveragerði, Iceland, and writes about the web, digital publishing, and web/product development

4 |

These are his notes

5 |
6 |
7 |
8 |
9 |

This is a thing people are doing. Decided to complete the list to see what I use.

10 |
    11 |
  • 📨 Mail Client: Thunderbird. Mail on iOS/iPadOS
  • 12 |
  • 📮 Mail Server: Easymail and Gmail
  • 13 |
  • 📝 Notes: text files in folders and whatever text editor I like at the time
  • 14 |
  • ✅ To-Do: text files in folders and whatever text editor I like at the time
  • 15 |
  • 📷 iPhone Photo Shooting: Apple Camera or Halide
  • 16 |
  • 🌅 Photo Management: Apple Photos, Lightroom, Capture One
  • 17 |
  • 📆 Calendar: Google Calendar
  • 18 |
  • 📁 Cloud File Storage: Dropbox or GitHub (for the text files)
  • 19 |
  • 📖 RSS: NetNewsWire and Feedly. Working to get rid of Feedly.
  • 20 |
  • 🙍🏻‍♂️ Contacts: Whatever is built into the messaging, email, or phone app I’m using
  • 21 |
  • 🌐 Browser: Firefox. Safari on iOS/iPad ‘cause forced to.
  • 22 |
  • 💬 Chat: Messages and Slack. Hate Slack, though.
  • 23 |
  • 🔖 Bookmarks: Micro.blog and Pinboard. Kind of hate them both.
  • 24 |
  • 📑 Read It Later: Nothing. If I haven’t read it by the time I close the browser tab I’m never going to read it.
  • 25 |
  • 📜 Word Processing: Google Docs, but only if I’m forced to for collaboration. Otherwise avoid them all. They’re all bad.
  • 26 |
  • 📈 Spreadsheets: Google Sheets. Ick.
  • 27 |
  • 📊 Presentations: Whatever HTML presentation format pandoc supports. So text files in folders again.
  • 28 |
  • 🛒 Shopping Lists: Text files in folders
  • 29 |
  • 🍴 Meal Planning: Text files in folders
  • 30 |
  • 💰 Budgeting and Personal Finance: Whatever comes with my online banking.
  • 31 |
  • 📰 News: Browser and NetNewWire
  • 32 |
  • 🎵 Music: Apple Music
  • 33 |
  • 🎙️ Podcasts: don’t listen to podcasts any more
  • 34 |
  • 🔐 Password Management: 1Password
  • 35 |
  • 🤖 Code Editing: VS Code. Occasionally Sublime.
  • 36 |
  • 📚 Books: Kindle and, y’know, printed books.
  • 37 |
  • 🌎 Blogging: Micro.blog or Hugo.
  • 38 |
39 |
40 |
41 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_202.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

5 | November 28, 2023 6 |

I came across this collection of “what apps am I using?” posts via Manton, and thought it would be fun take part. If you want to see what others have posted, Robb Knight is compiling a list.

7 |
    8 |
  • 📨 Mail Client: Apple Mail + web
  • 9 |
  • 📮 Mail Server: Fastmail
  • 10 |
  • 📝 Notes: Obsidian (also trying out LogSeq)
  • 11 |
  • ✅ To-Do: Apple Reminders
  • 12 |
  • 📷 iPhone Photo Shooting: Apple Camera
  • 13 |
  • 🌅 Photo Management: Apple Photos
  • 14 |
  • 📆 Calendar: Apple Calendar linked to Google (with plans to switch to Fastmail)
  • 15 |
  • 📁 Cloud File Storage: iCloud + OneDrive
  • 16 |
  • 📖 RSS: NetNewsWire and Feedbin
  • 17 |
  • 🙍🏻‍♂️ Contacts: Apple Contacts
  • 18 |
  • 🌐 Browser: Edge
  • 19 |
  • 💬 Chat: Work only - Teams; iMessage + WhatsApp, if they count
  • 20 |
  • 🔖 Bookmarks: Micro.blog
  • 21 |
  • 📑 Read It Later: Micro.blog
  • 22 |
  • 📜 Word Processing: Word
  • 23 |
  • 📈 Spreadsheets: Excel
  • 24 |
  • 📊 Presentations: PowerPoint
  • 25 |
  • 🛒 Shopping Lists: none
  • 26 |
  • 🍴 Meal Planning: none
  • 27 |
  • 💰 Budgeting and Personal Finance: Plum, banking app
  • 28 |
  • 📰 News: Artifact, Apple News, RSS
  • 29 |
  • 🎵 Music: Apple Music
  • 30 |
  • 🎙️ Podcasts: Overcast
  • 31 |
  • 🔐 Password Management: 1Password
  • 32 |
  • 🤖 Code Editing: VS Code + Visual Studio
  • 33 |
  • 📚 Books: Kindle, Audible
  • 34 |
  • 🌎 Blogging: Micro.blog, Wordpress, Eleventy
  • 35 |
36 |

Overall I’m a fan of sticking fairly close to the defaults on the platforms I use (Windows + iOS) simply because it usually leads to having an easier time of things. There are a couple of items on this list that probably won’t be on the list this time next year, but I’m still evaluating what their replacements might be.

37 |
38 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_203.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

There have been a bunch of “what apps am I using?” blog posts recently, inspired by an episode of Hemispheric Views. Robb Knight has a page with links to other people’s posts.

4 |

The first list I saw was Manton Reece’s.

5 |

Here’s my list:

6 | 35 |
36 | 39 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_206.html: -------------------------------------------------------------------------------- 1 |

List of app defaults I am currently using

Following the trend and sharing my "app defaults".

2 |
TypeApp(s)
Mail ClientGmail/Proton
NotesApple Notes
To-DoApple Reminders
iPhone Photo ShootingiPhone 15 Pro
Photo ManagementSynology Photos
CalendarFantastical
Cloud File StorageSynology NAS
RSSNetNewsWire
ContactsApple Contacts
BrowserChrome/Firefox
ChatApple Messages/Signal
BookmarksN/A
Read It LaterN/A
Word ProcessingApple notes
SpreadsheetsN/A
PresentationsN/A
Shopping ListsApple Reminders
Meal PlanningApple Reminders
Budgeting and Personal FinanceN/A
NewsN/A
MusicYouTube Music
PodcastsN/A
Password Management1Password
CodeVisual Studio Code
-------------------------------------------------------------------------------- /_wordcloud/_output/_21.html: -------------------------------------------------------------------------------- 1 |
2 |

App Defaults

3 |

Platform:

4 |

🔖 Bookmarks:  Safari and  Notes

5 |

🌐 Browser:  Safari

6 |

💰 Budgeting and Personal Finance: Monzo Bank +  Numbers

7 |

📆 Calendar: Fastmail

8 |

💬 Chat:  Messages, Signal and (unfortunately) Meta WhatsApp

9 |

📁 Cloud File Storage: Synology Drive (for everything) and  iCloud Drive (sharing documents with parents)

10 |

🙍🏻‍♂️ Contacts: Fastmail

11 |

🔲 Diagramming: Diagrams.net

12 |

🅰️ Font Management: iFont (iOS and iPadOS)

13 |

🟦 Photo Management:  Photos, Synology Photos (backup)

14 |

📷 Photo Shooting:  Camera

15 |

📨 Mail Client: Fastmail

16 |

📮 Mail Server: Fastmail

17 |

🦣 Mastodon Clients: Ivory

18 |

🍴 Meal Planning: N/A

19 |

🧠 Mind Maps: MindNode

20 |

🎵 Music: YouTube Music and MusicHarbor

21 |

📰 News:  News, Financial Times, RSS, YouTube and Mastodon

22 |

📝 Notes:  Notes and GoodNotes

23 |

🔐 Password Management:  iCloud Keychain

24 |

🎤 Podcasts:  Podcasts

25 |

📊 Presentations: N/A

26 |

📑 Read It Later: Omnivore

27 |

📖 RSS: Reeder

28 |

🧭 Safari Extensions: Baking Soda, Downie, Noir, Vinegar

29 |

🛒 Shopping Lists:  Reminders and  Notes

30 |

📈 Spreadsheets:  Numbers

31 |

📝 Text Editor: Visual Studio Code

32 |

✅ To-Do: Things and  Reminders

33 |

🛠️ Tools: Amphetamine (macOS), CleanShot (macOS), Shareful (macOS), Raycast (macOS), Soulver (macOS), Text Shot (iOS), TextSniper (macOS), Tot (macOS, iOS, iPadOS, watchOS)

34 |

⌨️ Typing Assistant: Grammarly

35 |

📜 Word Processing:  Pages

36 |

🌍 VPN: Proton VPN

37 |
38 |

🏆 Hall of Fame

39 | 47 |

Other people have also shared their Default Apps inspired by the Podcast "Hemispheric Views 097 - Duel of the Defaults!". Click here to see the list.

48 |
49 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_211.html: -------------------------------------------------------------------------------- 1 |

(bei Thomas gefunden und ich mach ja alles mit)

en: A list of default apps for defined tasks in our daily life. A „meme“ within the blogger-/IndieWeb-universe. Here’s mine. I’m Christian, webworker.
de: Reihum in der Blogger-/Indieweb-Riege – eine Liste von Apps, die man im Alltag für definierte Aufgaben nutzt.

📨 Mail: Postbox on Desktop, Mail.app on mobile devices
📮 Mail Server: Manitu, GMail
📝 Notes: OmniFocus, OneNote
✅ To-Do: OmniFocus
📷 iPhone Camera app: the iPhone camera app
🟦 Photo Management: Lightroom
📆 Calendar: Calendar app on Mac & iPhone synced via iCloud
📁 Cloud File Storage: Synology DS Cloud (running on a server which is standing right in my office), Dropbox for sharing files with others
📖 RSS: Reeder on all devices
🙍🏻‍♂️ Contacts: Mac Contacts synced via iCloud
🙋‍♂️ Browser: Firefox for use, all of them for testing while working. Safari on the iPhone
💬 Chat: Signal, Threema, iMessage, SMS, Instagram, Mastodon
🔖 Bookmarks: Firefox Bookmarks for permanent use, OneNote for notes
📑 Read it Later: none (maybe sometimes I try OneNote but it never really works)
📜 Word Processing: Pages
📈 Spreadsheets: Numbers
📊 Presentations: Keynote
🛒 Shopping List: DieEinkaufsliste
🍴 Meal Planing: I don’t plan meals
💰 Budgeting and Personal Finance: MoneyMoney
📰 News: Krautreporter Newsletter, my RSS, Mastodon
🎵 Music: self hosted Plex-Server-client architecture (at home), Vinyl (at home), WDRCosmo, Audials Play for foreign radio stations, AppleMusic (at home), Spotify (in the car)
🎙️ Podcasts: Apple Podcasts at home, PocketCasts in the car
🔐 Password Management: EnPass (self hosted)

Sie mögen das, wenn ich auch mal aus dem täglichen Alltags-Einerlei ausbreche und über Gott und die Welt nachdenke? Hier steht eine virtuelle Kaffeekasse!
Oder – wenn Ihnen Geld zu unpersönlich ist – hier ist meine Wishlist.

Beitragsnavigation

-------------------------------------------------------------------------------- /_wordcloud/_output/_219.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

There have been a bunch of “what apps am I using?” blog posts recently, inspired by an episode of Hemispheric Views. Robb Knight has a page with links to other people’s posts.

4 |

Here’s my list:

5 |

📨 Mail Client: Apple Mail
6 | 📮 Mail Server: iCloud, Fastmail
7 | 📝 Notes: Obsidian
8 | ✅ To-Do: Things 3, Apple Reminders, Github Issues
9 | 📷 iPhone Photo Shooting: Apple Camera
10 | 🌅 Photo Management: Apple Photos
11 | 📆 Calendar: Apple & Google Calendar
12 | 📁 Cloud File Storage: iCloud, Dropbox, Backblaze
13 | 📖 RSS: NetNewsWire
14 | 🙍🏻‍♂️ Contacts: Apple Contacts
15 | 🌐 Browser: Safari, Firefox
16 | 💬 Chat: Messages, Signal, Slack
17 | 🔖 Bookmarks: In something of a shock to even me, the browser
18 | 📑 Read It Later: Matter
19 | 📜 Word Processing: Obsidian, Pages, Word if I have to
20 | 📈 Spreadsheets: Numbers, Excel if I have to
21 | 📊 Presentations: Keynote
22 | 🛒 Shopping Lists: Apple Reminders
23 | 🍴 Meal Planning: Nothing (shoutout to Mela)
24 | 💰 Budgeting and Personal Finance: Monarch
25 | 📰 News: Safari, NetNewsWire
26 | 🎵 Music: Apple Music
27 | 🎙️ Podcasts: Overcast
28 | 🔐 Password Management: Apple Passwords, 1Password
29 | 🤖 Code Editing: VSCode, nvim
30 | 📚 Books: So many, almost always paper (very occasionally Apple Books)
31 | 🌎 Blogging: Micro.blog, Hugo

32 |
33 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_222.html: -------------------------------------------------------------------------------- 1 |

Après avoir vu cette liste sur les blogs de Chris Coyier et Paweł Grzybek hier, j’ai trouvé ça marrant de partager la mienne.

Je suis curieux de voir si dans 5 ans ce sera toujours les mêmes applications 🤓

-------------------------------------------------------------------------------- /_wordcloud/_output/_226.html: -------------------------------------------------------------------------------- 1 |

Updated: Dec 4 2023

I’m bit late to the party, but nevertheless, here are my app defaults at the end of 2023.

  • Mail Client: Tuta Mail
  • Mail Server: Tuta Mail
  • Notes: Obsidian
  • To-Do: Obsidian
  • Photo Shooting: Apple Camera
  • Photo Management: Apple Photos
  • Calendar: Tuta Calendar
  • Cloud File Storage: Sync, iCloud
  • RSS: NetNewsWire
  • Contacts: Tuta Mail
  • Browser: LibreWolf, Safari, Firefox Dev
  • Chat: WhatsApp, Apple Messages, Signal
  • Bookmarks: Anybox
  • Read It Later: Readwise Reader
  • Word Processing: Obsidian
  • Spreadsheets: Airtable
  • Presentations: n/a
  • Shopping Lists: Apple Reminders
  • Meal Planning: n/a
  • Budgeting and Personal Finance: n/a
  • News: BBC News
  • Music: Spotify, YouTube
  • Podcasts: Spotify, YouTube, Apple Podcasts
  • Password Management: Bitwarden
  • Code Editor: Visual Studio Code
  • Terminal: Hyper with ZSH and Oh My ZSH.

Inspired by:

And everyone else!

Reply by email
-------------------------------------------------------------------------------- /_wordcloud/_output/_228.html: -------------------------------------------------------------------------------- 1 |
2 |

A couple of people I follow (Manuel, Henrique) have done these App Defaults posts over the last week or so, and I thought it was fun kind of exercise, so here’s mine:

3 |

📨 Mail Client: Fastmail web (personal)/Outlook (work)
4 | 📮 Mail Server Fastmail (personal)/Exchange (work)
5 | 📝 Notes: Notes.app + iA Writer
6 | ✅ To-Do: iA writer
7 | 📷 iPhone Photo Shooting: Camera.app
8 | 🟦 Photo Management: Photos.app
9 | 📆 Calendar: Fastmail web (personal)/Outlook (work)
10 | 📁 Cloud File Storage: iCloud (personal)/Box (work)
11 | 📖 RSS: Feedbin + Reeder
12 | 🙍🏻‍♂️ Contacts: Contacts.app
13 | 🌐 Browser: Arc
14 | 💬 Chat: Messages + Signal + WhatsApp
15 | 🔖 Bookmarks: Linkding
16 | 📑 Read It Later: None, really. I just use my bookmarks in Linkding
17 | 📜 Word Processing: Pages/Word
18 | 📈 Spreadsheets: Excel/Numbers
19 | 📊 Presentations: Keynote (sometimes PowerPoint if I have to 🤢)
20 | 🛒 Shopping Lists: Notes.app
21 | 🍴 Meal Planning: 🤷🏻‍♂️
22 | 💰 Budgeting and Personal Finance: Numbers
23 | 📰 News: The web?
24 | 🎵 Music: Apple Music
25 | 🎤 Podcasts: Overcast
26 | 🔐 Password Management: 1Password
27 | 🤖 Code Editing: Nova
28 | 📚 Books: Kindle

29 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_230.html: -------------------------------------------------------------------------------- 1 |

Inspired by the other bloggers in the tech circle, I’ve decided to join the trend and collect my very own list of apps that I currently use.

2 |

It will be fun to see how this list evolves over the years.

3 | 25 |

And here are a few extras that are not part of the “official” template.

26 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_235.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_235.html -------------------------------------------------------------------------------- /_wordcloud/_output/_238.html: -------------------------------------------------------------------------------- 1 |

Jumping on the bandwagon. There’s more stuff on my Uses page.

2 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_241.html: -------------------------------------------------------------------------------- 1 |
2 |

嗯为了水博客不择手段……

3 |

椒老师 那边看到的问卷索性也来填一下了!原项目链接是 https://defaults.rknight.me/ ,我还没想好要不要提交到这个项目的 GitHub 下……

4 |

📨Mail Client Gmail

5 |

📮Mail Server Gmail

6 |

📝Notes Google Keep, Microsoft Sticky Notes

7 |

To-Do Google Keep, Google Tasks

8 |

📷iPhone Photo Shooting I’m an Apple hater and will never use Apple products (at least for now🤣)

9 |

🟦Photo Management Google Photos

10 |

📆Calendar Google Calendar

11 |

📁Cloud File Storage Google Drive, OneDrive

12 |

📖RSS Inoreader

13 |

🙍🏻‍♂️Contacts Google Contacts

14 |

🌐Browser Chrome, Microsoft Edge, Firefox

15 |

💬Chat Discord, WeChat

16 |

🔖Bookmarks Chrome, Microsoft Edge

17 |

📑Read It Later N/A

18 |

📜Word Processing Obsidian

19 |

📈Spreadsheets Microsoft Excel

20 |

📊Presentations N/A

21 |

🛒Shopping Lists Google Keep

22 |

🍴Meal Planning N/A

23 |

💰Budgeting and Personal Finance MoneyWiz

24 |

📰News RSS feeds, several journalists' columns

25 |

🎵Music Spotify, YouTube Music

26 |

🎤Podcasts Google Podcasts (Google kills a product I love AGAIN!  )

27 |

🔐Password Management Chrome

28 |

And something more:

29 |

😘Blog Platform Github Pages + Hugo

30 |

📚Reading app Google Play Books, WeRead  

31 |

⌨️Text Input Gboard on phone, Microsoft Pinyin with Flypy Double Pinyin on Windows

32 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_242.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

📨 Mail Client - Mail.app

4 |

📮 Mail Server - Fastmail

5 |

📝 Notes - Drafts/Obsidian

6 |

✅ To-Do - Reminders.app

7 |

📷 iPhone Photo Shooting - Camera.app

8 |

🟦 Photo Management - Photos.app after a Lightroom CC edit

9 |

📆 Calendar - Google Calendar (for business) and iCloud calendar for family, read by Fantastical

10 |

📁 Cloud File Storage - Dropbox for work and iCloud for family

11 |

📖 RSS - NetNewsWire

12 |

🙍🏻‍♂️ Contacts - iCloud and Contacts.app + Obsidian for work

13 |

🌐 Browser - Safari

14 |

💬 Chat - iMessage plus whatever everyone else makes me use, God bless their souls

15 |

🔖 Bookmarks - Raindrop.io

16 |

📑 Read It Later - Pocket on Kobo

17 |

📜 Word Processing - Remarkable 2 tablet

18 |

📈 Spreadsheets - Numbers

19 |

📊 Presentations - iA Presenter

20 |

🛒 Shopping Lists - Reminders.app

21 |

🍴 Meal Planning - my heart

22 |

💰 Budgeting and Personal Finance - Xero for business, Up for personal

23 |

📰 News - as little as possible, but Apple News plus local news subscriptions

24 |

🎵 Music - Apple Music

25 |

🎤 Podcasts - Overcast

26 |

🔐 Password Management - 1Password

27 |
28 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_245.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_245.html -------------------------------------------------------------------------------- /_wordcloud/_output/_248.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

I cover some of this on /uses, which is the traditional place for this kind of stuff, but this is going around the internet right now and the lists I’ve seen (here, here, here, and here) are a little more thorough and focused on a different set of software, specifically.

5 |
6 |

Mail clients/servers: Gmail web with some custom styles applied via Stylus, Proton Mail (also web). I’ve been trying to transition to the latter for a long time now.

7 |

Notes: Logseq

8 |

Todos: Notion and Your Daily Page

9 |

Calendar: Google

10 |

Cloud storage: Google Drive, Proton Drive

11 |

RSS and Read Later: Readwise Reader

12 |

Contacts: Google

13 |

Browser: Desktop: Brave or Firefox. I was all-in with Firefox and happy except for Notion, which did not perform well in Firefox, so I’ve switched for the moment to Brave. Phone: Firefox.

14 |

Chat: SMS: Google Messages. Other: Discord, Signal, some Slack, some GroupMe.

15 |

Bookmarks: Notion

16 |

Presentations: Haven’t had to in a while

17 |

Documents: Notion, VS Code, or Google Docs

18 |

Spreadsheets: Google Sheets

19 |

Shopping Lists: Simplenote

20 |

Personal Finance: N/A but I have a Notion todo with a lot of links 😬

21 |

News: Mastodon, or on rare occasions Google News

22 |

Photo Management: Google Photos

23 |

Photo Editing: Krita, Google Photos

24 |

Music: Spotify

25 |

Podcasts: Pocket Casts

26 |

Passwords: 1Password

27 |

Code Editing: VS Code

28 |

Terminal: GNOME terminal

29 |
30 |

Still a lot of Google in there. 😕

31 |
32 |
33 |
34 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_25.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Inspired by Hemispheric Views Duel of the Defaults - episode 097 and the many App Defaults entries collected by Robb.

4 |

Here is my list for the Duel. Slowly moving back to defaults where I can to try and reduce subscription fatigue.

5 | 33 |

For more, see a collection of these lists on App Defaults.

34 |
35 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_251.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_251.html -------------------------------------------------------------------------------- /_wordcloud/_output/_253.html: -------------------------------------------------------------------------------- 1 |
2 |

Guess I’ll join in the Duel of the Defaults 😄 I’ve held off since it seemed that most people were iOS users and I’m a Windows/Linux gal. But so many others have joined in and the list was fun to put together.

3 | 21 |

@robb@social.lol

22 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_258.html: -------------------------------------------------------------------------------- 1 |

🗣 Reply

This is a reply to 2 | My Defaults? 3 | by gabz.

Without further comments, there we go:

What are yours?

Note: I haven’t put any links on the list to keep it easy and simple, but if you can’t find something on the Internet, just contact me.

Update - 2023-11-20

The post sparkled a few reactions in the Geminispace and elsewhere to share here apart from the automatically collected mentions (I’ll write about that at some point soon). It is fun to read these posts to learn about peoples set ups and approaches to “personal computing”.

gemini://yretek.com/english/gemlog/2023/11/2023-11-17_RE_defaults.gmi

gemini://thrig.me/blog/2023/11/17/defaults.gmi

gemini://gemini.ucant.org/gemlog/2023-11-17_defaults.gmi

gemini://text.eapl.mx/services-im-using-in-2023

https://guillermolatorre.com/aplicaciones-por-defecto-2023/

-------------------------------------------------------------------------------- /_wordcloud/_output/_259.html: -------------------------------------------------------------------------------- 1 |
2 |

Publicado el 3 | 13 de 4 | noviembre 5 | de 2023 6 |

7 |

Vi esta idea de publicar las aplicaciones por defecto que usé en este año en el blog de Manuel Moreale y como me pareció interesante me sumo a la iniciativa con mi listado:

8 |

🌐 Navegador: Firefox y Vivaldi

9 |

📑 Leer después: Omnivore

10 |

📖 RSS: Feedbin

11 |

📨 Cliente de correos: Thunderbird para lo laboral y Gmail para lo personal

12 |

📆 Calendario: Google Calendar

13 |

🗣️ Chat: Telegram y Whatsapp

14 |

📝 Notas: Sublime (Uso archivos de texto con markdown)

15 |

✅ To-Do: Todoist

16 |

📁 Nube de archivos: Dropbox

17 |

🗃️ Ofimática: LibreOffice

18 |

🎵 Música: Spotify

19 |

🎤 Podcasts: Pocketcast

20 |

🔐 Contraseñas: KeepassX

21 |

🖥️ SO: Fedora con Gnome

22 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_260.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_260.html -------------------------------------------------------------------------------- /_wordcloud/_output/_261.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_261.html -------------------------------------------------------------------------------- /_wordcloud/_output/_262.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_262.html -------------------------------------------------------------------------------- /_wordcloud/_output/_271.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

I’m so in the Apple ecosystem, this is almost not even worth posting 😅

5 |

📨 Mail Client: Mail.app
📮 Mail Server: iCloud, Gmail
📝 Notes: Apple Notes, Byword
✅ To-Do: Things, Apple Reminders
📷 Photo Shooting: iPhone 15 Pro
🎨 Photo Editing: Apple Photos
📆 Calendar: Apple Calendar
📁 Cloud File Storage: iCloud
📖 RSS: Wire
🙍🏻‍♂️ Contacts: Apple Contacts
🌐 Browser: Safari, Firefox Developer Edition, Chrome (Work)
💬 Chat: Messages, Slack
🎵 Music: Apple Music
🎤 Podcasts: Apple Podcasts
🔐 Password Management: 1Password (but tempted to switch to Apple Passwords now that they support shared vaults)
🧑‍💻 Code Editor: vim, highly customized

6 |
7 |
8 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_274.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

2023-12-15

4 |

My Default Apps

5 | 36 |
37 |
38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /_wordcloud/_output/_276.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

I’m jumping on the defaults bandwagon! Maybe as the last person?

4 |

🕸️ Website: Micro.blog and Squarespace
5 | 📨 Mail Client: Fastmail (app and web)
6 | 📮 Mail Server: Fastmail
7 | 📝 Notes: Obsidian, Apple Notes, Drafts (so many apps, but they have different use cases)
8 | ✅ To-Do: Todoist, Obsidian
9 | 📷 iPhone Photo Shooting: Camera.app
10 | 🟦 Photo Management: Apple Photos (rarely, Lightroom)
11 | 📆 Calendar: Google Calendar, Fastmail Calendar
12 | 📁 Cloud File Storage: iCloud, Google Drive
13 | 📖 RSS: Feedbin + ReadKit (I talk about this on my about page!)
14 | 🙍🏻‍♂️ Contacts: Gmail, Apple Contacts, Fastmail
15 | 🌐 Browser: Arc, Safari, Chrome (just at work)
16 | 💬 Chat: iMessage, Telegram, WhatsApp (rarely)
17 | 🔖 Bookmarks: I don’t really save bookmarks any more
18 | 📑 Read It Later: Omnivore, Matter (previously), Drafts (occasionally)
19 | 📜 Word Processing: Google Docs
20 | 📈 Spreadsheets: Google Sheets
21 | 📊 Presentations: Google Slides
22 | 🛒 Shopping Lists: Apple Notes
23 | 🍴 Meal Planning: Mela (love this app!)
24 | 💰 Budgeting and Personal Finance: Google Sheets
25 | 📰 News: I tend to use RSS feeds/Mastodon, NYTimes app (occasionally), Apple News (occassionally)
26 | 🎵 Music: Apple Music, Spotify
27 | 🎤 Podcasts: Overcast
28 | 🔐 Password Management: 1Password
29 | 👨‍💻 Code Editor: IntelliJ (at work), VSCode (with VIM bindings!)
30 | 🐘 Mastodon: Ivory

31 |

@robb@social.lol

32 |
33 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_28.html: -------------------------------------------------------------------------------- 1 |

My default apps, 2023 edition

November 6, 2023

In the spirit of following a trend, here are my default apps as of now (the end of 2023).

In the spirit of following a trend, here are my default apps as of now (the end of 2023).

I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies.

-------------------------------------------------------------------------------- /_wordcloud/_output/_280.html: -------------------------------------------------------------------------------- 1 |
2 |

3 | ‣ Published on Dec 22, 2023 4 |

5 |

I saw this from Jay Wilson and took it as a template.

6 |

This is what I’m using at the point and time of publishing.

7 |

📨 Mail Client: Gmail app on iOS and gmail.com on macOS

8 |

📮 Mail Server: Google

9 |

📝 Notes: Apple Notes

10 |

✅ To-Do: Apple Notes

11 |

📷 Photo Shooting: iPhone 14 Pro, Sony A7R III, Sony FE 70-200 F4 G

12 |

🎨 Photo Editing: Lightroom on macOS, Photomator on iOS

13 |

📆 Calendar: Google Calendar

14 |

📁 Cloud File Storage: Google Drive, iCloud Drive

15 |

🙍🏻‍♂️ Contacts: Apple Contacts

16 |

🌐 Browser: Safari on iOS, Chrome on macOS

17 |

💬 Chat: WeChat, iMessages, Discord, Google Talk or whatever it is called today

18 |

🔖 Bookmarks: Chrome

19 |

📑 Read It Later: Apple Notes

20 |

📜 Word Processing: Google Docs

21 |

📈 Spreadsheets: Google Sheets

22 |

📊 Presentations: Google Slides

23 |

🛒 Shopping Lists: Apple Notes

24 |

🍴 Meal Planning: Google Docs, physical paper on the fridge

25 |

💰 Budgeting and Personal Finance: Google Sheets

26 |

📰 News: Mastodon

27 |

🎵 Music: YouTube Music

28 |

🎤 Podcasts: Overcast

29 |

🔐 Password Management: Chrome, Apple Keychain, KeePassXC

30 |

🧑‍💻 Code Editor: VS Code, Xcode

31 |

🌲 Git Client: git, GitHub Desktop

32 |

🖥️ Terminal: iTerm2

33 |

📐 Design: Figma

34 |

📝 Blog: In-house Engine and Client

35 |

✈️ VPN: Google Fi

36 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_284.html: -------------------------------------------------------------------------------- 1 |
2 |

Jumping on the default apps bandwagon, I thought I’d share how ‘default’ I am (is this the’normcore’ of macOS application use?)

3 |

📨 Mail Service: Hey
4 | 📮 Mail Client: Hey
5 | 📝 Notes: Apple Notes (+ Bear)
6 | ✅ To-Do: Things (+ Apple Reminders)
7 | 📆 Calendar: Fantastical — fronting Apple iCloud
8 | 🙍 Contacts: Apple Contacts
9 | ⌨️ Launcher: Spotlight
10 | 📸 iPhone photo shooting: Halide
11 | ☁️ Cloud storage: iCloud
12 | 🌅 Photo library: Photos (iCloud + Glass]
13 | 🌐 Web Browser: Safari
14 | 💬 Chat: iMessages (+ Signal and Discord)
15 | 🔖 Bookmarks: Safari + Notes
16 | 📚 Reading: Kindle
17 | 📜 Word Processing: Apple Pages
18 | 📈 Spreadsheets: Apple Numbers
19 | 📊 Presentations: Apple Keynote
20 | 🛒 Shopping Lists: Things
21 | 💰 Personal Finance: Apple Numbers
22 | 🎵 Music: Apple Music
23 | 🎤 Podcasts: Apple Podcasts
24 | 🔐 Password Management: 🤐
25 | 🤦 Social Media: Mastodon
26 | 🌤️ Weather: Windy, Openweather, Metoffice
27 | 🔎 Search: DuckDuckGo
28 | 🧮 Code Editor: Mostly Vim (+ Nova)

29 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_289.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

4 | Dec 24, 2023 5 |

6 |
7 |

App Defaults

8 |
    9 |
  • Mail Client: Hey (currently), but bounce between all the popular ones
  • 10 |
  • Mail Server: Hey (currently), Google workspace, Fastmail
  • 11 |
  • Notes: Notion, Obsidian, Apple Notes, DevonThink… are you seeing a disturbing pattern here?
  • 12 |
  • To-Do: Omnifocus, but I look longingly at Things… when is V4 coming?
  • 13 |
  • iPhone Photo Shooting: iOS Camera
  • 14 |
  • Photo Management: Apple Photos
  • 15 |
  • Calendar: Fantastical
  • 16 |
  • Cloud file storage: Google Drive, Dropbox, iCloud Drive
  • 17 |
  • RSS: Feedbin, Reeder
  • 18 |
  • Contacts: Apple Contacts
  • 19 |
  • Browser: Safari, Edge and Google Chrome at work
  • 20 |
  • Chat: Apple Messages (personal), Teams (work)
  • 21 |
  • Spreadsheets: Numbers, Excel (work)
  • 22 |
  • Presentations: PowerPoint (work)
  • 23 |
  • Shopping Lists: AnyList (groceries)
  • 24 |
  • Meal Planning: AnyList
  • 25 |
  • Music: Apple Music
  • 26 |
  • Podcasts: Overcast
  • 27 |
  • Password Management: 1Password
  • 28 |
29 |
30 |
31 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_290.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Dec 24, 2023

4 |

1 minute to read

5 |

I'm seeing so many create their own list of default apps with Rob Knight's encouragement. Robb is the one who started this thing. For your consideratio, I hereby offer my defaults (in no particular order).

6 | 33 |

In case it's not apparent, like Cory Dransfeldt, for the most part, I'm pretty much all in on Google.

34 |

There are a ton more of these kinds of posts over here.

35 |
36 |
37 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_292.html: -------------------------------------------------------------------------------- 1 |

apps

2 |

Applications I use in my daily life

3 |

Everyone has a blog posts about the apps they use, so I am writing about my most used apps in 2023. Here we go!

4 | 8 |

Photo editing: – gimp -Darktable

9 | 18 |

I did tried almost all messenger

19 | 29 |

Comment on Mastodon

30 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_294.html: -------------------------------------------------------------------------------- 1 |
2 |

Skip to content

3 |
4 |
5 |
6 |
7 |

📨 Mail Client: Spark, Apple Mail & Outlook

8 |

📝 Notes: Craft

9 |

✅ To-Do: Things, Due

10 |

📷 iPhone Photo Shooting: Camera

11 |

📸 Photo Editing: Darkroom

12 |

🟦 Photo Management: Apple Photos

13 |

📆 Calendar: Fantastical

14 |

📁 Cloud File Storage: iCloud, Onedrive

15 |

📖 RSS: Reeder

16 |

🙍🏻‍♂️ Contacts: Contacts.app

17 |

🌐 Browser: Arc, Safari

18 |

💬 Chat: Telegram, iMessage

19 |

🔖 Bookmarks: Raindrop.io

20 |

📑 Read It Later: Omnivore

21 |

📜 Word Processing: Microsoft Word

22 |

📈 Spreadsheets: Microsoft Excel

23 |

📊 Presentations: Keynote

24 |

🛒 Shopping Lists: Bring

25 |

💰 Budgeting and Personal Finance: Outbank

26 |

📰 News: Artifact

27 |

🎵 Music: Spotify

28 |

🎤 Podcasts: Overcast

29 |

🔐 Password Management: iCloud Keychain

30 |

🎧 Audiobooks: Prologue

31 |

🌤️ Weather: Carrot

32 |

📦 Package Tracking: Parcel

33 |

📺 TV/Movie tracking: Sequel

34 |

🏋️ Workouts: Fitbod, Apple Fitness+

35 |

🐘 Mastodon: Ivory

36 |

Read more app default posts

37 |
38 |
39 |
40 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_296.html: -------------------------------------------------------------------------------- 1 |
2 |

Since all the cool kids are doing it, here’s a list of my defaults apps for end of year 2023.

3 |

Mail Client: Spark

4 |

Mail Server: iCloud/Gmail

5 |

Notes: Apple Notes, Cheatsheet, Notability, Ulysses

6 |

To-Do: Apple Reminders, Things, One Task

7 |

iPhone Photo Shooting: iOS Camera

8 |

Photo Management: Apple Photos

9 |

Photo/Image Editing: Pixelmator/Photomator, Affinity

10 |

Calendar: Fantastical

11 |

Calendar Server: iCloud

12 |

Cloud file storage: iCloud Drive, Google Drive

13 |

RSS: NetNewsWire

14 |

Read Later: Goodlinks

15 |

Contacts: Apple Contacts

16 |

Socials: Ivory, Threads,deck.blue

17 |

Browser: Safari (including Sonoma’s web app feature) occasionally Firefox

18 |

Chat: iMessage, Messenger

19 |

Spreadsheets: Excel

20 |

Presentations: Keynote

21 |

Writing: Ulysses, Pages, Docs

22 |

Shopping Lists: Apple Reminders

23 |

Groceries: Apple Reminders

24 |

Music: Apple Music, Soor

25 |

Podcasts: Apple Podcasts

26 |

Book: Kindle, Audible, Libby

27 |

Password Management: iCloud Keychain

28 |
-------------------------------------------------------------------------------- /_wordcloud/_output/_297.html: -------------------------------------------------------------------------------- 1 |

Joining the default apps trend. My choices probably aren't that interesting, but anyway here we go:

-------------------------------------------------------------------------------- /_wordcloud/_output/_302.html: -------------------------------------------------------------------------------- 1 |
2 |
  • 3 |

    📨 Mail Client: 4 | Mimestream (Mac) & Spark (iOS)

    5 |
  • 6 |
  • 7 |

    📮 Mail Server: 8 | Google workspace custom domain

    9 |
  • 10 |
  • 11 |

    📝 Notes: 12 | Notes.app, drafts, craft

    13 |
  • 14 |
  • 15 |

    To-Do: 16 | Due, Reminders

    17 |
  • 18 |
  • 19 |

    📷 Photo Shooting: 20 | iOS Camera, Halide

    21 |
  • 22 |
  • 23 |

    🟦 Photo Management: 24 | Google Photos

    25 |
  • 26 |
  • 27 |

    📆 Calendar: 28 | BusyCal (Mac) & Calendars (iOS)

    29 |
  • 30 |
  • 31 |

    📁 Cloud File Storage: 32 | iCloud Drive, OneDrive

    33 |
  • 34 |
  • 35 |

    📖 RSS: 36 | NetNewsWire

    37 |
  • 38 |
  • 39 |

    🙍🏻‍♂️ Contacts: 40 | BusyContacts (Mac) & Contacts+ (iOS)

    41 |
  • 42 |
  • 43 |

    🌐 Browser: 44 | Firefox (Mac) & Safari (iOS)

    45 |
  • 46 |
  • 47 |

    💬 Chat: 48 | WhatsApp, Discord

    49 |
  • 50 |
  • 51 |

    🔖 Bookmarks: 52 | Raindrop

    53 |
  • 54 |
  • 55 |

    📑 Read It Later: 56 | None

    57 |
  • 58 |
  • 59 |

    📜 Word Processing: 60 | Drafts, Word

    61 |
  • 62 |
  • 63 |

    📈 Spreadsheets: 64 | Excel

    65 |
  • 66 |
  • 67 |

    📊 Presentations: 68 | PowerPoint (PC) & Keynote

    69 |
  • 70 |
  • 71 |

    🛒 Shopping Lists: 72 | Todoist

    73 |
  • 74 |
  • 75 |

    🍴 Meal Planning: 76 | Mela

    77 |
  • 78 |
  • 79 |

    💰 Budgeting and Personal Finance: 80 | None

    81 |
  • 82 |
  • 83 |

    📰 News: 84 | Mastodon, BBC News

    85 |
  • 86 |
  • 87 |

    🎵 Music: 88 | Spotify

    89 |
  • 90 |
  • 91 |

    🎤 Podcasts: 92 | Pocket Casts, Overcast (still subscribed)

    93 |
  • 94 |
  • 95 |

    🔐 Password Management: 96 | Bitwarden

    97 |
  • 98 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_303.html: -------------------------------------------------------------------------------- 1 |
    2 |

    This is easy blogging fodder, and I’m taking it. A bunch of folks are blogging about what apps they use, connected to Hemispheric Views podcast episode. I’ve done this in the past for interesting apps I use daily, but for a lot of these apps, I consider the choices boring and not deeply considered. But perhaps that makes it interesting.

    3 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_306.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_306.html -------------------------------------------------------------------------------- /_wordcloud/_output/_308.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |
    4 |

    刷RSS看到了别人参加App Defaults活动的文章,和我每个季度整理的个人工具库非常接近,不过这个只包括软件,主要是博客作者们的主力软件清单。看别人的默认软件很有趣,也能得到一些启发,所以自己也参加一下,供他人参考。

    5 |

    📨 Mail Client: Gmail Web, Mail.app
    6 | 📮 Mail Server: Gmail, iCloud
    7 | 📝 Notes: Obsidian, Telegram Saved Messages
    8 | ✅ To-Do: TickTick
    9 | 📷 iPhone Photo Shooting: Apple Camera
    10 | 🟦 Photo Management: Photos.app, Google Photos
    11 | 📆 Calendar: Google Calendar
    12 | 📁 Cloud File Storage: Dropbox, Google Drive, OneDrive
    13 | 📖 RSS: Miniflux, Reeder
    14 | 🙍🏻‍♂️ Contacts: Google Contacts
    15 | 🌐 Browser: Google Chrome
    16 | 💬 Chat: Telegram, Wechat
    17 | 🔖 Bookmarks: Pinboard
    18 | 📑 Read It Later: Instapaper
    19 | 📜 Word Processing: Microsoft Word, Google Docs
    20 | 📈 Spreadsheets: Microsoft Excel, Google Docs
    21 | 📊 Presentations: Microsoft PowerPoint, Google Docs
    22 | 🛒 Shopping Lists: Obsidian
    23 | 🍴 Meal Planning: n/a
    24 | 💰 Budgeting and Personal Finance: Beancount
    25 | 📰 News: RSS
    26 | 🎵 Music: Spotify
    27 | 🎤 Podcasts: Overcast, Spotify
    28 | 🔐 Password Management: BitWarden

    29 |
    30 |

    All content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

    31 |
    32 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_31.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_31.html -------------------------------------------------------------------------------- /_wordcloud/_output/_310.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_310.html -------------------------------------------------------------------------------- /_wordcloud/_output/_312.html: -------------------------------------------------------------------------------- 1 |
    2 |

    As the idea has been making its way around the Internet for a couple weeks, it's time for me to add my own set of apps to the blogroll1. There are many lists like it, but this one is mine.

    3 |

    📨 Mail Client: Mail

    4 |

    📮 Mail Server: Fastmail & Google

    5 |

    📝 Notes: Notes

    6 |

    ✅ To-Do: Reminders

    7 |

    📷 Photo Shooting: iPhone 14 Pro

    8 |

    🎨 Photo Editing: Rarely: Preview or Photos.

    9 |

    📆 Calendar: iCal

    10 |

    📁 Cloud File Storage: iCloud Drive

    11 |

    📖 RSS: NetNewsWire

    12 |

    🙍🏻‍♂️ Contacts: Contacts

    13 |

    🌐 Browser: Desktop: Safari, Chrome, and Firefox iOS: Safari (obviously).

    14 |

    💬 Chat: Messages (and occasionally IRC)

    15 |

    🔖 Bookmarks: iCloud

    16 |

    📑 Read It Later: Reading List

    17 |

    📜 Word Processing: Rarely: Pages

    18 |

    📈 Spreadsheets: Numbers, and Google Sheets

    19 |

    📊 Presentations: Powerpoint, Keynote (and if I really need to, RevealJS)

    20 |

    🛒 Shopping Lists: Reminders

    21 |

    🍴 Meal Planning: N/A (😬)

    22 |

    💰 Budgeting and Personal Finance: Spreadsheets

    23 |

    📰 News: Apple News, RSS

    24 |

    🎵 Music: Music.app

    25 |

    🎤 Podcasts: Overcast

    26 |

    🔐 Password Management: iCloud Keychain

    27 |

    🧑‍💻 Code Editor: BBEdit Rarely: Xcode

    28 |

    ✈️ VPN: In a past life, I used - and later worked as a contractor to suport - RSA tokens. 29 | Currently playing with: Tailscale

    30 |
    31 |
    1. 32 |

      Yes, I said blogroll, kids. After all, 37 is close to ancient in Internet Time.

      33 |
    2. 34 |
    3. 35 |

      I'm in the process of ridding my life of word processing apps. With a bit of HTML & CSS, almost any document is within reach.

      36 |
    4. 37 |
    38 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_32.html: -------------------------------------------------------------------------------- 1 |

    On episode 097 of Hemispheric Views, the crew had a “Duel of the Defaults!”, where the reigning champion user of the default applications provided by Apple, Martin Feld was challenged by up and comer Jason Burk, hosted and judged by Andrew Canion. I won’t spoil the outcome, but I thought I would join in and list my “defaults”, as well. So without further ado:

    • Mail Client: Apple Mail
    • Mail Server: iCloud custom domain
    • Notes: Bear
    • To-Do: Things (with some shared reminders in Reminders)
    • iPhone Photo Shooting: Camera
    • Photo Management: Photos
    • Calendar: Calendar
    • Cloud File Storage: iCloud
    • RSS Reader: Reeder
    • Contact Management: Contacts
    • Browser: Safari
    • Chat: iMessage and Discord
    • Bookmarks: Raindrop.io
    • Read it Later: GoodLinks
    • Word Processing: IAWriter
    • Spreadsheets: Numbers
    • Presentations: Don’t do ‘em!
    • Shopping Lists: Things, or a 3x5 note card
    • Meal Planning: Nope.
    • Budgeting and Personal Finance: GreenBooks
    • News: see RSS Reader above
    • Music: Albums - the app. I just love this app.
    • Podcasts: Overcast
    • Password Management: 1Password Family
    -------------------------------------------------------------------------------- /_wordcloud/_output/_324.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |

    Late to this game! It’s a heavily Apple default list, all on iPad. I pay ongoing for Apple Music, 1Password, Washington Post (WaPo), and Apple News. Affinity Photo, Overcast and 1Blocker were one-time purchases.

    4 | 30 |
    31 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_325.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |

    Late to this game! It’s a heavily Apple default list, all on iPad. I pay ongoing for Apple Music, 1Password, Washington Post (WaPo), and Apple News. Affinity Photo, Overcast and 1Blocker were one-time purchases.

    4 | 30 |
    31 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_329.html: -------------------------------------------------------------------------------- 1 |
    2 |

    App Defaults

    3 |

    https://defaults.rknight.me

    4 | 52 |

    Bonus Apps

    53 | 67 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_33.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |
    4 |
    5 |

    Partecipo anche io a questa divertente lista.

    📨 Mail Client: Outlook for business, Gmail app for personal
    📮 Mail Server: Google Workspace
    📝 Notes: Notes app
    ✅ To-Do: Tasks
    📷 iPhone Photo Shooting: iOS Photo Camera
    🟦 Photo Management: iOS Photo App
    📆 Calendar: Fantastical
    📁 Cloud File Storage: Google Drive
    📖 RSS: Feedly
    🙍🏻‍♂️ Contacts: Google Workspace
    🌐 Browser: Chrome
    📑 Read It Later: Anybox
    🛒 Shopping Lists: Google Keep / Clear
    🎵 Music: Spotify
    🎤 Podcasts: Spotify
    🔐 Password Management: 1Password

    6 |
    7 |
    8 |
    9 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_335.html: -------------------------------------------------------------------------------- 1 |

    Inspired by Hemisphere Views 097 – Duel of the Defaults this is my default apps from early 2024.

    2 |

    1. Mail Client = Apple Mail

    3 |

    2. Mail Server = iCloud with 3 custom domain. 

    4 |

    3. Notes = Apple Notes

    5 |

    4. To-Do = Apple Reminders

    6 |

    5. iPhone Photo Shooting = iOS Camera

    7 |

    6. Photo Management = Apple Photos

    8 |

    7. Calendar = Apple Calendar

    9 |

    8. Cloud File Storage = iCloud

    10 |

    9. RSS = Readkit

    11 |

    10. Contacts = Apple Contacts App.

    12 |

    11. Browser = Safari

    13 |

    12. Chat = Whatsapp, iMessage, Signal and FB Messenger. 

    14 |

    13. Bookmarks = Safari Bookmarks.

    15 |

    14. Read it Later = Goodlinks

    16 |

    15. Word Processing = Apple Notes, Marsedit, MS Word. 

    17 |

    16. Spreadsheets = Numbers and Excel

    18 |

    17. Shopping List = Apple Reminders Shared List

    19 |

    18. Meal Planning = NA

    20 |

    19. Budgeting and Personal Finance = Outgoings and Expenses 

    21 |

    20. News = RSS only

    22 |

    21. Music = Youtube Music

    23 |

    22. Podcasts = Apple Podcasts.

    24 |

    23. Password Management = iCloud Keychain

    25 |

    Special mention to Pocket Casts for being my podcast player for 8 years. I have since moved to Apple Podcasts. 

    26 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_341.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |
    4 |

    Continuing on from the article Robb Knight posted. Here are the apps I use in each category. 

    5 |
      6 |
    • Mail client: HEY web app
    • 7 |
    • Mail Server: HEY custom domains
    • 8 |
    • Notes: Notes.app, Bear
    • 9 |
    • To-Do: Things 3
    • 10 |
    • iPhone Photo Shooting: iOS Camera
    • 11 |
    • Photo Management: Photos.app
    • 12 |
    • Calendar: Apple Calendar
    • 13 |
    • Cloud file storage: iCloud Drive
    • 14 |
    • RSS: n/a
    • 15 |
    • Contacts: Contacts.app
    • 16 |
    • Browser: Safari
    • 17 |
    • Chat: iMessage
    • 18 |
    • Bookmarks: Safari (unused)
    • 19 |
    • Read It Later: n/a
    • 20 |
    • Word Processing: Google Docs, Ulysses
    • 21 |
    • Spreadsheets: Google Sheets
    • 22 |
    • Presentations: Keynote
    • 23 |
    • Shopping Lists: Bear
    • 24 |
    • Meal Planning: n/a
    • 25 |
    • Budgeting & Personal Finance: YNAB
    • 26 |
    • News: Mastodon, Reddit, Reuters
    • 27 |
    • Music: Apple Music
    • 28 |
    • Podcasts: Overcast
    • 29 |
    • Password Management: 1Password
    • 30 |
    31 |
    32 |
    33 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_347.html: -------------------------------------------------------------------------------- 1 |
    2 |

    I’ve picked up on the Hemispheric Views inspired trend for people listing the apps they use. I’ll be submitting this to Robb Knight once it’s live, at the link above. So here goes.

    📨 Mail Client
     3 | - Personal: Apple Mail
     4 | - Work: Outlook
     5 | 📮 Mail Server
     6 | - Personal: Gmail
     7 | - Work: MS Exchange
     8 | 📝 Notes
     9 | - Apple Notes
    10 | - Apple TextEdit
    11 | - Apple Freeform
    12 | - Craft
    13 | ✅ To-Do
    14 | - Apple Reminders
    15 | 📷 iPhone Photo Shooting
    16 | - Swipe from iPhone lock screen
    17 | - Press icon on iPhone lock screen
    18 | - Pull down to reveal Control Centre (where Camera icon in the bottom right corner, as per the lock screen)
    19 | 🟦 Photo Management
    20 | - Apple Photos
    21 | 📆 Calendar
    22 | - App: Fantastical
    23 | - Servers: iCloud (personal); Exchange (work)
    24 | 📁 Cloud File Storage
    25 | - Apple iCloud Drive
    26 | 📖 RSS
    27 | - Feedly
    28 | 🙍🏻‍♂️ Contacts
    29 | - Apple Contacts
    30 | 🌐 Browser
    31 | - Default: Safari (all devices)
    32 | - Work: Safari Technology Preview (on Mac)
    33 | - Back-up: Firefox (if Safari can't handle a webpage)
    34 | 💬 Chat
    35 | - Messages (all devices)
    36 | - WhatsApp (for some groups)
    37 | 🔖 Bookmarks
    38 | - Safari Reading List
    39 | - Safari Favo(u)rites
    40 | 📑 Read It Later
    41 | - Safari Reading List
    42 | 📜 Word Processing
    43 | - Pages (for simple documents that I don't have to share)
    44 | - Word (for documents that I do have to share)
    45 | - Scrivener (for research writing-up, PhD, etc.)
    46 | 📈 Spreadsheets
    47 | - Numbers and Excel (but both are rare)
    48 | 📊 Presentations
    49 | - Keynote
    50 | - PowerPoint (if I have to share the file)
    51 | 🛒 Shopping Lists
    52 | - Pen and paper
    53 | 🍴 Meal Planning
    54 | - None
    55 | 💰 Budgeting and Personal Finance
    56 | - My bank's phone app
    57 | 📰 News
    58 | - Safari
    59 | - Guardian app
    60 | - BBC Sport app
    61 | - Feedly
    62 | 🎵 Music
    63 | - Apple Music
    64 | 🎤 Podcasts
    65 | - Apple Podcasts... because Castro has been too flakey of late
    66 | 🔐 Password Management
    67 | - 1Password

    That’s about it for the standard categories.

    I also use: Day One for journalling, Bookends for academic reference management, and Apple Maps. Since the beginning of the year I’ve also started time tracking for work stuff, using Timery.

    This was fun!

    68 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_35.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |

    Following the episode (#097) of Hemispheric Views, it’s my turn, I guess, with a little twist for the post title. 😜

    4 | 30 |
    31 | 36 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_352.html: -------------------------------------------------------------------------------- 1 |
    February 5, 2024

    Started by by RKnight's defaults.

    2 |

    📨 Mail Client 3 | Webmail

    4 |

    📮 Mail Server 5 | Proton

    6 |

    📝 Notes 7 | LibreOffice

    8 |

    ✅ To-Do 9 | Text Files

    10 |

    📷 iPhone Photo Shooting 11 | Android Camera App (Android)

    12 |

    🟦 Photo Management 13 | Android Gallery

    14 |

    📆 Calendar 15 | none

    16 |

    📁 Cloud File Storage 17 | Proton

    18 |

    📖 RSS 19 | Feeder

    20 |

    🙍🏻‍♂️ Contacts 21 | Android Contacts

    22 |

    🌐 Browser 23 | Brave

    24 |

    💬 Chat 25 | Signal

    26 |

    🔖 Bookmarks 27 | Brave

    28 |

    📑 Read It Later 29 | Brave

    30 |

    📜 Word Processing 31 | LibreOffice

    32 |

    📈 Spreadsheets 33 | LibreOffice

    34 |

    📊 Presentations 35 | LibreOffice

    36 |

    🛒 Shopping Lists 37 | Text Files

    38 |

    🍴 Meal Planning 39 | none

    40 |

    💰 Budgeting and Personal Finance 41 | none (previously used Gnu Cash)

    42 |

    📰 News 43 | Feeder

    44 |

    🎵 Music 45 | VLC

    46 |

    🎤 Podcasts 47 | Feeder

    48 |
    49 |

    Follow Me: 50 | @latenightblog@text.tchncs.deRSSNostr

    51 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_353.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_353.html -------------------------------------------------------------------------------- /_wordcloud/_output/_354.html: -------------------------------------------------------------------------------- 1 |
    2 | 3 |

    I’m a little late to the party with this, but having just discovered this yesterday, I am enjoying reading through all the defaults that others use. (The list is still being updated.) The cool thing is that reading through these caused me to rethink some of the default apps I use and why I use them, and as such, I could not resist jumping on the bandwagon to share my list of defaults as my first post of 2024.

    4 |

    First, in terms of the hardware that the default apps listed below are used on, while I have an iMac that now runs Linux Mint with the XFCE desktop environment and while I occasionally use my wife's old Surface Laptop 3, my main computing device remains an iPhone 11 that is now over four years old. While an iPhone 15 Plus is intriguing because of the newer hardware and larger screen, I don’t see any need to replace it just yet.

    5 |

    My Defaults

    6 | 29 |

    Table of Contents

    30 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_355.html: -------------------------------------------------------------------------------- 1 |
    2 |

    Hardware

    3 |

    Apple

    4 | 11 |

    Not Apple

    12 | 15 |

    Software

    16 | 26 |

    Other

    27 |

    Fonts

    28 | 31 |

    Services

    32 | 37 |
    38 |
      39 |
    1. 40 |

      Disclaimer: I am currently employed by AgileBits, the makers of 1Password. See about for more details.

      41 |
    2. 42 |
    43 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_357.html: -------------------------------------------------------------------------------- 1 |
    2 |

    I finally caught up with the infamous Hemispheric Views episode “Duel of the Defaults!”.

    3 |

    I love the humor and comradery of everyone on the show. I even saw Robb Knight create an amazing page dedicated to everyone’s 4 | app defaults. So here’s my list across Mac and PC for current day (Feb 2024). 😀

    5 |

    ✉️ Mail Client: Mail.app / Fastmail.com

    6 |

    📨 Mail Server: iCloud/Fastmail

    7 |

    📝 Notes: Obsidian

    8 |

    ✅ To-Do: Reminders.app

    9 |

    📷 iPhone Photo Shooting: Camera.app

    10 |

    📚 Photo Management: Photos.app

    11 |

    🗓️ Calendar: Calendar.app with Fastmail

    12 |

    🗄️ Cloud file storage: iCloud / Mega

    13 |

    📰 RSS: NetNewsWire w/ Inoreader sync

    14 |

    📇 Contacts: Contacts.app / Fastmail backup

    15 |

    🕸️ Browser: Floorp (Firefox fork)

    16 |

    💬 Chat: iMessage / Discord

    17 |

    🔖 Bookmarks: Floorp/Firefox sync

    18 |

    👓 Read It Later: Omnivore.app

    19 |

    📜 Word Processing: Google Docs

    20 |

    📊 Spreadsheets: Google Sheets

    21 |

    🛝 Presentations: N/A

    22 |

    🛒 Shopping Lists: Reminders.app

    23 |

    🧑‍🍳 Meal Planning: N/A

    24 |

    💰 Budgeting & Personal Finance: N/A

    25 |

    🗞️ News: TV/Reddit/Podcasts

    26 |

    🎶 Music: Spotify / SoundCloud / VirtualDJ

    27 |

    🎧 Podcasts: Pocketcasts

    28 |

    🔐 Password Management: 1Password

    29 |
    30 |

    Feature Photo by Dmitry Chernyshov on Unsplash

    31 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_369.html: -------------------------------------------------------------------------------- 1 |

    Inspired by https://defaults.rknight.me/

    2024

    • 📨 Mail Client: Thunderbird or Fastmail
    • 📮 Mail Server: Fastmail (not self hosting anymore)
    • 📝 Notes: Vim + Gatsby + My Digital Garden Theme
    • ✅ To-Do: [[Todo.txt]] + [[Paper Based Planning]]
    • 🍅 Pomodoro Timer: Pomatez
    • 🟦 Photo Management: DarkTable
    • 📆 Calendar: Fastmail
    • 📖 RSS: FreshRSS
    • 🙍Contacts: Fastmail
    • 🌐 Browser: LibreWolf and Firefox
    • 💬 Chat: Signal and Discord
    • 🔖 Bookmarks: Firefox
    • 📜 Word Processing: Vim
    • 📈 Spreadsheets: LibreOffice Calc
    • 🛒 Shopping Lists: Vim
    • 💰 Personal Finance: LibreOffice Calc
    • 💪 Fitness: Cronometer, Garmin, Center
    • 🌦️ Weather: weather.gov
    • 🗺 Maps: Organic Maps
    • 📰 News: Fuck No.
    • 🎵 Music: Vinyl, Radio Free Fedi, and Jellyfin
    • 🎤 Podcasts: FreshRSS
    • 👥 Social Media: hackers.town
    • 🔐 Password Management: Firefox and Pass
    • 🔑 VPN: Proton VPN
    • 🧑‍💻 IDE and Code Editor: Vim
    • 👾 Default Shell: ZSH

    Linked References

    • home-lab

      The current home lab consists of: two desktops running variants of [[Linux]], a 2 | virtual private server, and a work Thinkpad. They are also configured to work 3 | with my [[Default Apps]].

    -------------------------------------------------------------------------------- /_wordcloud/_output/_370.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_370.html -------------------------------------------------------------------------------- /_wordcloud/_output/_38.html: -------------------------------------------------------------------------------- 1 |

    Everybody is making lists of the default apps they use in 2023. Being an inveterate trend-hopper, why should I be left behind?

    If you want to see more, Robb Knight is collecting these lists on App Defaults.

    -------------------------------------------------------------------------------- /_wordcloud/_output/_39.html: -------------------------------------------------------------------------------- 1 |

    Inspired by hemisphericviews episode 097 I made a list of my default apps.

    2 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_40.html: -------------------------------------------------------------------------------- 1 |

    Apparently there's currently a thing where people share their preferred apps. If you like this format, check out Robb Knight's list of App Defaults blog posts.

    2 |

    Without further ado, here's my list:

    3 |
      4 |
    • 📨 Mail Client: Thunderbird
    • 5 |
    • 📮 Mail Server: Purelymail
    • 6 |
    • 📝 Notes: Pen & Paper
    • 7 |
    • ✅ To-Do: Pen & Paper
    • 8 |
    • 🟦 Photo Management: Google Photos
    • 9 |
    • 📆 Calendar: Google Calendar
    • 10 |
    • 📁 Cloud File Storage: Google Drive
    • 11 |
    • 📖 RSS: Miniflux
    • 12 |
    • 🙍🏻‍♂️ Contacts: Google Contacts
    • 13 |
    • 🌐 Browser: Firefox
    • 14 |
    • 💬 Chat: WhatsApp
    • 15 |
    • 🔖 Bookmarks: Firefox
    • 16 |
    • 📑 Read It Later: Pocket
    • 17 |
    • 📜 Word Processing: Markdown, Google Docs
    • 18 |
    • 📈 Spreadsheets: Google Sheets
    • 19 |
    • 📊 Presentations: Google Slides
    • 20 |
    • 🛒 Shopping Lists: Pen & Paper
    • 21 |
    • 🍴 Meal Planning: Pen & Paper
    • 22 |
    • 💰 Budgeting and Personal Finance: GnuCash
    • 23 |
    • 📰 News: Mostly HackerNews via Miniflux
    • 24 |
    • 🎵 Music: Spotify
    • 25 |
    • 🎤 Podcasts: AntennaPod
    • 26 |
    • 🔐 Password Management: Bitwarden
    • 27 |
    28 |
    29 |

    This is post 085 of #100DaysToOffload.



    Continue Reading

    -------------------------------------------------------------------------------- /_wordcloud/_output/_42.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |

    Following in the footsteps of others far more knowledgable than I, here’s all the boring default apps I use on a daily basis.

    4 | 25 | As you can see I look like I'm a dyed-in-the-wool Apple Fangirl. But far from the truth, I'm actually just lazy. Why go looking for something else when Apple gave me all this stuff included in the price of my machine? So yeah, I tend to use the built-in default for most things. 26 |

    Anyway, thanks for checking out my rather dull default apps list! If you’d like to share yours, I’d love to see it.

    27 |
    28 | 31 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_45.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |

    Quick and dirty! Here’s all the stuff I can think of…

    4 |

    Mail Client: Apple Mail and Thunderbird
    5 | Mail Server: Fastmail
    6 | Notes: Apple Notes
    7 | To-Do: Nothing
    8 | iPhone Photo Shooting: iOS Camera
    9 | iPhone Photo Backup: Nextcloud
    10 | Photo Management: Apple Phones (on iPhone), On1 on MacOS
    11 | Calendar: Apple Calendar
    12 | Cloud File Storage: Nextcloud
    13 | RSS: TinyTinyRSS
    14 | Contacts: Apple Contacts
    15 | Browser: Firefox
    16 | Chat: iMessage
    17 | Bookmarks: Firefox
    18 | Homepage/News: Protopage
    19 | Music: Apple Music (The app, not the service)
    20 | Podcasts: Overcast
    21 | Password Management: KeePassXC

    22 |

    Other Default Apps and Devices:

    23 |

    Mastodon Client: Mono
    24 | eReader: Kindle Oasis
    25 | Digital Audio Workstation (DAW): AVID Pro Tools
    26 | Video Editing (NLE): Davinci Resolve
    27 | Linux Distribution: Debian (Bookworm)
    28 | Firewall: OpnSense (PC Engines APU4)
    29 | VPN Platform: Wireguard
    30 | Storage System: ZFS (on Debian)
    31 | Virtual Machines: KVM/qemu
    32 | Containers: Podman
    33 | Backup Service: Crashplan Pro
    34 | ZFS Data Replication: Syncoid (Sanoid)
    35 | Non-Web File Syncing: Syncthing
    36 | Home Automation: Home Assistant (Zigbee and WiFi for devices, with MQTT)
    37 | Weather Station: WeeWx
    38 | ‘Serious’ Camera: OM Digital Solutions OM-1 (Micro Four Thirds)

    39 |
    40 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_47.html: -------------------------------------------------------------------------------- 1 |
    2 |

    I was checking my RSS feed a while back and I came across a bunch of posts documenting the default apps, which got me jumping into the fun too.

    3 |

    The trend is basically inspired by a pod-radio-show and somebody is maintaining a list of people who are joining in as well.

    4 |

    So here’s my list:

    5 | 28 |

    Reply via mail

    29 |

    Your Signature 30 |

    31 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_49.html: -------------------------------------------------------------------------------- 1 |
    2 |

    App Defaults

    3 |

    These are the apps that I use across my Apple ecosystem.

    4 |

    Inspired by Hemispheric Views 097 - Duel of the Defaults! and this post by Robb Knight

    5 | 65 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_51.html: -------------------------------------------------------------------------------- 1 |
    2 |

    3 | 7/11/2023 4 |

    5 |

    Everyone (it seems) is posting their app defaults lists, so I thought to join the party as well.

    6 | 28 |

    There are a lot of Apple apps and services, a side effect of using macOS and iOS as main OSs. I hope to improve on that someday.

    29 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_53.html: -------------------------------------------------------------------------------- 1 |
    2 |

    I recently came across folks sharing their “default” apps. The first I saw was Kev Quirk, and from there I found the “master list.”

    3 |

    As of November 2023, here is my contribution:

    4 |
    5 | Mail Client
    Mail
    6 | Mail Server
    Fastmail
    7 | Notes
    Bear
    8 | To-Do
    OmniFocus
    9 | iPhone Photo Shooting
    Camera
    10 | Photo Management
    Photos
    11 | Calendar
    Fantastical
    12 | Cloud File Storage
    iCloud Drive
    13 | RSS
    NetNewsWire
    14 | Contacts
    Contacts/Cardhop
    15 | Browser
    Safari
    16 | Chat
    Slack
    17 | Bookmarks
    Safari/Raindrop.io
    18 | Read It Later
    Raindrop.io
    19 | Word Processing
    Bear
    20 | Spreadsheets
    Numbers
    21 | Presentations
    Keynote
    22 | Shopping Lists
    Reminders
    23 | Meal Planning
    N/A
    24 | Budgeting and Personal Finance
    YNAB
    25 | News
    Safari
    26 | Music
    Music
    27 | Podcasts
    Overcast
    28 | Password Management
    1Password
    29 |
    30 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_54.html: -------------------------------------------------------------------------------- 1 |
    2 | Nov 07, 2023 3 |

    What is the best way to restart a blog if not by joining a recent trend in blogosphere for fun.

    4 |

    I first saw this on Kev Quirk's blog, but it all started with "Duel of the Defaults!" episode of Hemispheric Views podcast:

    5 |

    I'm an avid Emacs user, so it appears more than once in the list. The original list of categories doesn't include coding, for which I obviously also use Emacs when possible 😛. It is my default app for almost all text related tasks. But for many other categories, I really just use default apps.

    6 |

    So, here are the apps I use:

    7 | 33 |

    And some extra categories not mentioned in the podcast:

    34 | 40 |

    Checkout Robb Knight's page with the list of people who are joining in.

    41 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_55.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |

    So because of Hemispheric Views 097, now people are posting their defaults, I guess it’s time for me too!

    4 |

    📨 Mail Client: Mail.app on both iOS and macOS, for work - Mimestream (Google accounts only)

    5 |

    📮 Mail Server: Fastmail / Google for work

    6 |

    📝 Notes: Obsidian, Tot and Day One

    7 |

    ✅ To-Do: Akiflow and Things

    8 |

    📷 iPhone Photo Shooting: Camera app

    9 |

    🟦 Photo Management: Lightroom

    10 |

    📆 Calendar: Calendar on iOS, Akiflow on Mac

    11 |

    📁 Cloud File Storage: iCloud + Backblaze B2

    12 |

    📖 RSS: FreshRSS with Reeder

    13 |

    🙍🏻‍♂️ Contacts: Contacts

    14 |

    🌐 Browser: Arc (work) and Safari (personal)

    15 |

    💬 Chat: Telegram, Signal, WhatsApp

    16 |

    🔖 Bookmarks: Browser

    17 |

    📑 Read It Later: Good Links

    18 |

    🤖 Mastodon: Ivory and IceCubes

    19 |

    ⌨️ Launcher: Raycast

    20 |

    📜 Word Processing: Obsidian…?

    21 |

    📈 Spreadsheets: Google Sheets

    22 |

    📊 Presentations: Google Slides

    23 |

    🛒 Shopping Lists: Reminders

    24 |

    💰 Budgeting and Personal Finance: YNAB

    25 |

    📰 News: RSS

    26 |

    🎵 Music: Spotify / Apple Music

    27 |

    🎤 Podcasts: Pocket Casts

    28 |

    🎮 Gaming: PS5, Xbox Series X, Nintendo Switch and Anbernic RG35XX

    29 |

    🔐 Password Management: 1Password

    30 |

    👨🏻‍💻 Terminal: WebSSH

    31 |
    32 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_6.html: -------------------------------------------------------------------------------- 1 |

    These are the apps that I use across various categories.

    Inspired by Hemispheric Views 097 - Duel of the Defaults! and this post by Robb Knight

    2 |

    Across the Apple Ecosystem

    3 |

    Mail Client

    4 |

    Apple Mail

    5 |

    Mail Server

    6 |

    Dreamhost

    7 |

    Notes

    8 |

    Apple Notes

    9 |

    To-do

    10 |

    Apple Reminders (personal)

    11 |

    Trello (work)

    12 |

    iPhone Photo Shooting

    13 |

    iOS Camera

    14 |

    Photo Management

    15 |

    Apple Photos

    16 |

    Calendar

    17 |

    Apple Calendar

    18 |

    Cloud File Storage

    19 |

    iCloud Drive

    20 |

    RSS

    21 |

    NetNewsWire

    22 |

    Contacts

    23 |

    Apple Contacts

    24 |

    Browser

    25 |

    Safari

    26 |

    Firefox

    27 |

    Chat

    28 |

    iMessage

    29 |

    Discord

    30 |

    Bookmarks

    31 |

    Safari Reading List

    32 |

    Word Processing

    33 |

    Apple Pages

    34 |

    Spreadsheets

    35 |

    Apple Numbers

    36 |

    Shopping Lists

    37 |

    Apple Reminders

    38 |

    Meal Planning

    39 |

    Apple Notes

    40 |

    Mela

    41 |

    Budgeting and Personal Finance

    42 |

    Snoop

    43 |

    News

    44 |

    Apple News (heavily filtered)

    45 |

    Music

    46 |

    Apple Music

    47 |

    Podcasts

    48 |

    Apple Podcasts

    49 |

    Password Management

    50 |

    Apple Passwords

    51 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_60.html: -------------------------------------------------------------------------------- 1 |
  • Why AI Doomerism is Flawed and Misguided

    The Internet favors simple opinions, meaning we're stuck between AI dommers and e/acc people. And yet the most urgent and interesting questions relate not to its potential capacity to kill us all, but rather mundane things.

  • Communicating with Numbers

    If you can find a figure that makes your business more appealing than competitors, you should run with it.

  • Does Blogging Even Work?

    Blogging is still the most reliable way of broadcasting your thoughts without being at the whims of someone’s algorithm.

  • Why Superhuman Is Worth $30

    I pay $30 a month for my email client. And I think it’s worth it because it’s excellent and there aren’t many alternatives, unfortunately.

  • Uber is Good, Actually

    A conventional taxi is similar to a tourist-trap restaurant that you will never visit again. Uber leverages technology to become an arbiter between you and the collective of drivers so they can provide a better service.

  • -------------------------------------------------------------------------------- /_wordcloud/_output/_61.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 | 07 November 2023 4 |

    I discovered on Mastodon this trend to share your default apps and that’s typically something that I couldn’t resist to join ! The original idea comes from Gabz and Robb Knight and he even created a page to list others default apps.

    5 |

    So here is my list of my default apps, a lots of Apple apps and some self-hosted webapps :

    6 | 32 |
    33 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_64.html: -------------------------------------------------------------------------------- 1 |
    2 |

    Remember when memes like this spread on blogs? This is how the cool kids did it back in the day. Anybody still blogging regularly is a possible cool kid, if they aren't an asshole. Kev is not an asshole, and he inspired this post.

    3 |

    The emojis were not working for me so I deleted them all.

    4 | 33 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_66.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_66.html -------------------------------------------------------------------------------- /_wordcloud/_output/_69.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |

    My Defaults list, inspired by Robb’s list, inspired by Hemispheric Views 097 - Duel of the Defaults!

    4 | 24 |

    Other:

    25 | 32 |

    Coding:

    33 | 37 |
    38 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_74.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_74.html -------------------------------------------------------------------------------- /_wordcloud/_output/_76.html: -------------------------------------------------------------------------------- 1 |
    2 |

    Seeing this all over the place, including Matt Fantinel’s blog so figured why not add it mine as well riffing on Matt’s list and others.

    3 |

    Like Matt noted I’ve also tried quite a few applications but in the last couple of months have finally settled on tools, the list being the ones I just end up coming back to over and over again.

    4 |

    📧 Mail service: Fastmail
    5 | 📬 Mail client: Fastmail’s website and iPhone/iPad apps
    6 | 📓 Journaling: Day One
    7 | 🧑‍💻 Blogging: Ulysses
    8 | ✅ Tasks: Things
    9 | 📰 RSS service: Inoreader
    10 | ⌨️ Launcher: Alfred
    11 | ☁️ Cloud storage: Google Drive but moving to iCloud at end of sub
    12 | 🌅 Photo library: iCloud Photos
    13 | 📐 Photo editor: Acorn (Mac) and VSCO (iPhone)
    14 | 🌐 Web browser: Brave on all platforms
    15 | 📆 Calendar: Apple Calendar
    16 | 📖 Reading: Omnivore
    17 | 🌤️ Weather: CARROT Weather
    18 | 🎙️ Podcasts: Castro
    19 | 🎶 Music: Apple Music
    20 | 🔐 Passwords: 1Password
    21 | 🐘 Mastodon: the social.lol website
    22 | 📝 Notes: Obsidian
    23 | 🧮 Code Editor: Visual Studio Code
    24 | Terminal: iTerm 2
    25 | Git: Tower
    26 | 🔎 Search: Brave Search
    27 | 🎮 Games I play each morning: NYT Connections, NYT Mini Crossword

    28 |
    29 |
    30 |
    31 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_78.html: -------------------------------------------------------------------------------- 1 |
    2 |

    Of course I was going to contribute to this blogging trend, just had to find some headspace to write them down. I first heard it on one of my favourite podcasts – Hemispheric views but since then it’s become a bit of a trend, which is great to see in 2023!

    3 |

    Here’s a few that came across in my feeds: Devon Dundee, Matt Birchler and Andy.

    4 |

    So, here’s mine 😀

    5 | 31 |

    I think that’s it, let me know if I have forgotten anything.

    32 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_8.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |

    Episode 097 of the Hemispheric Views podcast held a fun Duel of the Defaults! competition.

    4 |

    Here’s my list. I’ve really shifted to defaults over the past year. I’m conflicted about this: I really like a good indie app, yet find my needs don’t justify the complexity of using non-defaults.

    5 | 31 |
    32 | 36 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_81.html: -------------------------------------------------------------------------------- 1 |
    2 |

    C’mon, everyone’s doin’ it.

    3 |

    Here is my list of default apps (in alphabetical order by task):

    4 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_82.html: -------------------------------------------------------------------------------- 1 |
    2 |

    Inspired by Hemispheric Views 097 - Duel of the Defaults! and others in the community, I thought I would post a list of defaults.

    3 | 29 |

    Rob Knight has a wonderful collection of people who are sharing what their default applications are.

    30 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_84.html: -------------------------------------------------------------------------------- 1 |

    This recent trend has been popping up lately in my RSS feed, so I decided to join. If you like it, check Robb Knight’s list of App Defaults blog posts. Here’s the list:

    I think that is all?

    -------------------------------------------------------------------------------- /_wordcloud/_output/_85.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |

    4 | originally shared here on 5 | 2023-11-08 6 |

    7 |

    I saw this post on Matt Birchler's awesome blog and thought I'd join in the fun.

    8 |

    It's interesting to look back on these a few years down the road and see how much/little has changed.

    9 |

    📨 Mail Client: Apple Mail
    10 | 📮 Mail Server: Fastmail
    11 | 📝 Notes: Apple Notes
    12 | ✅ To-Do: Apple Reminders
    13 | 📷 Photo Shooting: Apple Camera
    14 | 🌅 Photo Management: Apple Photos
    15 | 📆 Calendar: Fantastical
    16 | 📁 Cloud File Storage: Dropbox
    17 | 📖 RSS: Reeder
    18 | 🙍🏻‍♂️ Contacts: Apple Contacts
    19 | 🌐 Browser: Safari
    20 | 💬 Chat: Slack
    21 | 🔖 Bookmarks: Pinboard
    22 | 📑 Read It Later: Instapaper
    23 | 📜 Word Processing: Google Docs
    24 | 📈 Spreadsheets: Google Sheets
    25 | 📊 Presentations: Google Slides
    26 | 📰 News: AP News (once a week or so)
    27 | 🎵 Music: Plexamp
    28 | 🎤 Podcasts: Pocketcasts
    29 | 🔐 Password Management: 1Password
    30 | 🎮 First game I play each morning: Retro Bowl
    31 | 🔈 Podcast editing: Logic Pro X
    32 | 🎞️ Video editing: Final Cut Pro X
    33 | 🧮 Code Editor: Visual Studio Code
    34 | 🚀 Application launcher: Alfred

    35 |
    36 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_86.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/_wordcloud/_output/_86.html -------------------------------------------------------------------------------- /_wordcloud/_output/_87.html: -------------------------------------------------------------------------------- 1 |
    2 |

    Partecipo anche io a questa divertente lista di app di default:

    3 |

    ???? Mail Client: Gmail
    ???? Mail Server: Namecheap
    ???? Notes: Google keep
    ✅ To-Do: Tasks
    ???? Photo Shooting: Google camera
    ???? Photo Management: Google foto
    ???? Calendar: Google Calendar (mobile), Cron (desktop)
    ???? Cloud File Storage: Google Drive
    ???? RSS: Newsblur
    ????????‍♂️ Contacts: Gmail
    ???? Browser: Chrome
    ???? Read It Later: Pocket
    ???? Shopping Lists: Google Keep
    ???? Music: Youtube Music
    ???? Podcasts: Pocket Casts
    ???? Password Management: Bitwarden

    4 | 7 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_88.html: -------------------------------------------------------------------------------- 1 |
    2 |

    Updated 12/19/2023

    3 |

    After seeing this on Kev Quirks blog, I thought I would do the same. According to him, all the “cool kids” are doing it. I think my list is pretty solid right now, minus I’m toying with trying some other streaming services for music. If I think of anything else I’ll add it.

    4 |

    📨 Mail Service and client: Protonmail
    5 | 📝 Notes: Standard Notes
    6 | ✅ To-Do: Apple Reminders or written on paper
    7 | 📆 Calendar: Proton Calendar
    8 | 🙍🏻‍♂️ Contacts: iCloud
    9 | 📖 RSS Service and Client: Reeder (iOS App) - This may change, looking for something similar but cross paltform.
    10 | ☁️ Cloud storage: pCloud, Proton Drive, and iCloud
    11 | 🌅 Photo library: Ente and iPhoto (also backed up in pCloud)
    12 | 🌐 Web Browser: Firefox (everywhere)
    13 | 💬 Chat: iMessage, Element, Discord, and signal
    14 | 🔖 Bookmarks: Firefox
    15 | 📜 Office Apps: Libreoffice and WPS Office(for pdf)
    16 | 🛒 Shopping Lists: Reminders or on paper
    17 | 🎵 Music: Apple Music(on phones) or Cider(on desktop) - Toying with Spotify
    18 | 🎤 Podcasts: Pocket Casts
    19 | 🔐 Password Management: Proton Pass
    20 | 🤦‍♂️ Social Media: MicroBlog
    21 | 🌤️ Weather: Google
    22 | 🔎 Search: Kagi
    23 | 🧮 Code Editor: VSCode
    24 | 💰 Shopping: Privacy.com
    25 | 🗞️ News: Google News or Artifact
    26 | ✍️ Blog: MicroBlog
    27 | 📝 Journaling: Standard Notes and on paper the old-fashioned way.
    28 | 🕵️ Passwords: Proton Pass
    29 | 🔒 2FA: Proton Pass and Ente Auth

    30 |

    As always, feel free to comment or write me using the link below. 31 | Cheers!

    32 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_89.html: -------------------------------------------------------------------------------- 1 |
    2 |

    November 9, 2023

    3 |
    4 |

    The meme du jour seems to be to list ones default apps, so here are mine:

    5 |
      6 |
    • 📨 Mail Client: the stock Mail app on iOS and Mac
    • 7 |
    • 📮 Mail Server: Google Workspace
    • 8 |
    • 📝 Notes: Drafts and nvAlt
    • 9 |
    • ✅ To-Do: Things
    • 10 |
    • 📷 iPhone Photo Shooting: The stock camera app. I try other apps all the time and I come back to it all the time
    • 11 |
    • 🟦 Photo Management: Sigh. Nothing, really. A Hazel script that sorts my photos by date
    • 12 |
    • 📆 Calendar: the stock calendar apps
    • 13 |
    • 📁 Cloud File Storage: Dropbox and iCloud
    • 14 |
    • 📖 RSS: NetNewsWire
    • 15 |
    • 🙍🏻‍♂️ Contacts: iCloud
    • 16 |
    • 🌐 Browser: Firefox
    • 17 |
    • 💬 Chat: Slack
    • 18 |
    • 🔖 Bookmarks: my own linkblog
    • 19 |
    • 📑 Read It Later: Pocket
    • 20 |
    • 📜 Word Processing: Byword and Google Docs
    • 21 |
    • 📈 Spreadsheets: Google Sheets
    • 22 |
    • 📊 Presentations: Whatever the Google thing is called. Docs, too, I guess?
    • 23 |
    • 🛒 Shopping Lists: Bring
    • 24 |
    • 🍴 Meal Planning: lol
    • 25 |
    • 💰 Budgeting and Personal Finance: Money Pro
    • 26 |
    • 📰 News: NetNewsWire
    • 27 |
    • 🎵 Music: Spotify
    • 28 |
    • 🎤 Podcasts: Overcast
    • 29 |
    • 🔐 Password Management: 1Password
    • 30 |
    31 |
    32 |
    33 | ← Archive 34 |
    -------------------------------------------------------------------------------- /_wordcloud/_output/_9.html: -------------------------------------------------------------------------------- 1 |

    I read this article about default app choices by Robb Knight and thought it sounded fun. I’ve listed all the apps I use in various categories. (This doesn’t account for work, where the answer is “insert Google product here”, when I don’t get a choice.)

    -------------------------------------------------------------------------------- /_wordcloud/_output/_95.html: -------------------------------------------------------------------------------- 1 |
    2 |

    Nov 07, 2023

    3 |

    Apparently there's currently a thing where people share their preferred and default apps. Check out the podcast that sparked the interest and the website by Rob, who is keeping a list of posts by others.

    4 |

    Without further ado, here's my list:

    5 | 30 |

    31 | I'm publishing this as part of 100 Days To Offload. You can join in yourself by visiting 100DaysToOffload.com. 32 |


    33 |

    Tags: 34 | 100DaysToOffload

    35 |

    Webmentions & Replies

    36 |

    Reply via email

    37 |

    If there are webmentions, they will show below.

    38 |
    39 |

    40 | Found an issue? Edit on Github

    41 | ← Back home

    -------------------------------------------------------------------------------- /_wordcloud/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | "@extractus/article-extractor": "^8.0.3", 4 | "cheerio": "^1.0.0-rc.12", 5 | "linkedom": "^0.16.5", 6 | "node-html-markdown": "^1.3.0" 7 | }, 8 | "type": "module" 9 | } 10 | -------------------------------------------------------------------------------- /feed.njk: -------------------------------------------------------------------------------- 1 | --- 2 | permalink: feed.xml 3 | eleventyExcludeFromCollections: true 4 | --- 5 | 6 | 7 | App Defaults 8 | 9 | 10 | defaults.rknight.me 11 | 12 | Hemispheric Views × Robb Knight 13 | 14 | 15 | {%- for site in sites.reverse() %} 16 | 17 | {{ site.name }} 18 | 19 | {{ site.date }} 20 | {{ site.url }} 21 | {{ site.url }} 22 | 23 | {%- endfor %} 24 | 25 | -------------------------------------------------------------------------------- /icons/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/android-chrome-192x192.png -------------------------------------------------------------------------------- /icons/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/android-chrome-512x512.png -------------------------------------------------------------------------------- /icons/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/apple-touch-icon.png -------------------------------------------------------------------------------- /icons/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | #da532c 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /icons/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/favicon-16x16.png -------------------------------------------------------------------------------- /icons/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/favicon-32x32.png -------------------------------------------------------------------------------- /icons/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/favicon.ico -------------------------------------------------------------------------------- /icons/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/icon.png -------------------------------------------------------------------------------- /icons/icon.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/icon.pxd -------------------------------------------------------------------------------- /icons/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/mstile-150x150.png -------------------------------------------------------------------------------- /icons/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/preview.png -------------------------------------------------------------------------------- /icons/preview.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/preview.pxd -------------------------------------------------------------------------------- /icons/rss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/site.webmanifest: -------------------------------------------------------------------------------- 1 | { 2 | "name": "", 3 | "short_name": "", 4 | "icons": [ 5 | { 6 | "src": "/android-chrome-192x192.png", 7 | "sizes": "192x192", 8 | "type": "image/png" 9 | }, 10 | { 11 | "src": "/android-chrome-512x512.png", 12 | "sizes": "512x512", 13 | "type": "image/png" 14 | } 15 | ], 16 | "theme_color": "#ffffff", 17 | "background_color": "#ffffff", 18 | "display": "standalone" 19 | } 20 | -------------------------------------------------------------------------------- /icons/sticker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/sticker.png -------------------------------------------------------------------------------- /icons/sticker_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rknightuk/app-defaults/45e00468a8c848f791c0eff8855bc5160a052b51/icons/sticker_small.png -------------------------------------------------------------------------------- /index.njk: -------------------------------------------------------------------------------- 1 | --- 2 | layout: base 3 | --- 4 | 5 | 6 | 7 |

    Subscribe to the RSS feed to see new posts as they're added or check out one of the {{ sites.length }} blog posts from all these wonderful people:

    8 | 9 |
    10 | {%- for site in sites %} 11 |
    12 | {% if site.music %}{% elif site.omg %}{% else %}#{% endif %}{% if loop.index < 10 %}0{% endif %}{% if loop.index < 100 %}0{% endif %}{{ loop.index }}{{ site.name }} 13 | {% if site.rss %}RSS{% endif %}
    14 | {% endfor%} 15 |
    16 | 17 |

    Download an OPML file to import all these lovely people's feeds into wherever you get your RSS.

    18 | 19 |

    Post your own list of defaults and either add it on GitHub or let Robb know.

    20 | 21 |
    22 | No Emoji 23 |
    Mail Client
    24 | Mail Server
    25 | Notes
    26 | To-Do
    27 | iPhone Photo Shooting
    28 | Photo Management
    29 | Calendar
    30 | Cloud File Storage
    31 | RSS
    32 | Contacts
    33 | Browser
    34 | Chat
    35 | Bookmarks
    36 | Read It Later
    37 | Word Processing
    38 | Spreadsheets
    39 | Presentations
    40 | Shopping Lists
    41 | Meal Planning
    42 | Budgeting and Personal Finance
    43 | News
    44 | Music
    45 | Podcasts
    46 | Password Management
    47 |
    48 | 49 |
    50 | With Emoji (thanks Gabz) 51 |
    📨 Mail Client
    52 | 📮 Mail Server
    53 | 📝 Notes
    54 | ✅ To-Do
    55 | 📷 iPhone Photo Shooting
    56 | 🟦 Photo Management
    57 | 📆 Calendar
    58 | 📁 Cloud File Storage
    59 | 📖 RSS
    60 | 🙍🏻‍♂️ Contacts
    61 | 🌐 Browser
    62 | 💬 Chat
    63 | 🔖 Bookmarks
    64 | 📑 Read It Later
    65 | 📜 Word Processing
    66 | 📈 Spreadsheets
    67 | 📊 Presentations
    68 | 🛒 Shopping Lists
    69 | 🍴 Meal Planning
    70 | 💰 Budgeting and Personal Finance
    71 | 📰 News
    72 | 🎵 Music
    73 | 🎤 Podcasts
    74 | 🔐 Password Management
    -------------------------------------------------------------------------------- /opml.njk: -------------------------------------------------------------------------------- 1 | --- 2 | permalink: opml.xml 3 | eleventyExcludeFromCollections: true 4 | --- 5 | 6 | 7 | 8 | RSS Feeds for all App Default publishers 9 | Tue, 7 Nov 2023 16:55:40 +0000 10 | 11 | 12 | {%- for site in sites %} 13 | {%if site.rss %} 14 | 15 | {% endif %} 16 | {% endfor %} 17 | 18 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "defaults", 3 | "version": "1.0.0", 4 | "description": "From [Hemispheric Views 097 - Duel of the Defaults!](https://listen.hemisphericviews.com/097).", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1", 8 | "start": "./node_modules/.bin/eleventy --serve", 9 | "build": "./node_modules/.bin/eleventy" 10 | }, 11 | "keywords": [], 12 | "author": "", 13 | "license": "ISC", 14 | "devDependencies": { 15 | "@11ty/eleventy": "^2.0.1" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # App Defaults 2 | 3 | From [Hemispheric Views 097 - Duel of the Defaults!](https://listen.hemisphericviews.com/097). 4 | 5 | To contribute your own add it to `_data/sites.json` and open a pull request. Or [shout at Robb on Mastodon](https://social.lol/@robb) and he'll do it. `rss` is optional but highly encouraged. 6 | 7 | ## Run 8 | 9 | - `npm i` 10 | - `npm run start` or `npm run build` to build 11 | -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | echo "Running network map"; 4 | cd _networkmap; 5 | node generate.js; 6 | 7 | echo "Running word cloud"; 8 | cd ..; 9 | cd _wordcloud; 10 | node extract.js; -------------------------------------------------------------------------------- /wordcloud.njk: -------------------------------------------------------------------------------- 1 | --- 2 | layout: base 3 | isWordCloudPage: true 4 | --- 5 | 6 | 9 | 10 | 15 | 16 | 17 | --------------------------------------------------------------------------------