FreeBSD on a ROCK64 Board

This is a story about an embedded board and a BSD system. The title could have been “How to resurrect a forgotten board and fall in love with BSD operating systems, again”. It all started 6 years ago when I bought 4 Pine Rock64 boards, with a well planned project in my mind. Each board was equipped with a Rockchip RK3328 quad-core ARM Cortex A53 64-Bit processor, 4GB of RAM, 32GB of eMMC storage, and a Gigabit Ethernet port....

November 1, 2024 · 8 min · Simone Vellei

Anthropic's Claude Integration with Go and Lingoose

In the ever-changing world of artificial intelligence, a new AI assistant called Claude has arrived on the scene, and it’s turning heads. Created by a company called Anthropic, Claude is incredibly smart and can understand and communicate with humans in very natural, human-like ways. What makes Claude so special is the way it has been trained. The folks at Anthropic fed Claude a massive amount of data, which allows it to truly grasp how we humans speak and write....

March 26, 2024 · 3 min · Simone Vellei

Empowering Go: unveiling the synergy of AI and Q&A pipelines

In the realm of artificial intelligence and machine learning, efficient similarity search is a critical component for tasks ranging from recommendation systems to image recognition. In this blog post, we’ll explore the implementation of vector similarity search in Go, utilizing LinGoose framework for indexing and querying vectors in a Qdrant database. Understanding Vector Similarity Search Vector similarity search involves finding vectors in a dataset that are most similar to a query vector....

November 16, 2023 · 5 min · Simone Vellei

Grok: la guida del viaggiatore intergalattico dell'intelligenza artificiale

L’Intelligenza Artificiale ha compiuto un ulteriore salto in avanti con la recente presentazione di Grok, un modello di IA che canalizza l’arguzia e la saggezza della Guida del Viaggiatore Intergalattico. Grok è più di una semplice IA; è un compagno di conoscenza che mira a rispondere alle tue domande, suggerire quali domande porre e aggiungere un tocco di umorismo alla conversazione. In questo post, esploreremo le caratteristiche chiave di Grok, le sue potenziali applicazioni e impatti e il percorso dietro la sua creazione....

November 5, 2023 · 4 min · Simone Vellei

Leveraging Go and Redis for Efficient Retrieval Augmented Generation

Introduction Artificial Intelligence has transformed the way we handle data, and one crucial aspect of AI is similarity search. Whether it’s for image recognition, recommendation systems, or natural language processing, finding similar data points quickly and accurately is a common challenge. In this blog post, we will explore a Go code snippet that showcases how to perform efficient vector similarity search using Redis and the Lingoose Go framework, catering to tech-savvy readers interested in both Go programming and AI....

November 5, 2023 · 6 min · Simone Vellei