Reviving an old apple mac 💻 🖥️
This easter break, I learnt about a brilliant open source project called the Open Core Legacy Patcher (OCLP), which aims to run newer versions of mac os on old apple hardware. It does this by provi...
This easter break, I learnt about a brilliant open source project called the Open Core Legacy Patcher (OCLP), which aims to run newer versions of mac os on old apple hardware. It does this by provi...
This is my personal notes of the book Practical Statistics for Data Scientists - 50+ Essential Concepts Using R and Python by Peter Bruce, Andrew Bruce, Peter Gedeck. I will update this post, as I ...
Norwegian Identity Number (NiN) is a interesting unique identifier. In this post, I would like to show how to parse an input text and validate a NiN using Python. Background An NiN is a 11 digit ...
Case: Run both Ollama and OpenWebUI in a single docker container and use all available GPUs in the host machine TL;DR: # Installing nvidia-container-toolkit curl -fsSL https://nvidia.github....
Case: Updating Ollama installation in a local server without internet access TL;DR: sudo rm -rf /usr/lib/ollama curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-am...
For the past 10 years I have constantly depended on python tools such as conda, pip, virtualenv, pyenv and poetry. These tools always made it difficult to master python tooling as I had to remember...
At work this week I came across a hurdle which took me a lot of searching and asking perplexity (OpenAi) large language model for a solution. Sadly without any correct suggestions. In the end, I f...
A mindmap of time series analysis mindmap root((Time Series Analysis)) Databases TimeScaleDB InfluxDB Python tools Altair Pandas DuckDB Po...
Background I recently watched the keynote/demo on llamfile which showed how local LLMs in a single executable. Ollama is great but the additional installation/maintenance overhead it brings can be ...
TL;DR My terminal now looks something like this across all of my devices. Thanks to zsh, ohmyzsh and p10k projects! Standard directory view Standard git directory and virtuale...