diff --git a/config.toml b/config.toml index f408f2b..84cfe4f 100644 --- a/config.toml +++ b/config.toml @@ -89,6 +89,11 @@ paginate = 5 name = "Posts" url = "/posts" weight = 20 + [[languages.en.menu.main]] + identifier = "ideas" + name = "Ideas" + url = "/about/ideas" + weight = 25 [[languages.en.menu.main]] identifier = "podcasts" name = "Podcasts" diff --git a/content/about/ideas.md b/content/about/ideas.md new file mode 100644 index 0000000..ea6f727 --- /dev/null +++ b/content/about/ideas.md @@ -0,0 +1,43 @@ +--- +title: "Blog Ideas" +date: 2025-08-25 +draft: false +--- + +## Ideas + +- Setting up proxmox +- Migrating from one proxmox server to another +- Writing a Baseball Game predictor + - Getting the data + - Formatting the data + - Database + - Getting weather data + - Historic + - Prediction + - Using Python neural net +- Bad Malware Analysis + - Average value per string + - Call tree depth + - Number of library/function calls + - Put together multiple test detection + - Size of binvs function calls + - Total value/average of total strings +- Bad password Analysis + - Ascii codes + - Grid map of sequences + - Heat map on phone keyboard + - Number of keyboard shifts on phone +- How good requirements help security +- Selfhosted email setup +- Rust security features +- Silence on the wire, is it still relevant +- Tangled web, is it still relevant +- Summations of chapters on secure coding + - How the "spirit of c" can lead to issues 21 + - Stack protection 109, 111 + - Tables on 92,93 + - Watch out for compiler optimization 37, 40, 41, 152, 153 +- iNaturalist + - What is it and how to use it + - Possible analysis