Issue 2024-W12

Published on

Subscribe to new issues of the bulletin via the RSS feed or via email.

This week has been about RSS in the terminal, Statistical Process Control, CSS button styles and an edge case for Python regular expressions.

# RSS Please

A command-line tool to generate RSS feeds from web pages.

# Becoming Data Driven, From First Principles

An article on the Statistical Process Control approach for operating a business.

# CSS Button Styles You Might Not Know

An article on the use of touch-action and user-select to improve the user experience for buttons.

# Regex character “$” doesn't mean “end-of-string”

An article on the edge-cases for $ in Python's regular expression implementation.