Recording audio in Javascript
In this video, I look into how to record audio in javascript. I built this small page to help me out recording text strings for TTS training.
We talk about the new features in Java 12, all about garbage collectors and switch statements.
I thought it could be interesting to do a small review of the PaaS solutions I’ve come into contact with and my experience. To preface this post I want to say that I mainly use PaaS solutions for prototyping and small scale development. None of the solutions I’ve built so far is running in production…
I’m trying to solve all the Advent of Code puzzles in this video series.
We talk about building the compiler we later will use to build the actual compiler used to build a linux system. Compiler inception.
We look at the differences in how we do HTTP requests today in Java 8 vs the new incubation project in Java 9 for HttpClient.
In this video, we look into Ceph erasure coding. This is a feature where you can use more of the available space in your cluster without losing too much redundancy. It’s more complex and gives you the option to have more or less safety.