Skip to content

Instantly share code, notes, and snippets.

@dergachev
Last active October 13, 2020 14:32
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dergachev/f0d15f45f32b753959517f8a6a708171 to your computer and use it in GitHub Desktop.
Save dergachev/f0d15f45f32b753959517f8a6a708171 to your computer and use it in GitHub Desktop.
Looking for gems buried in my old gists

Looking for gems buried in my old gists

Inspired to do some spring cleaning today, I reviewed my archived gists to see if there's anything noteworthy. I was pleasantly surprised to find a few nuggets buried amongst random error logs and git diffs.

Some of them are interesting technical guides that took hours to write, and it's a shame that they've rotted away in obscurity. Several others were picked up by google, and turns out they even got a few comments and a bunch of stars.

Here are a few short command-line, sysadmin, and web developer tricks:

Some funky bookmarklets I wrote a while back when I was obsessed with them:

I also found a mini-gist which I intended to populate with ideas for future tools to build, but forgot all about it and never quite achieved world domination with them:

  • gist2github.com
  • service that will automatically convert gist to github repo; possibly auto-sync. Allows mirroring, permissions, , gh-pages, etc.
  • json-config.py
  • Command line tool to modify config.json; like a generic git config, similar in use to drush vset
  • currently echo config.json | python -m json.tool gets you half-way there. See json.tool source code

I've played with some cool stuff over the years. Seeing this makes me inspired to write more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment