Tacotron – Creating speech from text
We look into how to create speech from text using Tacotron.
Trying to implement a SQRL login for Websphere Commerce I ran in to the issue of changing the logged in user from another session. To accomplish this I used the persistent sessions in commerce fetching an activity and changing what user ran in that session. If you want to enable this behavior you need to…
We look into ceph storage building our own cluster using the ceph storage engine. A cluster usually contains multiple monitors, object storage daemons, managers and metadata servers. We talk about what their role is and how to install machines to handle this. We also cover what requiredments a ceph cluster has.
We look at two projects that tries to recreate a voice using extreamly small amount of voice data.
We use Munin to monitor servers with different resources and critical operations. Munin will contact each server and ask for statistics and monitor if a service is running and have enough resources to work.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
In this video I talk about the different iterations I went through the last weeks in order to shut down a docker image in Kubernetes with workloads without missing any jobs.