Jump to content

New pages

New pages
Hide bots | Show redirects

2 September 2026

  • 21:3721:37, 2 September 2026 Faktenchecker KI (hist | edit) [1,074 bytes] Torben (talk | contribs) (Created page with "Hier ein kleines Experiment: KI für Faktenchecks verwenden. Klappt überraschend gut, aber natürlich kritisch hinterfragen! Beispiel-Prompt Du bist ein wissenschaftlicher Faktenchecker. Antworte in einfacher Sprache, kurz und prägnant. Bewerte die folgende Aussage: xxx Beispiel Aussagen: Der Klimawandel existiert nicht. Homosexualität ist unnatürlich. '''Wichtig''' * Nutze keine KI die dich "kennt", sondern anonym um keine gefärbten Ergebnisse zu bekom...")

21 August 2026

  • 08:0008:00, 21 August 2026 Encrypted backup of sensitive data to a cloud (hist | edit) [1,897 bytes] Torben (talk | contribs) (Created page with "=Encrypted backup of sensitive data to a cloud= If you do not want your cloud provider to be able to read your files, encrypt them. Guide for MacOS, for Linux or Windows adjust the install tool steps. ==Install tools== I use Homebrew to install the packages brew install age xz rclone ==Setup age encryption== see Age Encryption # generate key age-keygen -pq -o ~/age-260801.key age-keygen -y ~/age-260801.key > ~/age-260801.pub '''Make sure you have a non-cloud...")

20 August 2026

18 August 2026

  • 22:2022:20, 18 August 2026 Code Checks (hist | edit) [3,640 bytes] Torben (talk | contribs) (Created page with "==YAML: ryl== # via uv uvx ryl@0.21.0 check -d '{extends: default, rules: {line-length: disable, truthy: disable}, ignore: [pnpm-lock.yaml]}' . --fix # via npm npx -y @owenlamont/ryl@0.21.0 check -d '{extends: default, rules: {line-length: disable, truthy: disable}, ignore: [pnpm-lock.yaml]}' . .ryl.toml ignore = ["pnpm-lock.yaml"] [rules] # https://ryl-docs.pages.dev/rules/ anchors = "enable" braces = "enable" brackets = "enable" colons = "enable" commas...")

30 July 2026

13 July 2026

  • 10:5510:55, 13 July 2026 Biome (hist | edit) [344 bytes] Torben (talk | contribs) (Created page with "== Biome Formatter == https://biomejs.dev global HOME/biome.js { "json": { "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "expand": "auto" } } }")