all repos — site @ 988814af9eba22d600e2f5cd8397ccd6f0ac08fa

source for my site, found at icyphox.sh

Status update, 2020-07-20
Anirudh Oppiliappan x@icyphox.sh
Mon, 20 Jul 2020 19:47:53 +0530
commit

988814af9eba22d600e2f5cd8397ccd6f0ac08fa

parent

64db133bcd5009df25ffbffbb1ba9f05f9cf315b

A pages/blog/2020-07-20.md

@@ -0,0 +1,33 @@

+--- +template: +url: 2020-07-20 +title: Status update +subtitle: Things I've been up to, for the past month-ish +date: 2020-07-20 +--- + +I realize I haven't updated this site in a while -- mostly due to lack +of time. The past two weeks have been pretty busy (read: I now actually +have work to do), which also means I have very little time to devote to +personal projects. Anyway, on with the update. + +## I now work at CometChat + +I've begun working as an Engineering Intern at CometChat. It's been +a very interesting experience so far. Most of my work revolves around +infrastructure and platform engineering -- pretty exciting stuff. Fun +fact: one of the world's biggest music festivals -- Tomorrowland -- is +being hosted online, on our platform! As a result, a lot of the work +being done infra-side is scaling up for it. + +I have also been extensively dabbling in XMPP and websocket internals, +as I'm writing a websocket proxy of sorts. I'll probably talk about it +in a future blog post, once I get approval org-side. :^) + +## that's literally it + +I sat all day thinking of what else to add to this post -- there's _got +to be_ something else right? Not really. I don't think I did anything +worthwhile. I did get some pretty interesting emails from people who +read this blog, so yes, please email me -- even if it's just to say hi. +I always reply.
M pages/blog/feed.xmlpages/blog/feed.xml

@@ -11,7 +11,32 @@ <link>https://icyphox.sh/</link>

</image> <language>en-us</language> <copyright>Creative Commons BY-NC-SA 4.0</copyright> - <item><title>Flask-JWT-Extended × Flask-Login</title><description><![CDATA[<p>For the past few months, I&#8217;ve been working on building a backend for + <item><title>Status update</title><description><![CDATA[<p>I realize I haven&#8217;t updated this site in a while&#8212;mostly due to lack +of time. The past two weeks have been pretty busy (read: I now actually +have work to do), which also means I have very little time to devote to +personal projects. Anyway, on with the update.</p> + +<h2 id="i-now-work-at-cometchat">I now work at CometChat</h2> + +<p>I&#8217;ve begun working as an Engineering Intern at CometChat. It&#8217;s been +a very interesting experience so far. Most of my work revolves around +infrastructure and platform engineering&#8212;pretty exciting stuff. Fun +fact: one of the world&#8217;s biggest music festivals&#8212;Tomorrowland&#8212;is +being hosted online, on our platform! As a result, a lot of the work +being done infra-side is scaling up for it.</p> + +<p>I have also been extensively dabbling in XMPP and websocket internals, +as I&#8217;m writing a websocket proxy of sorts. I&#8217;ll probably talk about it +in a future blog post, once I get approval org-side. :^)</p> + +<h2 id="thats-literally-it">that&#8217;s literally it</h2> + +<p>I sat all day thinking of what else to add to this post&#8212;there&#8217;s <em>got +to be</em> something else right? Not really. I don&#8217;t think I did anything +worthwhile. I did get some pretty interesting emails from people who +read this blog, so yes, please email me&#8212;even if it&#8217;s just to say hi. +I always reply.</p> +]]></description><link>https://icyphox.sh/blog/2020-07-20</link><pubDate>Mon, 20 Jul 2020 00:00:00 +0000</pubDate><guid>https://icyphox.sh/blog/2020-07-20</guid></item><item><title>Flask-JWT-Extended × Flask-Login</title><description><![CDATA[<p>For the past few months, I&#8217;ve been working on building a backend for <code>$STARTUP</code>, with a bunch of friends. I&#8217;ll probably write in detail about it when we launch our beta. The backend is your bog standard REST API, built on Flask&#8212;if you didn&#8217;t guess from the title already.</p>
A pages/txt/2020-07-20.txt

@@ -0,0 +1,33 @@

+--- +template: +url: 2020-07-20 +title: Status update +subtitle: Things I've been up to, for the past month-ish +date: 2020-07-20 +--- + +I realize I haven't updated this site in a while -- mostly due to lack +of time. The past two weeks have been pretty busy (read: I now actually +have work to do), which also means I have very little time to devote to +personal projects. Anyway, on with the update. + +## I now work at CometChat + +I've begun working as an Engineering Intern at CometChat. It's been +a very interesting experience so far. Most of my work revolves around +infrastructure and platform engineering -- pretty exciting stuff. Fun +fact: one of the world's biggest music festivals -- Tomorrowland -- is +being hosted online, on our platform! As a result, a lot of the work +being done infra-side is scaling up for it. + +I have also been extensively dabbling in XMPP and websocket internals, +as I'm writing a websocket proxy of sorts. I'll probably talk about it +in a future blog post, once I get approval org-side. :^) + +## that's literally it + +I sat all day thinking of what else to add to this post -- there's _got +to be_ something else right? Not really. I don't think I did anything +worthwhile. I did get some pretty interesting emails from people who +read this blog, so yes, please email me -- even if it's just to say hi. +I always reply.
M templates/index.htmltemplates/index.html

@@ -32,6 +32,11 @@ <table>

<tbody> <tr> + <td align="left"><a href="/blog/2020-07-20">Status update</a></td> + <td align="right">2020-07-20</td> + </tr> + + <tr> <td align="left"><a href="/blog/flask-jwt-login">Flask-JWT-Extended × Flask-Login</a></td> <td align="right">2020-06-24</td> </tr>
M templates/text.htmltemplates/text.html

@@ -48,29 +48,34 @@ <hr>

<div class="openring"> <div class="openring-feed"> - <h4><a href="https://drewdevault.com/2020/06/21/BARE-message-encoding.html">Introducing the BARE message encoding</a></h4> - <p>I like stateless tokens. We started with stateful tokens: where a generated -string acts as a unique identifier for a resource, and the resource itself is -looked up separately. For example, your sr.ht OAuth token is a stateful token: -we just generate a rand…</p> + <h4><a href="https://peppe.rs/posts/turing_complete_type_systems/">Turing Complete Type Systems</a></h4> + <p>Rust’s type system is Turing complete: + +FizzBuzz with Rust Traits +A Forth implementation with Rust Traits + +It is impossible to determine if a program written in a generally Turing complete system will ever stop. That is, it is impossible to write a program…</p> - <p>via <a href="https://drewdevault.com">Drew DeVault's Blog</a> on Jun 21, 2020</p> + <p>via <a href="https://peppe.rs">nerdypepper's μblog</a> on Jun 18, 2020</p> </div> <div class="openring-feed"> - <h4><a href="https://gru.gq/2020/06/16/second-mover-advantage/">Second Mover Advantage</a></h4> - <p>Russian online disinformation has predominantly been focussed on amplifying existing narratives. It almost always uses “conspiracy theories,” or other fringe false narratives, invented by elements of the target audience. The reason is simple: it is cheap a…</p> + <h4><a href="https://drewdevault.com/2020/07/15/Status-update.html">Status update, July 2020</a></h4> + <p>Hello again! Another month of FOSS development behind us, and we’re back again +to share the results. I took a week off at the end of June, so my progress this +month is somewhat less than usual. Regardless, I have some updates for you, +mainly in the domain …</p> - <p>via <a href="https://gru.gq">grugq’s domain</a> on Jun 16, 2020</p> + <p>via <a href="https://drewdevault.com">Drew DeVault's Blog</a> on Jul 15, 2020</p> </div> <div class="openring-feed"> - <h4><a href="https://www.bellingcat.com/resources/how-tos/2020/06/23/how-to-track-desert-locust-swarms/">How To Track Desert Locust Swarms</a></h4> - <p>Billions of desert locusts are swarming across East Africa, multiplying in numbers over several months of favorable rain and breeding conditions, creating what the UN Food and Agriculture Organization (FAO) called an “unprecedented threat to food security,…</p> + <h4><a href="https://www.bellingcat.com/news/uk-and-europe/2020/07/18/worlds-most-wanted-man-jan-marsalek-located-in-belarus-data-points-to-russian-intel-links/">World’s Most Wanted Man Jan Marsalek Located in Belarus; Data Points to Russian Intel Links</a></h4> + <p>It can safely be assumed that Jan Marsalek is currently one of the most hunted-for persons on earth. The company he oversaw operationally, Germany’s Wirecard, collapsed overnight last month after auditors brought attention to a nearly 2 billion Euro gaping…</p> - <p>via <a href="https://www.bellingcat.com">bellingcat</a> on Jun 23, 2020</p> + <p>via <a href="https://www.bellingcat.com">bellingcat</a> on Jul 18, 2020</p> </div>