HackerTrans
TopNewTrendsCommentsPastAskShowJobs

simon04

no profile record

Submissions

KDE: 30 years of the Linux desktop (video media.ccc.de)

media.ccc.de
4 points·by simon04·há 3 meses·0 comments

[untitled]

1 points·by simon04·há 3 meses·0 comments

ISBN Visualization

annas-archive.li
67 points·by simon04·há 7 meses·13 comments

comments

simon04
·há 7 meses·discuss
Using 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
·há 7 meses·discuss
Ruff's rule is derived from Pylint: https://docs.astral.sh/ruff/rules/unspecified-encoding/
simon04
·há 7 meses·discuss
A very tiny router is provided by nanostores: https://github.com/nanostores/router
simon04
·há 7 meses·discuss
Maybe not so much for an Internet Protocol router?
simon04
·há 9 meses·discuss
Video: https://youtu.be/U7pZbCnJxEw?t=6105 (Kernel Recipes 2025 - Day 2)
simon04
·há 4 anos·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.