summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_includes/nav.html5
-rw-r--r--_log/site-search.md2
-rw-r--r--_site/404.html5
-rw-r--r--_site/about/index.html8
-rw-r--r--_site/cgi-bin/find.cgi3
-rw-r--r--_site/feed.xml2
-rw-r--r--_site/index.html20
-rw-r--r--_site/log/arduino-due/index.html5
-rw-r--r--_site/log/arduino-uno/index.html5
-rw-r--r--_site/log/bumblebee/index.html5
-rw-r--r--_site/log/e-reader/index.html5
-rw-r--r--_site/log/etlas/index.html5
-rw-r--r--_site/log/fpm-door-lock-lp/index.html5
-rw-r--r--_site/log/fpm-door-lock-rf/index.html5
-rw-r--r--_site/log/index.html212
-rw-r--r--_site/log/matrix-digital-rain/index.html5
-rw-r--r--_site/log/mosfet-switches/index.html5
-rw-r--r--_site/log/neo4j-a-star-search/index.html5
-rw-r--r--_site/log/site-search/index.html7
-rw-r--r--_site/posts.xml3
-rw-r--r--_site/projects/index.html5
-rw-r--r--_site/sitemap.xml3
-rw-r--r--about.html3
-rw-r--r--cgi-bin/_site/feed.xml1
-rw-r--r--cgi-bin/_site/find.cgi247
-rw-r--r--cgi-bin/_site/indexer.pl116
-rw-r--r--cgi-bin/_site/robots.txt1
-rw-r--r--cgi-bin/_site/sitemap.xml3
-rw-r--r--cgi-bin/find.cgi3
-rw-r--r--index.html4
-rw-r--r--log.html13
31 files changed, 408 insertions, 308 deletions
diff --git a/_includes/nav.html b/_includes/nav.html
index 0b7b631..9ab3434 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -4,9 +4,6 @@
<li {% if page.url == "/" %}class="active"{% endif %}>
<a href="{{ site.baseurl }}/" class="link-decor-none">hme</a>
</li>
- <li {% if parts[1] == "log" %}class="active"{% endif %}>
- <a href="{{ site.baseurl }}/log/" class="link-decor-none">log</a>
- </li>
<li {% if parts[1] == "projects" %}class="active"{% endif %}>
<a href="{{ site.baseurl }}/projects/" class="link-decor-none">poc</a>
</li>
@@ -14,7 +11,7 @@
<a href="{{ site.baseurl }}/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="{{ site.baseurl }}/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="{{ site.baseurl }}/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="{{ site.baseurl }}/feed.xml" class="link-decor-none">rss</a>
diff --git a/_log/site-search.md b/_log/site-search.md
index 61e4bba..2a552f6 100644
--- a/_log/site-search.md
+++ b/_log/site-search.md
@@ -282,6 +282,6 @@ Verdict: Fast SA index lookup. Mitigated primary attack vectors. No
dependencies. Works on every conceivable device.
Commit:
-[9889aca](https://git.asciimx.com/www/commit/?h=term&id=9889acaac984817731ad9f9355f067f9acd02efd)
+[6da102d](https://git.asciimx.com/www/commit/?h=term&id=6da102d6e0494a3eac3f05fa3b2cdcc25ba2754e)
| Benchmarks:
[8a4da68](https://git.asciimx.com/site-search-bm/commit/?id=8a4da6809cf9368cd6a5dd7351181ea4256453f9)
diff --git a/_site/404.html b/_site/404.html
index 89257c3..b210b74 100644
--- a/_site/404.html
+++ b/_site/404.html
@@ -20,16 +20,13 @@
<a href="/" class="link-decor-none">hme</a>
</li>
<li >
- <a href="/log/" class="link-decor-none">log</a>
- </li>
- <li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
<li >
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
diff --git a/_site/about/index.html b/_site/about/index.html
index 35bd281..6b4d19b 100644
--- a/_site/about/index.html
+++ b/_site/about/index.html
@@ -20,16 +20,13 @@
<a href="/" class="link-decor-none">hme</a>
</li>
<li >
- <a href="/log/" class="link-decor-none">log</a>
- </li>
- <li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
<li class="active">
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
@@ -55,10 +52,9 @@
<ul>
<li>hme: Latest articles.</li>
- <li>log: Technical log.</li>
<li>poc: Projects.</li>
<li>abt: Site information.</li>
- <li>sws: Search within site.</li>
+ <li>lup: Look up articles.</li>
<li>rss: RSS (Atom) feed.</li>
</ul>
diff --git a/_site/cgi-bin/find.cgi b/_site/cgi-bin/find.cgi
index ab066dd..d3c6cc4 100644
--- a/_site/cgi-bin/find.cgi
+++ b/_site/cgi-bin/find.cgi
@@ -216,10 +216,9 @@ sub render_html {
<div id="nav-container" class="container">
<ul id="navlist" class="left">
<li><a href="/" class="link-decor-none">hme</a></li>
- <li><a href="/log/" class="link-decor-none">log</a></li>
<li><a href="/projects/" class="link-decor-none">poc</a></li>
<li><a href="/about/" class="link-decor-none">abt</a></li>
- <li class="active"><a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a></li>
+ <li class="active"><a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a></li>
<li><a href="/feed.xml" class="link-decor-none">rss</a></li>
</ul>
</div>
diff --git a/_site/feed.xml b/_site/feed.xml
index 9ccb174..5026409 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-01-02T19:06:26+08:00</updated><id>/feed.xml</id><title type="html">ASCIIMX | Log</title><author><name>W. D. Sadeep Madurange</name></author><entry><title type="html">Matrix Rain: 2025 refactor</title><link href="/log/matrix-digital-rain/" rel="alternate" type="text/html" title="Matrix Rain: 2025 refactor" /><published>2025-12-21T00:00:00+08:00</published><updated>2025-12-21T00:00:00+08:00</updated><id>/log/matrix-digital-rain</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[The 2022 version worked but had some loose ends. Unicode support was inflexible–couldn’t mix ASCII with Katakana; Phosphor decay was stored in a separate array when it should’ve been packed with RGB; Code was harder to read than it needed to be.]]></summary></entry><entry><title type="html">Fingerprint door lock (LP)</title><link href="/log/fpm-door-lock-lp/" rel="alternate" type="text/html" title="Fingerprint door lock (LP)" /><published>2025-08-18T00:00:00+08:00</published><updated>2025-08-18T00:00:00+08:00</updated><id>/log/fpm-door-lock-lp</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Second iteration of the RF door lock. Old version worked but drew too much quiescent current. Sensor and servo pulled 13.8mA and 4.6mA idle. Linear regulators were a disaster. Battery didn’t last 24 hours.]]></summary></entry><entry><title type="html">High-side MOSFET switching</title><link href="/log/mosfet-switches/" rel="alternate" type="text/html" title="High-side MOSFET switching" /><published>2025-06-22T00:00:00+08:00</published><updated>2025-06-22T00:00:00+08:00</updated><id>/log/mosfet-switches</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Needed low-power switching for the fingerprint door lock. Servo and FPM draw high quiescent current–had to cut power electronically during sleep. MOSFETs can do this.]]></summary></entry><entry><title type="html">ATmega328P at 3.3V and 5V</title><link href="/log/arduino-uno/" rel="alternate" type="text/html" title="ATmega328P at 3.3V and 5V" /><published>2025-06-10T00:00:00+08:00</published><updated>2025-06-10T00:00:00+08:00</updated><id>/log/arduino-uno</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Quick reference for wiring ATmega328P ICs at 5V and 3.3V. 5V uses 16MHz crystal, 3.3V uses 8MHz.]]></summary></entry><entry><title type="html">Fingerprint door lock (RF)</title><link href="/log/fpm-door-lock-rf/" rel="alternate" type="text/html" title="Fingerprint door lock (RF)" /><published>2025-06-05T00:00:00+08:00</published><updated>2025-06-05T00:00:00+08:00</updated><id>/log/fpm-door-lock-rf</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Wanted to unlock door with fingerprint, wirelessly to avoid drilling.]]></summary></entry><entry><title type="html">Bumblebee: browser automation</title><link href="/log/bumblebee/" rel="alternate" type="text/html" title="Bumblebee: browser automation" /><published>2025-04-02T00:00:00+08:00</published><updated>2025-04-02T00:00:00+08:00</updated><id>/log/bumblebee</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Built with Andy Zhang for an employer. Tool to automate web scraping script generation.]]></summary></entry><entry><title type="html">Bare-metal ATSAM3X8E</title><link href="/log/arduino-due/" rel="alternate" type="text/html" title="Bare-metal ATSAM3X8E" /><published>2024-09-16T00:00:00+08:00</published><updated>2024-09-16T00:00:00+08:00</updated><id>/log/arduino-due</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Notes on programming bare-metal ATSAM3X8E chips (Arduino Due) using Serial Wire Debug (SwD) protocol.]]></summary></entry><entry><title type="html">Etlas: e-paper dashboard</title><link href="/log/etlas/" rel="alternate" type="text/html" title="Etlas: e-paper dashboard" /><published>2024-09-05T00:00:00+08:00</published><updated>2024-09-05T00:00:00+08:00</updated><id>/log/etlas</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Repurposed e-reader prototype into something for regular use. News, stocks, weather dashboard. ESP32 NodeMCU D1 + 7.5” Waveshare e-paper + DHT22 sensor.]]></summary></entry><entry><title type="html">ESP32 e-reader prototype</title><link href="/log/e-reader/" rel="alternate" type="text/html" title="ESP32 e-reader prototype" /><published>2023-10-24T00:00:00+08:00</published><updated>2023-10-24T00:00:00+08:00</updated><id>/log/e-reader</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[First project with e-paper displays and ESP32.]]></summary></entry><entry><title type="html">Neo4j shortest path optimization</title><link href="/log/neo4j-a-star-search/" rel="alternate" type="text/html" title="Neo4j shortest path optimization" /><published>2018-03-06T00:00:00+08:00</published><updated>2018-03-06T00:00:00+08:00</updated><id>/log/neo4j-a-star-search</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Replaced Dijkstra’s search for vessel route tracking in Neo4J.]]></summary></entry></feed>
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-01-03T16:04:13+08:00</updated><id>/feed.xml</id><title type="html">ASCIIMX | Log</title><author><name>W. D. Sadeep Madurange</name></author><entry><title type="html">Site search with Perl + CGI + SA</title><link href="/log/site-search/" rel="alternate" type="text/html" title="Site search with Perl + CGI + SA" /><published>2026-01-02T00:00:00+08:00</published><updated>2026-01-02T00:00:00+08:00</updated><id>/log/site-search</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Number of articles on the site is growing. Need a way to find them.]]></summary></entry><entry><title type="html">Matrix Rain: 2025 refactor</title><link href="/log/matrix-digital-rain/" rel="alternate" type="text/html" title="Matrix Rain: 2025 refactor" /><published>2025-12-21T00:00:00+08:00</published><updated>2025-12-21T00:00:00+08:00</updated><id>/log/matrix-digital-rain</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[The 2022 version worked but had some loose ends. Unicode support was inflexible–couldn’t mix ASCII with Katakana; Phosphor decay was stored in a separate array when it should’ve been packed with RGB; Code was harder to read than it needed to be.]]></summary></entry><entry><title type="html">Fingerprint door lock (LP)</title><link href="/log/fpm-door-lock-lp/" rel="alternate" type="text/html" title="Fingerprint door lock (LP)" /><published>2025-08-18T00:00:00+08:00</published><updated>2025-08-18T00:00:00+08:00</updated><id>/log/fpm-door-lock-lp</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Second iteration of the RF door lock. Old version worked but drew too much quiescent current. Sensor and servo pulled 13.8mA and 4.6mA idle. Linear regulators were a disaster. Battery didn’t last 24 hours.]]></summary></entry><entry><title type="html">High-side MOSFET switching</title><link href="/log/mosfet-switches/" rel="alternate" type="text/html" title="High-side MOSFET switching" /><published>2025-06-22T00:00:00+08:00</published><updated>2025-06-22T00:00:00+08:00</updated><id>/log/mosfet-switches</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Needed low-power switching for the fingerprint door lock. Servo and FPM draw high quiescent current–had to cut power electronically during sleep. MOSFETs can do this.]]></summary></entry><entry><title type="html">ATmega328P at 3.3V and 5V</title><link href="/log/arduino-uno/" rel="alternate" type="text/html" title="ATmega328P at 3.3V and 5V" /><published>2025-06-10T00:00:00+08:00</published><updated>2025-06-10T00:00:00+08:00</updated><id>/log/arduino-uno</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Quick reference for wiring ATmega328P ICs at 5V and 3.3V. 5V uses 16MHz crystal, 3.3V uses 8MHz.]]></summary></entry><entry><title type="html">Fingerprint door lock (RF)</title><link href="/log/fpm-door-lock-rf/" rel="alternate" type="text/html" title="Fingerprint door lock (RF)" /><published>2025-06-05T00:00:00+08:00</published><updated>2025-06-05T00:00:00+08:00</updated><id>/log/fpm-door-lock-rf</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Wanted to unlock door with fingerprint, wirelessly to avoid drilling.]]></summary></entry><entry><title type="html">Bumblebee: browser automation</title><link href="/log/bumblebee/" rel="alternate" type="text/html" title="Bumblebee: browser automation" /><published>2025-04-02T00:00:00+08:00</published><updated>2025-04-02T00:00:00+08:00</updated><id>/log/bumblebee</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Built with Andy Zhang for an employer. Tool to automate web scraping script generation.]]></summary></entry><entry><title type="html">Bare-metal ATSAM3X8E</title><link href="/log/arduino-due/" rel="alternate" type="text/html" title="Bare-metal ATSAM3X8E" /><published>2024-09-16T00:00:00+08:00</published><updated>2024-09-16T00:00:00+08:00</updated><id>/log/arduino-due</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Notes on programming bare-metal ATSAM3X8E chips (Arduino Due) using Serial Wire Debug (SwD) protocol.]]></summary></entry><entry><title type="html">Etlas: e-paper dashboard</title><link href="/log/etlas/" rel="alternate" type="text/html" title="Etlas: e-paper dashboard" /><published>2024-09-05T00:00:00+08:00</published><updated>2024-09-05T00:00:00+08:00</updated><id>/log/etlas</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Repurposed e-reader prototype into something for regular use. News, stocks, weather dashboard. ESP32 NodeMCU D1 + 7.5” Waveshare e-paper + DHT22 sensor.]]></summary></entry><entry><title type="html">ESP32 e-reader prototype</title><link href="/log/e-reader/" rel="alternate" type="text/html" title="ESP32 e-reader prototype" /><published>2023-10-24T00:00:00+08:00</published><updated>2023-10-24T00:00:00+08:00</updated><id>/log/e-reader</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[First project with e-paper displays and ESP32.]]></summary></entry></feed> \ No newline at end of file
diff --git a/_site/index.html b/_site/index.html
index 57ba207..9a10f2d 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -20,16 +20,13 @@
<a href="/" class="link-decor-none">hme</a>
</li>
<li >
- <a href="/log/" class="link-decor-none">log</a>
- </li>
- <li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
<li >
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
@@ -46,7 +43,7 @@
$ cu -l /dev/asciimx
</h5>
<h5 class="center typewriter-2">
- <span>NMI_LNK: SIG_ASSERT [0x53]</span>
+ <span>UNIX / EMBED / -O3 </span>
<span class="cursor"></span>
</h5>
@@ -189,6 +186,19 @@
+ <tr>
+ <td class="posts-td posts-td-link">
+ <a href="/log/neo4j-a-star-search/" class="link-decor-none">Neo4j shortest path optimization</a>
+ </td>
+ <td class="posts-td posts-td-time">
+ <span class="post-meta">
+ <time datetime="2018-03-06 00:00:00 +0800">2018-03-06</time>
+ </span>
+ </td>
+ </tr>
+
+
+
</table>
</div>
diff --git a/_site/log/arduino-due/index.html b/_site/log/arduino-due/index.html
index 7bc8a0b..d9cc946 100644
--- a/_site/log/arduino-due/index.html
+++ b/_site/log/arduino-due/index.html
@@ -17,9 +17,6 @@
<li >
<a href="/" class="link-decor-none">hme</a>
</li>
- <li class="active">
- <a href="/log/" class="link-decor-none">log</a>
- </li>
<li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
@@ -27,7 +24,7 @@
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
diff --git a/_site/log/arduino-uno/index.html b/_site/log/arduino-uno/index.html
index 0fa997e..3eee3a3 100644
--- a/_site/log/arduino-uno/index.html
+++ b/_site/log/arduino-uno/index.html
@@ -17,9 +17,6 @@
<li >
<a href="/" class="link-decor-none">hme</a>
</li>
- <li class="active">
- <a href="/log/" class="link-decor-none">log</a>
- </li>
<li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
@@ -27,7 +24,7 @@
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
diff --git a/_site/log/bumblebee/index.html b/_site/log/bumblebee/index.html
index 4c45649..f1881aa 100644
--- a/_site/log/bumblebee/index.html
+++ b/_site/log/bumblebee/index.html
@@ -17,9 +17,6 @@
<li >
<a href="/" class="link-decor-none">hme</a>
</li>
- <li class="active">
- <a href="/log/" class="link-decor-none">log</a>
- </li>
<li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
@@ -27,7 +24,7 @@
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
diff --git a/_site/log/e-reader/index.html b/_site/log/e-reader/index.html
index a4d740d..23d409b 100644
--- a/_site/log/e-reader/index.html
+++ b/_site/log/e-reader/index.html
@@ -17,9 +17,6 @@
<li >
<a href="/" class="link-decor-none">hme</a>
</li>
- <li class="active">
- <a href="/log/" class="link-decor-none">log</a>
- </li>
<li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
@@ -27,7 +24,7 @@
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
diff --git a/_site/log/etlas/index.html b/_site/log/etlas/index.html
index 86c9627..9362917 100644
--- a/_site/log/etlas/index.html
+++ b/_site/log/etlas/index.html
@@ -17,9 +17,6 @@
<li >
<a href="/" class="link-decor-none">hme</a>
</li>
- <li class="active">
- <a href="/log/" class="link-decor-none">log</a>
- </li>
<li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
@@ -27,7 +24,7 @@
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
diff --git a/_site/log/fpm-door-lock-lp/index.html b/_site/log/fpm-door-lock-lp/index.html
index e110158..54c471c 100644
--- a/_site/log/fpm-door-lock-lp/index.html
+++ b/_site/log/fpm-door-lock-lp/index.html
@@ -17,9 +17,6 @@
<li >
<a href="/" class="link-decor-none">hme</a>
</li>
- <li class="active">
- <a href="/log/" class="link-decor-none">log</a>
- </li>
<li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
@@ -27,7 +24,7 @@
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
diff --git a/_site/log/fpm-door-lock-rf/index.html b/_site/log/fpm-door-lock-rf/index.html
index 138d4ea..d6c6b66 100644
--- a/_site/log/fpm-door-lock-rf/index.html
+++ b/_site/log/fpm-door-lock-rf/index.html
@@ -17,9 +17,6 @@
<li >
<a href="/" class="link-decor-none">hme</a>
</li>
- <li class="active">
- <a href="/log/" class="link-decor-none">log</a>
- </li>
<li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
@@ -27,7 +24,7 @@
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
diff --git a/_site/log/index.html b/_site/log/index.html
deleted file mode 100644
index 813832d..0000000
--- a/_site/log/index.html
+++ /dev/null
@@ -1,212 +0,0 @@
-<!doctype html>
-<html lang="en-us">
-
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Log</title>
- <link rel="stylesheet" href="/assets/css/main.css">
- <link rel="stylesheet" href="/assets/css/skeleton.css">
-</head>
-
-
-
- <body>
-
- <div id="nav-container" class="container">
- <ul id="navlist" class="left">
-
- <li >
- <a href="/" class="link-decor-none">hme</a>
- </li>
- <li class="active">
- <a href="/log/" class="link-decor-none">log</a>
- </li>
- <li >
- <a href="/projects/" class="link-decor-none">poc</a>
- </li>
- <li >
- <a href="/about/" class="link-decor-none">abt</a>
- </li>
- <li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
- </li>
- <li>
- <a href="/feed.xml" class="link-decor-none">rss</a>
- </li>
- </ul>
-</div>
-
-
-
- <main class="container" id="main"><div class="container">
-
- <h2>Log</h2>
-
- <div class="articles">
- <table class="posts-table">
-
-
-
-
- <tr>
- <td class="posts-td posts-td-link">
- <a href="/log/site-search/" class="link-decor-none">Site search with Perl + CGI + SA</a>
- </td>
- <td class="posts-td posts-td-time">
- <span class="post-meta">
- <time datetime="2026-01-02 00:00:00 +0800">2026-01-02</time>
- </span>
- </td>
- </tr>
-
-
-
- <tr>
- <td class="posts-td posts-td-link">
- <a href="/log/matrix-digital-rain/" class="link-decor-none">Matrix Rain: 2025 refactor</a>
- </td>
- <td class="posts-td posts-td-time">
- <span class="post-meta">
- <time datetime="2025-12-21 00:00:00 +0800">2025-12-21</time>
- </span>
- </td>
- </tr>
-
-
-
- <tr>
- <td class="posts-td posts-td-link">
- <a href="/log/fpm-door-lock-lp/" class="link-decor-none">Fingerprint door lock (LP)</a>
- </td>
- <td class="posts-td posts-td-time">
- <span class="post-meta">
- <time datetime="2025-08-18 00:00:00 +0800">2025-08-18</time>
- </span>
- </td>
- </tr>
-
-
-
- <tr>
- <td class="posts-td posts-td-link">
- <a href="/log/mosfet-switches/" class="link-decor-none">High-side MOSFET switching</a>
- </td>
- <td class="posts-td posts-td-time">
- <span class="post-meta">
- <time datetime="2025-06-22 00:00:00 +0800">2025-06-22</time>
- </span>
- </td>
- </tr>
-
-
-
- <tr>
- <td class="posts-td posts-td-link">
- <a href="/log/arduino-uno/" class="link-decor-none">ATmega328P at 3.3V and 5V</a>
- </td>
- <td class="posts-td posts-td-time">
- <span class="post-meta">
- <time datetime="2025-06-10 00:00:00 +0800">2025-06-10</time>
- </span>
- </td>
- </tr>
-
-
-
- <tr>
- <td class="posts-td posts-td-link">
- <a href="/log/fpm-door-lock-rf/" class="link-decor-none">Fingerprint door lock (RF)</a>
- </td>
- <td class="posts-td posts-td-time">
- <span class="post-meta">
- <time datetime="2025-06-05 00:00:00 +0800">2025-06-05</time>
- </span>
- </td>
- </tr>
-
-
-
- <tr>
- <td class="posts-td posts-td-link">
- <a href="/log/bumblebee/" class="link-decor-none">Bumblebee: browser automation</a>
- </td>
- <td class="posts-td posts-td-time">
- <span class="post-meta">
- <time datetime="2025-04-02 00:00:00 +0800">2025-04-02</time>
- </span>
- </td>
- </tr>
-
-
-
- <tr>
- <td class="posts-td posts-td-link">
- <a href="/log/arduino-due/" class="link-decor-none">Bare-metal ATSAM3X8E</a>
- </td>
- <td class="posts-td posts-td-time">
- <span class="post-meta">
- <time datetime="2024-09-16 00:00:00 +0800">2024-09-16</time>
- </span>
- </td>
- </tr>
-
-
-
- <tr>
- <td class="posts-td posts-td-link">
- <a href="/log/etlas/" class="link-decor-none">Etlas: e-paper dashboard</a>
- </td>
- <td class="posts-td posts-td-time">
- <span class="post-meta">
- <time datetime="2024-09-05 00:00:00 +0800">2024-09-05</time>
- </span>
- </td>
- </tr>
-
-
-
- <tr>
- <td class="posts-td posts-td-link">
- <a href="/log/e-reader/" class="link-decor-none">ESP32 e-reader prototype</a>
- </td>
- <td class="posts-td posts-td-time">
- <span class="post-meta">
- <time datetime="2023-10-24 00:00:00 +0800">2023-10-24</time>
- </span>
- </td>
- </tr>
-
-
-
- <tr>
- <td class="posts-td posts-td-link">
- <a href="/log/neo4j-a-star-search/" class="link-decor-none">Neo4j shortest path optimization</a>
- </td>
- <td class="posts-td posts-td-time">
- <span class="post-meta">
- <time datetime="2018-03-06 00:00:00 +0800">2018-03-06</time>
- </span>
- </td>
- </tr>
-
-
-
- </table>
- </div>
-
-
-</div>
-</main>
-
- <div class="footer">
- <div class="container">
- <div class="twelve columns right container-2">
- <p id="footer-text">&copy; ASCIIMX - 2026</p>
- </div>
- </div>
-</div>
-
-
- </body>
-</html>
diff --git a/_site/log/matrix-digital-rain/index.html b/_site/log/matrix-digital-rain/index.html
index e17e16e..72dfd15 100644
--- a/_site/log/matrix-digital-rain/index.html
+++ b/_site/log/matrix-digital-rain/index.html
@@ -17,9 +17,6 @@
<li >
<a href="/" class="link-decor-none">hme</a>
</li>
- <li class="active">
- <a href="/log/" class="link-decor-none">log</a>
- </li>
<li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
@@ -27,7 +24,7 @@
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
diff --git a/_site/log/mosfet-switches/index.html b/_site/log/mosfet-switches/index.html
index 032df22..a91f205 100644
--- a/_site/log/mosfet-switches/index.html
+++ b/_site/log/mosfet-switches/index.html
@@ -17,9 +17,6 @@
<li >
<a href="/" class="link-decor-none">hme</a>
</li>
- <li class="active">
- <a href="/log/" class="link-decor-none">log</a>
- </li>
<li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
@@ -27,7 +24,7 @@
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
diff --git a/_site/log/neo4j-a-star-search/index.html b/_site/log/neo4j-a-star-search/index.html
index feec42b..00f7886 100644
--- a/_site/log/neo4j-a-star-search/index.html
+++ b/_site/log/neo4j-a-star-search/index.html
@@ -17,9 +17,6 @@
<li >
<a href="/" class="link-decor-none">hme</a>
</li>
- <li class="active">
- <a href="/log/" class="link-decor-none">log</a>
- </li>
<li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
@@ -27,7 +24,7 @@
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
diff --git a/_site/log/site-search/index.html b/_site/log/site-search/index.html
index 3c32ba3..65e69e0 100644
--- a/_site/log/site-search/index.html
+++ b/_site/log/site-search/index.html
@@ -17,9 +17,6 @@
<li >
<a href="/" class="link-decor-none">hme</a>
</li>
- <li class="active">
- <a href="/log/" class="link-decor-none">log</a>
- </li>
<li >
<a href="/projects/" class="link-decor-none">poc</a>
</li>
@@ -27,7 +24,7 @@
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
@@ -316,7 +313,7 @@ Read-only directory.</p>
dependencies. Works on every conceivable device.</p>
<p>Commit:
-<a href="https://git.asciimx.com/www/commit/?h=term&amp;id=9889acaac984817731ad9f9355f067f9acd02efd">9889aca</a>
+<a href="https://git.asciimx.com/www/commit/?h=term&amp;id=6da102d6e0494a3eac3f05fa3b2cdcc25ba2754e">6da102d</a>
| Benchmarks:
<a href="https://git.asciimx.com/site-search-bm/commit/?id=8a4da6809cf9368cd6a5dd7351181ea4256453f9">8a4da68</a></p>
</div>
diff --git a/_site/posts.xml b/_site/posts.xml
index 0136478..64fd4e6 100644
--- a/_site/posts.xml
+++ b/_site/posts.xml
@@ -1,2 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="/posts.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-01-02T19:06:26+08:00</updated><id>/posts.xml</id><title type="html">ASCIIMX</title><author><name>W. D. Sadeep Madurange</name></author></feed>
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="/posts.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-01-03T12:59:44+08:00</updated><id>/posts.xml</id><title type="html">ASCIIMX</title><author><name>W. D. Sadeep Madurange</name></author></feed>
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="/posts.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-01-03T16:04:13+08:00</updated><id>/posts.xml</id><title type="html">ASCIIMX</title><author><name>W. D. Sadeep Madurange</name></author></feed> \ No newline at end of file
diff --git a/_site/projects/index.html b/_site/projects/index.html
index 090c5dc..6bffe61 100644
--- a/_site/projects/index.html
+++ b/_site/projects/index.html
@@ -19,9 +19,6 @@
<li >
<a href="/" class="link-decor-none">hme</a>
</li>
- <li >
- <a href="/log/" class="link-decor-none">log</a>
- </li>
<li class="active">
<a href="/projects/" class="link-decor-none">poc</a>
</li>
@@ -29,7 +26,7 @@
<a href="/about/" class="link-decor-none">abt</a>
</li>
<li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a>
+ <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
</li>
<li>
<a href="/feed.xml" class="link-decor-none">rss</a>
diff --git a/_site/sitemap.xml b/_site/sitemap.xml
index c5fe837..3a7874c 100644
--- a/_site/sitemap.xml
+++ b/_site/sitemap.xml
@@ -51,9 +51,6 @@
<loc>/</loc>
</url>
<url>
-<loc>/log/</loc>
-</url>
-<url>
<loc>/projects/</loc>
</url>
</urlset>
diff --git a/about.html b/about.html
index 1608bf7..ce515a1 100644
--- a/about.html
+++ b/about.html
@@ -19,10 +19,9 @@ title: About
<ul>
<li>hme: Latest articles.</li>
- <li>log: Technical log.</li>
<li>poc: Projects.</li>
<li>abt: Site information.</li>
- <li>sws: Search within site.</li>
+ <li>lup: Look up articles.</li>
<li>rss: RSS (Atom) feed.</li>
</ul>
diff --git a/cgi-bin/_site/feed.xml b/cgi-bin/_site/feed.xml
new file mode 100644
index 0000000..66f8d32
--- /dev/null
+++ b/cgi-bin/_site/feed.xml
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2026-01-03T14:43:24+08:00</updated><id>http://localhost:4000/feed.xml</id></feed> \ No newline at end of file
diff --git a/cgi-bin/_site/find.cgi b/cgi-bin/_site/find.cgi
new file mode 100644
index 0000000..ab066dd
--- /dev/null
+++ b/cgi-bin/_site/find.cgi
@@ -0,0 +1,247 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+use Storable qw(retrieve);
+use Encode qw(decode_utf8 encode_utf8);
+use URI::Escape qw(uri_unescape);
+use HTML::Escape qw(escape_html);
+
+# Configuration
+my $max_parallel = 50; # Max parallel search requests
+my $lock_timeout = 30; # Seconds before dropping stale locks
+my $max_results = 20; # Max search results to display
+my $sa_file = 'sa.bin'; # Suffix Array index
+my $cp_file = 'corpus.bin'; # Raw text corpus
+my $map_file = 'file_map.dat'; # File metadata
+my $lock_dir = '/tmp/search_locks'; # Semaphore directory
+
+# Concurrency control
+mkdir $lock_dir, 0777 unless -d $lock_dir;
+my $active_count = 0;
+my $now = time();
+
+opendir(my $dh, $lock_dir);
+while (my $file = readdir($dh)) {
+ next unless $file =~ /\.lock$/;
+ my $path = "$lock_dir/$file";
+ my $mtime = (stat($path))[9] || 0;
+ ($now - $mtime > $lock_timeout) ? unlink($path) : $active_count++;
+}
+closedir($dh);
+
+# Template variables
+my $year = (localtime)[5] + 1900;
+my $search_text = '';
+
+# Busy check
+if ($active_count >= $max_parallel) {
+ print "Content-Type: text/html\n\n";
+ render_html("<p>Server busy. Please try again in a few seconds.</p>", "", $year);
+ exit;
+}
+
+# Create semaphore lock
+my $lock_file = "$lock_dir/$$.lock";
+open(my $fh_lock, '>', $lock_file);
+
+# Query decoding
+if (($ENV{QUERY_STRING} || '') =~ /^q=([^&]*)/) {
+ my $raw_q = $1;
+ $raw_q =~ tr/+/ /;
+ $search_text = uri_unescape($raw_q);
+ $search_text = decode_utf8($search_text // "");
+ $search_text =~ s/\P{Print}//g;
+ $search_text = substr($search_text, 0, 64);
+ $search_text =~ s/^\s+|\s+$//g;
+}
+
+my $safe_search_text = escape_html($search_text);
+
+print "Content-Type: text/html\n\n";
+
+if ($search_text eq '') {
+ final_output("<p>Please enter a search term above.</p>");
+}
+
+# Binary search
+my @results;
+my $query = encode_utf8(lc($search_text));
+my $query_len = length($query);
+
+if (-f $sa_file && -f $cp_file) {
+ open(my $fh_sa, '<', $sa_file) or die $!;
+ open(my $fh_cp, '<', $cp_file) or die $!;
+ binmode($fh_sa);
+ binmode($fh_cp);
+
+ my $file_map = retrieve($map_file);
+ my $total_suffixes = (-s $sa_file) / 4;
+
+ # Find left boundary
+ my ($low, $high) = (0, $total_suffixes - 1);
+ my $first_hit = -1;
+
+ while ($low <= $high) {
+ my $mid = int(($low + $high) / 2);
+ seek($fh_sa, $mid * 4, 0);
+ read($fh_sa, my $bin_off, 4);
+ my $off = unpack("L", $bin_off);
+ seek($fh_cp, $off, 0);
+ read($fh_cp, my $text, $query_len);
+
+ my $cmp = $text cmp $query;
+ if ($cmp >= 0) {
+ $first_hit = $mid if $cmp == 0;
+ $high = $mid - 1;
+ } else {
+ $low = $mid + 1;
+ }
+ }
+
+ # Collect results if found
+ if ($first_hit != -1) {
+ my $last_hit = $first_hit;
+ ($low, $high) = ($first_hit, $total_suffixes - 1);
+
+ # Find right boundary
+ while ($low <= $high) {
+ my $mid = int(($low + $high) / 2);
+ seek($fh_sa, $mid * 4, 0);
+ read($fh_sa, my $bin_off, 4);
+ my $off = unpack("L", $bin_off);
+ seek($fh_cp, $off, 0);
+ read($fh_cp, my $text, $query_len);
+
+ if (($text cmp $query) <= 0) {
+ $last_hit = $mid if $text eq $query;
+ $low = $mid + 1;
+ } else {
+ $high = $mid - 1;
+ }
+ }
+
+ my %seen;
+ for my $i ($first_hit .. $last_hit) {
+ seek($fh_sa, $i * 4, 0);
+ read($fh_sa, my $bin_off, 4);
+ my $offset = unpack("L", $bin_off);
+
+ foreach my $m (@$file_map) {
+ if ($offset >= $m->{start} && $offset < $m->{end}) {
+ if (!$seen{$m->{path}}++) {
+ # Capture more than 50 chars for trimming
+ my $snip_start = ($offset - 30 < $m->{start}) ? $m->{start} : $offset - 30;
+ my $max_len = $m->{end} - $snip_start;
+ my $read_len = ($max_len > 120) ? 120 : $max_len;
+ seek($fh_cp, $snip_start, 0);
+ read($fh_cp, my $raw_snip, $read_len);
+
+ my $snippet = decode_utf8($raw_snip, Encode::FB_QUIET) // $raw_snip;
+ $snippet =~ s/\s+/ /g; # Normalize whitespace
+
+ # Trim start: Partial word removal
+ if ($snip_start > $m->{start}) {
+ $snippet =~ s/^[^\s]*\s//;
+ }
+
+ # Trim end: Length limit and partial word removal
+ my $has_more = 0;
+ if (length($snippet) > 50) {
+ $snippet = substr($snippet, 0, 50);
+ $has_more = 1 if $snippet =~ s/\s+[^\s]*$//;
+ }
+ elsif ($snip_start + $read_len < $m->{end}) {
+ # This check handles snippets that are naturally short but
+ # there's still more text in the article we didn't read
+ $has_more = 1;
+ }
+
+ # Cleanup & capitalize
+ $snippet = ucfirst($snippet);
+ $snippet = escape_html($snippet) . ($has_more ? "..." : "");
+
+ my $clean_path = $m->{path};
+ $clean_path =~ s|^\.\./_site/||;
+
+ push @results, {
+ path => $clean_path,
+ title => $m->{title},,
+ snippet => $snippet
+ };
+ }
+ last;
+ }
+ }
+ last if scalar @results >= $max_results;
+ }
+ }
+ close($fh_sa);
+ close($fh_cp);
+}
+
+# --- Formatting & Output ---
+my $list_html = "";
+if (@results == 0) {
+ $list_html = "<p>No results found for \"<b>$safe_search_text</b>\".</p>";
+} else {
+ $list_html = "<ul>" . join('', map {
+ "<li><a href=\"/$_->{path}\">$_->{title}</a><br><small>$_->{snippet}</small></li>"
+ } @results) . "</ul>";
+}
+
+final_output($list_html);
+
+# --- Helpers ---
+sub final_output {
+ my ($content) = @_;
+ render_html($content, $safe_search_text, $year);
+ if ($fh_lock) { close($fh_lock); unlink($lock_file); }
+ exit;
+}
+
+sub render_html {
+ my ($content, $q_val, $yr) = @_;
+ print <<"HTML";
+<!DOCTYPE html>
+<html lang="en-us">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>Search</title>
+ <link rel="stylesheet" href="/assets/css/main.css">
+ <link rel="stylesheet" href="/assets/css/skeleton.css">
+</head>
+<body>
+ <div id="nav-container" class="container">
+ <ul id="navlist" class="left">
+ <li><a href="/" class="link-decor-none">hme</a></li>
+ <li><a href="/log/" class="link-decor-none">log</a></li>
+ <li><a href="/projects/" class="link-decor-none">poc</a></li>
+ <li><a href="/about/" class="link-decor-none">abt</a></li>
+ <li class="active"><a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a></li>
+ <li><a href="/feed.xml" class="link-decor-none">rss</a></li>
+ </ul>
+ </div>
+ <main class="container" id="main">
+ <div class="container">
+ <h2>Search</h2>
+ <form action="" method="GET">
+ <input id="search-box" type="text" name="q" value="$q_val">
+ <input id="search-btn" type="submit" value="Search">
+ </form>
+ $content
+ </div>
+ </main>
+ <div class="footer">
+ <div class="container">
+ <div class="twelve columns right container-2">
+ <p id="footer-text">&copy; ASCIIMX - $yr</p>
+ </div>
+ </div>
+ </div>
+</body>
+</html>
+HTML
+}
+
diff --git a/cgi-bin/_site/indexer.pl b/cgi-bin/_site/indexer.pl
new file mode 100644
index 0000000..69f6838
--- /dev/null
+++ b/cgi-bin/_site/indexer.pl
@@ -0,0 +1,116 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+use File::Find;
+use Storable qw(store);
+use Encode qw(encode_utf8);
+use HTML::Entities qw(decode_entities);
+use Time::HiRes qw(gettimeofday tv_interval);
+
+my $dir = '../_site/log';
+my $cgi_dir = '../_site/cgi-bin/';
+my $corpus_file = "${cgi_dir}corpus.bin";
+my $sa_file = "${cgi_dir}sa.bin";
+my $map_file = "${cgi_dir}file_map.dat";
+
+my %excluded_files = (
+ 'index.html' => 1, # /log/index.html
+);
+
+# Start timing
+my $t0 = [gettimeofday];
+
+my $corpus = "";
+my @file_map;
+
+print "Building corpus...\n";
+
+find({
+ wanted => sub {
+ # Only index index.html files
+ return unless -f $_ && $_ eq 'index.html';
+
+ my $rel_path = $File::Find::name;
+ $rel_path =~ s|^\Q$dir\E/?||;
+ return if $excluded_files{$rel_path};
+
+ if (open my $fh, '<:encoding(UTF-8)', $_) {
+ my $content = do { local $/; <$fh> };
+ close $fh;
+
+ my ($title) = $content =~ m|<title>(.*?)</title>|is;
+ $title //= (split('/', $File::Find::name))[-2]; # Fallback to folder name
+ $title =~ s/^\s+|\s+$//g;
+
+ # Extract content from <main> or use whole file
+ my ($text) = $content =~ m|<main>(.*?)</main>|is;
+ $text //= $content;
+
+ # Strip tags and normalize whitespace
+ $text =~ s|<pre[^>]*>.*?</pre>| |gs;
+ $text =~ s|<code[^>]*>.*?</code>| |gs;
+ $text =~ s|<[^>]+>| |g;
+ $text = decode_entities($text);
+ $text =~ s|\s+| |g;
+ $text =~ s/^\s+|\s+$//g;
+
+ # CRITICAL: Convert to lowercase and then to raw bytes
+ # This ensures length() and substr() work on byte offsets for seek()
+ my $raw_entry = encode_utf8(lc($text) . "\0");
+
+ my $start = length($corpus);
+ $corpus .= $raw_entry;
+
+ push @file_map, {
+ start => $start,
+ end => length($corpus),
+ title => $title,
+ path => $File::Find::name
+ };
+ }
+ },
+ no_chdir => 0,
+}, $dir);
+
+print "Sorting suffixes...\n";
+
+# Initialize the array of indices
+my @sa = 0 .. (length($corpus) - 1);
+
+# Use a block that forces byte-level comparison
+{
+ use bytes;
+ @sa = sort {
+ # First 64 bytes check (fast path)
+ (substr($corpus, $a, 64) cmp substr($corpus, $b, 64)) ||
+ # Full string fallback (required for correctness)
+ (substr($corpus, $a) cmp substr($corpus, $b))
+ } @sa;
+}
+
+print "Writing index files to disk...\n";
+
+open my $cfh, '>', $corpus_file or die "Cannot write $corpus_file: $!";
+binmode($cfh); # Raw byte mode
+print $cfh $corpus;
+close $cfh;
+
+open my $sfh, '>', $sa_file or die "Cannot write $sa_file: $!";
+binmode($sfh);
+# Pack as 32-bit unsigned integers (standard 'L')
+print $sfh pack("L*", @sa);
+close $sfh;
+
+store \@file_map, $map_file;
+
+my $elapsed = tv_interval($t0);
+my $c_size = -s $corpus_file;
+my $s_size = -s $sa_file;
+
+printf "\nIndexing Complete!\n";
+printf "Total Time: %.4f seconds\n", $elapsed;
+printf "Corpus Size: %.2f KB\n", $c_size / 1024;
+printf "Suffix Array: %.2f KB\n", $s_size / 1024;
+printf "Files Processed: %d\n", scalar(@file_map);
+
diff --git a/cgi-bin/_site/robots.txt b/cgi-bin/_site/robots.txt
new file mode 100644
index 0000000..d297064
--- /dev/null
+++ b/cgi-bin/_site/robots.txt
@@ -0,0 +1 @@
+Sitemap: http://localhost:4000/sitemap.xml
diff --git a/cgi-bin/_site/sitemap.xml b/cgi-bin/_site/sitemap.xml
new file mode 100644
index 0000000..9bf9de2
--- /dev/null
+++ b/cgi-bin/_site/sitemap.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+</urlset>
diff --git a/cgi-bin/find.cgi b/cgi-bin/find.cgi
index ab066dd..d3c6cc4 100644
--- a/cgi-bin/find.cgi
+++ b/cgi-bin/find.cgi
@@ -216,10 +216,9 @@ sub render_html {
<div id="nav-container" class="container">
<ul id="navlist" class="left">
<li><a href="/" class="link-decor-none">hme</a></li>
- <li><a href="/log/" class="link-decor-none">log</a></li>
<li><a href="/projects/" class="link-decor-none">poc</a></li>
<li><a href="/about/" class="link-decor-none">abt</a></li>
- <li class="active"><a href="/cgi-bin/find.cgi" class="link-decor-none">sws</a></li>
+ <li class="active"><a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a></li>
<li><a href="/feed.xml" class="link-decor-none">rss</a></li>
</ul>
</div>
diff --git a/index.html b/index.html
index 26da2fd..7d871bc 100644
--- a/index.html
+++ b/index.html
@@ -10,13 +10,13 @@ title: ASCIIMX
$ cu -l /dev/asciimx
</h5>
<h5 class="center typewriter-2">
- <span>NMI_LNK: SIG_ASSERT [0x53]</span>
+ <span>UNIX / EMBED / -O3 </span>
<span class="cursor"></span>
</h5>
<br>
<br>
- {% include latest.html limit="10" %}
+ {% include latest.html limit="50" %}
</div>
diff --git a/log.html b/log.html
deleted file mode 100644
index 084173a..0000000
--- a/log.html
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: Log
-layout: default
----
-
-
-<div class="container">
-
- <h2>Log</h2>
-
- {% include latest.html limit="50" %}
-
-</div>