-
Process algebra and StateCharts
This post showcases the possibility of hardcoding State-Machines in Java in a Object-Oriented way via Calculus of Concurrent Systems
-
A journey towards Hacking my reMarkable
reMarkable is Linux and partially FOSS. This means that it can be easily accessed and customized. For the moment, I'm trying to fix some minor problems of the device. I'm going to update this post with the solutions I came up with.
-
How to embed a ScreenCast into a Web Page through Node.js
This brief post will tell ya how to create a live stream and to make it available to any user that has a web browser. This is possible since you can always redirect a mpeg stream into a WebSocket, and then show the content in a web page via JavaScript thanks to WebGL and Canvas2D renderers.