<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Coding on jshji</title><link>https://jshji.com/categories/coding/</link><description>Recent content in Coding on jshji</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 10 May 2022 00:55:00 +0000</lastBuildDate><atom:link href="https://jshji.com/categories/coding/index.xml" rel="self" type="application/rss+xml"/><item><title>Open Source</title><link>https://jshji.com/posts/open-source/</link><pubDate>Tue, 10 May 2022 00:55:00 +0000</pubDate><guid>https://jshji.com/posts/open-source/</guid><description>&lt;a href="javascript:history.back()" class="back-button"&gt;← Back&lt;/a&gt;
&lt;p&gt;Hey! It&amp;rsquo;s been a while. Yes, just like everything. It&amp;rsquo;s not easy to be consistent. But we are able to try again, &lt;em&gt;and again, and again, and again&lt;/em&gt; if we choose to.&lt;/p&gt;
&lt;h2 id="open-source"&gt;Open Source&lt;/h2&gt;
&lt;p&gt;Open source projects are one of the most important and powerful projects in todays comupting world, I&amp;rsquo;d say. It probably is a fact if I say &amp;ldquo;every single app or web&amp;rdquo; or basically just &lt;em&gt;anything computer / smartphone&lt;/em&gt; depends on at least one open source project (proably MUCH more). While I believe in fair compensation of course, but I also believe in a truly awesome thing - be it software, painting, novel, music, whatever - is born when the creator is working on it for its own sake, not for the compensation. And I think that&amp;rsquo;s one of the reasons why Open Source products are so powerful. At its core, it&amp;rsquo;s all about just fun and passion for programming. Having said that, and I&amp;rsquo;m repeating this, it will be GREAT and only fair if these people can be compensated in some way, at least the major contributors. Then it&amp;rsquo;ll be difficult &amp;ldquo;how to define&amp;rdquo; the main contributors, etc., etc., but you get the idea.&lt;/p&gt;</description></item><item><title>ASCII Art</title><link>https://jshji.com/posts/ascii-art/</link><pubDate>Tue, 25 Jan 2022 02:09:00 +0000</pubDate><guid>https://jshji.com/posts/ascii-art/</guid><description>&lt;a href="javascript:history.back()" class="back-button"&gt;← Back&lt;/a&gt;
&lt;p&gt;You know ASCII art, right? For example, on a CLI where sentences are written using #&amp;rsquo;s. Like this:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;# # # ### # # # ### ### # ###
### # # # # # # # # # # # # # #
### ### # # ### ### # # ### # #
# # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # #
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I encountered an algorithm problem that described how this worked! And it was interesting. If you want to display something on the terminal using # like that, how would you code?&lt;/p&gt;</description></item></channel></rss>