KintoBlog
  • Home
  • Tech
  • About
Latest — 25 May 2025

Voice cloning

The ultimate goal of this project is to have a friend's voice read me random e-books. Whisper.cpp whisper.cpp is an implementation of automatic speech recognition (ASR) model. You feed it audio and it renders text. Unsloth Unsloth is a lightweight fine tuning engine. It allows to

10 min read

More issues

Ruby on Rails

Basics Rails is a cool and expressive ruby framework aimed at web developement. It is pragmatic in its philosophy, and thus uses an opinionated convention over configuration approach to developement. Code looks nice and non bloated. While not the most popular out there, ruby language has a strong community of
05 May 2025 5 min read

Docker basics

Setting up Portainer (Docker web frontend and container manager) Create persistent volume in local root docker install docker volume create portainer_data The following command will : * Pull "portainer/portainer-ce:latest" image in local root docker * Container publishes ports 9443 and 8000 ; docker host forward them * Always restart with
05 May 2025 3 min read

Virtual Private Networks

Some facts * Your ISP can see every website you visit, notably due to name resolution requests. * HTTPS, or HTTP over SSL has now become a standard. Thus the content (this is important) of your requests are mostly encrypted, but not necessarily its routing (think mail, the postman can see the
05 May 2025 3 min read

About

KintoBlog

Thoughts, stories and ideas.

Topics

Cheatsheets

4 issues

News

1 issue
KintoBlog © 2025
  • Sign up
Powered by Ghost