blog.git
12 years agoAdd ldap-jpeg.py script for viewing jpegPhotos.
W. Trevor King [Fri, 11 May 2012 13:50:38 +0000 (09:50 -0400)]
Add ldap-jpeg.py script for viewing jpegPhotos.

Lots of duplicated code between this new script and mutt-ldap.py and
mailcap-test.py.  But these snippets seem to simple to be worth
reorganizing into a full-blown module.  Perhaps I should switch to
importable names?

12 years agoQuote filenames before substituting into mailcap rules in mailcap-test.py.
W. Trevor King [Fri, 11 May 2012 13:48:27 +0000 (09:48 -0400)]
Quote filenames before substituting into mailcap rules in mailcap-test.py.

Also quote the Mutt manpage in the associated blog post to explain why.

12 years agoAdd auth.gssapi option to mutt-ldap.py (for use with Kerberos).
W. Trevor King [Fri, 11 May 2012 06:10:12 +0000 (02:10 -0400)]
Add auth.gssapi option to mutt-ldap.py (for use with Kerberos).

12 years agoAdd gutenprint emerge hint on client-error-not-found for lpadmin post.
W. Trevor King [Thu, 10 May 2012 16:48:04 +0000 (12:48 -0400)]
Add gutenprint emerge hint on client-error-not-found for lpadmin post.

12 years agoFix LaserJet 4042 -> 4240 typos in lpadmin post.
W. Trevor King [Thu, 10 May 2012 16:47:28 +0000 (12:47 -0400)]
Fix LaserJet 4042 -> 4240 typos in lpadmin post.

12 years agoAdd .mailmap file with my tremily email address.
W. Trevor King [Thu, 10 May 2012 16:46:54 +0000 (12:46 -0400)]
Add .mailmap file with my tremily email address.

12 years agoFix broken link markup in DVD backup post.
W. Trevor King [Fri, 27 Apr 2012 14:14:25 +0000 (10:14 -0400)]
Fix broken link markup in DVD backup post.

12 years agoAdd DVD backup post.
W. Trevor King [Fri, 27 Apr 2012 14:08:45 +0000 (10:08 -0400)]
Add DVD backup post.

12 years agoAdd killing-defunct-processes post.
W. Trevor King [Fri, 27 Apr 2012 13:27:14 +0000 (09:27 -0400)]
Add killing-defunct-processes post.

12 years agoLink directly to py2depgraph.py and depgraph2dot.py for the Git-averse.
W. Trevor King [Wed, 25 Apr 2012 11:32:01 +0000 (07:32 -0400)]
Link directly to py2depgraph.py and depgraph2dot.py for the Git-averse.

12 years agoUpdate ttyname portion of gpg-agent post and link to my gpg-agent-* scripts.
W. Trevor King [Sat, 21 Apr 2012 17:42:47 +0000 (13:42 -0400)]
Update ttyname portion of gpg-agent post and link to my gpg-agent-* scripts.

12 years agoAdd send-email notes to Git/notes.org.
W. Trevor King [Wed, 18 Apr 2012 17:27:56 +0000 (13:27 -0400)]
Add send-email notes to Git/notes.org.

12 years agoAdd rsnapshot post pointing out Walter Werther's Btrfs tricks.
W. Trevor King [Tue, 17 Apr 2012 00:34:16 +0000 (20:34 -0400)]
Add rsnapshot post pointing out Walter Werther's Btrfs tricks.

12 years agoUpdate asymptote test SVGs since I added LabeledCircle.
W. Trevor King [Wed, 11 Apr 2012 15:50:56 +0000 (11:50 -0400)]
Update asymptote test SVGs since I added LabeledCircle.

12 years agoAdd HTTP-protocol URLs to Layman packages for users behind evil firewalls.
W. Trevor King [Tue, 3 Apr 2012 18:22:07 +0000 (14:22 -0400)]
Add HTTP-protocol URLs to Layman packages for users behind evil firewalls.

On Mon, Apr 02, 2012 at 12:22:01PM -0700, wfdawson wrote:
> This note is to share with you the issues I've had sync-ing to the
> overlay while at work behind our corporate proxy server - I can't
> make it work…  yours uses git to access a git:// URI.

12 years agoAdd git-http-backend example to Nginx post.
W. Trevor King [Tue, 3 Apr 2012 18:19:56 +0000 (14:19 -0400)]
Add git-http-backend example to Nginx post.

12 years agoUpdate SOAP URLS in entrez.py.
W. Trevor King [Mon, 2 Apr 2012 13:19:59 +0000 (09:19 -0400)]
Update SOAP URLS in entrez.py.

12 years agoAdd dev-python/chemdb to my Gentoo overlay packages.
W. Trevor King [Sun, 1 Apr 2012 16:38:13 +0000 (12:38 -0400)]
Add dev-python/chemdb to my Gentoo overlay packages.

12 years agoUpdate ChemDB post now that chemdb is a Django app.
W. Trevor King [Sun, 1 Apr 2012 16:28:56 +0000 (12:28 -0400)]
Update ChemDB post now that chemdb is a Django app.

12 years agoRestructure cache-file.sh, adding the -r option for restoring files.
W. Trevor King [Fri, 30 Mar 2012 02:24:44 +0000 (22:24 -0400)]
Restructure cache-file.sh, adding the -r option for restoring files.

Because sometimes you press the wrong button ;).

12 years agoAdd -l option to cache-file.sh, so you can hard-link instead of move files.
W. Trevor King [Fri, 30 Mar 2012 01:40:52 +0000 (21:40 -0400)]
Add -l option to cache-file.sh, so you can hard-link instead of move files.

12 years agoAdd more options to gpg-agent-spawn.sh, and remove GPG_TTY environment var.
W. Trevor King [Sun, 25 Mar 2012 13:10:19 +0000 (09:10 -0400)]
Add more options to gpg-agent-spawn.sh, and remove GPG_TTY environment var.

The point of GPG_TTY is to tell gpg-agent what terminal to steal with
the pinentry program.  Because I like to keep my pinentry bound to the
terminal from which I ran gpg-agent-spawn.sh, it's easier to lock
gpg-agent into that terminal when I spawn it, and avoid reliance on
other terminals setting GPG_TTY appropriately.  This should also avoid
problems with GPGME, which seems to ignore GPG_TTY.

12 years agoUse system pinentry.py from my pyassuan in gpg-agent-spawn.sh.
W. Trevor King [Sun, 25 Mar 2012 10:52:21 +0000 (06:52 -0400)]
Use system pinentry.py from my pyassuan in gpg-agent-spawn.sh.

12 years agoAdd pyassuan post, and remove pinentry.py in favor of pyassuan.
W. Trevor King [Sat, 24 Mar 2012 11:22:00 +0000 (07:22 -0400)]
Add pyassuan post, and remove pinentry.py in favor of pyassuan.

12 years agoAdd pygrader post.
W. Trevor King [Fri, 23 Mar 2012 20:12:08 +0000 (16:12 -0400)]
Add pygrader post.

12 years agoFix calibcant -> pgp-mime repo link in pgp-mime post.
W. Trevor King [Fri, 23 Mar 2012 19:39:20 +0000 (15:39 -0400)]
Fix calibcant -> pgp-mime repo link in pgp-mime post.

12 years agoTabs -> spaces in GnuPG maintenance post.
W. Trevor King [Thu, 22 Mar 2012 11:52:18 +0000 (07:52 -0400)]
Tabs -> spaces in GnuPG maintenance post.

12 years agoMove send_pgp_mime post to pgp-mime, now that it's an official package.
W. Trevor King [Wed, 21 Mar 2012 15:51:43 +0000 (11:51 -0400)]
Move send_pgp_mime post to pgp-mime, now that it's an official package.

12 years agoMention dotfiles management in the gpg-agent post.
W. Trevor King [Wed, 21 Mar 2012 14:42:30 +0000 (10:42 -0400)]
Mention dotfiles management in the gpg-agent post.

12 years agoAdd spell.sh example to Git filtering notes.
W. Trevor King [Tue, 20 Mar 2012 18:11:03 +0000 (14:11 -0400)]
Add spell.sh example to Git filtering notes.

12 years agoMention that k10temp readings are relative (not absolute) temperatures.
W. Trevor King [Sat, 17 Mar 2012 17:12:47 +0000 (13:12 -0400)]
Mention that k10temp readings are relative (not absolute) temperatures.

12 years agoAdd k10temp discussion to Aspire One 722 post.
W. Trevor King [Sat, 17 Mar 2012 15:43:25 +0000 (11:43 -0400)]
Add k10temp discussion to Aspire One 722 post.

12 years agoAdd note on merging a single file from a foreign repo using Git.
W. Trevor King [Thu, 15 Mar 2012 18:59:55 +0000 (14:59 -0400)]
Add note on merging a single file from a foreign repo using Git.

12 years agoAdd notes on rewinding bare repositories in Git.
W. Trevor King [Thu, 15 Mar 2012 00:47:34 +0000 (20:47 -0400)]
Add notes on rewinding bare repositories in Git.

12 years agoFix PubMed link in entrez post.
W. Trevor King [Wed, 14 Mar 2012 10:49:14 +0000 (06:49 -0400)]
Fix PubMed link in entrez post.

12 years agoAdd owner/name to layman.xml and compactify now that URLs are shorter.
W. Trevor King [Tue, 13 Mar 2012 15:22:33 +0000 (11:22 -0400)]
Add owner/name to layman.xml and compactify now that URLs are shorter.

12 years agoAdd monfold script to version control and add bash tag to inotify post.
W. Trevor King [Tue, 13 Mar 2012 12:19:31 +0000 (08:19 -0400)]
Add monfold script to version control and add bash tag to inotify post.

12 years agoFix GoodCityModern reduction again (previous non-ASCII characters were offset).
W. Trevor King [Sun, 11 Mar 2012 01:44:38 +0000 (20:44 -0500)]
Fix GoodCityModern reduction again (previous non-ASCII characters were offset).

The successful command was:

  $ font-reduce.py -r 0x9f,0x9f -t 0xfc,0xfc -o GoodCityModern-reduced.woff /usr/share/fonts/freefonts/gocmseq_.pfb

12 years agoAdd --target option to font-reduce.py.
W. Trevor King [Sun, 11 Mar 2012 01:26:23 +0000 (20:26 -0500)]
Add --target option to font-reduce.py.

This allows you to remap charachter from anywhere in the input font to
their proper Unicode position in the output font.

12 years agoAdd 0x7f-0xff to GoodCityModern-reduced.woff (for 'ü').
W. Trevor King [Sat, 10 Mar 2012 23:57:47 +0000 (18:57 -0500)]
Add 0x7f-0xff to GoodCityModern-reduced.woff (for 'ü').

12 years agoAdd --range option to font-reduce.py.
W. Trevor King [Sat, 10 Mar 2012 23:55:59 +0000 (18:55 -0500)]
Add --range option to font-reduce.py.

12 years agoAdd linking post.
W. Trevor King [Sat, 10 Mar 2012 23:35:09 +0000 (18:35 -0500)]
Add linking post.

12 years agoFix tag markup in Screen post.
W. Trevor King [Sat, 10 Mar 2012 23:31:48 +0000 (18:31 -0500)]
Fix tag markup in Screen post.

12 years agoAdd reduced version of GoodCityModern and the Blinkenlights post.
W. Trevor King [Sat, 10 Mar 2012 15:16:41 +0000 (10:16 -0500)]
Add reduced version of GoodCityModern and the Blinkenlights post.

Note the use of `<span>` elements for each paragraph instead of a
single `<div>`.  From the Markdown syntax specs [1]:

  Note that Markdown formatting syntax is not processed within
  block-level HTML tags. E.g., you can’t use Markdown-style *emphasis*
  inside an HTML block.
  …
  Unlike block-level HTML tags, Markdown syntax is processed within
  span-level tags.

I also had to add the `meta` directive to index.mdwn, because the
directive does not seem to affect pages through `inline`.  Possibly
and ikiwiki bug/limitation.

[1]: http://daringfireball.net/projects/markdown/syntax#html

12 years agoAdd `--output` option to `font-reduce.py`.
W. Trevor King [Sat, 10 Mar 2012 14:55:31 +0000 (09:55 -0500)]
Add `--output` option to `font-reduce.py`.

This allows to to reduce system fonts, where you don't have write
permission on the source directory.  For example, I was trying to
reduce GoodCityModern:

  $ font-reduce.py /usr/share/fonts/freefonts/gocmase_.pfb
  Save Failed
  Traceback (most recent call last):
    …
    File "…/font-reduce.py", line 65, in convert
      o.generate(output_file, flags=('PfEd-comments',))
  EnvironmentError: Font generation failed

Which is a cryptic error message for a `permission denied` error.  The
newly supported working equivalent is:

  $ font-reduce.py -o GoodCityModern.woff /usr/share/fonts/freefonts/gocmase_.pfb

12 years agoAdd more details about `fc-list` usage to the font post.
W. Trevor King [Sat, 10 Mar 2012 14:36:33 +0000 (09:36 -0500)]
Add more details about `fc-list` usage to the font post.

12 years agoFix mxconns link from X hack post.
W. Trevor King [Sat, 10 Mar 2012 14:14:19 +0000 (09:14 -0500)]
Fix mxconns link from X hack post.

12 years agoFix wiring -> internals link from MultiMode/stepper/switch post.
W. Trevor King [Sat, 10 Mar 2012 14:12:27 +0000 (09:12 -0500)]
Fix wiring -> internals link from MultiMode/stepper/switch post.

12 years agoFix link from bash tag to Bash post.
W. Trevor King [Sat, 10 Mar 2012 14:10:38 +0000 (09:10 -0500)]
Fix link from bash tag to Bash post.

12 years agoFix X.509 link from simple servers post.
W. Trevor King [Sat, 10 Mar 2012 14:09:09 +0000 (09:09 -0500)]
Fix X.509 link from simple servers post.

12 years agoFix 'MultiMode II' link from MultiMode/stepper post.
W. Trevor King [Sat, 10 Mar 2012 14:08:28 +0000 (09:08 -0500)]
Fix 'MultiMode II' link from MultiMode/stepper post.

12 years agoUpdate numbers-from-journal-figures post to point to scale_click.py.
W. Trevor King [Sat, 10 Mar 2012 14:07:20 +0000 (09:07 -0500)]
Update numbers-from-journal-figures post to point to scale_click.py.

12 years agoAdd Screen post discussing treehouse X.
W. Trevor King [Sat, 10 Mar 2012 14:04:04 +0000 (09:04 -0500)]
Add Screen post discussing treehouse X.

12 years agoCan't link verbatim text in Markdown? Fix SWIG carrays.i link.
W. Trevor King [Sat, 10 Mar 2012 12:51:53 +0000 (07:51 -0500)]
Can't link verbatim text in Markdown?  Fix SWIG carrays.i link.

12 years agoTag Cython post.
W. Trevor King [Sat, 10 Mar 2012 12:38:22 +0000 (07:38 -0500)]
Tag Cython post.

12 years agoAdd Cython post.
W. Trevor King [Sat, 10 Mar 2012 12:36:19 +0000 (07:36 -0500)]
Add Cython post.

12 years agoAdd SWIG post.
W. Trevor King [Sat, 10 Mar 2012 12:09:49 +0000 (07:09 -0500)]
Add SWIG post.

12 years agoFix wikilinks from Gentoo overlay post to pyafm, pycomedi, and pypiezo.
W. Trevor King [Thu, 8 Mar 2012 17:15:28 +0000 (12:15 -0500)]
Fix wikilinks from Gentoo overlay post to pyafm, pycomedi, and pypiezo.

12 years agoAdd sSMTP post.
W. Trevor King [Wed, 7 Mar 2012 16:37:42 +0000 (11:37 -0500)]
Add sSMTP post.

12 years agoLink to related utilities from the mailcap post.
W. Trevor King [Wed, 7 Mar 2012 16:36:38 +0000 (11:36 -0500)]
Link to related utilities from the mailcap post.

12 years agoExplain the two `-E` options in the lpadmin printer add command.
W. Trevor King [Wed, 7 Mar 2012 10:50:01 +0000 (05:50 -0500)]
Explain the two `-E` options in the lpadmin printer add command.

12 years agoLink from the MultiMode stepper post to my stepper software.
W. Trevor King [Tue, 6 Mar 2012 17:59:36 +0000 (12:59 -0500)]
Link from the MultiMode stepper post to my stepper software.

12 years agoFix java-onverlay -> java-overlay in Java ME post.
W. Trevor King [Sun, 4 Mar 2012 18:33:45 +0000 (13:33 -0500)]
Fix java-onverlay -> java-overlay in Java ME post.

12 years agoRemove leftover braces from the pulse-ox post due to incomplete LaTeX conversion.
W. Trevor King [Sun, 4 Mar 2012 17:00:08 +0000 (12:00 -0500)]
Remove leftover braces from the pulse-ox post due to incomplete LaTeX conversion.

12 years agoMigrate to HTML5.
W. Trevor King [Sun, 4 Mar 2012 16:55:20 +0000 (11:55 -0500)]
Migrate to HTML5.

12 years agoFix font type (opentype -> woff) in local.css.
W. Trevor King [Sun, 4 Mar 2012 16:27:05 +0000 (11:27 -0500)]
Fix font type (opentype -> woff) in local.css.

12 years agoFix link from dotfiles post to the dotfiles README.
W. Trevor King [Sun, 4 Mar 2012 16:10:44 +0000 (11:10 -0500)]
Fix link from dotfiles post to the dotfiles README.

12 years agoAdd www.example.com -> example.com rewrite server to Nginx examples.
W. Trevor King [Sun, 4 Mar 2012 15:59:23 +0000 (10:59 -0500)]
Add example.com -> example.com rewrite server to Nginx examples.

12 years agoFix args.coordfiles -> args.placefiles in maplabel.py.
W. Trevor King [Sat, 3 Mar 2012 17:39:33 +0000 (12:39 -0500)]
Fix args.coordfiles -> args.placefiles in maplabel.py.

I'm not sure how I missed this when I wrote the original script.

12 years agoFix typo 'lcc -> 'lcc' in pyproj post.
W. Trevor King [Sat, 3 Mar 2012 17:32:44 +0000 (12:32 -0500)]
Fix typo 'lcc -> 'lcc' in pyproj post.

12 years agoUpdate YahooGrabber in ticker.py.
W. Trevor King [Wed, 29 Feb 2012 22:31:08 +0000 (17:31 -0500)]
Update YahooGrabber in ticker.py.

12 years agoActually, just include the script itself.
W. Trevor King [Thu, 23 Feb 2012 18:52:14 +0000 (13:52 -0500)]
Actually, just include the script itself.

I don't know how to escape $ in the inline itex2MML wrapper script.

12 years agoComment on my encoding wrapper for itex2MML in the Markdown/itex post.
W. Trevor King [Thu, 23 Feb 2012 18:41:16 +0000 (13:41 -0500)]
Comment on my encoding wrapper for itex2MML in the Markdown/itex post.

12 years agoConvert pulse oxymetry post from LaTeX to Markdown/itex (avoid external build).
W. Trevor King [Thu, 23 Feb 2012 18:05:01 +0000 (13:05 -0500)]
Convert pulse oxymetry post from LaTeX to Markdown/itex (avoid external build).

12 years agoCrawlers indexing my MultiMode pictures take a suprising amount of bandwidth.
W. Trevor King [Thu, 23 Feb 2012 12:34:19 +0000 (07:34 -0500)]
Crawlers indexing my MultiMode pictures take a suprising amount of bandwidth.

12 years agoAdd pointer from old gallery post to the new one.
W. Trevor King [Thu, 23 Feb 2012 04:08:56 +0000 (23:08 -0500)]
Add pointer from old gallery post to the new one.

12 years agoAdd Maple post with mw2txt.py script.
W. Trevor King [Wed, 22 Feb 2012 20:48:27 +0000 (15:48 -0500)]
Add Maple post with mw2txt.py script.

12 years agoAdd pypi tag to sawsim post.
W. Trevor King [Wed, 22 Feb 2012 16:17:31 +0000 (11:17 -0500)]
Add pypi tag to sawsim post.

12 years agoAdd notmuch post.
W. Trevor King [Tue, 21 Feb 2012 16:24:16 +0000 (11:24 -0500)]
Add notmuch post.

12 years agoAdd example output to my `scgi-test.py` example.
W. Trevor King [Tue, 21 Feb 2012 15:59:17 +0000 (10:59 -0500)]
Add example output to my `scgi-test.py` example.

12 years agoUpdate gallery post text to reflect (S)CGI status.
W. Trevor King [Tue, 21 Feb 2012 15:50:49 +0000 (10:50 -0500)]
Update gallery post text to reflect (S)CGI status.

12 years agoUpdate gallery.py to optionally run as an SCGI server (v0.5).
W. Trevor King [Tue, 21 Feb 2012 15:46:57 +0000 (10:46 -0500)]
Update gallery.py to optionally run as an SCGI server (v0.5).

12 years agoUpdate gallery.py to run as a CGI server (bump to v0.4).
W. Trevor King [Tue, 21 Feb 2012 15:30:46 +0000 (10:30 -0500)]
Update gallery.py to run as a CGI server (bump to v0.4).

12 years agoAdd Nginx post.
W. Trevor King [Tue, 21 Feb 2012 15:25:01 +0000 (10:25 -0500)]
Add Nginx post.

12 years agoUse \r\n in SCGI example server header endlines.
W. Trevor King [Tue, 21 Feb 2012 15:22:57 +0000 (10:22 -0500)]
Use \r\n in SCGI example server header endlines.

As recommended by Jeroen Vermeulen in the referenced LJ article.

12 years agoAdd SCGI post and scgi-test.py script.
W. Trevor King [Tue, 21 Feb 2012 15:18:27 +0000 (10:18 -0500)]
Add SCGI post and scgi-test.py script.

12 years agoAdd mlmmj post.
W. Trevor King [Tue, 21 Feb 2012 13:12:56 +0000 (08:12 -0500)]
Add mlmmj post.

12 years agoAdd twirssi post.
W. Trevor King [Tue, 21 Feb 2012 12:53:22 +0000 (07:53 -0500)]
Add twirssi post.

12 years agoAdd net-im/twirssi to Gentoo overlay page.
W. Trevor King [Sun, 19 Feb 2012 21:17:14 +0000 (16:17 -0500)]
Add net-im/twirssi to Gentoo overlay page.

12 years agoAdd Unicode long_description in setup.py post.
W. Trevor King [Fri, 17 Feb 2012 02:49:31 +0000 (21:49 -0500)]
Add Unicode long_description in setup.py post.

12 years agoRemove auto-generated Hooke docs.
W. Trevor King [Fri, 17 Feb 2012 01:33:12 +0000 (20:33 -0500)]
Remove auto-generated Hooke docs.

It's easier for me to rsync the docs from my Gentoo ebuild [1] than
maintain this stacked ikiwiki build.

[1]: http://blog.tremily.us/posts/Gentoo_overlay/
     which puts the docs under
       /usr/share/doc/be-9999/html/
     when `dev-util/be` is installed with the `doc` USE flag.

12 years agoUpdate Hooke doc building to use the Git repo and external update-copyright.py.
W. Trevor King [Thu, 16 Feb 2012 23:16:22 +0000 (18:16 -0500)]
Update Hooke doc building to use the Git repo and external update-copyright.py.

12 years agoFix link from IBW post to Hooke post.
W. Trevor King [Thu, 16 Feb 2012 22:30:37 +0000 (17:30 -0500)]
Fix link from IBW post to Hooke post.

12 years agoAdd a pointer from my IBW post to my HDF5 post.
W. Trevor King [Thu, 16 Feb 2012 22:27:40 +0000 (17:27 -0500)]
Add a pointer from my IBW post to my HDF5 post.

12 years agoFix link to igorbinarywave.py.
W. Trevor King [Thu, 16 Feb 2012 22:09:52 +0000 (17:09 -0500)]
Fix link to igorbinarywave.py.

Thanks to Raj Giridharagopal for pointing out the broken link.

12 years agoAdd update-copyright post.
W. Trevor King [Thu, 16 Feb 2012 12:43:03 +0000 (07:43 -0500)]
Add update-copyright post.

12 years agoConvert my PBS-queue howto from LaTeX to Markdown.
W. Trevor King [Wed, 15 Feb 2012 19:49:09 +0000 (14:49 -0500)]
Convert my PBS-queue howto from LaTeX to Markdown.

12 years agoFix link from Abax post to the new NFS root description.
W. Trevor King [Wed, 15 Feb 2012 18:13:20 +0000 (13:13 -0500)]
Fix link from Abax post to the new NFS root description.

12 years agoConvert my NFS-root howto from LaTeX to Markdown.
W. Trevor King [Wed, 15 Feb 2012 15:03:18 +0000 (10:03 -0500)]
Convert my NFS-root howto from LaTeX to Markdown.

12 years agoAdd comment to SNI post saying that you don't need any special configuration.
W. Trevor King [Tue, 14 Feb 2012 01:54:34 +0000 (20:54 -0500)]
Add comment to SNI post saying that you don't need any special configuration.