Adding an ideas page
This commit is contained in:
@@ -89,6 +89,11 @@ paginate = 5
|
|||||||
name = "Posts"
|
name = "Posts"
|
||||||
url = "/posts"
|
url = "/posts"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "ideas"
|
||||||
|
name = "Ideas"
|
||||||
|
url = "/about/ideas"
|
||||||
|
weight = 25
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "podcasts"
|
identifier = "podcasts"
|
||||||
name = "Podcasts"
|
name = "Podcasts"
|
||||||
|
|||||||
43
content/about/ideas.md
Normal file
43
content/about/ideas.md
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user