From 8bf8c9121c8dfd4cb85a8c496ec9460bd7a3d1f9 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Thu, 20 Mar 2025 16:21:49 +0000 Subject: [PATCH] [mod] glance --- glance/config/home.yml | 5 +++++ ollama/readme.md | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/glance/config/home.yml b/glance/config/home.yml index 8a7eed2..15e5866 100644 --- a/glance/config/home.yml +++ b/glance/config/home.yml @@ -23,6 +23,8 @@ - url: https://chrisgreybrexitblog.blogspot.com/feeds/posts/default - url: https://forgejo.org/rss.xml - url: https://feeds.feedburner.com/servethehome + - url: https://nicholas.carlini.com/writing/feed.xml + - url: https://www.notebookcheck.net/RSS-Feed-Notebook-Reviews.8156.0.html - type: twitch-channels channels: @@ -72,6 +74,9 @@ - type: markets markets: + - symbol: TRI + - symbol: BMY.L + - symbol: ^FTSE - symbol: SPY name: S&P 500 - symbol: BTC-USD diff --git a/ollama/readme.md b/ollama/readme.md index ad71954..30f1e57 100644 --- a/ollama/readme.md +++ b/ollama/readme.md @@ -1 +1,9 @@ -https://dev.to/ajeetraina/how-to-setup-open-webui-with-ollama-and-docker-desktop-24f0 \ No newline at end of file +https://dev.to/ajeetraina/how-to-setup-open-webui-with-ollama-and-docker-desktop-24f0 + +```mermaid +graph LR + A[Start] --> B[Process] + B --> C[Decision] + C -->|Yes| D[End] + C -->|No| E[Loop Back to B] +```