Compare commits

..

5 commits

3 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Capsule # Capsule
This repo is used to publish content to my Gemini capsule, available in [geminispace](https://geminiprotocol.net/docs/faq-section-1.gmi#:~:text=1.2%20Does%20it%20come%20with%20cool%20new%20lingo%3F) at [gemini://capsule.jbowdre.lol](gemini://capsule.jbowdre.lol) and on the web at [https://capsule.jbowdre.lol](https://capsule.jbowdre.lol). This repo is used to publish content to my Gemini capsule, available in [geminispace](https://geminiprotocol.net/docs/faq-section-1.gmi#:~:text=1.2%20Does%20it%20come%20with%20cool%20new%20lingo%3F) at `gemini://capsule.jbowdre.lol` and on the web at [https://capsule.jbowdre.lol](https://capsule.jbowdre.lol).
Full implementation details are on [my blog](https://runtimeterror.dev/gemini-capsule-gempost-github-actions/), but in short: Full implementation details are on [my blog](https://runtimeterror.dev/gemini-capsule-gempost-github-actions/), but in short:
- `agate/` holds an archive of my [Agate](https://github.com/mbrubeck/agate) Gemini server configuration, - `agate/` holds an archive of my [Agate](https://github.com/mbrubeck/agate) Gemini server configuration,

View file

@ -1,7 +1,7 @@
> Just don't. > Just don't.
Nobody gains anything from copy-and-pasting an AI-generated explanation of `$topic` into a chat, email, discussion forum, blog post, or other communication. Such explanations are often incomplete or inaccurate, and sharing them in that way comes across as a low-effort attempt to show everyone how smart you are(n't). It doesn't help anyone. Nobody benefits from an AI-generated explanation of $topic copy-and-pasted into a chat, email, discussion forum, blog post, or other communication. Such explanations are often incomplete or inaccurate, and sharing them in that way comes across as a low-effort attempt to show everyone how smart you are(n't). It doesn't help anyone, and probably annoys everyone.
If you want to explain something to someone, do it in your own words! Not only does that allow you to tailor the explanation to the audience and context, but it will usually help you develop a better understanding of the topic as well. If you want to explain something to someone, do it in your own words! Not only does that allow you to tailor the explanation to the audience and context, but it will usually help you develop a better understanding of the topic as well.
Your audience will learn something, and you probably will too - everybody wins! Your audience will actually learn something, and you probably will too - everybody wins!

View file

@ -11,6 +11,8 @@
* Categories: {{ entry.categories | join(sep=", ") }} * Categories: {{ entry.categories | join(sep=", ") }}
{% endif %} {% endif %}
{{ entry.body }} {{ entry.body }}
=> mailto:capsule@jbowdre.lol?subject=Re:%20{{ entry.title | urlencode }} 📧 Reply via email
───── ─────
=> {{ feed.index_url }} [posts] => {{ feed.index_url }} [posts]