cv: bump last update
[~bandali/bndl.org] / fsf-internship-intro.html
CommitLineData
7b376474
AB
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>
13body {
14 line-height: 1.6;
15 max-width: 37.5em;
16 margin: 0 auto;
17 padding: 0 1em;
18}
19details { margin: 1em 0; }
20details summary { cursor: pointer; }
21#copy { font-size: 0.84em; }
22#copy p { padding: 0 2em; }
23h1 + 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>
43on May 29, 2020 <small>(also
44in <a href="fsf-internship-intro.txt">plain text</a>)</small></p>
d9462d28 45
4c4f1c99 46<p class="box">Originally published on the Free Software Foundation's
a0e46d57 47sysadmin blog:<br />
d9462d28 48<a href="https://www.fsf.org/blogs/sysadmin/introducing-bandali-intern-with-the-fsf-tech-team">Introducing
7b376474 49Amin Bandali, intern with the FSF tech team</a></p>
d9462d28
AB
50
51<p>Hi there, I'm Amin Bandali, often just <code>bandali</code> on the
52interwebs. I wear a few different hats around GNU as a maintainer,
53webmaster, and Savannah hacker, and I'm very excited to be extending
54that to the Free Software Foundation (FSF) as an intern with the FSF
55tech team for spring 2020.</p>
56
57<p>Growing up around parents with backgrounds in computer engineering
58and programming, it did not take long for me to find an interest in
59tinkering and playing with computers as a kid, and I first came into
60contact with GNU/Linux in my teenage years. My first introduction to
61the world of free software came a few years later, when a friend
62kindly pointed out to me that what I had vaguely known and referred to
63as "open source" software is more properly referred to as free
64software, 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
67about and absorbing the ideas and ideals of free software, I have
68since become a free software activist. As a computer scientist who
69enjoys studying and hacking on various programs and sometimes writing
70my own, I have made a point of releasing all I can under strong
71copyleft licenses, particularly the
72<a href="https://www.gnu.org/licenses/agpl.html">GNU AGPL</a>
73license.</p>
74
75<p>My involvement with the <a href="https://www.gnu.org">GNU
76Project</a> started in 2016, first as a volunteer webmaster, and later
77as one of the maintainers of
78<a href="https://www.gnu.org/software/gnuzilla/">GNUzilla and
79IceCat</a> late last year. Also around the same time, I led a group
80of volunteers in organizing and holding
81<a href="https://emacsconf.org/2019">EmacsConf 2019</a> as a
82completely online conference, using only free software tools, much
83like the excellent
84<a href="https://libreplanet.org/wiki/LibrePlanet:Conference/2020">LibrePlanet
852020</a>. I love <a href="https://www.gnu.org/software/emacs/">GNU
86Emacs</a>, and use it more than any other program. GNU Emacs helps me
87do a wide variety of tasks such as programming, reading and composing
88emails, and chatting via IRC.</p>
89
90<p>More closely related to my internship with the FSF tech team, I
91have been familiarizing myself with various pieces of the
92<a href="https://savannah.gnu.org">GNU Savannah</a> infrastructure
93with help from veteran Savannah hacker Bob Proulx, gradually learning
94and picking up tasks helping with the administration and maintenance
95of Savannah. I am also a member of the Systems Committee of my
96university's computer science club, overseeing and maintaining a large
97fleet of GNU/Linux servers for our club members.</p>
98
f51063bc
AB
99<p>For my internship with the Free Software Foundation, I will be
100working with the FSF tech team on a number of tasks, including helping
101with
d9462d28
AB
102the <a href="https://www.fsf.org/blogs/sysadmin/coming-soon-a-new-site-for-fully-free-collaboration">free
103software forge</a> project, as well as various improvements for
104gnu.org. I look forward to learning many new things and picking up
105valuable skills through my internship with the FSF's exceptional tech
f51063bc
AB
106team, who do <em>so much</em> for the GNU project and the wider free
107software community.</p>
d9462d28 108
7b376474
AB
109<hr />
110<details id="copy">
111<summary>Copyright &copy; 2020 bandali</summary>
112<p>Copying and distribution of this file, with or without
113modification, are permitted in any medium without royalty provided the
114copyright notice and this notice are preserved. This file is offered
115as-is, without any warranty.</p>
116</details>
117</body>
118</html>