-------------------------------------------------------------------------------
# Navigation

You're on the text version of this site.  The rich web version is available at:
https://apitman.com:8001

To navigate, paste one of the URLs into your browser, or the entire command
into your terminal. The examples use cURL and netcat, but any HTTP or TCP
client will work. If you're looking for a specific post, check the list on the
Feed page.

Note that the raw TCP connections are NOT encrypted. Use HTTPS if you want
to ensure privacy.

* Home
    curl https://apitman.com:8001/txt
    nc apitman.com 2052 <<< /txt

* Feed
    curl https://apitman.com:8001/txt/feed
    nc apitman.com 2052 <<< /txt/feed

-------------------------------------------------------------------------------

# Feed

* It's Hard to Say Who's Winning the Streaming Wars, But as a Customer I'm Definitely Losing (2021-11-19T18:12:11Z)
    curl https://apitman.com:8001/txt/27
    nc apitman.com 2052 <<< /txt/27

* QEMU aarch64 (2021-01-15T19:24:35Z)
    curl https://apitman.com:8001/txt/26
    nc apitman.com 2052 <<< /txt/26

* A Request to a YouTube Video Downloads the Title 14 Times and Displays it Twice (2020-09-29T18:50:08Z)
    curl https://apitman.com:8001/txt/25
    nc apitman.com 2052 <<< /txt/25

* Clever Curl (2020-09-03T17:58:14Z)
    curl https://apitman.com:8001/txt/24
    nc apitman.com 2052 <<< /txt/24

* TIL About json.tool (2020-09-01T18:10:12Z)
    curl https://apitman.com:8001/txt/23
    nc apitman.com 2052 <<< /txt/23

* In Search of a Production-Quality JavaScript Framework (2020-05-07T00:00:00Z)
    curl https://apitman.com:8001/txt/22
    nc apitman.com 2052 <<< /txt/22

* Facebook has an opportunity to help curb a global pandemic (2020-03-27T00:00:00Z)
    curl https://apitman.com:8001/txt/21
    nc apitman.com 2052 <<< /txt/21

* Get yourself off Google Analytics, in 5 minutes, for free, without self hosting (2020-01-28T00:00:00Z)
    curl https://apitman.com:8001/txt/20
    nc apitman.com 2052 <<< /txt/20

* This site is now browsable with netcat/plain TCP (2020-01-20T00:00:00Z)
    curl https://apitman.com:8001/txt/19
    nc apitman.com 2052 <<< /txt/19

* I just learned about HTML redirects (2020-01-15T00:00:00Z)
    curl https://apitman.com:8001/txt/18
    nc apitman.com 2052 <<< /txt/18

* This site is now browsable with cURL (2020-01-14T00:00:00Z)
    curl https://apitman.com:8001/txt/17
    nc apitman.com 2052 <<< /txt/17

* Please make your products work with URLs (2020-01-13T00:00:00Z)
    curl https://apitman.com:8001/txt/16
    nc apitman.com 2052 <<< /txt/16

* Untitled (2020-01-06T00:00:00Z)
    curl https://apitman.com:8001/txt/15
    nc apitman.com 2052 <<< /txt/15

* Compiling libfuse examples (2019-10-02T00:00:00Z)
    curl https://apitman.com:8001/txt/14
    nc apitman.com 2052 <<< /txt/14

* The 64 Milliseconds Manifesto (2019-09-24T00:00:00Z)
    curl https://apitman.com:8001/txt/13
    nc apitman.com 2052 <<< /txt/13

* Debugging iOS Safari (2019-09-23T00:00:00Z)
    curl https://apitman.com:8001/txt/12
    nc apitman.com 2052 <<< /txt/12

* Before You Reach For That Dependency (2019-09-27T00:00:00Z)
    curl https://apitman.com:8001/txt/11
    nc apitman.com 2052 <<< /txt/11

* Rust, React, and WebAssembly (2018-06-27T00:00:00Z)
    curl https://apitman.com:8001/txt/10
    nc apitman.com 2052 <<< /txt/10

* Make You a Static Site Generator (2018-06-26T00:00:00Z)
    curl https://apitman.com:8001/txt/9
    nc apitman.com 2052 <<< /txt/9

* Deploying a Static Rust App in a Barebones Docker Container (2018-06-19T00:00:00Z)
    curl https://apitman.com:8001/txt/8
    nc apitman.com 2052 <<< /txt/8

* Making a 100% Statically-Linked, Single-File Web App with React and Rust (2018-04-04T00:00:00Z)
    curl https://apitman.com:8001/txt/7
    nc apitman.com 2052 <<< /txt/7

* Fix for Vimium that Stopped Working (2014-12-17T17:30:55Z)
    curl https://apitman.com:8001/txt/6
    nc apitman.com 2052 <<< /txt/6

* How to Install the Google Play Store on Your Amazon Fire Phone (2014-12-01T22:43:09Z)
    curl https://apitman.com:8001/txt/5
    nc apitman.com 2052 <<< /txt/5

* Chrome Extension PubSub (2014-08-30T22:35:24Z)
    curl https://apitman.com:8001/txt/4
    nc apitman.com 2052 <<< /txt/4

* Chrome Extension Content Script Stylesheet Isolation (2014-08-04T08:52:47Z)
    curl https://apitman.com:8001/txt/3
    nc apitman.com 2052 <<< /txt/3

* Asterisk ARI Quickstart Tutorial in Python (2014-07-21T10:41:56Z)
    curl https://apitman.com:8001/txt/2
    nc apitman.com 2052 <<< /txt/2

* Setting up an IPython Development Environment from Source (2014-06-15T22:40:00Z)
    curl https://apitman.com:8001/txt/1
    nc apitman.com 2052 <<< /txt/1


