diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-06 09:03:28 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-06 09:03:28 +0300 |
| commit | 5f6ce4ece76da8a2995aba357d01b9daa5c8ff40 (patch) | |
| tree | 542b5283ec4d108372dd3e4550bf267d5c6f22e3 /gemfeed | |
| parent | cab68c5ce2b4481a47dd5c23671e0c238b619d1d (diff) | |
Update content for gemtext
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi | 4 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 6 |
2 files changed, 3 insertions, 7 deletions
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 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2025-08-05T16:21:03+03:00</updated> + <updated>2025-08-06T09:02:04+03:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -186,7 +186,7 @@ by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> <pre>brew install aider -mkdir ~/git/aitest && cd ~/git/aitest && git init +mkdir -p ~/git/aitest && cd ~/git/aitest && git init aider --model ollama_chat/qwen<font color="#000000">2.5</font>-coder:14b-instruct </pre> <br /> @@ -323,8 +323,6 @@ http://www.gnu.org/software/src-highlite --> } </pre> <br /> -<span>Etc...</span><br /> -<br /> <span>The code is quite straightforward, especially for generating boilerplate code this will be useful for many use cases!</span><br /> <br /> <h2 style='display: inline' id='in-editor-code-completion'>In-Editor Code Completion</h2><br /> |
