Tag: python | RSS Feed

JSON Feed in Pelican

Brent Simmons and Manton Reece recently announced an alternative to RSS and Atom using JSON. The format is straight forward and seemed like a great fit to implement in Pelican. I've been spending a considerable amount of my time lately writing Apex code (Salesforce's proprietary language similar to Java and … [Read More]

2017-05-18

Category: Tech

Tags: pelican, python


Create Dropbox Links from Alfred

I've always treated Alfred as a Finder replacement. The speed at which I can find and take action on files is faster than Finder.app or Spotlight will ever be able to do. Because of this, I want to have a quick and easy way to share Dropbox files from … [Read More]

2017-05-16

Category: Tech

Tags: alfred, dropbox, automation, python


Moving TextExpander Snippets to Keyboard Maestro

I've been a long time TextExpander user. I use it every day for simple things like pasting my contact info or shortening urls using bit.ly. There are plenty of articles out there arguing for and against TextExpander's new subscription model. I support their decision but I can't justify $50 … [Read More]

2016-04-10

Category: Tech

Tags: automation, textexpander, python, keyboardmaestro


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


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


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


Digitizing the Family Photos

I had this ongoing fear that all of our family photos would get lost or destroyed. I've always wanted to have a central place for all of my photos, both past and present. In early 2012, my mom and I started on a project to scan, crop and organize all … [Read More]

2014-03-01

Category: Tech

Tags: python, alfred, hazel, dropbox, bash, photos

© Ryan M 2023. Built using Pelican.