Notes
Allen & Heath Xone:92 mk2
I heard recently that Allen & Heath released (without too much of a bang) an updated version of their Xone:92 DJ mixer. This mixer is one of the greatest and the Xone sound is so, so great. One night in a club, I remember Objekt starting his set on a Xone mixer while the previous DJs were playing on a Pioneer mixer. That sound difference was crazy. While Pioneer's sound was all flat and crispy, the Xone sound was punchy, breathy, and lively.
The MK2 apparently solves some issues the original one had around noisy filter activation. The Xone:92 had some issues: activating the filter is now clickless.
I am pretty tempted to replace my very old Rane TTM56s.
-
Xone:92 4+2 Channel Analogue Mixer
allen-heath.com
Which Way Is Up by Pearson Sound
The now legendary Hessle Audio label with a release from Pearson Sound. Groovy, Psychological, and Acid all at the same time. Great great stuff.
-
Which Way Is Up, by Pearson Sound
pearsonsound.bandcamp.com
Advanced Image Dithering with Dither Boy by Studio AAA
Dither Boy is a software that produces very cool dithering effects on images. You can pick from multiple algorithms and customize them. Pretty cool! I wish I would have the same kind of things but for vector content. That is definitely something I keep in mind for my plotter art.
Get better results with cursor rules
With its latest release, cursor (the AI code editor) allows the user to set multiple rules in the .cursor/rules directory. The agent will then use the most appropriate rules for the task you are asking the AI. The cursor.directory website list amazing prompts you can use.
-
Cursor Directory
cursor.directory
LLM writes low-level code and improves performance by 2x
An incredible mise en abyme happened yesterday. A developer managed to get 2x improvement by letting DeepSeek-r1 write code for a specific part of llama.cpp.
Surprisingly, 99% of the code in this PR is written by DeekSeek-R1. The only thing I do is to develop tests and write prompts (with some trials and errors)
According to the prompts shared by the developer, the model spent thinking 3 to 5 minutes per response.
-
convert ARM NEON to WASM SIMD prompt
gist.github.com