Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added MLK_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added MLK_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/dev
Submodule dev updated 3 files
+1 −6 README.md
+1 −6 index.md
+1 −1 index.qmd
280 changes: 280 additions & 0 deletions content/posts/info-arch-in-avxr.qmd

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,18 @@
"clean": "rm -rf _freeze/* _site/*",
"dev": "npm run render:markdown && npm run dev:next",
"dev:next": "next dev",
"start": "python -m http.server -d out 3000",
"lint": "next lint",
"next": "next",
"preview": "quarto preview",
"preview:post": "quarto preview content/posts/info-arch-in-avxr.qmd --no-browser",
"render:markdown": "cd content && quarto render README.qmd --to gfm --output index.md && npm run render:about && npm run render:dev && npm run render:posts && bash -c \"cd ../ && ls -l ./ && if [ -d site_libs ]; then cp -LR site_libs public/ && rm -rf site_libs;fi && if [ -f search.json ]; then rm search.json;fi\"",
"render:about": "cd content/about && quarto render index.qmd --to gfm --output index.md --output-dir .",
"render:dev": "cd content/dev && quarto render --output-dir . && quarto render index.qmd --to gfm --output README.md --output-dir .",
"render:js-demos": "bash -c \"cd content/js-demos && quarto render --output-dir . && quarto render index.qmd --to gfm --output README.md --output-dir . && quarto render index.qmd --to html --output index.html --output-dir . && cd ../../ && ls -l ./ && cp -LR site_libs public/ && rm -rf site_libs && rm search.json\"",
"render:posts": "cd content/posts && quarto render --output-dir .",
"render:readme": "quarto render content/README.qmd --to gfm --output README.md"
"render:readme": "quarto render content/README.qmd --to gfm --output README.md",
"start": "python -m http.server -d out 3000",
"start:adb-port-forwarding": "adb reverse tcp:3000 tcp:3000"
},
"type": "module"
}
Binary file not shown.
Binary file not shown.
Binary file added public/filings/Real-Currents.Ltd.Co.pdf
Binary file not shown.
Binary file not shown.
Binary file added public/filings/employer_identification_number.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ div#transparent_background {
position:relative;
width:800px;
min-width:540px;
min-height:9999px;
min-height:24576px;
margin:0 auto;
background-color:#191919;
opacity:.75;
Expand All @@ -465,7 +465,7 @@ div#transparent_background {

div#home_screen {
position:relative;
margin:-9999px auto 0;
margin:-24576px auto 0;
width:800px;
min-width:604px;
min-height:100%;
Expand Down
10 changes: 9 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ export default function Home() {
// { title: "Chocolate Chip Cookies", slug: "chocolate_chip_cookies" }, // => /content/recipes/chocolate_chip_cookies.html
// { title: "Cinnamon Rolls", slug: "cinnamon_rolls" }, // => /content/recipes/cinnamon_rolls.html
// { title: "Lemon Poppy Seed Muffins", slug: "lemon_poppy_seed_muffins" }, // => /content/recipes/lemon_poppy_seed_muffins.html
{
title: "Information architecture in the [Augmented|Virtual|eXtended] Reality Age",
content: "",
contentRoot: "content/posts",
slug: "info-arch-in-avxr", // => /content/posts/info-arch-in-avxr.html
date: new Date('2025-09-11'),
description: "Reality-altering technology represents a fundamental shift from tools that augment human capabilities to technologies that reconstruct the very foundations of human experience and understanding..."
},
{
title: "WebXR Layers Start!",
content: "",
Expand All @@ -37,7 +45,7 @@ export default function Home() {
contentRoot: "threejs-portal-effect",
slug: "", // => /threejs-portal-effect/index.html
date: new Date('2025-01-31'),
description: "Three.js - WebXR Portal Effect (a demo of how to use clipping planes to construct/project WebXR scene in mixed reality - through the portal!)"
description: "A demo of how to use clipping planes to construct/project WebXR scenes in mixed reality - through the portal!"
},
{
title: "Visualizing R Data with SveltR",
Expand Down
228 changes: 228 additions & 0 deletions war_of_myth_full_article.html

Large diffs are not rendered by default.

188 changes: 188 additions & 0 deletions war_of_myth_full_article.md

Large diffs are not rendered by default.

Loading