<?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>codeScape</title>
    <link>https://drklrd.github.io/</link>
    <description>Recent content on codeScape</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 12 May 2022 20:35:17 +0545</lastBuildDate><atom:link href="https://drklrd.github.io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>bbox</title>
      <link>https://drklrd.github.io/unturf/bbox/</link>
      <pubDate>Thu, 12 May 2022 20:35:17 +0545</pubDate>
      
      <guid>https://drklrd.github.io/unturf/bbox/</guid>
      <description>This section describes the working of Turf.js module bbox.
Purpose of this Turf.js module This takes point, or a line, or a polygon, or any set of features and returns a bounding box. For more information and its usage visit its official documentation page.
Pre-requisites for understanding this module  The working of this module is very simple. So, basic knowledge of latitude (horizontal lines along Earth), longitude (vertical lines along Earth), and number comparision in enough.</description>
    </item>
    
    <item>
      <title>Along</title>
      <link>https://drklrd.github.io/unturf/along/</link>
      <pubDate>Thu, 31 Mar 2022 20:35:17 +0545</pubDate>
      
      <guid>https://drklrd.github.io/unturf/along/</guid>
      <description>This section describes the working of Turf.js module Along.
Purpose of this Turf.js module This takes a LineString as an input and returns a point at a specified distance from the starting. For more information and its usage visit its official documentation page.
Pre-requisites for understanding this module   Haversine Formula and its Arctangent version
 Basically, this formula calculates distance between two points over a spherical surface.    Measurement of angles in Radians</description>
    </item>
    
    <item>
      <title>Unturf</title>
      <link>https://drklrd.github.io/posts/unturf/</link>
      <pubDate>Thu, 31 Mar 2022 20:35:17 +0545</pubDate>
      
      <guid>https://drklrd.github.io/posts/unturf/</guid>
      <description>I have been working with maps for some years now. But I have little tried to understand the core working of them. Realizing this, I am now trying to understand behind the scenes of many spatial concepts. I want to start that by understanding the functions behind TurfJS, thus the name &amp;ldquo;Unturf&amp;rdquo;.
 Along bbox  </description>
    </item>
    
    <item>
      <title>More Walks To Map Them All!</title>
      <link>https://drklrd.github.io/posts/few-more-walks-to-map-them-all/</link>
      <pubDate>Sat, 29 Jan 2022 10:18:17 +0545</pubDate>
      
      <guid>https://drklrd.github.io/posts/few-more-walks-to-map-them-all/</guid>
      <description>I really love to walk. Walking is my best way of clearing my thoughts, thinking over something, or even to “un-think” of something. If a place is within walkable distance (and within a reasonable time), I prefer to walk.
Lately, I have been on an evening mapping streak for some days with strolls around my neighborhood. It warms up the body in this colder season and provides a form of physical exercise.</description>
    </item>
    
    <item>
      <title>Getting the length of JSON object with command-line using jq</title>
      <link>https://drklrd.github.io/posts/jq/</link>
      <pubDate>Thu, 15 Mar 2018 10:18:17 +0545</pubDate>
      
      <guid>https://drklrd.github.io/posts/jq/</guid>
      <description>There&amp;rsquo;s a lightweight and flexible command-line JSON processor called jq. It has wide range of capabilites but something that I came across lately and is quite useful for me is printing out the length of a JSON object.
cat testjson.json | jq &amp;#39;. | length&amp;#39; </description>
    </item>
    
    <item>
      <title>On Technology</title>
      <link>https://drklrd.github.io/posts/on-technology/</link>
      <pubDate>Sat, 10 Feb 2018 10:18:17 +0545</pubDate>
      
      <guid>https://drklrd.github.io/posts/on-technology/</guid>
      <description>We usually talk about improving lives of people through the use of technology and simplifying things for them. But, I usually encounter people who are far above the reach of what we are doing. We talk about big things, while they are happy with any small thing they have. I have always believed that - technology, whatever advance it may be, can never be greater than the solution it brings. Hope we just don&amp;rsquo;t get involved in a futile technological pursuit while whom we fight for have already found some other simple way out.</description>
    </item>
    
    <item>
      <title>When you don’t understand enough</title>
      <link>https://drklrd.github.io/posts/when-you-dont-know-enough/</link>
      <pubDate>Sun, 21 Jan 2018 10:18:17 +0545</pubDate>
      
      <guid>https://drklrd.github.io/posts/when-you-dont-know-enough/</guid>
      <description>I had a difficult time with Asterisk server last Friday (January 19th ,2018). We were running an IVR (Interactive Voice Response) system with Asterisk and Digium TDM410P card on Ubuntu 16.04. The computer where Asterisk server was running went off and I had to restart the system. It was normally an easy process. Sometime the Dahdi configuration would mess-up and I had to recompile that (At that time, I didn&amp;rsquo;t know why it needed to be recompiled, but it was also an easy task following the guide we had prepared).</description>
    </item>
    
    <item>
      <title>OSM API Explorer</title>
      <link>https://drklrd.github.io/posts/osm-api-explorer/</link>
      <pubDate>Sun, 14 Jan 2018 10:18:17 +0545</pubDate>
      
      <guid>https://drklrd.github.io/posts/osm-api-explorer/</guid>
      <description>Few months ago, I had to work with OSM(Open Street Map) API(0.6) for a Web app. Some of the APIs were authenticated(it supported either basic authentication using username and password or OAuth).
But to just test out the API endpoints for responses, it was much of an effort to provide username and password for basic authentication or include authentication token in every protected requests. I felt need of some kind of playground for the APIs.</description>
    </item>
    
  </channel>
</rss>
