KDE: 30 years of the Linux desktop (video media.ccc.de)media.ccc.de4 points·by simon04·3 months ago·0 comments
simon04·7 months ago·discussUsing a Token2 based id_ed25519_sk_rk key, I found very helpful to configure a different `pushurl` in `.git/config`. This allows to pull via HTTPS w/o a hardware touch. [remote "origin"] url = https://github.com/freeCodeCamp/devdocs.git pushurl = [email protected]:freeCodeCamp/devdocs.git
simon04·7 months ago·discussRuff's rule is derived from Pylint: https://docs.astral.sh/ruff/rules/unspecified-encoding/
simon04·7 months ago·discussA very tiny router is provided by nanostores: https://github.com/nanostores/router
simon04·4 years ago·discuss> TLS 1.0, TLS 1.1 and TLS 1.2 are supported. By design, SSL 2.0 and SSL 3.0 are not supported.TLS 1.3 isn't mentioned.