Tag: automation | RSS Feed

Adding Critical CSS in Pelican

As it turns out, adding critical css wasn't trivial, but didn't take as much effort as I had originally thought. My site's layout doesn't contain that much styling, and so I simply added all of my CSS as an inline style tag. The tricky part, was getting Jinja to play … [Read More]

Updated on 2017-01-05

Category: Tech

Tags: pelican, automation, python


Backup Your Email with Getmail

It's always a good idea to keep backups of data you can't replace, including email. For the last few years, I've had a script that automatically backs up my Gmail account. Since switching to Fastmail, I figured I should continue doing the same thing. It turned out, it was pretty … [Read More]

2015-09-06

Category: Tech

Tags: automation, email, backup


Using Contacts.app with TextExpander

Changing your email or phone number isn't fun. You have to tell everyone, update all of your online accounts, and make sure your TextExpanders are up-to-date with the right information. One of the places I will always update is my contact information in Contacts.app, so why not just use … [Read More]

Updated on 2015-09-20

Category: Tech

Tags: textexpander, automation, javascript


Filling Forms with PDFPen and Javascript

My adventure with Mac Javascript Automation continues. Things still aren't easy and the documentation is poor, but I'm finding that it's still easier to write automation scripts in Javascript than it ever was with Applescript. Every month I need to fill out four receipts in a PDF form that I … [Read More]

2015-06-06

Category: Tech

Tags: automation, javascript, applescript


Automatically Attach tmux in SSH Session

I frequently work in ssh sessions and have found terminal multiplexers like tmux to be invaluable. The problem I was constantly facing was having to re-attach or create a new session each time I would ssh into a machine. Sometimes I would accidentally create a new session when one already … [Read More]

2015-05-09

Category: Tech

Tags: automation, bash


Download Paychecks from ADP with Python

If your employer uses ADP, you'll know how terrible their website is. I always dread having to go to the website, but I like to download my paychecks every two weeks. I started playing around with writing a script to download them using Python, but decided I should check Github … [Read More]

2015-04-05

Category: Tech

Tags: python, automation


How I use my Mac Mini Server on Macminicolo

I frequently get asked why I use Macminicolo and if it's worth it. It's a relatively expensive hobby, but it gives me so much benefit that at this point I couldn't live without it. Having an always-on Mac opens up a lot of opportunity and I'm always finding new things … [Read More]

2015-02-09

Category: Tech

Tags: Dropbox, automation, hazel, scripting


Save First Page of PDF for Expenses with Hazel

Once a month I have to submit my Verizon bill as an expense. The process of getting the PDF of the bill and then modifying it turned out to be a big pain by first reminding my mom to send the bill1, saving the first page and then submitting … [Read More]

2015-01-25

Category: Tech

Tags: hazel, applescript, automation


View Image Links from Pelican in Marked 2

I really enjoy writing in MultiMarkdown Composer and having Marked display a rendered version. When writing blog posts like this, images would never appear since Pelican's syntax for displaying images is {static}/path/to/image. I looked into Marked's preprocessor abilities and figured out a nice, clean way to display … [Read More]

2015-01-10

Category: Tech

Tags: automation, python, pelican


Download Pinboard Bookmarks with OS X Tags

For the last few years, I've been using Brett Terpstra's Pinboard to Openmeta to save my Pinboard bookmarks locally. In the last few months, I've been spending more and more time trying to fix issues to get it to run reliably. Since this is something that I use often, I … [Read More]

2014-12-23

Category: Tech

Tags: automation, python, projects

© Ryan M 2024. Built using Pelican.