]> git.mdlowis.com Git - projs/awiki.git/commitdiff
updated search
authorMichael D. Lowis <mike@mdlowis.com>
Mon, 15 Jun 2020 02:26:33 +0000 (22:26 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Mon, 15 Jun 2020 02:26:33 +0000 (22:26 -0400)
awiki.rb
pages/20200609230839.md
pages/20200614205834.md [new file with mode: 0644]
pages/notes/game_prog.md
pages/notes/random.md

index 0141ca406d8fcddc924adaef4200510e084d26d0..a44f89fe63dd10f3dfda8403586c3ddb3566ccc0 100755 (executable)
--- a/awiki.rb
+++ b/awiki.rb
@@ -183,7 +183,7 @@ def gensitemap()
     f.puts "<div id=\"activeTags\"></div></p>"
     f.puts "<ul id=\"pages\">"
     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 "<li><a href=\"#{web_path(p[:path])}\" data-tags=\"#{p[:tags].join(" ")}\">#{p[:title]}</a></li>"
     end
index 2b49c9c68db1df5c6d84c90e69ce9a1657caa393..b1f53e24c9d7648d53d13af5aa2717a96744b2a6 100644 (file)
@@ -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 (file)
index 0000000..b8164a5
--- /dev/null
@@ -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
index 82d29e3b612e5c5eb8ddfffd0062e7d7b856d1a3..4f61f9093373e416a4aec4996a6f6de8c2150152 100644 (file)
@@ -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
 
index e7a61a179304d95a94dacf29f16ff2db65529e6d..76b94b6154b006d317b2127d737e8c880c489716 100644 (file)
@@ -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