summaryrefslogtreecommitdiff
path: root/src/_pages/index.html
blob: 9627a0f8f063424992a0873e9290b55cc3f96380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
layout: default
permalink: /index.html
title: Personal blog
description: >
  Hi, I'm tyil, and this is my site. I'm a software engineer with a big
  interest in Free Software. As such, I spend much time writing and promoting
  free software. Occasionally, I'll write an article about something freedom or
  software related.
---

{% for post in site.posts %}{% if post.wip %}{% continue %}{% endif %}{% assign blogpost = post %}{% break %}{% endfor %}
{% markdown %}
## About me

Freedom-focused hacker. I love everything about free software, and spend much
time contributing to it myself. I occasionally write articles to help other
people getting started with free software, and show the issues with proprietary
software. I'm active on a number of IRC channels, spread over multiple IRC
networks. My favourite language by far is the Raku programming language. I also
write a blog post on occasion, with my latest write-up being
"[{{blogpost.title}}]({{blogpost.url}})".

If you think what I'm doing is awesome, and want to support me, you can do so
through donations. More information about how to donate and what I do with the
donations I receive can be found on the [support][donate] page.

## Contact

### PGP

My public PGP key is available [from my own site][pubkey], or from a public key
server such as [pgp.mit.edu][pubkey-mit]. The fingerprint is:

    1660 F6A2 DFA7 5347 322A  4DC0 7A6A C285 E2D9 8827

You can also fetch my PGP key using the
[WebKey Protocol]({{ "/post/2020/05/30/setting-up-pgp-wkd/" | prepend: site.baseurl | prepend: site.url }}):

    gpg --locate-key p.spek@tyil.nl

{% endmarkdown %}
<h3 id="communication-channels">Channels</h3>
{% markdown %}

####  Email

Email contact goes via [p.spek@tyil.work][mail]. Be sure to at least sign all
mail you send me. Even better would be encrypted mail using my [PGP
key][pubkey].

I do not read my mailboxes very often, so please do not expect a timely
response. If you require a response as soon as possible, please find me on IRC
instead.

#### IRC

I am mainly active as `tyil` on [Libera][libera]. Other networks I frequent
are [DareNET][darenet] and [Rizon][rizon], using the same nick, `tyil`. I
use OTR for private messages on IRC, so be sure you use this if you want to
discuss something in private.

## Other links

- [Sourcehut account][git-srht]
- [GitLab account][git-gl]
- [GitHub account][git-gh]
- [LinkedIn][linkedin]

## RSS

If you'd like to stay up-to-date with my posts, you can subscribe to the [RSS
feed][rss] or the [Atom feed][atom].

[atom]: {{ "/atom.xml" | prepend: site.baseurl | prepend: site.url }}
[darenet]: https://darenet.org
[donate]: {{ "/support/" | prepend: site.baseurl | prepend: site.url }}
[git-gh]: https://github.com/tyil
[git-gl]: https://gitlab.com/tyil
[git-srht]: https://sr.ht/~tyil/
[linkedin]: https://www.linkedin.com/in/patrickspek
[mail]: mailto:p.spek@tyil.work
[pubkey]: {{ "/pubkey.txt" | prepend: site.baseurl | prepend: site.url }}
[rizon]: https://rizon.net
[libera]: https://libera.chat
[rss]: {{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}
[pubkey]: {{ "/pubkey.txt" | prepend: site.baseurl | prepend: site.url }}
[pubkey-mit]: http://pgp.mit.edu/pks/lookup?op=vindex&search=0x7A6AC285E2D98827
{% endmarkdown %}