Blog Posts

All my blog posts and articles

Page 9 of 141 (2815 total posts)

February 2023

The day I discovered vmtouch

The day I discovered vmtouch –IntroductionLast weekend I decided to take a deeper look at the famous SQLite 35% Faster Than The Filesystem benchmark. I didn’t want to do a shallow read of the post. I wanted to compile the kvtest tool and run the experiments myself and see what is going on. I recommend

Unlock the Potential of VS Code for Ruby Programming

Unlock the Potential of VS Code for Ruby Programming –Lots of up to date information on how to tune VS Code for the best Ruby experience. A guide to a free Ruby development environment. Author says: “If you’re like me and your RubyMine trial version expired, you’re probably relying on VS Code. While the former is an amazing tool, it comes behind a paywall, unfortunately. Hopefully, JetBrains will reconsider at some point and have a Community Edition, just like IntelliJ.”

January 2023

ActivityPub RFC

ActivityPub RFC –The ActivityPub protocol is a decentralized social networking protocol based upon the [ActivityStreams] 2.0 data format. It provides a client to server API for creating, updating and deleting content, as well as a federated server to server API for delivering notifications and content.

Ruby 3.2’s YJIT is Production-Ready

Ruby 3.2’s YJIT is Production-Ready –My question is what does the Y in YJIT stand for? From the author: “YJIT, a just-in-time (JIT) implementation on top of CRuby built at Shopify, is now production-ready and delivering major improvements to performance and speed. Maxime shares the updates that have been made in this newest version of YJIT, and future plans for further optimization.”

GitHub – volution/z-tokens: z-tokens — random tokens generation and related tools

GitHub – volution/z-tokens: z-tokens — random tokens generation and related tools –This is a standalone password generator. I think that because it does’t know the email or account name that the password is used with, the risk that the app itself is malware is small… i think… Author says: “z-tokens — random tokens generation and related tools – GitHub – volution/z-tokens: z-tokens — random tokens generation and related tools”

Docker on MacOS is slow and how to fix it · Paolo Mainardi

Docker on MacOS is slow and how to fix it · Paolo Mainardi –Thanks to the DALL·E 2, we finally have a very nice graphic representation of the feelings of a Docker container inside a macOS environment, I will try with this article to make this poor container safe to the coast. TL;DR Link to heading At the time of writing, the only viable option to have a decent performance and a good DX are: VirtioFS to share the filesystem (Docker Desktop, Rancher Desktop, Colima) – There are still some issues.