revamp the site and go fully static
[~bandali/bndl.org] / fsf-internship-intro.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="author" content="bandali" />
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <title>Internship with the FSF tech team &mdash; bandali</title>
8 <link rel="canonical" href="https://bndl.org/fsf-internship-intro.html" />
9 <link rel="alternate" href="fsf-internship-intro.txt" title="plain text" type="text/plain" />
10 <link rel="prev" href="computing.html">
11 <link rel="next" href="fsf-internship-beyond.html">
12 <style>
13 body {
14 line-height: 1.6;
15 max-width: 37.5em;
16 margin: 0 auto;
17 padding: 0 1em;
18 }
19 details { margin: 1em 0; }
20 details summary { cursor: pointer; }
21 #copy { font-size: 0.84em; }
22 #copy p { padding: 0 2em; }
23 h1 + p { color: #666; }
24 .box {
25 background: #f8f8f8;
26 border: 1px solid #e6e6e6;
27 border-radius: 4px;
28 font-size: 0.95em;
29 padding: 0.6em 0.9em;
30 }
31 @media (prefers-color-scheme: dark) {
32 body { background: #1c1c1c; color: white; }
33 a:link { color: #acdeff; }
34 a:visited { color: #f8f; }
35 a:active { color: #e00; }
36 .box { background: #1b1d1e; border-color: #373c34; }
37 }
38 </style>
39 </head>
40 <body>
41 <h1>Internship with the FSF tech team</h1>
42 <p>by <a href="https://bndl.org"><b>bandali</b></a>
43 on May 29, 2020 <small>(also
44 in <a href="fsf-internship-intro.txt">plain text</a>)</small></p>
45
46 <p class="box">Originally published on the Free Software Foundation's
47 sysadmin blog:<br/>
48 <a href="https://www.fsf.org/blogs/sysadmin/introducing-bandali-intern-with-the-fsf-tech-team">Introducing
49 Amin Bandali, intern with the FSF tech team</a></p>
50
51 <p>Hi there, I'm Amin Bandali, often just <code>bandali</code> on the
52 interwebs. I wear a few different hats around GNU as a maintainer,
53 webmaster, and Savannah hacker, and I'm very excited to be extending
54 that to the Free Software Foundation (FSF) as an intern with the FSF
55 tech team for spring 2020.</p>
56
57 <p>Growing up around parents with backgrounds in computer engineering
58 and programming, it did not take long for me to find an interest in
59 tinkering and playing with computers as a kid, and I first came into
60 contact with GNU/Linux in my teenage years. My first introduction to
61 the world of free software came a few years later, when a friend
62 kindly pointed out to me that what I had vaguely known and referred to
63 as "open source" software is more properly referred to as free
64 software, and helped me see
65 <a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html">why
66 "open source" misses the point of free software</a>. After learning
67 about and absorbing the ideas and ideals of free software, I have
68 since become a free software activist. As a computer scientist who
69 enjoys studying and hacking on various programs and sometimes writing
70 my own, I have made a point of releasing all I can under strong
71 copyleft licenses, particularly the
72 <a href="https://www.gnu.org/licenses/agpl.html">GNU AGPL</a>
73 license.</p>
74
75 <p>My involvement with the <a href="https://www.gnu.org">GNU
76 Project</a> started in 2016, first as a volunteer webmaster, and later
77 as one of the maintainers of
78 <a href="https://www.gnu.org/software/gnuzilla/">GNUzilla and
79 IceCat</a> late last year. Also around the same time, I led a group
80 of volunteers in organizing and holding
81 <a href="https://emacsconf.org/2019">EmacsConf 2019</a> as a
82 completely online conference, using only free software tools, much
83 like the excellent
84 <a href="https://libreplanet.org/wiki/LibrePlanet:Conference/2020">LibrePlanet
85 2020</a>. I love <a href="https://www.gnu.org/software/emacs/">GNU
86 Emacs</a>, and use it more than any other program. GNU Emacs helps me
87 do a wide variety of tasks such as programming, reading and composing
88 emails, and chatting via IRC.</p>
89
90 <p>More closely related to my internship with the FSF tech team, I
91 have been familiarizing myself with various pieces of the
92 <a href="https://savannah.gnu.org">GNU Savannah</a> infrastructure
93 with help from veteran Savannah hacker Bob Proulx, gradually learning
94 and picking up tasks helping with the administration and maintenance
95 of Savannah. I am also a member of the Systems Committee of my
96 university's computer science club, overseeing and maintaining a large
97 fleet of GNU/Linux servers for our club members.</p>
98
99 <p>For my internship with the Free Software Foundation, I will be
100 working with the FSF tech team on a number of tasks, including helping
101 with
102 the <a href="https://www.fsf.org/blogs/sysadmin/coming-soon-a-new-site-for-fully-free-collaboration">free
103 software forge</a> project, as well as various improvements for
104 gnu.org. I look forward to learning many new things and picking up
105 valuable skills through my internship with the FSF's exceptional tech
106 team, who do <em>so much</em> for the GNU project and the wider free
107 software community.</p>
108
109 <hr />
110 <details id="copy">
111 <summary>Copyright &copy; 2020 bandali</summary>
112 <p>Copying and distribution of this file, with or without
113 modification, are permitted in any medium without royalty provided the
114 copyright notice and this notice are preserved. This file is offered
115 as-is, without any warranty.</p>
116 </details>
117 </body>
118 </html>