<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[JOSHUA DAMILOLA'S blog]]></title><description><![CDATA[JOSHUA DAMILOLA'S blog]]></description><link>https://1awesomej.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 10:08:03 GMT</lastBuildDate><atom:link href="https://1awesomej.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Everyone Struggles-My Outreachy Internship experience at systemd.]]></title><description><![CDATA[I would like to start by saying I got to learn a new open source term "upstream", it may have different meanings in different contexts, but I learnt about it when during my work with the awesome team at Systemd, we built a tool that needed to integra...]]></description><link>https://1awesomej.hashnode.dev/everyone-struggles-my-outreachy-internship-experience-at-systemd</link><guid isPermaLink="true">https://1awesomej.hashnode.dev/everyone-struggles-my-outreachy-internship-experience-at-systemd</guid><category><![CDATA[outreachy]]></category><category><![CDATA[systemd]]></category><dc:creator><![CDATA[OMOJOLA JOSHUA]]></dc:creator><pubDate>Sun, 02 Jul 2023 22:51:43 GMT</pubDate><content:encoded><![CDATA[<p>I would like to start by saying I got to learn a new open source term "upstream", it may have different meanings in different contexts, but I learnt about it when during my work with the awesome team at Systemd, we built a tool that needed to integrate well with other Linux projects, like the Plymouth boot splash, and the initramfs of different Linux distributions. "upstream" in that context meant the project maintainers. We reached out, and I got to see another level of inter-project collaboration in open source, it was awesome. The integration wasn't all smooth and quick, as we had to spend some days testing and debugging. I went through thousands of lines of log messages and we eventually made the right modifications and optimizations. Even though I was working with some of the brightest minds in open source, we still had that phase of testing and debugging to get things to work rightly, although it would have been way faster if they didn't prioritize my learning experience.</p>
<p>The experience showed me that every fine-looking, perfectly-functional project, probably has hundreds or thousands of hours of effort, debugging, and struggles that go into them, even those built by the best minds ever.</p>
<p>It was a great experience and some sort of fix to self-doubt or impostor syndrome.</p>
]]></content:encoded></item><item><title><![CDATA[My Outreachy Internship: Introduction.]]></title><description><![CDATA[Hello everyone, I am Joshua Damilola OMOJOLA I reside in Lagos Nigeria.
I'd like to start by sharing some of my core values: honesty, humility and good deeds toward others. As far as I'm concerned, it's almost always costly, foolish, and unnecessary ...]]></description><link>https://1awesomej.hashnode.dev/my-outreachy-internship-introduction</link><guid isPermaLink="true">https://1awesomej.hashnode.dev/my-outreachy-internship-introduction</guid><category><![CDATA[outreachy]]></category><category><![CDATA[systemd]]></category><dc:creator><![CDATA[OMOJOLA JOSHUA]]></dc:creator><pubDate>Sun, 04 Jun 2023 17:35:20 GMT</pubDate><content:encoded><![CDATA[<p>Hello everyone, I am Joshua Damilola OMOJOLA I reside in Lagos Nigeria.</p>
<p>I'd like to start by sharing some of my core values: honesty, humility and good deeds toward others. As far as I'm concerned, it's almost always costly, foolish, and unnecessary to tell a lie. I also think we should always remind ourselves that we're never better than the next person, he/she is human just as I am, and so, I should accord them every respect due regardless of their peculiar circumstances. Finally, certain things are pleasurable in life: good food, good music, etc, but I think doing good to others comes at the very top in terms of gratification, although not always as high in terms of cost.</p>
<p>Between 2020 and 2022, our local currency lost about 52% of its value moving from 360 for one USD to 750 for a dollar. It was a frustrating situation for me because all my earnings were in the local currency, and had then lost purchasing power. I realized I needed to build skills with which I could earn in a more stable currency, so I decided to pivot into tech. I knew I loved computers, and I loved Maths, so I figured I could cope. Plus while a lot of people were extremely terrified by FORTRAN which was made compulsory back in college, I did quite well in it.</p>
<p>I joined a very good boot camp that's sponsored by the Mastercard Foundation. It was at this boot camp that I heard about Outreachy Internships for the first time. I was interested in the fact that interns would receive stipends of as much as $7000. That was a great deal for someone earning a terribly-performing currency. At that time it was already too late to apply for the December 2022 cohort, so all I could do was join the mailing list so I could be notified when the next cohort opened for applications. I did that and eventually submitted my applications a couple of months later.</p>
<p>All this while, the $7,000 stipend was all the motivation I had as I didn't even have any ideas what sort of projects were involved in the internship. But as the contribution phase opened, I saw the projects participating, projects like The Linux Kernel, Qemu, Wikimedia, Firefox, Systemd(which I'm Interning at) etc., and I got another motivation: I would get the opportunity to build features that're used by millions of people all over the world. That's huge. I've now begun my internship, and each time I think of the fact that I got the opportunity to implement a feature that determines how most Linux computers all over the world behave in early boot, it gives a great sense of pride, joy and gratitude.</p>
<p>Big thanks to the team at Outreachy and Software Freedom Conservancy for such a great opportunity.</p>
]]></content:encoded></item><item><title><![CDATA[Trying out blogging]]></title><description><![CDATA[while (true) {
printf("systemd is awesome\n");
puts("Outreachy is amazing");
}]]></description><link>https://1awesomej.hashnode.dev/trying-out-blogging</link><guid isPermaLink="true">https://1awesomej.hashnode.dev/trying-out-blogging</guid><category><![CDATA[systemd]]></category><category><![CDATA[outreachy]]></category><dc:creator><![CDATA[OMOJOLA JOSHUA]]></dc:creator><pubDate>Mon, 29 May 2023 08:52:53 GMT</pubDate><content:encoded><![CDATA[<pre><code class="lang-c"><span class="hljs-keyword">while</span> (<span class="hljs-literal">true</span>) {
<span class="hljs-built_in">printf</span>(<span class="hljs-string">"systemd is awesome\n"</span>);
<span class="hljs-built_in">puts</span>(<span class="hljs-string">"Outreachy is amazing"</span>);
}
</code></pre>
]]></content:encoded></item></channel></rss>