Ollama set up and my use cases

After I successfully installed Ventura to my old mac (see previous post) I went straight to installing Ollama and trying models. I have used following youtube tutorial: https://www.youtube.com/watch?v=GWB9ApTPTv4 and I can say it is really good. And Ollama documentation is great as well: https://github.com/ollama/ollama/blob/main/README.md. So far I tried running llama 3.2 7b and codegemma 7b. After getting used to chat gpt this seems like crazy slow. But, given that I have specific usecases in mind that might still fit me well. ...

February 15, 2025 · 3 min

Upgrading OS on my MacbookPro Mid-2012

I love my MacBook Pro mid-2012. It served me well until I bought the one with M1 chip. I waited for a long time to updgrade because each new line of the macbooks seemed to be worth somehow. I was really frustrated when Apple decided to solder RAM and then removed the ports until it reached an absolutely trash when they introduced useless touchbar, removed usb-a and hdmi ports, had problems with display cable and an awful keyboard. ...

February 14, 2025 · 2 min

Welcome to My Blog: A Place for Code and Projects

Introduction Welcome to my blog! I’ve decided to create this space as a personal knowledge base where I can store useful code snippets, document my projects, and track their evolution over time. Why This Blog? As a developer, I often revisit past code, whether it’s a quick Python script, a Vue.js component, or a backend API. Instead of digging through old repositories or scattered notes, I wanted a structured way to keep track of useful solutions and ideas. ...

January 31, 2025 · 1 min