Hackers News Bypassing disk encryption on systems with automatic TPM2 unlock adminJanuary 16, 20250 Have you setup automatic disk unlocking with TPM2 and systemd-cryptenroll or clevis? Then chances are high that your disk can…
Hackers News Show HN: A singing synthesizer for the browser with automatic 3-part harmony adminDecember 25, 20240 Comments
Hackers News SQLite-backed key-value store with JS-like object manipulation and automatic JSON serialization. · GitHub adminDecember 22, 20240 import Database from ‘better-sqlite3’; //////////////////////////////////////// // 1. Types //////////////////////////////////////// export type SchemaDefinition = Record<string, any>; export interface CreateDBOptions { idColumn?:…