As a proud owner of the Meta Quest 3 VR headset, I've been thrilled to explore the immersive world of virtual reality. This cutting-edge device has transformed my gaming, coding, and movie-watching experiences, offering an unparalleled level of engagement and versatility. In
I use tmux a lot for handling different sessions. What is annoying that everytime when I ssh to a machine a first need to run the command to open the tmux session.
Here is a simple config so that when you login into ssh it will immediately run the tmux command so that you don
Recently I have started using Yabai and Skhd. These are two very helpfull tools to easily switch focus between windows on osx.
I like to use the "Mission Control" with multiple screens to focus on specific jobs. Like one with a terminal and one with IntelliJ.
Yabai is
We have an old audioset, which looks pretty nice, but is very old skool. Only an audio in cable and nothing else. No bluetooth, no airplay, no streaming.
I have some USB audio output connectors, those are perfect for creating a small audio system with the Raspberry Pi. (as you m
We use testcontainers to easily do integration tests that depend on other services.
It makes it easy to spin up docker container in your tests. With Quarkus it is even simpeler because it supports testcontainers out of the box.
Unfortunately I kept getting an issue with running