• 0 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle








  • As a crazy person that took 5 semesters of Latin, absolutely, but it’s a battle in which I’ve admitted defeat, much like “as per.”

    If English made any sense, “matrices” would be the normal plural and pronounced with the italianized soft c. But then “indexes” is over there being irksome.

    I think the correct plural here is simpler: a zero plural, i.e Kleenex. Probably because we just elide the entire word “tissues.”







  • Scrubbing a little demo project I made featuring a web app behind oauth2-proxy leveraging keycloak as local idp with social login. It also uses a devcontainer config for development. The demo app uses the Litestar framework (fka starlite, in Python) because I was interested, but it’s hardly the focus. Still gotta put caddy in front of it all for easy SSL. Oh, and clean up all the default secrets I’ve strewn about with appropriate secret management.

    All of it is via rootless podman and declarative configuration.

    Think I might have to create my own Litestar RBAC plugin that leverages the oauth headers provided by the proxy.

    It has been a minute since I worked daily in this space, so it has been good to dust off the cobwebs.