From 9b716f8f0779a8d7508fe17c4c88057e2fa7a3d1 Mon Sep 17 00:00:00 2001
From: "Michael D. Lowis"
Date: Sun, 14 Jun 2020 22:26:33 -0400
Subject: [PATCH] updated search
---
awiki.rb | 2 +-
pages/20200609230839.md | 6 +++---
pages/20200614205834.md | 5 +++++
pages/notes/game_prog.md | 1 +
pages/notes/random.md | 3 ++-
5 files changed, 12 insertions(+), 5 deletions(-)
create mode 100644 pages/20200614205834.md
diff --git a/awiki.rb b/awiki.rb
index 0141ca4..a44f89f 100755
--- a/awiki.rb
+++ b/awiki.rb
@@ -183,7 +183,7 @@ def gensitemap()
f.puts "
"
f.puts ""
tags = []
- $db[:pages].values.sort_by{|h| h[:title] }.each do |p|
+ $db[:pages].values.filter{|h| h[:title] }.sort_by{|h| h[:title] }.each do |p|
tags += p[:tags]
f.puts "- #{p[:title]}
"
end
diff --git a/pages/20200609230839.md b/pages/20200609230839.md
index 2b49c9c..b1f53e2 100644
--- a/pages/20200609230839.md
+++ b/pages/20200609230839.md
@@ -16,8 +16,8 @@
* broken builds
## Soon
-* Allen's review write-up
-* Get a dongle and DiVa setup for Randy
+* review write-up
+* Get a dongle and DiVa setup
## Later
* Asciidoc documentation for CVP
@@ -25,5 +25,5 @@
## Follow-Up
* Corporate Gen 2 Backlight issue on startup
-* AR0233 Development (Will)
+* AR0233 Development
diff --git a/pages/20200614205834.md b/pages/20200614205834.md
new file mode 100644
index 0000000..b8164a5
--- /dev/null
+++ b/pages/20200614205834.md
@@ -0,0 +1,5 @@
+@tags os os-research
+# Operating Systems
+
+## Further Reading
+* [Ideal OS Essay](https://joshondesign.com/2017/08/18/idealos_essay) - Musings on what would constitute a better, more modern, OS
diff --git a/pages/notes/game_prog.md b/pages/notes/game_prog.md
index 82d29e3..4f61f90 100644
--- a/pages/notes/game_prog.md
+++ b/pages/notes/game_prog.md
@@ -3,4 +3,5 @@
# Game Programming
* https://github.com/a1studmuffin/SpaceshipGenerator
* https://github.com/eduard-permyakov/permafrost-engine
+* https://www.wikizero.com/en/List_of_commercial_video_games_with_available_source_code
diff --git a/pages/notes/random.md b/pages/notes/random.md
index e7a61a1..76b94b6 100644
--- a/pages/notes/random.md
+++ b/pages/notes/random.md
@@ -1,5 +1,6 @@
@tags note-index
# Random Thoughts
-https://untools.co/ - Tools for better thinking
+* https://untools.co/ - Tools for better thinking
+* https://www.perell.com/blog/50-ideas-that-changed-my-life
--
2.51.0