diff options
Diffstat (limited to '_log/etlas.md')
| -rw-r--r-- | _log/etlas.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_log/etlas.md b/_log/etlas.md index 9fd5ded..54745f6 100644 --- a/_log/etlas.md +++ b/_log/etlas.md @@ -68,9 +68,9 @@ KB RAM. Deployed a simple Flask API on VPS to manage the watchlist and relay the feed. Wrapped the API in FastCGI and exposed it through chroot-ed htpasswd + slowcgi + httpd—battle-tested OpenBSD base-system tools. -Rolled my own stepped graph for simplicity, but the code is hideous. Needed -vTaskDelay() to prevent the watchdog timer from triggering. Will look into -Bresenham’s in a future revision. +Custom stepped graph works but the code is crude. vTaskDelay() is needed to +keep the watchdog timer from triggering—revisit with Bresenham's line +algorithm. News: Used Channel NewsAsia RSS feed for news. Hand-coded the XML parsing in C—no Flask backend at the time. Now that I have one for stocks, will move the |
