1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 01:32:41 +00:00

update(blog)!: Biometrics article (#2826)

Signed-off-by: Jonah Aragon <jonah@privacyguides.org>
This commit is contained in:
fria
2025-02-13 14:04:22 -06:00
committed by GitHub
parent f6767eaab7
commit e380bf672f
14 changed files with 249 additions and 1 deletions

7
.vscode/ltex.dictionary.en-US.txt vendored Normal file
View File

@ -0,0 +1,7 @@
Kinect
Scanalytics
mmWave
TODO
MotionScore
GaitMetrics
Bayometric

1
.vscode/ltex.disabledRules.en-US.txt vendored Normal file
View File

@ -0,0 +1 @@
COMMA_PARENTHESIS_WHITESPACE

View File

@ -0,0 +1,8 @@
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QImage Credit: Yipeng Lu\\E$"}
{"rule":"CLOSE_SCRUTINY","sentence":"^\\QThis technology can work using only 2D footage and doesn't even require close proximity or high resolution sensors like other forms of biometrics.\\E$"}
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QCompanies like TypingDNA claim to be able to identify users by how they type.\\E$"}
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QImage Credit: Alireza Bilesan, Saeed Behzadipour, Teppei Tsujita, Shunsuke Komizunai, and Atsushi Konno\\E$"}
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QImage Credit: Yousef, R.N., Khalil, A.T., Samra, A.S. et al.\\E$"}
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QImage Credit: clockit.io\\E$"}
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QExample of finger minutiae including forks (where one line splits into multiple lines), ends (where a line ends), islands (isolated dots), and inclosures (lines that split into two and then reconnect)\\E$"}
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QIllustration: Jonah Aragon / Privacy Guides | Photo: Jair Lázaro / Unsplash\\E$"}

13
.vscode/settings.json vendored
View File

@ -20,7 +20,18 @@
{
"git.ignoreLimitWarning": true,
"ltex.diagnosticSeverity": "hint",
"ltex.diagnosticSeverity": {
"COMMA_COMPOUND_SENTENCE": "error",
"MORFOLOGIK_RULE_EN_US": "information",
"HE_VERB_AGR": "hint",
"WHETHER": "hint",
"MAKE_SINCE": "information",
"CLOSE_SCRUTINY": "information",
"EN_COMPOUNDS": "warning",
"ADMIT_ENJOY_VB": "hint",
"ABOUT_WHO_TO": "warning",
"default": "hint"
},
"editor.unicodeHighlight.ambiguousCharacters": true,
"editor.unicodeHighlight.invisibleCharacters": true,
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",