Alfred Workflow - Readtime
Here’s a very simple Alfred Workflow I created to calculate the approximate readtime of the input text. It uses the calculation as documented by Medium, and my Perl implementation is a port of this Python implementation.
Here’s a very simple Alfred Workflow I created to calculate the approximate readtime of the input text. It uses the calculation as documented by Medium, and my Perl implementation is a port of this Python implementation.
Here’s a very simple Alfred Workflow I created to convert text to titlecase, using the Python CLI implementation, and add the result to the clipboard.
When researching, I take a lot of notes in the Apple Notes app - including a lot of links for reference.
Really enjoyed talking about how we’re driving ML data quality with Data Contracts at a recent MLOps Community meetup!
Originally published on the GoCardless Tech blog.
At GoCardless, we’re using Data Contracts to improve data quality and reliability. We’ve been on this journey for nearly a year now, and while we have some learnings we’re making great progress.
Really enjoyed chatting to Kyle of Bigeye about Data Contracts, FinTech, privacy regulation and more!
Check it out on YouTube and let us know what you think :)
A few weeks back I spoke to the team at Monte Carlo about our experiences implementing Data Contracts at GoCardless and our key learnings so far.
It’s been 6 months since I introduced Data Contracts as our initiative to improve data quality at GoCardless.
A few weeks back I had a great discussion with Scott Hirleman on the Data Mesh Radio podcast all about Data Contracts! I talked about why we’re doing it, where we’ve got to so far and the challenges we’ve had.
In theory, you can make use of any modules from the Terraform registry with Terragrunt, allowing you to make use of common solutions and patterns to quickly get your resources set up. However in practice, there are a couple of gotchas to be aware of.