Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.
| package main | |
| import ( | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "crypto/rand" | |
| "encoding/hex" | |
| "flag" | |
| "fmt" | |
| "io" |
| import SwiftUI | |
| import CoreData | |
| let appTransactionAuthorName = "app" | |
| @main | |
| struct ZenJournalApp: App { | |
| var body: some Scene { | |
| WindowGroup { |