From d8c9df4b996d17b7ef32f981887ba5064afeefc2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 6 Aug 2025 09:03:26 +0300 Subject: Update content for html --- gemfeed/2025-08-05-local-coding-llm-with-ollama.html | 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.html b/gemfeed/2025-08-05-local-coding-llm-with-ollama.html index 2e4a7697..f2a9d99d 100644 --- a/gemfeed/2025-08-05-local-coding-llm-with-ollama.html +++ b/gemfeed/2025-08-05-local-coding-llm-with-ollama.html @@ -179,7 +179,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
 

@@ -316,8 +316,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


diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 97fedb08..d3af9d57 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