Software Performance

Software Performance Notes In Series: Software Performance: A Statistical Perspective Software Performance: Cache Coherency And NUMA Software Performance: Cache Locality And Allocation Software Performance: Generic Tricks Software Performance: Systems Optimizations

May 28, 2023

Ventoy

Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don’t need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. You can copy many files at a time and ventoy will give you a boot menu to select them. You can also browse ISO/WIM/IMG/VHD(x)/EFI files in local disks and boot them. x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI and MIPS64EL UEFI are supported in the same way. ...

February 2, 2023

A great way to feed OpenAI all your source code

A great way to feed OpenAI all your source code for auto generating commit message based on code differences(GPT based approach): Fetching Data commitomatic what the commit

January 16, 2023

Avalonia

In case of trouble while installing the package Avalonia, check the NuGet.config: c:\Users\<USER>\AppData\Roaming\NuGet\NuGet.Config <?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="nuget.org" value="https://www.nuget.org/api/v2/" /> </packageSources> </configuration>

January 16, 2023

Cinder Climb

My project for a climbing wall. Although in principle a climbing wall is not necessary. The first recorded tests took place on March 11, 2016. A straightforward and reasonably practical solution. You can read a little more about the beginning of my project steps here: https://klimek.link/blog/processing-z-opencv/ The latest version is Open Frameworks based solution. Activities are written in embedded scripting language - Lua. You can find project development on GitHub: cinderclimb-of