diff options
author | jaseg <git@jaseg.de> | 2021-11-25 11:54:39 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-11-25 11:54:39 +0100 |
commit | e7a91af6b5fffe7c9d845123c6c2fcfd73d9b02f (patch) | |
tree | 02f72911660051b490c7105412e519fbf63fc190 /content/about | |
parent | 396c62e422e0d0e98b58d4c76e5a377cdbd52bee (diff) | |
download | blog-e7a91af6b5fffe7c9d845123c6c2fcfd73d9b02f.tar.gz blog-e7a91af6b5fffe7c9d845123c6c2fcfd73d9b02f.tar.bz2 blog-e7a91af6b5fffe7c9d845123c6c2fcfd73d9b02f.zip |
Update theme to show post list on top level again
Diffstat (limited to 'content/about')
-rw-r--r-- | content/about/index.rst | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/content/about/index.rst b/content/about/index.rst new file mode 100644 index 0000000..2e249b9 --- /dev/null +++ b/content/about/index.rst @@ -0,0 +1,45 @@ +--- +title: "About jaseg" +--- + +About +----- + +Hej, I'm Jan, or jaseg. At the moment I'm doing a PhD (Dr.-Ing.) at TU Darmstadt in Computer Science, specializing on +Hardware Security. This is my personal website where I publish things that I find interesting. + +I self-host my code at `git.jaseg.de <https://git.jaseg.de/>`__, but I am also on `github <https://github.com/jaseg>`__ +and on `gitlab <https://gitlab.com/neinseg>`__. I use github for issue tracking for some of my projects such as +`gerbolyze <https://github.com/jaseg/gerbolyze>`__ and `python-mpv <https://github.com/jaseg/python-mpv>`__. I maintain +the `python-mpv <https://pypi.org/project/python-mpv/>`__ and `gerbolyze <https://pypi.org/project/gerbolyze/>`__ python +packages on PyPI. Release tags on these two repositories are signed with the release signing key found `on github +<https://github.com/jaseg.gpg>`__ and below. + +I am not on any social network, but feel free to write me an email at `hello@jaseg.de +<mailto:hello@jaseg.de?subject=About\ page\ on\ blog.jaseg.de>`__. + +I do not use application-level email encryption such as S/MIME or PGP. If you need a higher level of secrecy than +regular old email provides, please ask around for my signal contact or email me a file encrypted using `age +<https://github.com/FiloSottile/age>`__ with one of the SSH keys listed `on my github +<https://github.com/jaseg.keys>`__. You can find both PGP and other SSH keys that I have used in the past on the +internet, but please consider these keys revoked, and do not use them to encrypt anything you send me. + +Python package release signing key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +I use this GPG key (key ID ``ED7A208EEEC76F2D``) to sign git release tags of both `gerbolyze <https://github.com/jaseg/gerbolyze>`__ and `python-mpv +<https://github.com/jaseg/python-mpv>`__:: + + -----BEGIN PGP PUBLIC KEY BLOCK----- + mDMEXom49xYJKwYBBAHaRw8BAQdA/KrWMt2MKGIZUvlQZnWjNd6i8/ZYjRsBQqEf + PJ8pJ+20NHB5dGhvbi1tcHYgUmVsZWFzZSBTaWduaW5nIEtleSA8cHl0aG9uLW1w + dkBqYXNlZy5kZT6IlgQTFggAPhYhBONvdTB/Cg7C0UX/XO16II7ux28tBQJeibj3 + AhsDBQkSzAMABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEO16II7ux28thRYA + /3Yl1RdeUGor6K0RTxce9TIBB+DpLNupJgB9f6onuocpAQC614zQ/RQ6rkGTHCwA + ElFClWRQ5eppj0jpAuH15udqAbg4BF6JuPcSCisGAQQBl1UBBQEBB0A0mrXSv6rj + ajCmZR4H4OtowAx477YS+yWARqo1NtdgJwMBCAeIfgQYFggAJhYhBONvdTB/Cg7C + 0UX/XO16II7ux28tBQJeibj3AhsMBQkSzAMAAAoJEO16II7ux28tMZwBAIUpHHvP + gRW2jQuzdw1r06kItfFk/0t+mgNUQ2+vtbhzAP98BoWx7lv+bvlIbBaVgLldusj0 + pHnZI/0y3ksMBkdbBw== + =Mr6G + -----END PGP PUBLIC KEY BLOCK----- |