Commit Diff


commit - 035393e399d0b2f782a9368d886ae6a357fc47ca
commit + be1cdddaa01f8c24059af6824b4627ce12230e3c
blob - cc2baae3b52e94ace01a3e953d2ae81515964549
blob + 577fd1cd2b98d3ac4b110fd3471972b5f9ed9b9c
--- _footer.html
+++ _footer.html
@@ -1,6 +1,4 @@
 <p class="f7 mt4">
-Maintained by
-<a href="https://twitter.com/mischapeters">Mischa Peters</a> and
-<a href="https://twitter.com/romanzolotarev">Roman Zolotarev</a><br>
-Hosted by <a href="https://openbsd.amsterdam">OpenBSD Amsterdam</a><br>
-<b>Sponsored by <a href="https://www.netzkommune.de/">netzkommune</a></b>
+  Hosted by <a href="https://openbsd.amsterdam">OpenBSD Amsterdam</a><br />
+  Sponsored by <a href="https://www.netzkommune.de/">netzkommune</a>
+</p>
blob - /dev/null
blob + 7b64bdf34966aa34d804bf8ca15eb82e1e00c70f (mode 644)
--- /dev/null
+++ 0.css
@@ -0,0 +1,319 @@
+* {
+  box-sizing: border-box;
+}
+html {
+  margin: 1rem auto;
+  max-width: 50rem;
+}
+footer,
+header {
+  margin: 1rem 0;
+}
+a,
+a:active,
+a:hover,
+a:visited:hover {
+  color: #00f;
+}
+a:visited {
+  color: #006;
+}
+hr {
+  border: 0;
+}
+h1,
+h2,
+hr {
+  margin-top: 3rem;
+}
+html,
+ol,
+ul {
+  padding: 0 1rem;
+}
+li {
+  padding: 0.125rem 0;
+}
+h1,
+h2,
+li,
+p,
+pre {
+  line-height: 1.25em;
+}
+img {
+  height: auto;
+  max-width: 100%;
+}
+p img {
+  aspect-ratio: attr(width) / attr(height);
+  height: auto;
+  width: 100%;
+}
+table {
+  width: 100%;
+  text-align: left;
+  border-collapse: collapse;
+}
+footer,
+header,
+small {
+  font-size: 0.8rem;
+}
+footer,
+footer a,
+footer a:visited,
+small,
+small a,
+small a:visited {
+  color: #555;
+}
+blockquote {
+  border-left: 0.05rem solid #ccc;
+  margin: 0;
+  padding-left: 0.8rem;
+}
+code,
+kbd,
+pre {
+  font-family: menlo, monospace;
+}
+pre {
+  padding: 1em 0;
+  overflow-x: auto;
+}
+q::before {
+  content: "> ";
+  color: #aaa;
+}
+kbd {
+  color: #000;
+  font-weight: 700;
+}
+samp {
+  background-color: #00f;
+  color: #fff;
+}
+var {
+  background-color: #fda;
+}
+td,
+th {
+  vertical-align: top;
+  padding: 0.5rem 1rem 0.5rem 0;
+  border-bottom: 0.05rem solid #ccc;
+}
+td:first-child {
+  white-space: nowrap;
+}
+td:last-child,
+th:last-child {
+  padding-right: 0;
+}
+tr:last-child td {
+  border-bottom: 0;
+}
+
+button,
+input[type="button"],
+input[type="checkbox"],
+input[type="submit"] {
+  cursor: pointer;
+}
+input:not([type="checkbox"]):not([type="radio"]),
+select,
+textarea {
+  display: block;
+}
+select {
+  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='95' width='120' fill='%23888' %3E%3Cpolygon points='0,0 100,0 50,100' /%3E%3C/svg%3E")
+    calc(100% - 0.5rem) 50%/0.6rem no-repeat;
+  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
+}
+input[type="email"],
+input[type="file"],
+input[type="password"],
+input[type="tel"],
+input[type="text"],
+input[type="url"] {
+  width: 100%;
+}
+input[type="date"],
+input[type="file"] {
+  min-width: 6em;
+  height: 2.15rem;
+}
+label {
+  margin: 0.5rem 0.5rem 0 0;
+  white-space: nowrap;
+}
+input,
+select,
+textarea {
+  background-color: #eee;
+}
+button,
+input,
+textarea {
+  padding: 0.5rem;
+}
+button,
+input,
+select,
+textarea {
+  color: #000;
+  font-family: inherit;
+  font-size: inherit;
+  margin: 0.5rem 0.5rem 1rem 0;
+  border: 0;
+  border-radius: 0.3rem;
+  outline: 0;
+}
+input[type="file"] {
+  padding: 0.3rem;
+  background: 0 0;
+}
+input[type="color"] {
+  padding: 0.3rem;
+  min-width: 2rem;
+  min-height: 2rem;
+}
+button,
+input[type="button"],
+input[type="submit"] {
+  background-color: #ccc;
+}
+button,
+input:not([type="checkbox"]):not([type="radio"]),
+select,
+textarea {
+  appearance: none;
+}
+textarea {
+  margin-right: 0;
+  width: 100%;
+  resize: vertical;
+}
+button,
+input[type="button"],
+input[type="submit"] {
+  padding-right: 1.5rem;
+  padding-left: 1.5rem;
+}
+button:hover,
+input[type="button"]:hover,
+input[type="submit"]:hover {
+  background: #ddd;
+}
+button:focus,
+input:focus,
+select:focus,
+textarea:focus {
+  box-shadow: 0 0 0 0.1rem #888;
+}
+input[type="checkbox"],
+input[type="radio"] {
+  width: 1rem;
+  height: 1rem;
+}
+button:active,
+input[type="button"]:active,
+input[type="checkbox"]:active,
+input[type="radio"]:active,
+input[type="submit"]:active {
+  transform: translateY(0.1rem);
+}
+button:disabled,
+input:disabled,
+select:disabled,
+textarea:disabled {
+  cursor: not-allowed;
+  opacity: 0.5;
+  transform: none;
+}
+::placeholder {
+  color: #999;
+}
+@media (min-width: 40em) {
+  input[type="email"],
+  input[type="file"],
+  input[type="password"],
+  input[type="tel"],
+  input[type="text"],
+  input[type="url"],
+  textarea {
+    width: 20em;
+    margin-right: 0;
+  }
+}
+
+@media (prefers-color-scheme: dark) {
+  html {
+    background-color: #000;
+    color: #ccc;
+  }
+  a {
+    color: #fda;
+  }
+  a:active,
+  a:hover,
+  a:visited:hover,
+  kbd,
+  samp {
+    color: #fff;
+  }
+  a:visited {
+    color: #ba8;
+  }
+  footer,
+  footer a,
+  footer a:visited,
+  small,
+  small a,
+  small a:visited {
+    color: #888;
+  }
+  q::before {
+    color: #555;
+  }
+  var {
+    color: #000;
+  }
+  samp {
+    background-color: #00c;
+  }
+  blockquote {
+    border-left-color: #444;
+  }
+  td,
+  th {
+    border-bottom-color: #444;
+  }
+
+  input,
+  select,
+  textarea {
+    color: #fff;
+    background-color: #222;
+  }
+  button,
+  input[type="button"],
+  input[type="submit"] {
+    color: #fff;
+    background-color: #444;
+  }
+  button:hover,
+  input[type="button"]:hover,
+  input[type="submit"]:hover {
+    background-color: #555;
+  }
+  button:focus,
+  input:focus,
+  select:focus,
+  textarea:focus {
+    box-shadow: 0 0 0 0.1rem #555;
+  }
+  ::placeholder {
+    color: #555;
+  }
+}
blob - 080587ff4e8aecafb1034b218d8aeb8c596f0491
blob + 8bbb07321c46a73d21384025d44563cf8be43374
--- _header.html
+++ _header.html
@@ -1,8 +1,9 @@
-<!DOCTYPE html>
+<!doctype html>
 <html lang="en" class="sans-serif lh-copy mw6 w-100 center pa3">
-<meta charset="UTF-8">
-<meta name="generator" content="romanzolotarev.com/bin/ssg4">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<title></title>
-<link rel="icon" type="image/png" href="/favicon.png">
-<link rel="stylesheet" type="text/css" href="/style.css">
+  <meta charset="UTF-8" />
+  <meta name="generator" content="romanzolotarev.com/ssg.html" />
+  <meta name="viewport" content="width=device-width, initial-scale=1" />
+  <title></title>
+  <link rel="icon" type="image/png" href="/favicon.png" />
+  <link rel="stylesheet" type="text/css" href="/0.css" />
+  <link rel="stylesheet" type="text/css" href="/style.css" />
blob - 87b58b5969684b888cf8abbe4ad0f85a9c6f54d4
blob + 7a44d7b512394fc7828066841261399a7e3bc242
--- index.html
+++ index.html
@@ -1,4 +1,4 @@
-<p><img src="/header-white.png" class="w3" title="runbsd.info"></p>
+<p><img src="/logo120.png" class="w3" title="runbsd.info"></p>
 
 <p class="f3 lh-title ni">&#8220;Hello &#x1F44B;<br>
 
@@ -39,7 +39,7 @@ products. Brave and curious <a href="/people/">people 
 <a title="Tim Chase 07 Aug 2018" href="/people/gumnos.html"><img alt="Tim Chase" src="/people/gumnos.jpeg" class="w3"></a>
 <a title="Mischa Peters 07 Aug 2018" href="/people/mischapeters.html"><img alt="Mischa Peters" src="/people/mischapeters.jpeg" class="w3"></a>
 <a title="h3artbl33d 06 Aug 2018" href="/people/h3artbl33d.html"><img alt="h3artbl33d" src="/people/h3artbl33d.jpeg" class="w3"></a>
-<a title="Roman Zolotarev 05 Aug 2018" href="/people/romanzolotarev.html"><img alt="Roman Zolotarev" src="/people/romanzolotarev.jpeg" class="w3"></a>
+<a title="Roman Zolotarev 05 Aug 2018" href="/people/romanzolotarev.html"><img alt="Roman Zolotarev" src="/people/romanzolotarev.png" class="w3"></a>
 <br><a href="/people/">more stories...</a></p>
 
 <p class="mt4">
blob - /dev/null
blob + 88eab3c06dabd9a3016f4456a195b01cbd747fb0 (mode 644)
Binary files /dev/null and logo120.png differ
blob - /dev/null
blob + 0575a8489ac64ade95240375695c57566198f11d (mode 644)
--- /dev/null
+++ people/gyptazy.md
@@ -0,0 +1,42 @@
+<p><a href="/" alt="avatar" title="home page"><img src="gyptazy.png" class="w3"></a></p>
+
+# gyptazy runs FreeBSD!
+
+My love affair with [FreeBSD] started back in 2008 at a data center. It was the
+king of the castle there, running all the network routers and firewalls. That's
+also where I met pf, the firewall software&mdash;easy to learn, user-friendly,
+yet powerful enough to handle intricate setups. pf is one of those tools I still
+hold dear.
+
+Fast forward, I was tasked with building a backup solution for our data center
+clients. FreeBSD was a no-brainer. ZFS, the file system it uses, is a dream come
+true. Data corruption? Not a chance (backups are still important, but wouldn't
+you rather avoid the hassle in the first place? Don't forget restore testing!).
+Plus, ZFS compresses data like a champ and lets you create snapshots&mdash;perfect
+for those "oops" moments.
+
+That experience sealed the deal for me. I ditched Linux and went all-in with
+FreeBSD on all my personal systems. For years, it was my go-to for low-resource
+machines. Where other OSes wouldn't even boot, FreeBSD thrived. Efficient and
+lean, it squeezed the most out of every last drop of power.
+
+Even today, FreeBSD and OpenBSD are my mainstays. They feel like home&mdash;familiar
+and comfortable, even after all these years. The ports and packages system keeps
+everything up-to-date, so I have access to the latest applications without
+sacrificing that classic BSD feel.
+
+The icing on the cake? The BSD community boasts some of the best documentation
+out there. No flame wars, just clear, concise information. It's a breath of
+fresh air compared to some other OS communities. That welcoming environment
+extends beyond the OS itself, making the whole BSD experience truly fantastic.
+
+Nowadays, I feel home in the <a href="https://bsd.cafe">BSD.cafe</a> community
+but I'm also sitting in several BSD related channels in Matrix. You may also
+find me on social networks like <a
+	href="https://twitter.com/gyptazy">Twitter</a> or <a
+	href="https://gyptazy.ch/snac/gyptazy/">Fediverse</a> or just on my <a
+	href="https://gyptazy.ch">blog</a>.
+
+_3 Apr 2024_
+
+[FreeBSD]: https://www.freebsd.org/
blob - /dev/null
blob + 5e1f09a3535d5b61be96f3fe3e08f65a503981f5 (mode 644)
Binary files /dev/null and people/gyptazy.png differ
blob - a8beb5906cd4312c4a6d75dd68d2589aff722b27
blob + 51cd5a396a1ef58dd6a7ccc3757b4097d749a461
--- people/index.html
+++ people/index.html
@@ -1,12 +1,8 @@
 <a href="/" title="home"><img src="/header-white.png" class="w3"></a>
 
-<p class="f7">Want to share your BSD story? Please <a
-href="/hi.html">send it to us</a> in <b>plain text</b> or markdown.
-Real names are prefered, but not required. We'll publish your story
-with your <i>display name</i> and <i>avatar</i>.</p>
-
 <h1>Stories</h1>
 
+<a title="gyptazy 3 Apr 2024" href="/people/gyptazy.html"><img src="/people/gyptazy.png" class="w3"></a>
 <a title="dettus 11 Dec 2021" href="/people/dettus.html"><img src="/people/dettus.jpeg" class="w3"></a>
 <a title="Kr0m 7 Aug 2021" href="/people/kr0m.html"><img src="/people/kr0m.jpeg" class="w3"></a>
 <a title="Riccardo 14 Apr 2020" href="/people/riccardo.html"><img src="/people/riccardo.jpeg" class="w3"></a>
@@ -91,4 +87,4 @@ with your <i>display name</i> and <i>avatar</i>.</p>
 <a title="Bruno Fl&uuml;ckiger 06 Aug 2018" href="/people/bflueckiger.html"><img src="/people/bflueckiger.jpeg" class="w3"></a>
 <a title="Vivek Gite (nixCraft) 06 Aug 2018" href="/people/nixCraft.html"><img src="/people/nixCraft.jpeg" class="w3"></a>
 <a title="Trix Farrar 06 Aug 2018" href="/people/BasementTrix.html"><img src="/people/BasementTrix.jpeg" class="w3"></a>
-<a title="Roman Zolotarev 05 Aug 2018" href="/people/romanzolotarev.html"><img src="/people/romanzolotarev.jpeg" class="w3"></a>
+<a title="Roman Zolotarev 05 Aug 2018" href="/people/romanzolotarev.html"><img src="/people/romanzolotarev.png" class="w3"></a>
blob - b9748d8a80d939ffc8afcf453f1a8a393617be7d
blob + 9b384ffdf8bc2f40a6f33f8d885e46bf8157f9e1
--- people/romanzolotarev.md
+++ people/romanzolotarev.md
@@ -1,35 +1,33 @@
-<p><a href="/" alt="avatar" title="home page"><img src="romanzolotarev.jpeg" class="w3"></a></p>
+<p><a href="/" alt="avatar" title="home page"><img src="romanzolotarev.png"
+	class="w3"></a></p>
 
 # Roman Zolotarev runs OpenBSD
 
-I make software for the web. Started my career as a webmaster in
-the nineties, then focused on frontend and now on backend.
+I make software for the web. Started my career as a webmaster in the nineties,
+then focused on frontend and now on backend.
 
-I run [OpenBSD](https://www.openbsd.org/) everywhere I can: my
-desktop, laptop, and all servers.
+I run [OpenBSD](https://www.openbsd.org/) everywhere I can: my desktop, laptop,
+and all servers.
 
-Why? OpenBSD is a minimalist operating system: my full web development
-setup takes 4GB on disk, and rarely eats more than 4GB of memory.
+Why? OpenBSD is a minimalist operating system: my full web development setup
+takes 4GB on disk, and rarely eats more than 4GB of memory.
 
-OpenBSD has everything I need in base: X11, cwm, xterm, tmux, vi,
-httpd, etc. All those programs are well documented, have consistent
-APIs, and sane defaults. There is almost nothing to configure.
+OpenBSD has everything I need in base: X11, cwm, xterm, tmux, vi, httpd, etc.
+All those programs are well documented, have consistent APIs, and sane defaults.
+There is almost nothing to configure.
 
-You can install OpenBSD on [bare
-metal](https://rgz.ee/openbsd/hardware.html) in ten minutes with all
-3rd-party packages and personal data restored from the latest backup.
+You can install OpenBSD on bare metal in ten minutes with all 3rd-party packages
+and personal data restored from the latest backup.
 
-Can you build a career around OpenBSD? OpenBSD have used in mission
-critical areas (mail servers, application servers, firewalls, load
-balancers, workstations, etc).
+Can you build a career around OpenBSD? OpenBSD have used in mission critical
+areas (mail servers, application servers, firewalls, load balancers,
+workstations, etc).
 
-Frankly, this could be hard to find a job where all computers run
-OpenBSD.  However, it's a good filter.  If your employer runs OpenBSD,
-they know what they're doing.  OpenBSD is one of the simplest and
-elegant Unix-like operating systems, this is why I recommend to [run
-it](https://rgz.ee/openbsd/), if you want to learn modern Unix.
+Frankly, this could be hard to find a job where all computers run OpenBSD.
+However, it's a good filter. If your employer runs OpenBSD, they know what
+they're doing. OpenBSD is one of the simplest and elegant Unix-like operating
+systems, this is why I recommend to run it, if you want to learn modern Unix.
 
-You can find me on [Twitter](https://twitter.com/romanzolotarev)
-and [Mastodon](https://bsd.network/@romanzolotarev).
+You can find me on [Mastodon](https://mas.to/@romanzolotarev).
 
 _5 Aug 2018_
blob - /dev/null
blob + b56f2361535dc8c83eb5aa40afa268f07919e940 (mode 644)
Binary files /dev/null and people/romanzolotarev.png differ
blob - f60699f20b4cbbc57b7432b1f320fee961f56ff1
blob + 095f59829efde8f5b3e2b588fda2d10a69af4eba
--- post-receive
+++ post-receive
@@ -3,19 +3,17 @@
 title='Run BSD'
 url='https://runbsd.info'
 
-if test -z "${PWD##*.git}"
-then repo="$PWD"
-else repo="$PWD/.git"
+if test -z "${PWD##*.git}"; then
+	repo="$PWD"
+else
+	repo="$PWD/.git"
 fi
 
 dst=/var/www/htdocs/runbsd
 raw="$dst/raw"
-src="$dst/src"
 
 rm -rf "${dst:?}/.files"
 rm -rf "${raw:?}"
-rm -rf "${src:?}"
 git clone "$repo" "$raw"
-(cd "$raw/.git" && git update-server-info)
 
-/var/www/bin/ssg6 "$raw" "$dst" "$title" "$url" > /dev/null
+/var/www/bin/ssg6 "$raw" "$dst" "$title" "$url"
blob - 48d1aaf695039f892549cff5dd4ca4bd2e7740a1
blob + 950186b5fdf9ebab3bbb6427e8d5434043f6f373
--- style.css
+++ style.css
@@ -13,7 +13,7 @@ pre { font-size: 15px; overflow-x: auto; color: #333; 
 a { background-color: transparent; }
 textarea, input, a, body, code, div, form, h1, h2, h3, html, li, ol, p, pre, ul { box-sizing: border-box; }
 button, input, optgroup, select, textarea { font-family: inherit; font-size: 1rem; line-height: 1.15; margin: 0; }
-select, button, input { overflow: visible; -webkit-appearance: none; -moz-appearance: none; }
+select, button, input { overflow: visible; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
 img { border-style: none; }
 
 .footnotes { font-size: .75rem; }
@@ -23,11 +23,11 @@ img { border-style: none; }
 .b { font-weight: bold; }
 .b--black { border-color: #000; }
 .ba { border-width: 1px; border-style: solid; }
-.bg-black { background-color: #000; color: #fff; }
-.bg-white { background-color: #fff; color: #000; }
+.bg-black { background-color: #000; }
+.bg-white { background-color: #fff; }
 .black { color: #000; }
 .center { margin-right: auto; margin-left: auto; }
-.cf { *zoom: 1; }
+.cf { zoom: 1; }
 .cf:after { clear: both; }
 .cf:before, .cf:after { content: " "; display: table; }
 .code, pre, code { font-family: Consolas, monaco, monospace; }
blob - 05693183a817c7c389297284621db37b02a4ba50
blob + 2bab282f0f86465432a9ad84ccac14b6285f9b8a
--- videos/index.html
+++ videos/index.html
@@ -1,5 +1,4 @@
-<style>a, a:focus, a:visited:focus, a:hover, a:visited:hover, a:visited, p, h1, h2 { color: #777; }</style><body class="bg-black">
-<p><a href="/"><img src="/header.png" class="w3" title="runbsd.info"></a></p>
+<p><a href="/"><img src="/logo120.png" class="w3" title="runbsd.info"></a></p>
 
 <p class="f7">Found an awesome BSD related video?<br>Please <a
 href="/hi.html">send us a link</a>.</p>
blob - 4e2141b619595c656720b780e452c31afefc819c
blob + ed3065edbcdee23bfd581a51a42b3415ed95fdb7
--- wild/index.html
+++ wild/index.html
@@ -1,9 +1,8 @@
-<style>a, a:focus, a:visited:focus, a:hover, a:visited:hover, a:visited, p, h1, h2 { color: #777; }</style><body class="bg-black">
-<p><a href="/"><img src="/header.png" class="w3" title="runbsd.info"></a></p>
+<p><a href="/"><img src="/logo120.png" class="w3" title="runbsd.info"></a></p>
 
 <p class="f7">
 Logo created by <a href="https://twitter.com/FiLiS">@FiLiS</a>
-then modified by <a href="https://twitter.com/romanzolotarev">@romanzolotarev</a>:<br>
+then modified by <a href="https://mas.to/@romanzolotarev">@romanzolotarev</a>:<br>
 
 white <a href="/logo-white.svg">SVG</a>
 PNG <a href="/logo-white.png">1000x1000</a> <a href="/avatar-white.png">120x120</a> <a href="/header-white.png">120x112</a><br>
@@ -17,7 +16,6 @@ PNG <a href="/logo.png">1000x1000</a> <a href="/avatar
 <a href="/sticker/"><b>Request a sticker</b></a>
 
 <p>
-
 <a href="https://twitter.com/dgoodkin/status/1132285016799453190" title="25 May 2019"><img class="w3" src="/wild/dgoodkin.jpeg"></a>
 <a href="https://bsd.network/@drustan/102156674845724883" title="25 May 2019"><img class="w3" src="/wild/drustan.jpeg"></a>
 <a href="https://twitter.com/freebsdfndation/status/1129766413110075392" title="18 May 2019"><img class="w3" src="/wild/freebsdfoundation.jpeg"></a>
@@ -33,7 +31,6 @@ PNG <a href="/logo.png">1000x1000</a> <a href="/avatar
 <a href="https://twitter.com/OrangeCMS/status/1115170515302473736" title="8 Apr 2019"><img class="w3" src="/wild/orangecms.jpeg"></a>
 <a href="https://twitter.com/l33tname/status/1086959743892156416" title="20 Jan 2019"><img class="w3" src="/wild/l33tname.jpeg"></a>
 <a href="https://twitter.com/diegocasati/status/987096052875472896" title="19 Apr 2019"><img class="w3" src="/wild/diegocasati.jpeg"></a>
-<a href="https://twitter.com/romanzolotarev/status/1101519690021724160" title="1 Mar 2019"><img class="w3" src="/wild/romanzolotarev-tshirt.jpeg"></a>
 <a href="https://twitter.com/0x3D63/status/1121687199232040961" title="26 Apr 2019"><img class="w3" src="/wild/0x3D63.jpeg"></a>
 <a href="https://twitter.com/bflueckiger/status/1121484691893293062" title="25 Apr 2019"><img class="w3" src="/wild/bflueckiger.jpeg"></a>
 <a href="https://twitter.com/Chris66707408/status/1121378196002365450" title="25 Apr 2019"><img class="w3" src="/wild/chris.jpeg"></a>
@@ -44,7 +41,6 @@ PNG <a href="/logo.png">1000x1000</a> <a href="/avatar
 <a href="https://twitter.com/mischapeters/status/1114153546767900672" title="5 Apr 2019"><img class="w3" src="/wild/mischapeters.jpeg"></a>
 <a href="https://twitter.com/niels_k/status/913432553016709120" title="28 Sep 2017"><img class="w3" src="/wild/niels_k.jpeg"></a>
 <a href="https://twitter.com/OpenBSDAms/status/1048519145229312000" title="6 Oct 2018"><img class="w3" src="/wild/openbsdams.jpeg"></a>
-<a href="https://twitter.com/romanzolotarev/status/1096055446878777344" title="14 Feb 2019"><img class="w3" src="/wild/romanzolotarev.jpeg"></a>
 <a href="https://twitter.com/FanlessTech/status/986755758661488641" title="18 Apr 2018"><img class="w3" src="/wild/fanlesstech.jpeg"></a>
 <a href="https://twitter.com/FiLiS/status/1090940241194696704" title="31 Jan 2019"><img class="w3" src="/wild/filis.jpeg"></a>
 </p>