How to setup up a local copy of jitsi video conferencing
We look into setting up a local copy of jitsi video conference solution on a clean Debian install. We also try it out and see how it impacts the installed server.
We look into how to download and build OpenJDK 13 from source. We talk about dependencies and commands for Linux and Windows.
After my kid asked me to download and install an auto-clicker, I saw this as a teachable moment to build one in Java. I could talk about the different concepts Java offers and also explore a new API in the Java API. Source code: package org.ea; import javax.swing.*; import java.awt.*; import java.awt.event.InputEvent; import java.awt.event.KeyEvent; import…
We look into how to fetch messages manually so we don’t prefetch any messages and create bottlenecks for longer running processes.
In this video we will cover what I use in my ceph cluster. I’m not an hardware reviewer but this is an example of what kind of hardware that could be used in a ceph cluster. Especially if you want to create a cluster for home use or testing.
I’m trying to solve all the Advent of Code puzzles in this video series.
We try to build page that drops some balls for New Years eve. This is stream content cut down for value.