bitshiter | 4 years ago | on: No More Medium – Build Your Own Site (2019)
bitshiter's comments
bitshiter | 10 years ago | on: Upload files to your repositories
With a gist you're able to quickly and easily upload a single file script (or multiple files).
Also once created you can clone it as a git repo and make updates and push back to it (e.g. add files etc). Also people can fork your gist just like git repos.
I like this approach rather than creating a "new repository" on github for small scripts or snippets because then your github profile doesn't get cluttered with small snippets and script repos and is reserved for actual "project" repos.
bitshiter | 10 years ago | on: Quiver: Programmer's Notebook for OS X
It supports Markdown, code snippets (in markdown ```), latex and sequence/flowchart diagrams.
To me it feels a little more natural to write a markdown document rather then thinking about each block of text as "cells".
Hosting on Hugo/Netlify is kind of a good solution, but I feel like there needs to be a completely free, managed version. Setting up Hugo/Netlify is mostly simple, but it's one of those things when you don't want to deal with updating your local tech stack vs a managed service.
I feel like Substack is slightly better, although it still does lean towards "subscription" first services (but at least it's per user / patronage type model)