my website at https://anirudh.fi
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

Weekly update post, 2019-09-17

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>

+292 -16
+108
build/blog/2019-09-17/index.html
··· 1 + <!DOCTYPE html> 2 + <html lang=en> 3 + <link rel="stylesheet" href="/static/style.css" type="text/css"> 4 + <link rel="stylesheet" href="/static/syntax.css" type="text/css"> 5 + <link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico"> 6 + <meta name="description" content="A brief on what happend last week"> 7 + <meta name="viewport" content="initial-scale=1"> 8 + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 9 + <meta content="#021012" name="theme-color"> 10 + <meta name="HandheldFriendly" content="true"> 11 + <meta name="twitter:card" content="summary_large_image"> 12 + <meta name="twitter:site" content="@icyphox"> 13 + <meta name="twitter:title" content="Weekly status update, 09/08 - 09/17"> 14 + <meta name="twitter:description" content="A brief on what happend last week"> 15 + <meta name="twitter:image" content="/static/icyphox.png"> 16 + <meta property="og:title" content="Weekly status update, 09/08 - 09/17"> 17 + <meta property="og:type" content="website"> 18 + <meta property="og:description" content="A brief on what happend last week"> 19 + <meta property="og:url" content="https://icyphox.sh"> 20 + <meta property="og:image" content="/static/icyphox.png"> 21 + <html> 22 + <title> 23 + Weekly status update, 09/08 - 09/17 24 + </title> 25 + <div class="container-text"> 26 + <header class="header"> 27 + 28 + <a href="/">home</a> 29 + <a href="/blog">blog</a> 30 + <a href="/reading">reading</a> 31 + <a href="https://twitter.com/icyphox">twitter</a> 32 + <a href="/about">about</a> 33 + 34 + </header> 35 + <body> 36 + <div class="content"> 37 + <div align="left"> 38 + <code>2019-09-17</code> 39 + <h1>Weekly status update, 09/08 - 09/17</h1> 40 + <h2>A brief on what happend last week</h2> 41 + <p>This is something new I&#8217;m trying out, in an effort to write more frequently 42 + and to serve as a log of how I&#8217;m using my time. In theory, I will write this post 43 + every week. I&#8217;ll need someone to hold me accountable if I don&#8217;t. I have yet to decide on 44 + a format for this, but it will probably include a quick summary of the work I did, 45 + things I read, IRL stuff, etc.</p> 46 + 47 + <p>With the meta stuff out of the way, here&#8217;s what went down last week!</p> 48 + 49 + <h3 id="my-discovery-of-the-xxiivv-webring">My discovery of the XXIIVV webring</h3> 50 + 51 + <p>Did you notice the new fidget-spinner-like logo at the bottom? Click it! It&#8217;s a link to 52 + the <a href="https://webring.xxiivv.com">XXIIVV webring</a>. I really like the idea of webrings. 53 + It creates a small community of sites and enables sharing traffic among each other. 54 + The XXIIVV webring consists mostly of artists, designers and developers and gosh, some 55 + of those sites are beautiful. Mine pales in comparison.</p> 56 + 57 + <p>The webring also has a <a href="https://github.com/buckket/twtxt">twtxt</a> echo chamber aptly 58 + called <a href="https://webring.xxiivv.com/hallway.html">The Hallway</a>. twtxt is a fantastic project 59 + and its complexity-to-usefulness ratio greatly impresses me. You can find my personal 60 + twtxt feed at <code>/twtxt.txt</code> (root of this site).</p> 61 + 62 + <p>Which brings me to the next thing I did this/last week.</p> 63 + 64 + <h3 id="twsh-a-twtxt-client-written-in-bash"><code>twsh</code>: a twtxt client written in Bash</h3> 65 + 66 + <p>I&#8217;m not a fan of the official Python client, because you know, Python is bloat. 67 + As an advocate of <em>mnmlsm</em>, I can&#8217;t use it in good conscience. Thus, began my 68 + authorship of a truly mnml client in pure Bash. You can find it <a href="https://github.com/icyphox/twsh">here</a>. 69 + It&#8217;s not entirely useable as of yet, but it&#8217;s definitely getting there, with the help 70 + of <a href="https://nerdypepper.me">@nerdypepper</a>.</p> 71 + 72 + <h3 id="other">Other</h3> 73 + 74 + <p>I have been listening to my usual podcasts: Crime Junkie, True Crime Garage, 75 + Darknet Diaries &amp; Off the Pill. To add to this list, I&#8217;ve begun binging Vice&#8217;s CYBER. 76 + It&#8217;s pretty good &#8211; each episode is only about 30 mins and it hits the sweet spot, 77 + delvering both interesting security content and news.</p> 78 + 79 + <p>My reading needs a ton of catching up. Hopefully I&#8217;ll get around to finishing up 80 + &#8220;The Unending Game&#8221; this week. And then go back to &#8220;Terrorism and Counterintelligence&#8221;.</p> 81 + 82 + <p>I&#8217;ve begun my dive into Russian! I&#8217;m really liking it so far, and it&#8217;s been surprisingly 83 + easy to pick up. Learning the Cyrillic script will require some relearning, especially 84 + with letters like в, н, р, с, etc. that look like English but sound entirely different. 85 + I think I&#8217;m pretty serious about learning this language &#8211; I&#8217;ve added the Russian keyboard 86 + to my Google Keyboard to aid in my familiarization of the alphabet. I&#8217;ve added the <code>RU</code> 87 + layout to my keyboard map too:</p> 88 + 89 + <pre><code>setxkbmap -option 'grp:alt_shift_toggle' -layout us,ru 90 + </code></pre> 91 + 92 + <p>With that ends my weekly update, and I&#8217;ll see you next week!</p> 93 + 94 + </div> 95 + <hr /> 96 + <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:x@icyphox.sh">x@icyphox.sh</a>.</p> 97 + <footer> 98 + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> 99 + <img class="footimgs" src="/static/cc.svg"> 100 + </a> 101 + <a href="https://webring.xxiivv.com/#random" target="_blank"> 102 + <img class="footimgs" alt="xxiivv webring" src="/static/webring.svg"> 103 + </a> 104 + 105 + </footer> 106 + </body> 107 + </div> 108 + </html>
+53 -1
build/blog/feed.xml
··· 11 11 </image> 12 12 <language>en-us</language> 13 13 <copyright>Creative Commons BY-NC-SA 4.0</copyright> 14 - <item><title>Disinformation demystified</title><description><![CDATA[<p>As with the disambiguation of any word, let&#8217;s start with its etymology and definiton. 14 + <item><title>Weekly status update, 09/08 - 09/17</title><description><![CDATA[<p>This is something new I&#8217;m trying out, in an effort to write more frequently 15 + and to serve as a log of how I&#8217;m using my time. In theory, I will write this post 16 + every week. I&#8217;ll need someone to hold me accountable if I don&#8217;t. I have yet to decide on 17 + a format for this, but it will probably include a quick summary of the work I did, 18 + things I read, IRL stuff, etc.</p> 19 + 20 + <p>With the meta stuff out of the way, here&#8217;s what went down last week!</p> 21 + 22 + <h3 id="my-discovery-of-the-xxiivv-webring">My discovery of the XXIIVV webring</h3> 23 + 24 + <p>Did you notice the new fidget-spinner-like logo at the bottom? Click it! It&#8217;s a link to 25 + the <a href="https://webring.xxiivv.com">XXIIVV webring</a>. I really like the idea of webrings. 26 + It creates a small community of sites and enables sharing traffic among each other. 27 + The XXIIVV webring consists mostly of artists, designers and developers and gosh, some 28 + of those sites are beautiful. Mine pales in comparison.</p> 29 + 30 + <p>The webring also has a <a href="https://github.com/buckket/twtxt">twtxt</a> echo chamber aptly 31 + called <a href="https://webring.xxiivv.com/hallway.html">The Hallway</a>. twtxt is a fantastic project 32 + and its complexity-to-usefulness ratio greatly impresses me. You can find my personal 33 + twtxt feed at <code>/twtxt.txt</code> (root of this site).</p> 34 + 35 + <p>Which brings me to the next thing I did this/last week.</p> 36 + 37 + <h3 id="twsh-a-twtxt-client-written-in-bash"><code>twsh</code>: a twtxt client written in Bash</h3> 38 + 39 + <p>I&#8217;m not a fan of the official Python client, because you know, Python is bloat. 40 + As an advocate of <em>mnmlsm</em>, I can&#8217;t use it in good conscience. Thus, began my 41 + authorship of a truly mnml client in pure Bash. You can find it <a href="https://github.com/icyphox/twsh">here</a>. 42 + It&#8217;s not entirely useable as of yet, but it&#8217;s definitely getting there, with the help 43 + of <a href="https://nerdypepper.me">@nerdypepper</a>.</p> 44 + 45 + <h3 id="other">Other</h3> 46 + 47 + <p>I have been listening to my usual podcasts: Crime Junkie, True Crime Garage, 48 + Darknet Diaries &amp; Off the Pill. To add to this list, I&#8217;ve begun binging Vice&#8217;s CYBER. 49 + It&#8217;s pretty good &#8211; each episode is only about 30 mins and it hits the sweet spot, 50 + delvering both interesting security content and news.</p> 51 + 52 + <p>My reading needs a ton of catching up. Hopefully I&#8217;ll get around to finishing up 53 + &#8220;The Unending Game&#8221; this week. And then go back to &#8220;Terrorism and Counterintelligence&#8221;.</p> 54 + 55 + <p>I&#8217;ve begun my dive into Russian! I&#8217;m really liking it so far, and it&#8217;s been surprisingly 56 + easy to pick up. Learning the Cyrillic script will require some relearning, especially 57 + with letters like в, н, р, с, etc. that look like English but sound entirely different. 58 + I think I&#8217;m pretty serious about learning this language &#8211; I&#8217;ve added the Russian keyboard 59 + to my Google Keyboard to aid in my familiarization of the alphabet. I&#8217;ve added the <code>RU</code> 60 + layout to my keyboard map too:</p> 61 + 62 + <pre><code>setxkbmap -option 'grp:alt_shift_toggle' -layout us,ru 63 + </code></pre> 64 + 65 + <p>With that ends my weekly update, and I&#8217;ll see you next week!</p> 66 + ]]></description><link>https://icyphox.sh/blog/2019-09-17</link><pubDate>Tue, 17 Sep 2019 00:00:00 +0000</pubDate><guid>https://icyphox.sh/blog/2019-09-17</guid></item><item><title>Disinformation demystified</title><description><![CDATA[<p>As with the disambiguation of any word, let&#8217;s start with its etymology and definiton. 15 67 According to <a href="https://en.wikipedia.org/wiki/Disinformation">Wikipedia</a>, 16 68 <em>disinformation</em> has been borrowed from the Russian word &#8212; <em>dezinformatisya</em> (дезинформа́ция), 17 69 derived from the title of a KGB black propaganda department.</p>
+8 -6
build/blog/index.html
··· 36 36 <div align="left"> 37 37 <h1 id="all-posts-rssblogfeedxml">all posts (<a href="/blog/feed.xml">rss</a>)</h1> 38 38 39 - <p><code>2019-09-10</code> — <a href="/blog/disinfo">Disinformation demystified</a></p> 39 + <p><code>2019-09-17</code> &#8211; <a href="/blog/2019-09-17">Weekly status update, 09/08 - 09/17</a></p> 40 40 41 - <p><code>2019-08-15</code> — <a href="/blog/mailserver">Setting up my personal mailserver</a></p> 41 + <p><code>2019-09-10</code> &#8211; <a href="/blog/disinfo">Disinformation demystified</a></p> 42 42 43 - <p><code>2019-08-06</code> — <a href="/blog/fb50">Picking the FB50 smart lock (CVE-2019-13143)</a></p> 43 + <p><code>2019-08-15</code> &#8211; <a href="/blog/mailserver">Setting up my personal mailserver</a></p> 44 44 45 - <p><code>2019-06-06</code> — <a href="/blog/rop-on-arm">Return Oriented Programming on ARM (32-bit)</a></p> 45 + <p><code>2019-08-06</code> &#8211; <a href="/blog/fb50">Picking the FB50 smart lock (CVE-2019-13143)</a></p> 46 46 47 - <p><code>2019-13-05</code> — <a href="/blog/my-setup">My Setup</a></p> 47 + <p><code>2019-06-06</code> &#8211; <a href="/blog/rop-on-arm">Return Oriented Programming on ARM (32-bit)</a></p> 48 + 49 + <p><code>2019-13-05</code> &#8211; <a href="/blog/my-setup">My Setup</a></p> 48 50 49 - <p><code>2019-02-08</code> — <a href="/blog/python-for-re-1/">Python for Reverse Engineering #1: ELF Binaries</a></p> 51 + <p><code>2019-02-08</code> &#8211; <a href="/blog/python-for-re-1/">Python for Reverse Engineering #1: ELF Binaries</a></p> 50 52 51 53 </div> 52 54 <hr />
+1 -1
build/index.html
··· 51 51 52 52 <h1 id="latest-post">latest post</h1> 53 53 54 - <p><code>2019-09-10</code> — <a href="/blog/disinfo">Disinformation demystified</a></p> 54 + <p><code>2019-09-17</code> — <a href="/blog/2019-09-17">Weekly status update, 09/08 - 09/17</a></p> 55 55 56 56 <p>(<a href="/blog">see all</a>)</p> 57 57
+1 -1
pages/_index.md
··· 21 21 22 22 # latest post 23 23 24 - `2019-09-10` — [Disinformation demystified](/blog/disinfo) 24 + `2019-09-17` — [Weekly status update, 09/08 - 09/17](/blog/2019-09-17) 25 25 26 26 ([see all](/blog)) 27 27
+60
pages/blog/2019-09-17.md
··· 1 + --- 2 + template: text.html 3 + title: Weekly status update, 09/08 - 09/17 4 + subtitle: A brief on what happend last week 5 + date: 2019-09-17 6 + --- 7 + 8 + This is something new I'm trying out, in an effort to write more frequently 9 + and to serve as a log of how I'm using my time. In theory, I will write this post 10 + every week. I'll need someone to hold me accountable if I don't. I have yet to decide on 11 + a format for this, but it will probably include a quick summary of the work I did, 12 + things I read, IRL stuff, etc. 13 + 14 + With the meta stuff out of the way, here's what went down last week! 15 + 16 + ### My discovery of the XXIIVV webring 17 + 18 + Did you notice the new fidget-spinner-like logo at the bottom? Click it! It's a link to 19 + the [XXIIVV webring](https://webring.xxiivv.com). I really like the idea of webrings. 20 + It creates a small community of sites and enables sharing traffic among each other. 21 + The XXIIVV webring consists mostly of artists, designers and developers and gosh, some 22 + of those sites are beautiful. Mine pales in comparison. 23 + 24 + The webring also has a [twtxt](https://github.com/buckket/twtxt) echo chamber aptly 25 + called [The Hallway](https://webring.xxiivv.com/hallway.html). twtxt is a fantastic project 26 + and its complexity-to-usefulness ratio greatly impresses me. You can find my personal 27 + twtxt feed at `/twtxt.txt` (root of this site). 28 + 29 + Which brings me to the next thing I did this/last week. 30 + 31 + ### `twsh`: a twtxt client written in Bash 32 + 33 + I'm not a fan of the official Python client, because you know, Python is bloat. 34 + As an advocate of _mnmlsm_, I can't use it in good conscience. Thus, began my 35 + authorship of a truly mnml client in pure Bash. You can find it [here](https://github.com/icyphox/twsh). 36 + It's not entirely useable as of yet, but it's definitely getting there, with the help 37 + of [@nerdypepper](https://nerdypepper.me). 38 + 39 + ### Other 40 + 41 + I have been listening to my usual podcasts: Crime Junkie, True Crime Garage, 42 + Darknet Diaries & Off the Pill. To add to this list, I've begun binging Vice's CYBER. 43 + It's pretty good -- each episode is only about 30 mins and it hits the sweet spot, 44 + delvering both interesting security content and news. 45 + 46 + My reading needs a ton of catching up. Hopefully I'll get around to finishing up 47 + "The Unending Game" this week. And then go back to "Terrorism and Counterintelligence". 48 + 49 + I've begun my dive into Russian! I'm really liking it so far, and it's been surprisingly 50 + easy to pick up. Learning the Cyrillic script will require some relearning, especially 51 + with letters like в, н, р, с, etc. that look like English but sound entirely different. 52 + I think I'm pretty serious about learning this language -- I've added the Russian keyboard 53 + to my Google Keyboard to aid in my familiarization of the alphabet. I've added the `RU` 54 + layout to my keyboard map too: 55 + 56 + ``` 57 + setxkbmap -option 'grp:alt_shift_toggle' -layout us,ru 58 + ``` 59 + 60 + With that ends my weekly update, and I'll see you next week!
+8 -6
pages/blog/_index.md
··· 6 6 7 7 # all posts ([rss](/blog/feed.xml)) 8 8 9 - `2019-09-10` — [Disinformation demystified](/blog/disinfo) 9 + `2019-09-17` -- [Weekly status update, 09/08 - 09/17](/blog/2019-09-17) 10 10 11 - `2019-08-15` — [Setting up my personal mailserver](/blog/mailserver) 11 + `2019-09-10` -- [Disinformation demystified](/blog/disinfo) 12 12 13 - `2019-08-06` — [Picking the FB50 smart lock (CVE-2019-13143)](/blog/fb50) 13 + `2019-08-15` -- [Setting up my personal mailserver](/blog/mailserver) 14 14 15 - `2019-06-06` — [Return Oriented Programming on ARM (32-bit)](/blog/rop-on-arm) 15 + `2019-08-06` -- [Picking the FB50 smart lock (CVE-2019-13143)](/blog/fb50) 16 16 17 - `2019-13-05` — [My Setup](/blog/my-setup) 17 + `2019-06-06` -- [Return Oriented Programming on ARM (32-bit)](/blog/rop-on-arm) 18 + 19 + `2019-13-05` -- [My Setup](/blog/my-setup) 18 20 19 - `2019-02-08` — [Python for Reverse Engineering #1: ELF Binaries](/blog/python-for-re-1/) 21 + `2019-02-08` -- [Python for Reverse Engineering #1: ELF Binaries](/blog/python-for-re-1/) 20 22
+53 -1
pages/blog/feed.xml
··· 11 11 </image> 12 12 <language>en-us</language> 13 13 <copyright>Creative Commons BY-NC-SA 4.0</copyright> 14 - <item><title>Disinformation demystified</title><description><![CDATA[<p>As with the disambiguation of any word, let&#8217;s start with its etymology and definiton. 14 + <item><title>Weekly status update, 09/08 - 09/17</title><description><![CDATA[<p>This is something new I&#8217;m trying out, in an effort to write more frequently 15 + and to serve as a log of how I&#8217;m using my time. In theory, I will write this post 16 + every week. I&#8217;ll need someone to hold me accountable if I don&#8217;t. I have yet to decide on 17 + a format for this, but it will probably include a quick summary of the work I did, 18 + things I read, IRL stuff, etc.</p> 19 + 20 + <p>With the meta stuff out of the way, here&#8217;s what went down last week!</p> 21 + 22 + <h3 id="my-discovery-of-the-xxiivv-webring">My discovery of the XXIIVV webring</h3> 23 + 24 + <p>Did you notice the new fidget-spinner-like logo at the bottom? Click it! It&#8217;s a link to 25 + the <a href="https://webring.xxiivv.com">XXIIVV webring</a>. I really like the idea of webrings. 26 + It creates a small community of sites and enables sharing traffic among each other. 27 + The XXIIVV webring consists mostly of artists, designers and developers and gosh, some 28 + of those sites are beautiful. Mine pales in comparison.</p> 29 + 30 + <p>The webring also has a <a href="https://github.com/buckket/twtxt">twtxt</a> echo chamber aptly 31 + called <a href="https://webring.xxiivv.com/hallway.html">The Hallway</a>. twtxt is a fantastic project 32 + and its complexity-to-usefulness ratio greatly impresses me. You can find my personal 33 + twtxt feed at <code>/twtxt.txt</code> (root of this site).</p> 34 + 35 + <p>Which brings me to the next thing I did this/last week.</p> 36 + 37 + <h3 id="twsh-a-twtxt-client-written-in-bash"><code>twsh</code>: a twtxt client written in Bash</h3> 38 + 39 + <p>I&#8217;m not a fan of the official Python client, because you know, Python is bloat. 40 + As an advocate of <em>mnmlsm</em>, I can&#8217;t use it in good conscience. Thus, began my 41 + authorship of a truly mnml client in pure Bash. You can find it <a href="https://github.com/icyphox/twsh">here</a>. 42 + It&#8217;s not entirely useable as of yet, but it&#8217;s definitely getting there, with the help 43 + of <a href="https://nerdypepper.me">@nerdypepper</a>.</p> 44 + 45 + <h3 id="other">Other</h3> 46 + 47 + <p>I have been listening to my usual podcasts: Crime Junkie, True Crime Garage, 48 + Darknet Diaries &amp; Off the Pill. To add to this list, I&#8217;ve begun binging Vice&#8217;s CYBER. 49 + It&#8217;s pretty good &#8211; each episode is only about 30 mins and it hits the sweet spot, 50 + delvering both interesting security content and news.</p> 51 + 52 + <p>My reading needs a ton of catching up. Hopefully I&#8217;ll get around to finishing up 53 + &#8220;The Unending Game&#8221; this week. And then go back to &#8220;Terrorism and Counterintelligence&#8221;.</p> 54 + 55 + <p>I&#8217;ve begun my dive into Russian! I&#8217;m really liking it so far, and it&#8217;s been surprisingly 56 + easy to pick up. Learning the Cyrillic script will require some relearning, especially 57 + with letters like в, н, р, с, etc. that look like English but sound entirely different. 58 + I think I&#8217;m pretty serious about learning this language &#8211; I&#8217;ve added the Russian keyboard 59 + to my Google Keyboard to aid in my familiarization of the alphabet. I&#8217;ve added the <code>RU</code> 60 + layout to my keyboard map too:</p> 61 + 62 + <pre><code>setxkbmap -option 'grp:alt_shift_toggle' -layout us,ru 63 + </code></pre> 64 + 65 + <p>With that ends my weekly update, and I&#8217;ll see you next week!</p> 66 + ]]></description><link>https://icyphox.sh/blog/2019-09-17</link><pubDate>Tue, 17 Sep 2019 00:00:00 +0000</pubDate><guid>https://icyphox.sh/blog/2019-09-17</guid></item><item><title>Disinformation demystified</title><description><![CDATA[<p>As with the disambiguation of any word, let&#8217;s start with its etymology and definiton. 15 67 According to <a href="https://en.wikipedia.org/wiki/Disinformation">Wikipedia</a>, 16 68 <em>disinformation</em> has been borrowed from the Russian word &#8212; <em>dezinformatisya</em> (дезинформа́ция), 17 69 derived from the title of a KGB black propaganda department.</p>