summaryrefslogtreecommitdiff
path: root/feed.rss
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-03-15 15:42:58 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-03-15 15:42:58 +0530
commit795657d11158d47dfcd977cda7e9fd888f909a76 (patch)
tree2ae2f20f65f9d61c2b78514716462ef86a7b806f /feed.rss
parent9892ed27acd7b45479444ff6eb7b3896429cb8c5 (diff)
Publish deploy 2020-03-15 15:42
Diffstat (limited to 'feed.rss')
-rw-r--r--feed.rss22
1 files changed, 21 insertions, 1 deletions
diff --git a/feed.rss b/feed.rss
index 1fa4b00..e2d8caf 100644
--- a/feed.rss
+++ b/feed.rss
@@ -1,4 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content"><channel><title>Navan Chauhan</title><description>Welcome to my personal fragment of the internet. Majority of the posts should be complete.</description><link>https://navanchauhan.github.io/</link><language>en</language><lastBuildDate>Sat, 14 Mar 2020 13:05:12 +0530</lastBuildDate><pubDate>Sat, 14 Mar 2020 13:05:12 +0530</pubDate><ttl>250</ttl><atom:link href="https://navanchauhan.github.io/feed.rss" rel="self" type="application/rss+xml"/><item><guid isPermaLink="true">https://navanchauhan.github.io/posts/2020-03-08-Making-Vaporwave-Track</guid><title>Making My First Vaporwave Track (Remix)</title><description>I made my first vaporwave remix</description><link>https://navanchauhan.github.io/posts/2020-03-08-Making-Vaporwave-Track</link><pubDate>Sun, 8 Mar 2020 23:17:00 +0530</pubDate><content:encoded><![CDATA[<h1>Making My First Vaporwave Track (Remix)</h1><p>I finally completed my first quick and dirty vaporwave remix of "I Want It That Way" by the Backstreet Boys</p><h1>V A P O R W A V E</h1><p>Vaporwave is all about A E S T H E T I C S. Vaporwave is a type of music genre that emmerged as a parody of Chillwave, shared more as a meme rather than a proper musical genre. Of course this changed as the genre become mature</p><h1>How to Vaporwave</h1><p>The first track which is considered to be actual Vaporwave is Ramona Xavier's Macintosh Plus, this unspokenly set the the guidelines for making Vaporwave</p><ul><li>Take a 1980s RnB song</li><li>Slow it down</li><li>Add Bass and Trebble</li><li>Add again</li><li>Add Reverb ( make sure its wet )</li></ul><p>There you have your very own Vaporwave track.</p><p>( Now, there are some tracks being produced which are not remixes and are original )</p><h1>My Remix</h1><iframe width="300" height="202" src="https://www.bandlab.com/embed/?id=aa91e786-6361-ea11-a94c-0003ffd1cad8&blur=false" frameborder="0" allowfullscreen></iframe><h1>Where is the Programming?</h1><p>The fact that there are steps on producing Vaporwave, this gave me the idea that Vaporwave can actually be made using programming, stay tuned for when I publish the program which I am working on ( Generating A E S T H E T I C artwork and remixes)</p>]]></content:encoded></item><item><guid isPermaLink="true">https://navanchauhan.github.io/posts/2020-03-03-Playing-With-Android-TV</guid><title>Tinkering with an Android TV</title><description>Tinkering with an Android TV</description><link>https://navanchauhan.github.io/posts/2020-03-03-Playing-With-Android-TV</link><pubDate>Tue, 3 Mar 2020 18:37:00 +0530</pubDate><content:encoded><![CDATA[<h1>Tinkering with an Android TV</h1><p>So I have an Android TV, this posts covers everything I have tried on it</p><h2>Contents</h2><ol><li><a href="#IP-Address">Getting TV's IP Address</a></li><li><a href="#Developer-Settings">Enable Developer Settings</a></li><li><a href="#Enable-ADB">Enable ADB</a></li><li><a href="#Connect-ADB">Connect ADB</a></li><li><a href="#">Manipulating Packages</a></li></ol><h2>IP-Address</h2><p><em>These steps should be similar for all Android-TVs</em></p><ul><li>Go To Settings</li><li>Go to Network</li><li>Advanced Settings</li><li>Network Status</li><li>Note Down IP-Address</li></ul><p>The other option is to go to your router's server page and get connected devices</p><h2>Developer-Settings</h2><ul><li>Go To Settings</li><li>About</li><li>Continously click on the "Build" option until it says "You are a Developer"</li></ul><h2>Enable-ADB</h2><ul><li>Go to Settings</li><li>Go to Developer Options</li><li>Scroll untill you find ADB Debugging and enable that option</li></ul><h2>Connect-ADB</h2><ul><li>Open Terminal (Make sure you have ADB installed)</li><li>Enter the following command <code>adb connect &lt;IP_ADDRESS&gt;</code></li><li>To test the connection run <code>adb logcat</code></li></ul><h2>Manipulating Apps / Packages</h2><h3>Listing Packages</h3><ul><li><code>adb shell</code></li><li><code>pm list packages</code></li></ul><h3>Installing Packages</h3><ul><li><code>adb install -r package.apk</code></li></ul><h3>Uninstalling Packages</h3><ul><li><code>adb uninstall com.company.yourpackagename</code></li></ul>]]></content:encoded></item><item><guid isPermaLink="true">https://navanchauhan.github.io/posts/2020-03-02-Open-Peeps</guid><title>Open Peeps</title><description>Trying out Open Peeps, a CC0 Library</description><link>https://navanchauhan.github.io/posts/2020-03-02-Open-Peeps</link><pubDate>Mon, 2 Mar 2020 13:52:00 +0530</pubDate><content:encoded><![CDATA[<h1>Open Peeps</h1><h4>About Open Peeps</h4><blockquote><p>Open Peeps is a hand-drawn illustration library to create scenes of people. You can use them in product illustration, marketing, comics, product states, user flows, personas, storyboarding, quinceañera invitations, or whatever you want! - Product Hunt</p></blockquote><h2>Some Examples</h2><h3>Standing</h3><img src="https://navanchauhan.github.io//assets/posts/open-peeps/ex-1.svg" width="20%">
+<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content"><channel><title>Navan Chauhan</title><description>Welcome to my personal fragment of the internet. Majority of the posts should be complete.</description><link>https://navanchauhan.github.io/</link><language>en</language><lastBuildDate>Sun, 15 Mar 2020 15:42:36 +0530</lastBuildDate><pubDate>Sun, 15 Mar 2020 15:42:36 +0530</pubDate><ttl>250</ttl><atom:link href="https://navanchauhan.github.io/feed.rss" rel="self" type="application/rss+xml"/><item><guid isPermaLink="true">https://navanchauhan.github.io/publications/2020-03-14-generating-vaporwave</guid><title>Is it possible to programmatically generate Vaporwave?</title><description>This paper is about programmaticaly generating Vaporwave.</description><link>https://navanchauhan.github.io/publications/2020-03-14-generating-vaporwave</link><pubDate>Sat, 14 Mar 2020 22:23:00 +0530</pubDate><content:encoded><![CDATA[<h1>Is it possible to programmatically generate Vaporwave?</h1><p>This is still a pre-print.</p><p><a href="https://indiarxiv.org/9um2r/">Download paper here</a></p><p>Recommended citation:</p><h3>APA</h3><pre><code><div class="highlight"><span></span><span class="n">Chauhan</span><span class="p">,</span> <span class="n">N</span><span class="p">.</span> <span class="p">(</span><span class="mi">2020</span><span class="p">,</span> <span class="n">March</span> <span class="mi">15</span><span class="p">).</span> <span class="n">Is</span> <span class="n">it</span> <span class="n">possible</span> <span class="n">to</span> <span class="n">programmatically</span> <span class="n">generate</span> <span class="n">Vaporwave</span><span class="p">?.</span> <span class="n">https</span><span class="p">:</span><span class="c1">//doi.org/10.35543/osf.io/9um2r</span>
+</div>
+
+</code></pre><h3>MLA</h3><pre><code><div class="highlight"><span></span><span class="n">Chauhan</span><span class="p">,</span> <span class="n">Navan</span><span class="p">.</span> <span class="err">“</span><span class="n">Is</span> <span class="n">It</span> <span class="n">Possible</span> <span class="n">to</span> <span class="n">Programmatically</span> <span class="n">Generate</span> <span class="n">Vaporwave</span><span class="p">?.</span><span class="err">”</span> <span class="n">IndiaRxiv</span><span class="p">,</span> <span class="mi">15</span> <span class="n">Mar</span><span class="p">.</span> <span class="mf">2020.</span> <span class="n">Web</span><span class="p">.</span>
+</div>
+
+</code></pre><h3>Chicago</h3><pre><code><div class="highlight"><span></span><span class="n">Chauhan</span><span class="p">,</span> <span class="n">Navan</span><span class="p">.</span> <span class="mf">2020.</span> <span class="err">“</span><span class="n">Is</span> <span class="n">It</span> <span class="n">Possible</span> <span class="n">to</span> <span class="n">Programmatically</span> <span class="n">Generate</span> <span class="n">Vaporwave</span><span class="p">?.</span><span class="err">”</span> <span class="n">IndiaRxiv</span><span class="p">.</span> <span class="n">March</span> <span class="mf">15.</span> <span class="n">doi</span><span class="p">:</span><span class="mf">10.35543</span><span class="o">/</span><span class="n">osf</span><span class="p">.</span><span class="n">io</span><span class="o">/</span><span class="mi">9</span><span class="n">um2r</span><span class="p">.</span>
+</div>
+
+</code></pre><h3>Bibtex</h3><pre><code><div class="highlight"><span></span><span class="p">@</span><span class="n">misc</span><span class="p">{</span><span class="n">chauhan_2020</span><span class="p">,</span>
+ <span class="n">title</span><span class="p">={</span><span class="n">Is</span> <span class="n">it</span> <span class="n">possible</span> <span class="n">to</span> <span class="n">programmatically</span> <span class="n">generate</span> <span class="n">Vaporwave</span><span class="p">?},</span>
+ <span class="n">url</span><span class="p">={</span><span class="n">indiarxiv</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="mi">9</span><span class="n">um2r</span><span class="p">},</span>
+ <span class="n">DOI</span><span class="p">={</span><span class="mf">10.35543</span><span class="o">/</span><span class="n">osf</span><span class="p">.</span><span class="n">io</span><span class="o">/</span><span class="mi">9</span><span class="n">um2r</span><span class="p">},</span>
+ <span class="n">publisher</span><span class="p">={</span><span class="n">IndiaRxiv</span><span class="p">},</span>
+ <span class="n">author</span><span class="p">={</span><span class="n">Chauhan</span><span class="p">,</span> <span class="n">Navan</span><span class="p">},</span>
+ <span class="n">year</span><span class="p">={</span><span class="mi">2020</span><span class="p">},</span>
+ <span class="n">month</span><span class="p">={</span><span class="n">Mar</span><span class="p">}</span>
+<span class="p">}</span>
+</div>
+
+</code></pre>]]></content:encoded></item><item><guid isPermaLink="true">https://navanchauhan.github.io/posts/2020-03-08-Making-Vaporwave-Track</guid><title>Making My First Vaporwave Track (Remix)</title><description>I made my first vaporwave remix</description><link>https://navanchauhan.github.io/posts/2020-03-08-Making-Vaporwave-Track</link><pubDate>Sun, 8 Mar 2020 23:17:00 +0530</pubDate><content:encoded><![CDATA[<h1>Making My First Vaporwave Track (Remix)</h1><p>I finally completed my first quick and dirty vaporwave remix of "I Want It That Way" by the Backstreet Boys</p><h1>V A P O R W A V E</h1><p>Vaporwave is all about A E S T H E T I C S. Vaporwave is a type of music genre that emmerged as a parody of Chillwave, shared more as a meme rather than a proper musical genre. Of course this changed as the genre become mature</p><h1>How to Vaporwave</h1><p>The first track which is considered to be actual Vaporwave is Ramona Xavier's Macintosh Plus, this unspokenly set the the guidelines for making Vaporwave</p><ul><li>Take a 1980s RnB song</li><li>Slow it down</li><li>Add Bass and Trebble</li><li>Add again</li><li>Add Reverb ( make sure its wet )</li></ul><p>There you have your very own Vaporwave track.</p><p>( Now, there are some tracks being produced which are not remixes and are original )</p><h1>My Remix</h1><iframe width="300" height="202" src="https://www.bandlab.com/embed/?id=aa91e786-6361-ea11-a94c-0003ffd1cad8&blur=false" frameborder="0" allowfullscreen></iframe><h1>Where is the Programming?</h1><p>The fact that there are steps on producing Vaporwave, this gave me the idea that Vaporwave can actually be made using programming, stay tuned for when I publish the program which I am working on ( Generating A E S T H E T I C artwork and remixes)</p>]]></content:encoded></item><item><guid isPermaLink="true">https://navanchauhan.github.io/posts/2020-03-03-Playing-With-Android-TV</guid><title>Tinkering with an Android TV</title><description>Tinkering with an Android TV</description><link>https://navanchauhan.github.io/posts/2020-03-03-Playing-With-Android-TV</link><pubDate>Tue, 3 Mar 2020 18:37:00 +0530</pubDate><content:encoded><![CDATA[<h1>Tinkering with an Android TV</h1><p>So I have an Android TV, this posts covers everything I have tried on it</p><h2>Contents</h2><ol><li><a href="#IP-Address">Getting TV's IP Address</a></li><li><a href="#Developer-Settings">Enable Developer Settings</a></li><li><a href="#Enable-ADB">Enable ADB</a></li><li><a href="#Connect-ADB">Connect ADB</a></li><li><a href="#">Manipulating Packages</a></li></ol><h2>IP-Address</h2><p><em>These steps should be similar for all Android-TVs</em></p><ul><li>Go To Settings</li><li>Go to Network</li><li>Advanced Settings</li><li>Network Status</li><li>Note Down IP-Address</li></ul><p>The other option is to go to your router's server page and get connected devices</p><h2>Developer-Settings</h2><ul><li>Go To Settings</li><li>About</li><li>Continously click on the "Build" option until it says "You are a Developer"</li></ul><h2>Enable-ADB</h2><ul><li>Go to Settings</li><li>Go to Developer Options</li><li>Scroll untill you find ADB Debugging and enable that option</li></ul><h2>Connect-ADB</h2><ul><li>Open Terminal (Make sure you have ADB installed)</li><li>Enter the following command <code>adb connect &lt;IP_ADDRESS&gt;</code></li><li>To test the connection run <code>adb logcat</code></li></ul><h2>Manipulating Apps / Packages</h2><h3>Listing Packages</h3><ul><li><code>adb shell</code></li><li><code>pm list packages</code></li></ul><h3>Installing Packages</h3><ul><li><code>adb install -r package.apk</code></li></ul><h3>Uninstalling Packages</h3><ul><li><code>adb uninstall com.company.yourpackagename</code></li></ul>]]></content:encoded></item><item><guid isPermaLink="true">https://navanchauhan.github.io/posts/2020-03-02-Open-Peeps</guid><title>Open Peeps</title><description>Trying out Open Peeps, a CC0 Library</description><link>https://navanchauhan.github.io/posts/2020-03-02-Open-Peeps</link><pubDate>Mon, 2 Mar 2020 13:52:00 +0530</pubDate><content:encoded><![CDATA[<h1>Open Peeps</h1><h4>About Open Peeps</h4><blockquote><p>Open Peeps is a hand-drawn illustration library to create scenes of people. You can use them in product illustration, marketing, comics, product states, user flows, personas, storyboarding, quinceañera invitations, or whatever you want! - Product Hunt</p></blockquote><h2>Some Examples</h2><h3>Standing</h3><img src="https://navanchauhan.github.io//assets/posts/open-peeps/ex-1.svg" width="20%">
]]></content:encoded></item><item><guid isPermaLink="true">https://navanchauhan.github.io/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal</guid><title>How to setup Bluetooth on a Raspberry Pi</title><description>Connecting to Bluetooth Devices using terminal, tested on Raspberry Pi Zero W</description><link>https://navanchauhan.github.io/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal</link><pubDate>Sun, 19 Jan 2020 15:27:00 +0530</pubDate><content:encoded><![CDATA[<h1>How to setup Bluetooth on a Raspberry Pi</h1><p><em>This was tested on a Raspberry Pi Zero W</em></p><h2>Enter in the Bluetooth Mode</h2><p><code>pi@raspberrypi:~ $ bluetoothctl</code></p><p><code>[bluetooth]# agent on</code></p><p><code>[bluetooth]# default-agent</code></p><p><code>[bluetooth]# scan on</code></p><h2>To Pair</h2><p>While being in bluetooth mode</p><p><code>[bluetooth]# pair XX:XX:XX:XX:XX:XX</code></p><p>To Exit out of bluetoothctl anytime, just type exit</p>]]></content:encoded></item><item><guid isPermaLink="true">https://navanchauhan.github.io/posts/2020-01-16-Image-Classifier-Using-Turicreate</guid><title>Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire</title><description>Tutorial on creating a custom Image Classifier using Turicreate and a dataset from Kaggle</description><link>https://navanchauhan.github.io/posts/2020-01-16-Image-Classifier-Using-Turicreate</link><pubDate>Thu, 16 Jan 2020 10:36:00 +0530</pubDate><content:encoded><![CDATA[<h1>Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire</h1><p><em>For setting up Kaggle with Google Colab, please refer to <a href="https://navanchauhan.github.io//posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab/"> my previous post</a></em></p><h2>Dataset</h2><h3>Mounting Google Drive</h3><pre><code><div class="highlight"><span></span><span class="kn">import</span> <span class="nn">os</span>