Init: neue Webseite

This commit is contained in:
Jan Kremer 2024-03-26 15:40:28 +01:00
commit 3470b542d5
Signed by: jan
GPG key ID: A7DA689CB3B078EC
188 changed files with 7271 additions and 0 deletions

View file

@ -0,0 +1,45 @@
---
title: "Easter eggs of this Websites"
date: 2023-09-19
description: "What you can't see is what you GET."
tags: [meta]
showComments: true
draft: true
---
## .well_known
As of [RFC ...]()
### OpenID
### Nostr
## `curl` easter eggs
There are famously [no easter eggs](https://daniel.haxx.se/blog/2021/12/06/no-easter-eggs-in-curl/) built into `curl`. That doesn't mean I can't make my own.
I set up `txt` files to display QR codes, which you can access via `curl`.There is one for the homepage, which is kind of stupid because you have to type in the URL to get a QR code for that URL.
```shell
curl https://jankremer.eu/qr.txt
```
I also set up codes for my [crypto](/tags/crypto) addresses. Just add `.txt` to the URL. Same for my [avatar](/pharmacist-0.webp). Fun fact: the `.png` file is only half the size of the `.txt` version.
```shell
curl https://jankremer.eu/xmr.txt
```
```shell
curl https://jankremer.eu/pharmacist-0.txt
```
I think you need to use a [nerd font](https://nerdfonts.com) for the QR code to show correctly.
> Why?
Just for fun.
## More?
What am I missing? Tell me in the comments or via [email](/about#kontakt).