Skip to content

Commit 67c1535

Browse files
committed
AI Notes now build & URL Routing
Upgraded the sub-page blog to support URL paths to specific blog entries. Routes the user to the entry while keeping the Temp Content of the page.
1 parent f2496d0 commit 67c1535

File tree

82 files changed

+3720
-1100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+3720
-1100
lines changed

docs/AIDev.htm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
<a href="/pxlNav/Explore.htm" rel="bookmark">pxlNav Framework - 3D Navigation Technology</a>
102102
<a href="/MakingOf/Development.htm" rel="bookmark">Making Of - Development Process</a>
103103
<a href="/ProjectsLinks/procstack.github.io.htm" rel="bookmark">Projects and Repositories Portfolio</a>
104-
<a href="/Blog/Technical.htm" rel="bookmark">Technical Blog and Tutorials</a>
105104
<a href="/AboutMe/What_am_I.htm" rel="bookmark">About Kevin Edzenga - Technical Artist</a>
106105
</nav>
107106

@@ -215,7 +214,7 @@
215214
"pxlNav": "../../../../js/pxlNav.module.js"
216215
}
217216
}</script>
218-
<script type="module" id="pxlNavModule" src="./js/ProckStackGitio.js?v=2025-09-14"></script>
217+
<script type="module" id="pxlNavModule" src="./js/ProcStackGitio.js?v=2025-09-14"></script>
219218

220219

221220

docs/AIDev/aiIntro.htm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
<a href="/pxlNav/Explore.htm" rel="bookmark">pxlNav Framework - 3D Navigation Technology</a>
102102
<a href="/MakingOf/Development.htm" rel="bookmark">Making Of - Development Process</a>
103103
<a href="/ProjectsLinks/procstack.github.io.htm" rel="bookmark">Projects and Repositories Portfolio</a>
104-
<a href="/Blog/Technical.htm" rel="bookmark">Technical Blog and Tutorials</a>
105104
<a href="/AboutMe/What_am_I.htm" rel="bookmark">About Kevin Edzenga - Technical Artist</a>
106105
</nav>
107106

@@ -215,7 +214,7 @@
215214
"pxlNav": "../../../../../js/pxlNav.module.js"
216215
}
217216
}</script>
218-
<script type="module" id="pxlNavModule" src="../js/ProckStackGitio.js?v=2025-09-14"></script>
217+
<script type="module" id="pxlNavModule" src="../js/ProcStackGitio.js?v=2025-09-14"></script>
219218

220219

221220

docs/AIDev/aiNotes.htm

Lines changed: 28 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta name="revisit-after" content="14 days">
2222
<meta name="fragment" content="!">
2323
<!-- Note : connical, description, & keywords update with page changes -->
24-
<link rel="canonical" href="http://procstack.github.io/AIDev/aiNotes.htm" id="canonicalLink">
24+
<link rel="canonical" href="https://procstack.github.io/aiNotes.htm" id="canonicalLink">
2525
<meta name="description" content="AI development &amp; research by ProcStack, including work on Graph Attention Networks (GAT), Echo State Networks (ESN), and other AI structures.">
2626
<meta name="keywords" content="AI, Artificial Intelligence, Machine Learning, Deep Learning, Graph Attention Network, GAT, Echo State Network, ESN, Neural Networks, AI Development, ProcStack, Kevin Edzenga">
2727
<meta name="author" content="Kevin Edzenga">
@@ -31,7 +31,7 @@
3131
<meta name="ai:data-source" content="https://procstack.github.io/bots/siteContent.json">
3232
<meta name="ai:data-manifest" content="https://procstack.github.io/data-manifest.json">
3333
<meta name="ai:content-api" content="https://procstack.github.io/bots/">
34-
<link rel="alternate" type="application/json" href="https://procstack.github.io/bots/AIDev_aiNotes.htm.json" title="Site Content Data">
34+
<link rel="alternate" type="application/json" href="https://procstack.github.io/aiNotes.htm" title="Site Content Data">
3535
<link rel="data-manifest" type="application/json" href="https://procstack.github.io/data-manifest.json" title="Data Sources Manifest">
3636
<link rel="ai-meta-spec" href="https://procstack.github.io/bots/ai-metadata-spec.html">
3737

@@ -44,7 +44,7 @@
4444
<meta name="og:title" content="Notes &amp; Research - AI Development - ProcStack">
4545
<meta name="og:description" content="AI development &amp; research by ProcStack, including work on Graph Attention Networks (GAT), Echo State Networks (ESN), and other AI structures.">
4646
<meta name="og:image" content="https://procstack.github.io/images/ProcStack_th.jpg">
47-
<meta name="og:url" content="http://procstack.github.io/AIDev/aiNotes.htm">
47+
<meta name="og:url" content="https://procstack.github.io/aiNotes.htm">
4848

4949
<meta name="twitter:card" content="summary_large_image">
5050
<meta name="twitter:title" content="Notes &amp; Research - AI Development - ProcStack">
@@ -77,7 +77,7 @@
7777
}
7878
}</script>
7979
<meta name="google-site-verification" content="BiFfMHYTXO2SVuwHbCsth_IVUmyLgIpPUfEfnDPgP00">
80-
<link type="text/css" id="procPagesStylesheet" rel="stylesheet" href="../style/ProcStackStyle.css"><link type="text/css" id="pxlNavStylesheet" rel="stylesheet" href="../style/pxlNavStyle.min.css"></head>
80+
<link type="text/css" id="procPagesStylesheet" rel="stylesheet" href="/style/ProcStackStyle.css"><link type="text/css" id="pxlNavStylesheet" rel="stylesheet" href="/style/pxlNavStyle.min.css"></head>
8181

8282
<!-- -- -- -- -->
8383

@@ -101,7 +101,6 @@
101101
<a href="/pxlNav/Explore.htm" rel="bookmark">pxlNav Framework - 3D Navigation Technology</a>
102102
<a href="/MakingOf/Development.htm" rel="bookmark">Making Of - Development Process</a>
103103
<a href="/ProjectsLinks/procstack.github.io.htm" rel="bookmark">Projects and Repositories Portfolio</a>
104-
<a href="/Blog/Technical.htm" rel="bookmark">Technical Blog and Tutorials</a>
105104
<a href="/AboutMe/What_am_I.htm" rel="bookmark">About Kevin Edzenga - Technical Artist</a>
106105
</nav>
107106

@@ -183,31 +182,31 @@
183182
</div>
184183
</div></div><div class="procPageSectionContentStyle aiDevPage-blogStyle pagesVisOn procPagesSectionActive" id="7"><div class="blogManagerBlockStyle aiDevPage-blogStyle"><div class="blogEntryListStyle procPagesSectionActive pagesVisOn"><button class="blogEntryListingStyle">
185184
Morality
186-
<div class="blogSubListingStyle">:: 2025-10-16</div></button><button class="blogEntryListingStyle">
185+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-10-16</div></button><button class="blogEntryListingStyle">
187186
Pixel Mapping
188-
<div class="blogSubListingStyle">:: 2025-10-10</div></button><button class="blogEntryListingStyle">
187+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-10-10</div></button><button class="blogEntryListingStyle">
189188
Aptitude
190-
<div class="blogSubListingStyle">:: 2025-10-08</div></button><button class="blogEntryListingStyle">
189+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-10-08</div></button><button class="blogEntryListingStyle">
191190
Being &amp; Becoming
192-
<div class="blogSubListingStyle">:: 2025-10-05</div></button><button class="blogEntryListingStyle">
191+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-10-05</div></button><button class="blogEntryListingStyle">
193192
Bodily Autonomy
194-
<div class="blogSubListingStyle">:: 2025-10-02</div></button><button class="blogEntryListingStyle">
193+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-10-02</div></button><button class="blogEntryListingStyle">
195194
Dreamy Meanderings
196-
<div class="blogSubListingStyle">:: 2025-08-30</div></button><button class="blogEntryListingStyle">
195+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-08-30</div></button><button class="blogEntryListingStyle">
197196
Hoping for Nuance
198-
<div class="blogSubListingStyle">:: 2025-08-16</div></button><button class="blogEntryListingStyle">
197+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-08-16</div></button><button class="blogEntryListingStyle">
199198
Neural Bundles
200-
<div class="blogSubListingStyle">:: 2025-08-02</div></button><button class="blogEntryListingStyle">
199+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-08-02</div></button><button class="blogEntryListingStyle">
201200
Feedback Systems
202-
<div class="blogSubListingStyle">:: 2025-08-01</div></button><button class="blogEntryListingStyle">
201+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-08-01</div></button><button class="blogEntryListingStyle">
203202
Tensor Terrain Adaptation
204-
<div class="blogSubListingStyle">:: 2025-07</div></button><button class="blogEntryListingStyle">
203+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-07</div></button><button class="blogEntryListingStyle">
205204
Stack Crunching
206-
<div class="blogSubListingStyle">:: 2025-05</div></button><button class="blogEntryListingStyle">
205+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-05</div></button><button class="blogEntryListingStyle">
207206
My Training Data
208-
<div class="blogSubListingStyle">:: 2025-02</div></button></div><div class="blogEntryListMobileStyle"><button class="blogEntryListingStyle blogMobilePrev">◀ Older</button><button class="blogEntryListingStyle blogMobileCurrent">
207+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-02</div></button></div><div class="blogEntryListMobileStyle"><button class="blogEntryListingStyle blogMobilePrev">◀ Older</button><button class="blogEntryListingStyle blogMobileCurrent">
209208
Morality
210-
<div class="blogSubListingStyle">:: 2025-10-16</div></button><button class="blogEntryListingStyle blogMobileNext blogDisabledButtonStyle">Newer ▶</button></div><div class="blogEntryContentStyle aiDevPage-blogContentStyle procPagesSectionActive pagesVisOn"><div class="procPagesTempContentStyle">
209+
<div class="blogSubListingStyle textDrinkMeAlice textItalic"> 2025-10-16</div></button><button class="blogEntryListingStyle blogMobileNext blogDisabledButtonStyle">Newer ▶</button></div><div class="blogEntryContentStyle aiDevPage-blogContentStyle procPagesSectionActive pagesVisOn"><div class="procPagesTempContentStyle">
211210
<div class="textSpacer"></div>
212211
<div class="procPagesAboutMe-infoStyle blogTempContentStyle">
213212
<span class="textBoost">I'm an armchair AI researcher at best!</span>
@@ -315,12 +314,10 @@
315314
<br>&nbsp;&nbsp; It'll run OpenPose or similar to get joint and other landmark data.
316315
<br>&nbsp;&nbsp; That you'd be able to just grab a point and move it around to pose a character in the image,
317316
<br>&nbsp;&nbsp;&nbsp;&nbsp; Or move and morph objects around by interacting with the model.
318-
<br>&nbsp;&nbsp; It's a Private repository for now, until I figure out a plan with it,
317+
<br>&nbsp;&nbsp; It's a Private repository for now, until I figure out a plan for it,
319318
<br>&nbsp;&nbsp;&nbsp;&nbsp; I'm considering selling it somehow to help fund my research while making these research tools.
320319
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; But it's only Alpha right now.
321320

322-
<br><br> All but 3 of my repos are private on GitHub.
323-
324321
<br><br> It's called 'pxlDataManager' which is a horrific name.
325322
<br>&nbsp;&nbsp; But it's grown into a bit of a Suite of tools.
326323

@@ -329,23 +326,22 @@
329326

330327
<br><br> It gathers data in the provided single photo/image from -
331328
<br>&nbsp;&nbsp; From monocular depth estimation, light estimation, object segmentation, and OpenPose landmarks.
332-
<br>&nbsp;&nbsp; Slap it all together and build a 3d object of the person in the photo.
329+
<br>&nbsp;&nbsp; Slap it all together and build your rigged object of the person / bi-ped in the photo.
333330
<br>&nbsp;&nbsp; Or build out a proxy of the found 3d object, if the photo was of objects or animals.
334331

335332
<br><br> I wrote polygon winding code,
336333
<br>&nbsp;&nbsp; And the most part of auto UVing &amp; texture building.
337334

338335
<br><br> I've only been on and off working on it since then.
339-
<br>&nbsp;&nbsp; Life has been life.
340-
<br>&nbsp;&nbsp; But also had some reservations about making it at all.
336+
<br>&nbsp;&nbsp; Mostly had some reservations about making it at all.
341337

342338
<br><br><div class="procPagesAIDevBar"></div>
343339

344-
<br><br> One of the reasons I've left it private is that I don't want people to misuse it.
345-
<br>&nbsp;&nbsp; I'm not sure how to set up propper guardrails for it.
340+
<br> One of the reasons I've left it private is that I don't want people to misuse it.
341+
<br>&nbsp;&nbsp; I'm not sure how the guardrails should be set up.
346342

347343
<br><br> If you're able to make a garbage-pass for 3d model, texture maps, and rig estimation from a single image,
348-
<br>&nbsp;&nbsp; That could lead to some ethical concerns over illicit content or other image modification.
344+
<br>&nbsp;&nbsp; The tool could be used for deepfakes or other such'ness.
349345

350346
<br><br> I intended this more as a "indie game developer tool" to help make quick proxies for characters or objects from concept art.
351347
<br>&nbsp;&nbsp; But there is potential for misuse.
@@ -358,7 +354,7 @@
358354
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tiz the season!!
359355

360356
<br><br> <span class="innerCenter">
361-
<img src="../../../pages/aiDev/images/camoPlato_updated2025.png" alt="Camo Plato">
357+
<img src="../../../pages/aiDev/images/camoPlato_updated2025.png" alt="Camo Plato" style="max-width:75vw;">
362358
<br> <span class="textItalic textDrinkMeAlice">Camouflage Platypus!
363359
<br> Macromedia Flash - 1999</span>
364360
</span>
@@ -382,7 +378,7 @@
382378
<br>&nbsp;&nbsp; But if I'm making my own generative ai network,
383379
<br>&nbsp;&nbsp;&nbsp;&nbsp; Why not?
384380

385-
<br><br><div class="textFullRight">- October 10th,20th 2025</div>
381+
<br><br><div class="textFullRight">- October 10th,20th,24th 2025</div>
386382
</p><p class="blogEntryTagStyle">research, graph-node, projection, ethics</p></div><div class="aiDevPage-blogContentStyle" style="display: none;"><div class="blogEntryTitleRowStyle"><h1 class="blogEntryTitleStyle">Aptitude</h1><p class="blogEntryDateStyle">2025-10-08</p><p class="blogEntryReadTimeStyle">4<span class="textShrinkRay">&nbsp;</span>-<span class="textShrinkRay">&nbsp;</span>8 min<span class="hideOnMobile"> read</span></p><p class="blogEntryAccessibilityStyle"><button class="blogEntryAccessibilityButtonStyle procPagesNavSectionStyle procPagesButtonStyle procPagesSectionNavColor" title="Increase Font Size">+</button><button class="blogEntryAccessibilityButtonStyle procPagesNavSectionStyle procPagesButtonStyle procPagesSectionNavColor" title="Decrease Font Size">-</button></p></div><div class="procPagesAIDevHeaderSpacer"></div><p style="font-size: 1.2em;">
387383
Since we don't have a ton to go off of for Aptitude,
388384
<br>&nbsp;&nbsp; Besides state testing, and grades in school,
@@ -512,7 +508,7 @@
512508
<br>&nbsp;&nbsp; Meaninglessness has Meaning.
513509

514510
<br><br><div class="textFullRight">- October 8th, 2025</div>
515-
</p><p class="blogEntryTagStyle">theory, aptitude, testing, needs, safety</p></div><div class="aiDevPage-blogContentStyle" style="display: none;"><div class="blogEntryTitleRowStyle"><h1 class="blogEntryTitleStyle">Being &amp; Becoming</h1><p class="blogEntryDateStyle">2025-10-05</p><p class="blogEntryReadTimeStyle">3<span class="textShrinkRay">&nbsp;</span>-<span class="textShrinkRay">&nbsp;</span>6 min<span class="hideOnMobile"> read</span></p><p class="blogEntryAccessibilityStyle"><button class="blogEntryAccessibilityButtonStyle procPagesNavSectionStyle procPagesButtonStyle procPagesSectionNavColor" title="Increase Font Size">+</button><button class="blogEntryAccessibilityButtonStyle procPagesNavSectionStyle procPagesButtonStyle procPagesSectionNavColor" title="Decrease Font Size">-</button></p></div><div class="procPagesAIDevHeaderSpacer"></div><p style="font-size: 1.2em;">
511+
</p><p class="blogEntryTagStyle">theory, aptitude, testing, needs, safety</p></div><div class="aiDevPage-blogContentStyle" style="display: none;"><div class="blogEntryTitleRowStyle"><h1 class="blogEntryTitleStyle">Being &amp; Becoming</h1><p class="blogEntryDateStyle">2025-10-05</p><p class="blogEntryReadTimeStyle">4<span class="textShrinkRay">&nbsp;</span>-<span class="textShrinkRay">&nbsp;</span>7 min<span class="hideOnMobile"> read</span></p><p class="blogEntryAccessibilityStyle"><button class="blogEntryAccessibilityButtonStyle procPagesNavSectionStyle procPagesButtonStyle procPagesSectionNavColor" title="Increase Font Size">+</button><button class="blogEntryAccessibilityButtonStyle procPagesNavSectionStyle procPagesButtonStyle procPagesSectionNavColor" title="Decrease Font Size">-</button></p></div><div class="procPagesAIDevHeaderSpacer"></div><p style="font-size: 1.2em;">
516512
On the topic of nothingness and somethingness, Hegel started with what it means to exist at all, before Being and Nothingness can even have meaning.
517513
<br>&nbsp;&nbsp; That, once something has a purpose beyond simply existing as a formless entity,
518514
<br>&nbsp;&nbsp;&nbsp;&nbsp; It then has "Actuality", like running a class constructor in code,
@@ -562,7 +558,7 @@
562558

563559
<br><br> To Exist and Become in AI requires similar perturbations, using noise patterns to shift an AI's current understanding.
564560
<br>&nbsp;&nbsp; Stochastically shifting back'n'forth trying to get better perspectives to understand 'ideas' from patterns.
565-
<br>&nbsp;&nbsp; Allowing Algernon to see his reality better, while walking through Tensor Fields.
561+
<br>&nbsp;&nbsp; Allowing Algernon to see his reality better, while walking through the maze of Tensor Fields.
566562
<br> ( <a href="https://en.wikipedia.org/wiki/Flowers_for_Algernon" target="_blank">wikipedia.org/wiki/Flowers_for_Algernon</a> )
567563
<br> <span class="textDrinkMeAlice">( I mostly picked this reference for the <span class="textSpoiler">meat-space over-fitting; Algernon got too smart and burnt out</span>.... <span class="textShrink">highlight for spoilers.</span>)</span>
568564

@@ -898,7 +894,7 @@
898894
"pxlNav": "../../../../../js/pxlNav.module.js"
899895
}
900896
}</script>
901-
<script type="module" id="pxlNavModule" src="../js/ProckStackGitio.js?v=2025-09-14"></script>
897+
<script type="module" id="pxlNavModule" src="/js/ProcStackGitio.js?v=2025-09-14"></script>
902898

903899

904900

0 commit comments

Comments
 (0)