Clarence's Wicked Mind

news from Clarence, stuff that doesn't matter

Wednesday, April 2, 2025

Running llama.cpp locally to test code suggestions

›
  Yesterday I was playing with the Qwen 2.5 70B model to generate some Python code but it didn't work. So today I tried to run the Llam...
Tuesday, April 1, 2025

Trying out code generation with Qwen 2.5 32B

›
I was playing with some of the smaller LLM models (Llama 2 7B Q4, Llama 3.1 8B Q8 etc) and found that they hallucinate a lot (as expected) ....
Thursday, March 27, 2025

Building llama.cpp with vulkan on openSUSE

›
When trying to run llama.cpp locally, I found that the instructions for building the docker image with vulkan acceleration doesn't work...
Friday, December 27, 2024

Trying out vector embeddings

›
newsSum is a Google App Engine application that bundle articles from different news sources. To try out ML embeddings , I decided to add a ...
Tuesday, December 24, 2024

A machine learning model to identify music albums from photos

›
  I was looking for a home automation project to select and play specific music album from stream services. There are similar ideas of using...
Monday, September 23, 2024

OpenSUSE Tumbleweed - another bug

›
  Tumbleweed used to be great in the past eight years or so that I used it on my main desktop. But recently it is just bugs after bugs after...
Saturday, June 15, 2024

Google cloud AppEngine deployment issue with cache

›
Notes to self: when deploying Google Cloud applications, if encounter the following "no such object" error, it is because the depl...
Friday, February 23, 2024

Segfault with bluez and A2DP

›
Currently (as of Feb 23, 2024) openSUSE Tubleweed with bluez 5.71-2.4 is experiencing segfault whenever I try to connect my Sony WH-H800 hea...
Thursday, February 1, 2024

Logitech Media Server commands

›
While moving the music stream service from Tidal to Spotify on Home Assistant, I found I forgot how to get the playlist ID from Logitech Med...
Wednesday, December 6, 2023

Solving the Knapsack Problem with recursion in Java

›
Source available on Github. Wikipedia has detailed description on the Knapsack problem and pseudo code on solving it. However, while imple...
›
Home
View web version
Powered by Blogger.