-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds more pages and an index at /explore
- Loading branch information
Showing
8 changed files
with
201 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"url": "/now" | ||
}, | ||
{ | ||
"text": "blogroll", | ||
"url": "/blogroll" | ||
"text": "explore", | ||
"url": "/explore" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: AI | ||
layout: layouts/page.html | ||
summary: How I use AI in my daily life, as responsibly as possible. | ||
--- | ||
|
||
Every word on this site, and my others sites, was written by me, a human being. None of the images were generated with AI. | ||
|
||
I use GitHub Copilot in my code editor, Visual Studio Code, to help me write code faster. I use it mainly for autofilling certain variables in my Terraform code. I sometimes ask it to sort a list in alphabetical order. I try to avoid using it for anything more complex than that. | ||
|
||
I actively block bots used for training LLMs and will continue to do so as best I can. I consider it unethical at best to do what the AI companies are doing: scraping the open web first then asking if we want to opt out. | ||
|
||
I won't send you emails or messages generated by AI. Likewise if you send me what is obviously an AI generated message, I won't read it. It shows a lack of respect for my time. If you couldn't be bothered to write it, I won't be bothered to read it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
code[class*="language-"], | ||
pre[class*="language-"] { | ||
color: #cdd6f4; | ||
} | ||
|
||
:not(pre) > code[class*="language-"], | ||
pre[class*="language-"] { | ||
background: #181825; | ||
} | ||
|
||
/* https://prismjs.com/tokens.html */ | ||
|
||
.token.keyword { | ||
color: #cba6f7; | ||
} | ||
|
||
.token.builtin { | ||
color: #f38ba8; | ||
} | ||
|
||
.token.class-name { | ||
color: #f9e2af; | ||
} | ||
|
||
.token.function { | ||
color: #89b4fa; | ||
} | ||
|
||
.token.boolean, | ||
.token.number { | ||
color: #fab387; | ||
} | ||
|
||
.token.string, | ||
.token.char { | ||
color: #a6e3a1; | ||
} | ||
|
||
.token.symbol { | ||
color: #f9e2af; | ||
} | ||
|
||
.token.regex { | ||
color: #f5c2e7; | ||
} | ||
|
||
.token.url { | ||
color: #a6e3a1; | ||
} | ||
|
||
.token.operator { | ||
color: #89dceb; | ||
} | ||
|
||
.token.variable { | ||
color: #cdd6f4; | ||
} | ||
|
||
.token.constant { | ||
color: #fab387; | ||
} | ||
|
||
.token.property { | ||
color: #89b4fa; | ||
} | ||
|
||
.token.punctuation { | ||
color: #9399b2; | ||
} | ||
|
||
.token.important { | ||
color: #cba6f7; | ||
} | ||
|
||
.token.comment { | ||
color: #9399b2; | ||
} | ||
|
||
.token.tag { | ||
color: #89b4fa; | ||
} | ||
|
||
.token.attr-name { | ||
color: #f9e2af; | ||
} | ||
|
||
.token.attr-value { | ||
color: #a6e3a1; | ||
} | ||
|
||
.token.namespace { | ||
color: #f9e2af; | ||
} | ||
|
||
.token.prolog, | ||
.token.doctype { | ||
color: #cba6f7; | ||
} | ||
|
||
.token.cdata { | ||
color: #94e2d5; | ||
} | ||
|
||
.token.entity { | ||
color: #f38ba8; | ||
} | ||
|
||
.token.atrule { | ||
color: #cba6f7; | ||
} | ||
|
||
.token.selector { | ||
color: #89b4fa; | ||
} | ||
|
||
/* Diff */ | ||
|
||
.token.deleted { | ||
color: #f38ba8; | ||
} | ||
|
||
.token.inserted { | ||
color: #a6e3a1 | ||
} | ||
|
||
/* Other */ | ||
|
||
.token.important, | ||
.token.bold { | ||
font-weight: bold; | ||
} | ||
.token.italic { | ||
font-style: italic; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Defaults | ||
layout: layouts/page.html | ||
summary: A list of the apps and services I use for various tasks. | ||
--- | ||
|
||
- **Bookmarks**: Firefox | ||
- **Browser**: Firefox | ||
- **Budgeting and Personal Finance**: Excel | ||
- **Calendar**: Apple Calendar | ||
- **Chat**: Apple Messages, Whatsapp | ||
- **Cloud File Storage**: iCloud | ||
- **Code Editor**: Visual Studio Code | ||
- **Contacts**: Apple Contacts | ||
- **Mail Client**: Apple Mail | ||
- **Mail Server**: iCloud+ | ||
- **Music**: Spotify | ||
- **News**: Brutalist Report | ||
- **Notes**: Apple Notes | ||
- **Password Management**: 1Password | ||
- **Photo Editing**: Apple Photos | ||
- **Photo Shooting**: iPhone, Sony RX100 IV | ||
- **Podcasts**: Overcast | ||
- **Read It Later**: Pocket | ||
- **RSS**: NetNewsWire | ||
- **Shopping Lists**: Apple Reminders | ||
- **Spreadsheets**: Google Sheets, Excel | ||
- **To-Do**: Apple Reminders | ||
- **VPN**: none | ||
- **Word Processing**: Google Docs, Word | ||
- **Presentations**: Google Slides |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Explore | ||
layout: layouts/page.html | ||
summary: A list of all pages on this website, in alphabetical order. | ||
--- | ||
|
||
- [AI](/ai) | ||
- [Blogroll](/blogroll) | ||
- [Colophon](/colophon) | ||
- [Connect](/connect) | ||
- [Defaults](/defaults) | ||
- [Now](/now) | ||
- [Uses](/uses) |