May 29, 2024May 29, 2024Uncategorized YouTube download time range audio A command I don’t want to forget. I’m glad such tools are done, although I’m consistently surprised that they are not blocked, […]
May 28, 2024May 28, 2024Uncategorized MariaDB initial connection error on GitHub Actions You may be using a popular action for connecting with MariaDB and it may work fine for most of the retries. But […]
March 19, 2024March 19, 2024Ruby, Thoughts Petrol Station Simulator in Ruby Yes! My simulator speed issue from the previous post is now solved! In this post I just want to show the simulator’s […]
March 7, 2024March 8, 2024Ruby, Thoughts Sleep granularity delay with Ruby, Rust and C In my hobby petrol station simulation project that uses threads and custom timer, I’m having an issue with stability of results. When […]
March 4, 2024March 7, 2024Ruby Simple SOAP client and server Just for the sake of seeing it. Sometimes when you don’t know how something works you may have some ideas that take […]
December 17, 2023December 22, 2023Ruby Custom positional notation system In Ruby you can easily convert positional numbers that have their bases between 2 and 36. But you don’t have direct access […]
December 14, 2023December 18, 2023Ruby Ruby rare string interpolation In Ruby, string formatting using %{} and %<> is part of the Kernel#sprintf method. These formatting options are explained in the Ruby […]
June 30, 2023December 18, 2023Ruby Referencing classes – short or long name? Today I would like to discuss the topic of class namespaces and the ways in which we refer to them in the […]
June 16, 2023December 18, 2023Ruby Refactoring a service class Let’s discuss an example of small refactoring that we recently did while reviewing one of the pull requests. The advantages of refactoring […]
June 6, 2023July 2, 2023Design Patterns, Ruby Zadanie z wzorca Iterator Na początku, gdy zachwyciłem się Czatem GPT, zwróciłem uwagę na to, jak może mi pomóc lepiej zrozumieć wzorce projektowe na przykładzie wygenerowanego […]