Skip to content

Instantly share code, notes, and snippets.

@schwartzie
schwartzie / monitor_dymo_s100.py
Last active April 2, 2024 15:08
Monitor output from Dymo S100 USB-connected scale
#! /usr/bin/env python3
# notes:
# - origin: https://steventsnyder.com/reading-a-dymo-usb-scale-using-python/
# - device support: https://github.com/pyusb/pyusb#requirements-and-platform-support
# - device permissions: https://stackoverflow.com/a/73357412/455641
# - kernel driver busy: https://ubuntuforums.org/archive/index.php/t-2044904.html
import usb.core
@bmaupin
bmaupin / open-source-sso.md
Last active April 11, 2024 09:36
Comparison of some open-source SSO implementations

ⓘ This list is not meant to be exhaustive and is not guaranteed to be maintained. See the comments for updates and alternative options.

(Items in bold indicate possible concerns)

Keycloak WSO2 Identity Server Gluu CAS OpenAM Shibboleth IdP
OpenID Connect/OAuth support yes yes yes yes yes yes
Multi-factor authentication yes yes yes yes yes yes
Admin UI yes yes yes yes yes no
OpenJDK support yes yes partial² yes