···11+<!DOCTYPE html>
22+<html lang=en>
33+<link rel="stylesheet" href="/static/style.css" type="text/css">
44+<link rel="stylesheet" href="/static/syntax.css" type="text/css">
55+<link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico">
66+<meta name="description" content="A brief on what happend last week">
77+<meta name="viewport" content="initial-scale=1">
88+<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
99+<meta content="#021012" name="theme-color">
1010+<meta name="HandheldFriendly" content="true">
1111+<meta name="twitter:card" content="summary_large_image">
1212+<meta name="twitter:site" content="@icyphox">
1313+<meta name="twitter:title" content="Weekly status update, 09/08 - 09/17">
1414+<meta name="twitter:description" content="A brief on what happend last week">
1515+<meta name="twitter:image" content="/static/icyphox.png">
1616+<meta property="og:title" content="Weekly status update, 09/08 - 09/17">
1717+<meta property="og:type" content="website">
1818+<meta property="og:description" content="A brief on what happend last week">
1919+<meta property="og:url" content="https://icyphox.sh">
2020+<meta property="og:image" content="/static/icyphox.png">
2121+<html>
2222+ <title>
2323+ Weekly status update, 09/08 - 09/17
2424+ </title>
2525+<div class="container-text">
2626+ <header class="header">
2727+2828+ <a href="/">home</a>
2929+ <a href="/blog">blog</a>
3030+ <a href="/reading">reading</a>
3131+ <a href="https://twitter.com/icyphox">twitter</a>
3232+ <a href="/about">about</a>
3333+3434+ </header>
3535+<body>
3636+ <div class="content">
3737+ <div align="left">
3838+ <code>2019-09-17</code>
3939+ <h1>Weekly status update, 09/08 - 09/17</h1>
4040+ <h2>A brief on what happend last week</h2>
4141+ <p>This is something new I’m trying out, in an effort to write more frequently
4242+and to serve as a log of how I’m using my time. In theory, I will write this post
4343+every week. I’ll need someone to hold me accountable if I don’t. I have yet to decide on
4444+a format for this, but it will probably include a quick summary of the work I did,
4545+things I read, IRL stuff, etc.</p>
4646+4747+<p>With the meta stuff out of the way, here’s what went down last week!</p>
4848+4949+<h3 id="my-discovery-of-the-xxiivv-webring">My discovery of the XXIIVV webring</h3>
5050+5151+<p>Did you notice the new fidget-spinner-like logo at the bottom? Click it! It’s a link to
5252+the <a href="https://webring.xxiivv.com">XXIIVV webring</a>. I really like the idea of webrings.
5353+It creates a small community of sites and enables sharing traffic among each other.
5454+The XXIIVV webring consists mostly of artists, designers and developers and gosh, some
5555+of those sites are beautiful. Mine pales in comparison.</p>
5656+5757+<p>The webring also has a <a href="https://github.com/buckket/twtxt">twtxt</a> echo chamber aptly
5858+called <a href="https://webring.xxiivv.com/hallway.html">The Hallway</a>. twtxt is a fantastic project
5959+and its complexity-to-usefulness ratio greatly impresses me. You can find my personal
6060+twtxt feed at <code>/twtxt.txt</code> (root of this site).</p>
6161+6262+<p>Which brings me to the next thing I did this/last week.</p>
6363+6464+<h3 id="twsh-a-twtxt-client-written-in-bash"><code>twsh</code>: a twtxt client written in Bash</h3>
6565+6666+<p>I’m not a fan of the official Python client, because you know, Python is bloat.
6767+As an advocate of <em>mnmlsm</em>, I can’t use it in good conscience. Thus, began my
6868+authorship of a truly mnml client in pure Bash. You can find it <a href="https://github.com/icyphox/twsh">here</a>.
6969+It’s not entirely useable as of yet, but it’s definitely getting there, with the help
7070+of <a href="https://nerdypepper.me">@nerdypepper</a>.</p>
7171+7272+<h3 id="other">Other</h3>
7373+7474+<p>I have been listening to my usual podcasts: Crime Junkie, True Crime Garage,
7575+Darknet Diaries & Off the Pill. To add to this list, I’ve begun binging Vice’s CYBER.
7676+It’s pretty good – each episode is only about 30 mins and it hits the sweet spot,
7777+delvering both interesting security content and news.</p>
7878+7979+<p>My reading needs a ton of catching up. Hopefully I’ll get around to finishing up
8080+“The Unending Game” this week. And then go back to “Terrorism and Counterintelligence”.</p>
8181+8282+<p>I’ve begun my dive into Russian! I’m really liking it so far, and it’s been surprisingly
8383+easy to pick up. Learning the Cyrillic script will require some relearning, especially
8484+with letters like в, н, р, с, etc. that look like English but sound entirely different.
8585+I think I’m pretty serious about learning this language – I’ve added the Russian keyboard
8686+to my Google Keyboard to aid in my familiarization of the alphabet. I’ve added the <code>RU</code>
8787+layout to my keyboard map too:</p>
8888+8989+<pre><code>setxkbmap -option 'grp:alt_shift_toggle' -layout us,ru
9090+</code></pre>
9191+9292+<p>With that ends my weekly update, and I’ll see you next week!</p>
9393+9494+ </div>
9595+ <hr />
9696+ <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>
9797+ <footer>
9898+ <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
9999+ <img class="footimgs" src="/static/cc.svg">
100100+ </a>
101101+ <a href="https://webring.xxiivv.com/#random" target="_blank">
102102+ <img class="footimgs" alt="xxiivv webring" src="/static/webring.svg">
103103+ </a>
104104+105105+ </footer>
106106+ </body>
107107+ </div>
108108+ </html>
+53-1
build/blog/feed.xml
···1111 </image>
1212 <language>en-us</language>
1313 <copyright>Creative Commons BY-NC-SA 4.0</copyright>
1414- <item><title>Disinformation demystified</title><description><![CDATA[<p>As with the disambiguation of any word, let’s start with its etymology and definiton.
1414+ <item><title>Weekly status update, 09/08 - 09/17</title><description><![CDATA[<p>This is something new I’m trying out, in an effort to write more frequently
1515+and to serve as a log of how I’m using my time. In theory, I will write this post
1616+every week. I’ll need someone to hold me accountable if I don’t. I have yet to decide on
1717+a format for this, but it will probably include a quick summary of the work I did,
1818+things I read, IRL stuff, etc.</p>
1919+2020+<p>With the meta stuff out of the way, here’s what went down last week!</p>
2121+2222+<h3 id="my-discovery-of-the-xxiivv-webring">My discovery of the XXIIVV webring</h3>
2323+2424+<p>Did you notice the new fidget-spinner-like logo at the bottom? Click it! It’s a link to
2525+the <a href="https://webring.xxiivv.com">XXIIVV webring</a>. I really like the idea of webrings.
2626+It creates a small community of sites and enables sharing traffic among each other.
2727+The XXIIVV webring consists mostly of artists, designers and developers and gosh, some
2828+of those sites are beautiful. Mine pales in comparison.</p>
2929+3030+<p>The webring also has a <a href="https://github.com/buckket/twtxt">twtxt</a> echo chamber aptly
3131+called <a href="https://webring.xxiivv.com/hallway.html">The Hallway</a>. twtxt is a fantastic project
3232+and its complexity-to-usefulness ratio greatly impresses me. You can find my personal
3333+twtxt feed at <code>/twtxt.txt</code> (root of this site).</p>
3434+3535+<p>Which brings me to the next thing I did this/last week.</p>
3636+3737+<h3 id="twsh-a-twtxt-client-written-in-bash"><code>twsh</code>: a twtxt client written in Bash</h3>
3838+3939+<p>I’m not a fan of the official Python client, because you know, Python is bloat.
4040+As an advocate of <em>mnmlsm</em>, I can’t use it in good conscience. Thus, began my
4141+authorship of a truly mnml client in pure Bash. You can find it <a href="https://github.com/icyphox/twsh">here</a>.
4242+It’s not entirely useable as of yet, but it’s definitely getting there, with the help
4343+of <a href="https://nerdypepper.me">@nerdypepper</a>.</p>
4444+4545+<h3 id="other">Other</h3>
4646+4747+<p>I have been listening to my usual podcasts: Crime Junkie, True Crime Garage,
4848+Darknet Diaries & Off the Pill. To add to this list, I’ve begun binging Vice’s CYBER.
4949+It’s pretty good – each episode is only about 30 mins and it hits the sweet spot,
5050+delvering both interesting security content and news.</p>
5151+5252+<p>My reading needs a ton of catching up. Hopefully I’ll get around to finishing up
5353+“The Unending Game” this week. And then go back to “Terrorism and Counterintelligence”.</p>
5454+5555+<p>I’ve begun my dive into Russian! I’m really liking it so far, and it’s been surprisingly
5656+easy to pick up. Learning the Cyrillic script will require some relearning, especially
5757+with letters like в, н, р, с, etc. that look like English but sound entirely different.
5858+I think I’m pretty serious about learning this language – I’ve added the Russian keyboard
5959+to my Google Keyboard to aid in my familiarization of the alphabet. I’ve added the <code>RU</code>
6060+layout to my keyboard map too:</p>
6161+6262+<pre><code>setxkbmap -option 'grp:alt_shift_toggle' -layout us,ru
6363+</code></pre>
6464+6565+<p>With that ends my weekly update, and I’ll see you next week!</p>
6666+]]></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><
2424+`2019-09-17` — [Weekly status update, 09/08 - 09/17](/blog/2019-09-17)
25252626([see all](/blog))
2727
+60
pages/blog/2019-09-17.md
···11+---
22+template: text.html
33+title: Weekly status update, 09/08 - 09/17
44+subtitle: A brief on what happend last week
55+date: 2019-09-17
66+---
77+88+This is something new I'm trying out, in an effort to write more frequently
99+and to serve as a log of how I'm using my time. In theory, I will write this post
1010+every week. I'll need someone to hold me accountable if I don't. I have yet to decide on
1111+a format for this, but it will probably include a quick summary of the work I did,
1212+things I read, IRL stuff, etc.
1313+1414+With the meta stuff out of the way, here's what went down last week!
1515+1616+### My discovery of the XXIIVV webring
1717+1818+Did you notice the new fidget-spinner-like logo at the bottom? Click it! It's a link to
1919+the [XXIIVV webring](https://webring.xxiivv.com). I really like the idea of webrings.
2020+It creates a small community of sites and enables sharing traffic among each other.
2121+The XXIIVV webring consists mostly of artists, designers and developers and gosh, some
2222+of those sites are beautiful. Mine pales in comparison.
2323+2424+The webring also has a [twtxt](https://github.com/buckket/twtxt) echo chamber aptly
2525+called [The Hallway](https://webring.xxiivv.com/hallway.html). twtxt is a fantastic project
2626+and its complexity-to-usefulness ratio greatly impresses me. You can find my personal
2727+twtxt feed at `/twtxt.txt` (root of this site).
2828+2929+Which brings me to the next thing I did this/last week.
3030+3131+### `twsh`: a twtxt client written in Bash
3232+3333+I'm not a fan of the official Python client, because you know, Python is bloat.
3434+As an advocate of _mnmlsm_, I can't use it in good conscience. Thus, began my
3535+authorship of a truly mnml client in pure Bash. You can find it [here](https://github.com/icyphox/twsh).
3636+It's not entirely useable as of yet, but it's definitely getting there, with the help
3737+of [@nerdypepper](https://nerdypepper.me).
3838+3939+### Other
4040+4141+I have been listening to my usual podcasts: Crime Junkie, True Crime Garage,
4242+Darknet Diaries & Off the Pill. To add to this list, I've begun binging Vice's CYBER.
4343+It's pretty good -- each episode is only about 30 mins and it hits the sweet spot,
4444+delvering both interesting security content and news.
4545+4646+My reading needs a ton of catching up. Hopefully I'll get around to finishing up
4747+"The Unending Game" this week. And then go back to "Terrorism and Counterintelligence".
4848+4949+I've begun my dive into Russian! I'm really liking it so far, and it's been surprisingly
5050+easy to pick up. Learning the Cyrillic script will require some relearning, especially
5151+with letters like в, н, р, с, etc. that look like English but sound entirely different.
5252+I think I'm pretty serious about learning this language -- I've added the Russian keyboard
5353+to my Google Keyboard to aid in my familiarization of the alphabet. I've added the `RU`
5454+layout to my keyboard map too:
5555+5656+```
5757+setxkbmap -option 'grp:alt_shift_toggle' -layout us,ru
5858+```
5959+6060+With that ends my weekly update, and I'll see you next week!
+8-6
pages/blog/_index.md
···6677# all posts ([rss](/blog/feed.xml))
8899-`2019-09-10` — [Disinformation demystified](/blog/disinfo)
99+`2019-09-17` -- [Weekly status update, 09/08 - 09/17](/blog/2019-09-17)
10101111-`2019-08-15` — [Setting up my personal mailserver](/blog/mailserver)
1111+`2019-09-10` -- [Disinformation demystified](/blog/disinfo)
12121313-`2019-08-06` — [Picking the FB50 smart lock (CVE-2019-13143)](/blog/fb50)
1313+`2019-08-15` -- [Setting up my personal mailserver](/blog/mailserver)
14141515-`2019-06-06` — [Return Oriented Programming on ARM (32-bit)](/blog/rop-on-arm)
1515+`2019-08-06` -- [Picking the FB50 smart lock (CVE-2019-13143)](/blog/fb50)
16161717-`2019-13-05` — [My Setup](/blog/my-setup)
1717+`2019-06-06` -- [Return Oriented Programming on ARM (32-bit)](/blog/rop-on-arm)
1818+1919+`2019-13-05` -- [My Setup](/blog/my-setup)
18201919-`2019-02-08` — [Python for Reverse Engineering #1: ELF Binaries](/blog/python-for-re-1/)
2121+`2019-02-08` -- [Python for Reverse Engineering #1: ELF Binaries](/blog/python-for-re-1/)
2022
+53-1
pages/blog/feed.xml
···1111 </image>
1212 <language>en-us</language>
1313 <copyright>Creative Commons BY-NC-SA 4.0</copyright>
1414- <item><title>Disinformation demystified</title><description><![CDATA[<p>As with the disambiguation of any word, let’s start with its etymology and definiton.
1414+ <item><title>Weekly status update, 09/08 - 09/17</title><description><![CDATA[<p>This is something new I’m trying out, in an effort to write more frequently
1515+and to serve as a log of how I’m using my time. In theory, I will write this post
1616+every week. I’ll need someone to hold me accountable if I don’t. I have yet to decide on
1717+a format for this, but it will probably include a quick summary of the work I did,
1818+things I read, IRL stuff, etc.</p>
1919+2020+<p>With the meta stuff out of the way, here’s what went down last week!</p>
2121+2222+<h3 id="my-discovery-of-the-xxiivv-webring">My discovery of the XXIIVV webring</h3>
2323+2424+<p>Did you notice the new fidget-spinner-like logo at the bottom? Click it! It’s a link to
2525+the <a href="https://webring.xxiivv.com">XXIIVV webring</a>. I really like the idea of webrings.
2626+It creates a small community of sites and enables sharing traffic among each other.
2727+The XXIIVV webring consists mostly of artists, designers and developers and gosh, some
2828+of those sites are beautiful. Mine pales in comparison.</p>
2929+3030+<p>The webring also has a <a href="https://github.com/buckket/twtxt">twtxt</a> echo chamber aptly
3131+called <a href="https://webring.xxiivv.com/hallway.html">The Hallway</a>. twtxt is a fantastic project
3232+and its complexity-to-usefulness ratio greatly impresses me. You can find my personal
3333+twtxt feed at <code>/twtxt.txt</code> (root of this site).</p>
3434+3535+<p>Which brings me to the next thing I did this/last week.</p>
3636+3737+<h3 id="twsh-a-twtxt-client-written-in-bash"><code>twsh</code>: a twtxt client written in Bash</h3>
3838+3939+<p>I’m not a fan of the official Python client, because you know, Python is bloat.
4040+As an advocate of <em>mnmlsm</em>, I can’t use it in good conscience. Thus, began my
4141+authorship of a truly mnml client in pure Bash. You can find it <a href="https://github.com/icyphox/twsh">here</a>.
4242+It’s not entirely useable as of yet, but it’s definitely getting there, with the help
4343+of <a href="https://nerdypepper.me">@nerdypepper</a>.</p>
4444+4545+<h3 id="other">Other</h3>
4646+4747+<p>I have been listening to my usual podcasts: Crime Junkie, True Crime Garage,
4848+Darknet Diaries & Off the Pill. To add to this list, I’ve begun binging Vice’s CYBER.
4949+It’s pretty good – each episode is only about 30 mins and it hits the sweet spot,
5050+delvering both interesting security content and news.</p>
5151+5252+<p>My reading needs a ton of catching up. Hopefully I’ll get around to finishing up
5353+“The Unending Game” this week. And then go back to “Terrorism and Counterintelligence”.</p>
5454+5555+<p>I’ve begun my dive into Russian! I’m really liking it so far, and it’s been surprisingly
5656+easy to pick up. Learning the Cyrillic script will require some relearning, especially
5757+with letters like в, н, р, с, etc. that look like English but sound entirely different.
5858+I think I’m pretty serious about learning this language – I’ve added the Russian keyboard
5959+to my Google Keyboard to aid in my familiarization of the alphabet. I’ve added the <code>RU</code>
6060+layout to my keyboard map too:</p>
6161+6262+<pre><code>setxkbmap -option 'grp:alt_shift_toggle' -layout us,ru
6363+</code></pre>
6464+6565+<p>With that ends my weekly update, and I’ll see you next week!</p>
6666+]]></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’s start with its etymology and definiton.
1567According to <a href="https://en.wikipedia.org/wiki/Disinformation">Wikipedia</a>,
1668<em>disinformation</em> has been borrowed from the Russian word — <em>dezinformatisya</em> (дезинформа́ция),
1769derived from the title of a KGB black propaganda department.</p>