I hereby claim:
- I am myles on github.
- I am myles (https://keybase.io/myles) on keybase.
- I have a public key ASDdUR3w8haibPH-nGAJrwbnYONKwSQVACkpDwI1wM7qrAo
To claim this, I am signing this object:
# A simple Makefile alternative to using Grunt for your static asset compilation | |
# | |
## Usage | |
# | |
# $ npm install | |
# | |
# And then you can run various commands: | |
# | |
# $ make # compile files that need compiling | |
# $ make clean all # remove target files and recompile from scratch |
for pptx in *.pptx; | |
do | |
libreoffice --headless --convert-to pdf $pptx | |
convert -density 400 `basename $pptx`.pdf -resize 2000x1500 `basename $pptx`%d.jpg | |
rm `basename $pptx`.pdf | |
done |
#!/usr/bin/env python3 | |
import subprocess | |
def osascript(script): | |
""" | |
This is a bridge between Python and AppleScript using the `osascript` | |
comamnd line app. | |
""" |
location /.well-known/acme-challenge { | |
root /usr/share/nginx/html; | |
} | |
# h5bp is from https://github.com/h5bp/server-configs-nginx | |
include h5bp/directive-only/ssl.conf; | |
ssl_certificate /etc/letsencrypt/live/bear.mylesbraithwaite.com/fullchain.pem; | |
ssl_certificate_key /etc/letsencrypt/live/bear.mylesbraithwaite.com/privkey.pem; |
Verifying that +mylesb is my blockchain ID. https://onename.com/mylesb |
[email protected] /Users/Myles/WebSites/ca_mylesb_www | |
βββ¬ [email protected] | |
β βββ¬ [email protected] | |
β β βββ¬ [email protected] | |
β β β βββ [email protected] | |
β β βββ [email protected] | |
β β βββ [email protected] | |
β β βββ [email protected] | |
β β βββ [email protected] | |
β β βββ [email protected] |
--- | |
layout: null | |
sitemap: false | |
permalink: twtxt.txt | |
--- | |
{% for post in site.posts limit:10 %}{{ post.date | date_to_xmlschema }} {{ post.title }} {% if post.shorturl %}{{ post.shorturl }}{% else %}{{ post.url | prepend: site.baseurl | prepend: site.url }}{% endif %} | |
{% endfor %} |
I hereby claim:
To claim this, I am signing this object:
I am currently out of the office on vacation until the <%= return_date %>. | |
I know I'm supposed to say that I'll have limited access to email and won't be | |
able to respond until I return, but that's not true. My iPhone will be with me | |
and I can respond if I need to. And I recognize that I'll probably need to | |
interrupt my vacation from time to time to deal with something urgent. | |
If you need urgent assistance you can *text me* at <%= mobile_phone %>. | |
Otherwise, I'll respond when I return... |
57 Little Things to Double Check Before Your Website Launch