From a89d9415fd51d8e8455115b0344a7f676bcc8c1f Mon Sep 17 00:00:00 2001 From: pamela Date: Sat, 27 Nov 2021 17:46:21 -0500 Subject: [PATCH 1/2] issue 5 proofreading --- issues/issue-5/20_CURRENT.html | 4 ++-- issues/issue-5/40_INTERVIEW.html | 14 +++++++------- issues/issue-5/50_TIPS.html | 4 ++-- issues/issue-5/80_ARTWORK.html | 2 +- issues/issue-5/99_AUTHORS.html | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/issues/issue-5/20_CURRENT.html b/issues/issue-5/20_CURRENT.html index 9ea68b3..517af78 100644 --- a/issues/issue-5/20_CURRENT.html +++ b/issues/issue-5/20_CURRENT.html @@ -2,8 +2,8 @@

Recent -current changes

diff --git a/issues/issue-5/40_INTERVIEW.html b/issues/issue-5/40_INTERVIEW.html index e380ed3..aaf8003 100644 --- a/issues/issue-5/40_INTERVIEW.html +++ b/issues/issue-5/40_INTERVIEW.html @@ -3,22 +3,22 @@

Interview

-

Solène: Hello, could you yourself shortly to the readers?

-

Florian: 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.

+

Solène: Hello, could you briefly introduce yourself to the readers?

+

Florian: 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 outdoors, I suppose. Hiking, camping, bicycle touring, that kind of thing.

-

Solène: how did you join the project and when?

-

Florian: 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?

+

Solène: How did you join the project, and when?

+

Florian: I was working at a hosting company and we were rolling out IPv6 and I chased down 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 sent a feature request to misc@ back in the day?

-

Solène: From wy knowledge, you mostly work on IPv6 and DNS on OpenBSD, how did you got your hands into these network fields?

+

Solène: To my knowledge, you mostly work on IPv6 and DNS on OpenBSD. How did you get your hands into these network fields?

Florian: 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.

Solène: In your opinion, what is your greatest contribution to the project?

Florian: 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.

-

Solène: how do you use OpenBSD outside of the development scope?

+

Solène: How do you use OpenBSD outside of the development scope?

Florian: I run my own mail and DNS infrastructure, as well as a nextclown installation (Thanks Gonzalo! It just works.) among other things, all on OpenBSD. And of course my main workstation is an OpenBSD laptop, I do all the things on there, browse the web, read email, play music, videos, plan hiking / cycling trips and so on.

-

Many thanks to florian for playing the interview game and talking about him and his work!

+

Many thanks to Florian for playing the interview game and talking about himself and his work!

diff --git a/issues/issue-5/50_TIPS.html b/issues/issue-5/50_TIPS.html index a647534..40f1f6a 100644 --- a/issues/issue-5/50_TIPS.html +++ b/issues/issue-5/50_TIPS.html @@ -5,9 +5,9 @@ Enable "vi mode" in your ksh shell and embrace the feeling of vi shortcuts:

echo "set -o vi" >> $HOME/.kshrc
-

In a new shell, you can navigate in history with Esc + j or k

+

In a new shell, you can navigate the history with Esc + j or k

Move the cursor in a long command with h or l

-

Search and filter in the history with Esc + /

+

Search and filter the history with Esc + /

Vi lovers, see to add xcape -e 'Alt_L=Escape' & to your "$HOME/.xsession" file. diff --git a/issues/issue-5/80_ARTWORK.html b/issues/issue-5/80_ARTWORK.html index 750ea4c..741e793 100644 --- a/issues/issue-5/80_ARTWORK.html +++ b/issues/issue-5/80_ARTWORK.html @@ -5,7 +5,7 @@ A black and white picture with a Puffy fish staring at the viewer, a human hand is added on the picture like if it was trying to hide the Puffy sight. + alt="A black and white picture with a pufferfish staring at the viewer, a human hand is added on the picture as though trying to hide the fish's sight." />
"When I log in as root." by
diff --git a/issues/issue-5/99_AUTHORS.html b/issues/issue-5/99_AUTHORS.html index 3eb892b..062f270 100644 --- a/issues/issue-5/99_AUTHORS.html +++ b/issues/issue-5/99_AUTHORS.html @@ -1,7 +1,7 @@

About the webzine

-

I decided to switch to a monthly release schedule. Making a good issue in two weeks without burning myself in the process is hard. With a monthly release, this will give me a lot more time to find interesting content to share and more time to enjoy putting things together gradually.

+

I decided to switch to a monthly release schedule. Making a good issue in two weeks without burning myself out in the process is hard. With a monthly release, this will give me a lot more time to find interesting content to share and more time to enjoy putting things together gradually.

From e9cadf14f6fd2db07e7afda2679151d90eb9fefd Mon Sep 17 00:00:00 2001 From: pamela Date: Sat, 27 Nov 2021 17:49:50 -0500 Subject: [PATCH 2/2] fussing over wording --- issues/issue-5/80_ARTWORK.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issues/issue-5/80_ARTWORK.html b/issues/issue-5/80_ARTWORK.html index 741e793..5f9ddcb 100644 --- a/issues/issue-5/80_ARTWORK.html +++ b/issues/issue-5/80_ARTWORK.html @@ -5,7 +5,7 @@ A black and white picture with a pufferfish staring at the viewer, a human hand is added on the picture as though trying to hide the fish's sight. + alt="A black and white picture with a pufferfish staring at the viewer, a human hand trying to block the fish's sight." />
"When I log in as root." by