Contributing to Open Source
We will discuss how to contribute and be a good citizen of a open source community. We talk about guidelines and licenses. We also look into code style and pull requests.
In this video we setup rust jni to call a rust function from java using jni. Java native interface is a great way to enable quick calls to native code built in other languages like Rust. This approach can be used for other languages as well.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video we will look at abstractions of code and the performance of different programming languages and what different code can impact the performance. But the specific abstractions may give you improvements in readability and structure.
I look into installing and using TopGrade to upgrade all kinds of packages from a lot of different package managers in Linux and Windows. There is support for Mac as well but I was not able to test that.
I look into the PiBox that arrived in the mail the other day. In this unboxing video, I go through the PiBox features and talk about what’s in the box and what you could use it for, and how the hardware is put together.
In this video, we talk about how to set up a Ceph RADOS block device. We will mount this device on a Linux client and talk about what block device is used for and the difference between a Ceph file system. We also touch on iSCSI and its usage around block devices. Moreover, we talk…