Jacky FAN's Blog

Force Use npm, yarn or pnpm

Tue Apr 30 2024

Nowadays, there are many package manager on the Internet, such as `npm`, `pnpm` and `yarn`. Most of the time, we do not want to accidentally run other package managers when the project is already setup using a package manager for avoiding potential issues in the future.

First Impression on Raspberry Pi 5

Sun Jan 28 2024

Discover the capabilities of the Raspberry Pi 5, from its easy setup process to running Large Language Models (LLMs), and explore its potential for various projects in a cost-effective manner.

How to apply Google’s font with NuxtJS and Tailwind

Mon Aug 14 2023

Learn how to apply Google's modern-looking Roboto font to your NuxtJS website with the help of TailwindCSS. This blog post covers the steps to load the font using the Nuxt Google Fonts module and apply it to your website with TailwindCSS.

Running Meta's Llama 2 on LocalAI

Mon Jul 24 2023

This blog post provides a guide on how to run Meta's new language model, Llama 2, on LocalAI. It includes an overview of Llama 2 and LocalAI, as well as a step-by-step guide on how to set up and run the language model on your own computer. The author also shares their thoughts on Llama 2's performance in answering questions, generating programming code, and writing documents.