fix comments

This commit is contained in:
Solene Rapenne 2021-11-26 22:53:13 +01:00
parent 702758532d
commit 89a523849e
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
<article id="interview">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<div class="puffies" aria-hidden="true"></div>
<h2>Interview</h2>
<div>
<p><strong>Solène</strong>: introduce yourself shortly (your first name but easy to guess > :P, maybe job? country, age, favorite hobby apart OpenBSD)</p>
<p><strong>Solène</strong>: Hello, could you yourself shortly to the readers?</p>
<p><strong>Florian</strong>: I'm in my mid forties living with my partner and two cats in the Netherlands. During the day I work as a sysadmin for the RIPE NCC running k.root-servers.net. So that's mostly DNS and BGP. My favorite hobby is being outdoor I suppose, hiking, camping, bicycle touring that kind of thing.</p>
<p><strong>Solène</strong>: how did you join the project and when?</p>
<p><strong>Florian</strong>: I was working at a hosting company and we were rolling out IPv6 and I chased all the bugs, missing features and so on. We were using OpenBSD on routers and firewalls and one missing feature was IPv6 support in pflow(4). In my youthful carelessness I figured, how hard can it be, and started hacking on the kernel. And what can I say, it didn't panic *that* often. And here we are, 10 years later, still wrangling IPv6. Maybe I should have just send a feature request to misc@ back in the day?</p>
<p><strong>Solène</strong>: From wy knowledge, you mostly work on IPv6 and DNS on OpenBSD, > how did you got your hands into these network fields?</p>
<p><strong>Solène</strong>: From wy knowledge, you mostly work on IPv6 and DNS on OpenBSD, how did you got your hands into these network fields?</p>
<p><strong>Florian</strong>: I think my taste is more eclectic than that. I have to poke at things that don't work quite correctly. And suddenly the whole house comes crashing down on you and you have to dig yourself out. I think this is true for most OpenBSD developers. And we come back for seconds... About DNS, in my experience that's one of those things that is taken for granted. It only turns into a catastrophe when it stops working, because it's fundamental to the working of the Internet. So of course I have to poke at it when it's not working correctly. But everybody else is too scared to touch it. Suddenly I'm the DNS expert.</p>
<p><strong>Solène</strong>: In your opinion what is your greatest contribution to the project?</p>
<p><strong>Solène</strong>: In your opinion, what is your greatest contribution to the project?</p>
<p><strong>Florian</strong>: What I'm most proud of is that I deleted more lines of code than added. Not sure if that's my greatest contribution. sysupgrade(8) is pretty neat.</p>
<p><strong>Solène</strong>: how do you use OpenBSD outside of the development scope?</p>