▽Security 24/7 ●03/12 20:37 Navigating AWS Anti-Patterns: Common Pitfalls and Strategies to Avoid ThemMarch 10th, 2025 | Author: Eyal EstrinBefore beginning the conversation about AWS anti-patterns, we should ask ourselves — what is an anti-pattern?I have searched the web, and found the following quote:“An antipattern is just like a pattern, except that instead of a solution, it gives something that looks superficially l
▽趣味の方法 ●03/07 18:34 2025-03-06自分が書いたことが正しいかどうかを AI に判断してもらうAI記憶が曖昧すぎて自分が正しいかどうか不明 明治以前の庶民の旅行は、信仰と深く結びついたものだった。先に紹介済みの通り、伊勢参りなどが分かりやすい事例で、基本的に旅行のための建前があった。お参りではない近代的な観光旅行は、志賀重昂の『日本風景…自分が書いたことが正しいかどうかを AI に判断してもらうAI (6)
▽ Blog | huonw@github ●03/07 04:26 Take a break: Rust match has fallthrough05 Mar 2025Rust’s match statement can do a lot of things, even C-style fallthough to the next branch, despite having no real support for it. It turns out to a “shallow” feature, where the C to Rust translation is easily done, without needing to understand the code itself. The hardest part is coming to terms with writing it, and then convincing someone else