A new project I've been working on: Infinite canvas where you can drop and organize all the audio files, play, select sections, link selections, play them in loop and perform some operations like add effects and preview before dropping them in your fav DAW https://t.co/0B6v88IWh4
A video I uploaded to YouTube 10 years ago, thinking "nobody is going to watch this", has just passed a million views. Its crazy. Looking back, there are things I would change in an update, but most of it holds true.
https://t.co/8HcBK6O3c8
Wrote a quick SIMD4 struct wrapper for (SSE4.2/NEON/WasmSIMD), and converted the color grading LUT generation to use it. 0.3ms -> 11ns (27x faster).
Code looks similar to standard scalar code, you just use 4-wide types instead (each op doing 4 elements of work). Loop length/4.
"The first thing I do after writing code is set a breakpoint and step through the function."
I do that often too. I always run File Pilot from the debugger. In fact I spend a lot of time in the debugger. I'm not exactly sure why people flex about working with prints only. It's like diagnosing a car by listening to the engine instead of opening the hood.
Also this is 100% true: "Well, your head is a faulty interpreter."
A few people have been asking in such a nice manner about when Blick will be out on Linux, so I put together a website to help navigate these questions for future reference:
https://t.co/Aqta4g7t4V
Odin's new inline asm is so cool! I've just added an error if you used an instruction which implicitly reads from a register but nothing in the templates produces a value for it (e.g. pinned, written before, etc), and more.
I cannot name another inline assembler that does that!
I've been using 10X Editor by @stewartlynch8 at work since 2+ years now, and its so fast and snappy and I'm so used to this kind of software that I cant go back.
I can say the same for @rfleury's RadDebugger and @vkrajacic's FilePilot
A new project I've been working on: Infinite canvas where you can drop and organize all the audio files, play, select sections, link selections, play them in loop and perform some operations like add effects and preview before dropping them in your fav DAW https://t.co/0B6v88IWh4
I wanted to create something where you could create mood-board for Audio files. But I don't want to create another database list application so thought it might be interesting to spatially place audio files.
I have just merged in the massive `asm` template PR for Odin.
This means now Odin has inline assembly, and it's all semantically checked too!!!
Next step: ARM64 support.
https://t.co/OsJyYTCXEe