From 5f6ce4ece76da8a2995aba357d01b9daa5c8ff40 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 6 Aug 2025 09:03:28 +0300 Subject: Update content for gemtext --- gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi | 4 +--- gemfeed/atom.xml | 6 ++---- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi b/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi index d9439a6d..39987dcf 100644 --- a/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi +++ b/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi @@ -149,7 +149,7 @@ To get started, the only thing I had to do was to install it via Homebrew, initi ```sh brew install aider -mkdir ~/git/aitest && cd ~/git/aitest && git init +mkdir -p ~/git/aitest && cd ~/git/aitest && git init aider --model ollama_chat/qwen2.5-coder:14b-instruct ``` @@ -274,8 +274,6 @@ func CountFiles(dir string) (int, error) { } ``` -Etc... - The code is quite straightforward, especially for generating boilerplate code this will be useful for many use cases! ## In-Editor Code Completion diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index a4bb86e0..9b73689e 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2025-08-05T16:21:03+03:00 + 2025-08-06T09:02:04+03:00 foo.zone feed To be in the .zone! @@ -186,7 +186,7 @@ by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite -->
brew install aider
-mkdir ~/git/aitest && cd ~/git/aitest && git init
+mkdir -p ~/git/aitest && cd ~/git/aitest && git init
 aider --model ollama_chat/qwen2.5-coder:14b-instruct
 

@@ -323,8 +323,6 @@ http://www.gnu.org/software/src-highlite --> }
-Etc...
-
The code is quite straightforward, especially for generating boilerplate code this will be useful for many use cases!

In-Editor Code Completion


-- cgit v1.2.3