This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error: Package ‘fluffychat-linux-1.20.0’ in /nix/store/20yis5w6g397plssim663hqxdiiah2wr-source/pkgs/applications/networking/instant-messengers/fluffychat/default.nix:41 is marked as insecure, refusing to evaluate. | |
Known issues: | |
- The libolm end‐to‐end encryption library used in many Matrix | |
clients and Jitsi Meet has been deprecated upstream, and relies | |
on a cryptography library that has known side‐channel issues and | |
disclaims that its implementations are not cryptographically secure | |
and should not be used when cryptographic security is required. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const fs = require("fs"); | |
const numberToLetters = (num) => { | |
let letters = ""; | |
while (num >= 0) { | |
letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[num % 26] + letters; | |
num = Math.floor(num / 26) - 1; | |
} | |
return letters; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
users.users.hannes = { | |
isNormalUser = true; | |
extraGroups = ["wheel"]; | |
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFLnJfxLDy7PgM2UJUk2H0TkwTqSuOGUJE9zoGmi8LOm"]; | |
}; | |
services.openssh = { | |
enable = true; | |
settings={ | |
PasswordAuthentication = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
password-file = "password.txt" | |
[global.backup] | |
exclude-file = "excludes.txt" | |
exclude-if-present = ".resticignore" | |
schedule-permission = "user" | |
schedule-lock-wait = "1h" | |
[global.retention] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"email": "[email protected]", | |
"label": "Data Engineer", | |
"location": { | |
"city": "New Taipei CIty", | |
"countryCode": "TW" | |
}, | |
"name": "Johannes Smit", |
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Timestamp,Do you prepare meat for yourself or others ?,What is your current age? ,What is your gender ? (Self-describe using 'other.'),Identify your country or territory of origin,Identify your current country or territory of residency,Current U.S. state of residence ,"What is your ""race""? (Categories are those used by the U.S. Census Bureau — check all that apply.)","Are you of Hispanic, Latino, or Spanish origin?",How often do you prepare a meal in your household?,How many people are in your household?,How important is food safety to you when you cook?,"Which of the following do you do regularly when cooking, preparing and consuming food products? (Check all that apply)","Before you begin to prepare food in your kitchen, how often do you wash your hands with soap and warm water for at least 20 seconds?",Please indicate how often you do each of the following [Use different plates for handling raw meat and cooked meat],"Please indicate how often you do each of the following [Use a food thermometer to check |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C0 Controls and Basic Latin U+0000 – U+007F (0–127) | |
! 5 A a | |
C1 Controls and Latin–1 Supplement U+0080 – U+00FF (128–255) | |
¥ ¼ Ñ ñ | |
Latin Extended-A U+0100 – U+017F (256–383) | |
Ą ą IJ ij | |
Latin Extended-B U+0180 – U+024F (384–591) | |
Ə Ɛ ƕ ƺ | |
IPA Extensions U+0250 – U+02AF (592–687) | |
ɖ ɞ ɫ ɷ |