From 4c4f1c9985c1b7b434cc721f353bc54b57e47d35 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 18 Dec 2020 16:30:33 -0500 Subject: [PATCH] add concluding blog post for my fsf internship :-) --- fsf-internship-beyond.m4 | 99 ++++++++++++++++++++++++++++++++++++++++ fsf-internship-intro.m4 | 4 +- index.m4 | 5 ++ meta_defs.m4 | 3 +- 4 files changed, 108 insertions(+), 3 deletions(-) create mode 100644 fsf-internship-beyond.m4 diff --git a/fsf-internship-beyond.m4 b/fsf-internship-beyond.m4 new file mode 100644 index 0000000..f878697 --- /dev/null +++ b/fsf-internship-beyond.m4 @@ -0,0 +1,99 @@ +dnl -*- html -*- +define(__title, `My internship with the FSF tech team and beyond')dnl +define(__pub, 2020-12-18T15:31:00-04:00)dnl +define(__id, 4)dnl +include(header.html)dnl + +

Originally published on the Free Software Foundation's +sysadmin blog:
+My internship with the FSF tech team and beyond.

+ +

Hello! I'm +Amin Bandali, +and this is my second blog post on the FSF sysadmin blog, concluding +my internship with the FSF tech team this year.

+ +

Throughout my internship with the tech team, I have worked mainly +on sysadmin tasks related to setting up and/or managing FSF's +GNU/Linux servers. Perhaps most significantly, I set up an instance +of the Sourcehut forge software to +help +evaluate +it as a candidate for the upcoming +FSF forge project. +I documented the installation and setup process of Sourcehut's various +components in the form of a literate GNU Emacs Org-mode file, where +source blocks are interspersed with comments and prose explaining +them. One can then progressively evaluate and execute the source +blocks, and optionally have their results stored back in the Org file +itself to help with documentation/demonstration.

+ +

I have also been slowly working on various improvements for the +server running www.gnu.org, and will continue doing work on it as a +volunteer after the end of my internship. This will hopefully be +beneficial to the FSF sysadmins running the server, the GNU webmasters +who do webmastering work on gnu.org, and the general public browsing +and using gnu.org's pages. Notably, changes included upgrading the +server to the latest release of Trisquel GNU/Linux, and revamping and +improving the search mechanism for gnu.org's pages. Additionally, +there are several other projects that I would like to tackle with the +tech team in the near future.

+ +

During my internship with the FSF tech team, I picked up a variety +of new skills and learned more about a diverse set of topics and +tools. This included building and installing a complex piece of +software like Sourcehut and debugging issues encountered along the +way, using Ansible for managing and deploying infrastructure, as well +as learning more about the Exim mail transfer agent used to run FSF +and GNU's array of mail servers.

+ +

In conclusion to my internship and the year 2020, it's safe to say +that this year has been an eventful year for many people, including +myself. I started my internship with the tech team back in May, and +as a graduate student at the time, I was expecting a reasonable and +balanced workload for my work on my thesis over the coming months. +However, early on (less than two weeks) into my internship I learned +that due to a number of reasons, I needed to complete my master's +studies on a two-month deadline. I told the tech team about the +issue, asking whether I could take a hiatus to complete my studies +without affecting my internship. I am beyond thankful to the tech +team and the FSF as whole for being accommodating, and for their +flexibility in allowing me to take a leave to focus on writing my +thesis and wrapping up my master's studies. I managed to successfully +wrap up my studies in that short timeline, and focus on my internship +afterwards.

+ +

However, all good things must come to an end, and this internship +is no exception. I am incredibly grateful to the members of the FSF +tech team -- Ian, Andrew, Ruben, and Michael -- for welcoming me to +the team as an intern and mentoring me, answering my many questions, +and helping me learn more. It has been an honour and a wonderful +experience for me all around working with you all and seeing the +energy and passion with which you take on the work and +responsibilities that come with being an FSF sysadmin and Web +developer. While most of my interactions were with the tech team, I +also got to interact with FSF staffers from several other teams during +my internship, and I'm thankful for our conversations and the chance +to get to know and appreciate the important work you do.

+ +

This internship has come to an end, but I will carry with me all of +the good memories and the lessons I learned along the way, and will +happily to continue working with you as a volunteer. The things I +learned have been invaluable and greatly helpful to me, as I +transitioned into my new full-time job at Savoir-faire Linux as a Free +Software Consultant, where I get to work on various parts and aspects +of Jami, a GNU package for universal communication which respects the +freedoms and privacy of its users.

+ +

I would like to thank the FSF for providing me this excellent +opportunity to work alongside the tech team as an intern, and take +away so many valuable lessons and great memories.

+ +

Interested in interning for the Free Software +Foundation? The application period for spring 2021 internships is +currently open. Please see +https://www.fsf.org/volunteer/internships +for more details and information on how to apply!

+ +define(__copy, `2020')dnl +include(footer.html)dnl diff --git a/fsf-internship-intro.m4 b/fsf-internship-intro.m4 index f09d1ba..11d9339 100644 --- a/fsf-internship-intro.m4 +++ b/fsf-internship-intro.m4 @@ -4,8 +4,8 @@ define(__pub, 2020-05-29T14:38:00-04:00)dnl define(__id, 3)dnl include(header.html)dnl -

Originally published on the Free Software Foundation's sysadmin -blog:
+

Originally published on the Free Software Foundation's +sysadmin blog:
Introducing Amin Bandali, intern with the FSF tech team.

diff --git a/index.m4 b/index.m4 index 23c4639..1f8246e 100644 --- a/index.m4 +++ b/index.m4 @@ -63,6 +63,11 @@ and + + + + diff --git a/meta_defs.m4 b/meta_defs.m4 index fa970b2..ce6f68d 100644 --- a/meta_defs.m4 +++ b/meta_defs.m4 @@ -1,9 +1,10 @@ -define(`__latest', 3)dnl +define(`__latest', 4)dnl define(`_put', `define(`$1[$2]', `$3')')dnl define(`_get', `defn(`$1[$2]')')dnl _put(`notes', 1, `arch-macbook-air')dnl _put(`notes', 2, `computing')dnl _put(`notes', 3, `fsf-internship-intro')dnl +_put(`notes', 4, `fsf-internship-beyond')dnl dnl define(__latex, `')dnl define(__smly, `:-)')dnl -- 2.20.1
My internship with the FSF tech team and beyond +(concluding)December 18, 2020
Internship with the FSF tech team (intro) May 29, 2020