The Disconnect.

Issue One of an offline-only magazine of commentary, fiction, and poetry that is only viewable when you disconnect from the internet.

Well, they had me at ‘poetry’.

But that wouldn’t stop me from viewing the source, which is a single line of minified HTML. If the site is going to be a built on JavaScript components (that need to be minified for size which is completely legit), why does the HTML also need to be minified? How many bytes will that save? It feels like obfuscation, when it really is just default ‘toolchain behaviour’. HTML development has long reached a point where a HTML/CSS n00b just cannot view-source, copy, and learn anymore.

(Anyway, if you’re a n00b and want to know how they detected the offline state, your convoluted journey of discovery would start here.)

Digg Reader is shutting down.

The free Digg Reader will cease to exist

Yes, I still use an RSS reader in the year 2018. (How else does one keep up with XKCD?) My mistake, after the Google Reader shutdown, was to use a another free product. Kicking the can down the road never works out, I hear you say and rightly so.

Once upon a time, I had a hand-rolled RSS reader built on Magpie RSS. Putting aside the fact that it was PHP, it worked well enough to present the web in a chronological format. Maybe it’s time party like the 90s and roll my own reader again. I’m sure there’s an NPM library for that. (And sure enough.)