Benjamin Rosseaux
banner
rosseaux.bsky.social
Benjamin Rosseaux
@rosseaux.bsky.social
Programming for food, indie game programmer, hobby musician, demoscener under the handle BeRo in the demogroup Farbrausch.
At least the Qwen3 30B A3B model can break an unknown fantasy word down from a set of tokens into single letters and count them correctly, as shown in the attached screenshot (running in my own WIP LLM inferencing engine, implemented in Object Pascal and x86-64 inline assembler).
August 9, 2025 at 5:12 AM
Here a quick tinymembench benchmark performance comparison between the PasRISCV (Object-Pascal, FPC 3.3.1) and RVVM (C, GCC 14.2.1) RISC-V emulators.
January 15, 2025 at 4:43 PM
Regarding how the instruction interpreter part in PasRISCV roughly works:
January 13, 2025 at 4:07 AM
The beginning of network support in my Pascal 64-bit RISC-V PasRISCV emulator. 🙂 Although I still have a few routing issues here at the moment.
January 8, 2025 at 6:17 AM
Good news! I've launched .masterknecht, a new free browser-based PWA tool for mastering audio using WebAssembly! Master your tracks with reference files. No ML, just efficient algorithms for fast mastering on your device. Try it & donate! masterknecht.klangknecht.com #audiomastering #PWA
December 6, 2024 at 12:27 AM
PasVulkan now includes an external HTML5/JS-based tool for visualizing Vulkan memory allocations. Note that PasVulkan's custom Vulkan memory manager predates AMD's first public VMA release, addressing any questions about why VMA isn't used.
November 12, 2024 at 2:17 AM