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.keybase.html %}
31 </section>
32 <section>
33 <h2>Social</h2>
34 <div class="box-of-links">
35 {% include social.github.html %}
36 {% include social.smugmug.html %}
37
38 {% include sponsor.buymeacoffee.html %}
39 </div>
40 </section>
41 <section>
42 <h2 id="blog">Blog &mdash; <a href="blog/">Mike's sudden Inspirations</a></h2>
43 <ul>
44 {% assign m6w6_posts = site.posts | where: "author", "m6w6" | slice: 0, 3 %}
45 {% for post in m6w6_posts %}
46 <li><small><a href=".{{ post.url }}">{{ post.title }}</a>
47 &mdash; posted {{ post.date | date_to_long_string: "ordinal" }}</small></li>
48 {% endfor %}
49 </ul>
50 </section>
51 <section>
52 <h2 id="career">Career</h2>
53 <table class="career-table">
54 <tr class="career-current">
55 {% assign Y = "now" | date: "%Y" %}
56 {% assign rowspan = Y | minus: 2013 | plus: 1 %}
57 <th>{{ Y }}</th>
58 <td rowspan="{{ rowspan }}"><a href="https://www.smugmug.com" rel="external">SmugMug Inc.</a></td>
59 <td rowspan="{{ rowspan }}">Sorcerer</td>
60 <td rowspan="{{ rowspan }}">Remote</td>
61 <td></td>
62 </tr>
63 {% assign last_Y = Y | minus: 1 %}
64 {% for y in (2014..last_Y) reversed %}
65 <tr><th>{{ y }}</th></tr>
66 {% endfor %}
67 <tr class="career-change"><th rowspan="2">2013</th></tr>
68 <tr>
69 <td rowspan="7">INQNET</td>
70 <td rowspan="7">Software Developer</td>
71 <td rowspan="7">Vienna</td>
72 <td></td>
73 </tr>
74 <tr><th>2012</th></tr>
75 <tr><th>2011</th></tr>
76 <tr><th>2010</th></tr>
77 <tr><th>2009</th></tr>
78 <tr><th>2008</th></tr>
79 <tr class="career-change"><th rowspan="2">2007</th></tr>
80 <tr>
81 <td rowspan="6">IWORKS</td>
82 <td rowspan="6">Freelancer</td>
83 <td rowspan="6">Remote</td>
84 <td></td>
85 </tr>
86 <tr><th>2006</th></tr>
87 <tr><th>2005</th></tr>
88 <tr><th>2004</th></tr>
89 <tr><th>2003</th></tr>
90 <tr class="career-start"><th>2002</th></tr>
91 </table>
92 </section>
93 <section>
94 <h2 id="opensource">Open source</h2>
95 <table class="opensource-table">
96 <tr>
97 <th>libmemcached</th>
98 <td>C/C++ library for <code>memcached(1)</code> (resurrected)</td>
99 <td>
100 <a href="https://github.com/awesomized/libmemcached" rel="external"
101 >Github</a>,
102 <a href="https://git.m6w6.name/?p=awesomized/libmemcached" rel="external"
103 >Mirror</a>,
104 <a href="https://awesomized.github.io/libmemcached" rel="external"
105 >Docs</a>,
106 <a href="https://artifacts.m6w6.name/libmemcached/" rel="external"
107 >Artifacts</a>
108 </td>
109 </tr>
110 <!-- tr>
111 <th>pecl/psi</th>
112 <td>PHP System Interface</td>
113 <td>
114 <a href="https://github.com/m6w6/ext-psi" rel="external"
115 >Github</a>,
116 <a href="https://git.m6w6.name/?p=m6w6/ext-psi" rel="external"
117 >Mirror</a>,
118 <a href="http://pecl.php.net/package/psi" rel="external"
119 >PECL</a>,
120 <a href="https://mdref.m6w6.name/psi" rel="external"
121 >Docs</a>
122 </td>
123 </tr -->
124 <tr>
125 <th>pecl/http</th>
126 <td>PHP HTTP Extension</td>
127 <td>
128 <a href="https://github.com/m6w6/ext-http" rel="external"
129 >Github</a>,
130 <a href="https://git.m6w6.name/?p=m6w6/ext-http" rel="external"
131 >Mirror</a>,
132 <a href="http://pecl.php.net/package/pecl_http" rel="external"
133 >PECL</a>,
134 <a href="https://mdref.m6w6.name/http" rel="external"
135 >Docs</a>
136 </td>
137 </tr>
138 <tr>
139 <th>pecl/pq</th>
140 <td>PHP PostgreSQL Extension</td>
141 <td>
142 <a href="https://github.com/m6w6/ext-pq" rel="external"
143 >Github</a>,
144 <a href="https://git.m6w6.name/?p=m6w6/ext-pq" rel="external"
145 >Mirror</a>,
146 <a href="http://pecl.php.net/package/pq" rel="external"
147 >PECL</a>,
148 <a href="https://mdref.m6w6.name/pq" rel="external"
149 >Docs</a>
150 </td>
151 </tr>
152 <tr>
153 <th>pharext</th>
154 <td>PHP Extension Installer</td>
155 <td>
156 <a href="https://github.com/pharext/pharext" rel="external"
157 >Github</a>,
158 <a href="https://git.m6w6.name/?p=pharext/pharext" rel="external"
159 >Mirror</a>,
160 <a href="https://pharext.org" rel="external"
161 >Website</a>
162 </td>
163 </tr>
164 </table>
165 </section>