update actions/github-script from v5 to v7
[m6w6/m6w6.github.io] / index.html
1 ---
2 title: Michael Wallner (m6w6)
3 layout: default
4 styles: assets/index.css
5 ---
6 <header>
7 <div>
8 <img id="portrait" src="m6w6.jpg" height="185" width="140" alt="">
9 </div>
10 <h1>
11 {{ site.title }} <small>&lt;<span class="email"></span>&gt;</small>
12 </h1>
13 <p>
14 {{ site.description }}
15 </p>
16 </header>
17 <section>
18 <h2 id="identity">Identity</h2>
19 <h3>PGP, GPG</h3>
20 <p><code>1EC3 C71D DD63 5831 A337 D684 480E 3E14 B0A4 C7C7</code></p>
21 <div class="box-of-links">
22 {% include id.openpgp.html %}
23 {% include id.keyserver-ubuntu.html %}
24 </div>
25 </section>
26 <section>
27 <h2 id="contact">Contact</h2>
28 <div class="box-of-links">
29 {% include contact.email.html %}
30 {% include contact.jabber.html %}
31 {% include contact.google.html %}
32 {% include contact.keybase.html %}
33 {% include contact.libera.html %}
34 {% include contact.efnet.html %}
35 </section>
36 <section>
37 <h2>Social</h2>
38 <div class="box-of-links">
39 {% include social.twitter.html %}
40 {% include social.github.html %}
41 {% include social.smugmug.html %}
42
43 {% include sponsor.flattr.html %}
44 {% include sponsor.buymeacoffee.html %}
45 </div>
46 </section>
47 <section>
48 <h2 id="blog">Blog &mdash; <a href="blog/">Mike's sudden Inspirations</a></h2>
49 <ul>
50 {% assign m6w6_posts = site.posts | where: "author", "m6w6" | slice: 0, 3 %}
51 {% for post in m6w6_posts %}
52 <li><small><a href=".{{ post.url }}">{{ post.title }}</a>
53 &mdash; posted {{ post.date | date_to_long_string: "ordinal" }}</small></li>
54 {% endfor %}
55 </ul>
56 </section>
57 <section>
58 <h2 id="career">Career</h2>
59 <table class="career-table">
60 <tr class="career-current">
61 {% assign Y = "now" | date: "%Y" %}
62 {% assign rowspan = Y | minus: 2013 | plus: 1 %}
63 <th>{{ Y }}</th>
64 <td rowspan="{{ rowspan }}"><a href="https://www.smugmug.com" rel="external">SmugMug Inc.</a></td>
65 <td rowspan="{{ rowspan }}">Sorcerer</td>
66 <td rowspan="{{ rowspan }}">Remote</td>
67 <td></td>
68 </tr>
69 {% assign last_Y = Y | minus: 1 %}
70 {% for y in (2014..last_Y) reversed %}
71 <tr><th>{{ y }}</th></tr>
72 {% endfor %}
73 <tr class="career-change"><th rowspan="2">2013</th></tr>
74 <tr>
75 <td rowspan="7">INQNET</td>
76 <td rowspan="7">Software Developer</td>
77 <td rowspan="7">Vienna</td>
78 <td></td>
79 </tr>
80 <tr><th>2012</th></tr>
81 <tr><th>2011</th></tr>
82 <tr><th>2010</th></tr>
83 <tr><th>2009</th></tr>
84 <tr><th>2008</th></tr>
85 <tr class="career-change"><th rowspan="2">2007</th></tr>
86 <tr>
87 <td rowspan="6">IWORKS</td>
88 <td rowspan="6">Freelancer</td>
89 <td rowspan="6">Remote</td>
90 <td></td>
91 </tr>
92 <tr><th>2006</th></tr>
93 <tr><th>2005</th></tr>
94 <tr><th>2004</th></tr>
95 <tr><th>2003</th></tr>
96 <tr class="career-start"><th>2002</th></tr>
97 </table>
98 </section>
99 <section>
100 <h2 id="opensource">Open source</h2>
101 <table class="opensource-table">
102 <tr>
103 <th>libmemcached</th>
104 <td>C/C++ library for <code>memcached(1)</code> (resurrected)</td>
105 <td>
106 <a href="https://github.com/m6w6/libmemcached" rel="external"
107 >Github</a>,
108 <a href="https://git.m6w6.name/?p=m6w6/libmemcached" rel="external"
109 >Mirror</a>,
110 <a href="https://awesomized.github.io/libmemcached" rel="external"
111 >Docs</a>,
112 <a href="https://artifacts.m6w6.name/libmemcached/" rel="external"
113 >Artifacts</a>
114 </td>
115 </tr>
116 <!-- tr>
117 <th>pecl/psi</th>
118 <td>PHP System Interface</td>
119 <td>
120 <a href="https://github.com/m6w6/ext-psi" rel="external"
121 >Github</a>,
122 <a href="https://git.m6w6.name/?p=m6w6/ext-psi" rel="external"
123 >Mirror</a>,
124 <a href="http://pecl.php.net/package/psi" rel="external"
125 >PECL</a>,
126 <a href="https://mdref.m6w6.name/psi" rel="external"
127 >Docs</a>
128 </td>
129 </tr -->
130 <tr>
131 <th>pecl/http</th>
132 <td>PHP HTTP Extension</td>
133 <td>
134 <a href="https://github.com/m6w6/ext-http" rel="external"
135 >Github</a>,
136 <a href="https://git.m6w6.name/?p=m6w6/ext-http" rel="external"
137 >Mirror</a>,
138 <a href="http://pecl.php.net/package/pecl_http" rel="external"
139 >PECL</a>,
140 <a href="https://mdref.m6w6.name/http" rel="external"
141 >Docs</a>
142 </td>
143 </tr>
144 <tr>
145 <th>pecl/pq</th>
146 <td>PHP PostgreSQL Extension</td>
147 <td>
148 <a href="https://github.com/m6w6/ext-pq" rel="external"
149 >Github</a>,
150 <a href="https://git.m6w6.name/?p=m6w6/ext-pq" rel="external"
151 >Mirror</a>,
152 <a href="http://pecl.php.net/package/pq" rel="external"
153 >PECL</a>,
154 <a href="https://mdref.m6w6.name/pq" rel="external"
155 >Docs</a>
156 </td>
157 </tr>
158 <tr>
159 <th>pharext</th>
160 <td>PHP Extension Installer</td>
161 <td>
162 <a href="https://github.com/pharext/pharext" rel="external"
163 >Github</a>,
164 <a href="https://git.m6w6.name/?p=pharext/pharext" rel="external"
165 >Mirror</a>,
166 <a href="https://pharext.org" rel="external"
167 >Website</a>
168 </td>
169 </tr>
170 </table>
171 </section>