Alexandre Mutel
banner
xoofx.mastodon.social.ap.brid.gy
Alexandre Mutel
@xoofx.mastodon.social.ap.brid.gy
VP of Engineering at DataGalaxy, C#/.NET, OSS, lang/compilers, GPU/sound, performance/SIMD/HPC, architecture 🏎️
Microsoft MVP, ex-demoscene PC/Amiga, ex-Unity […]

[bridged from https://mastodon.social/@xoofx on the fediverse by https://fed.brid.gy/ ]
Pfew, presentation is finished! 😱 A bit stressful but I hope it went smoothly for the audience... 🤞

I'm super thrilled to be able to finally share the project I have been working on in the past months https://retroc64.github.io/ 🥳

Now, Happy Coding with the C64 and .NET! 🚀

#dotnet #c64
RetroC64
Programming the Commodore 64 with .NET Build, assemble, run and debug C64 programs without leaving your IDE... Retro development, reimagined through modern tooling! Get Started > Examples > Your browser does not support WebM video. 🚀 Zero Friction Dev Loop Emit PRG/D64 and auto-launch live coding into VICE straight from .NET. Introduction > 🖥️ Fluent Assembler With Asm6502 Labels, sections, data blocks, helpers, and source mapping back to C#. Assembler...
retroc64.github.io
November 13, 2025 at 3:08 PM
RE: https://mastodon.social/@xoofx/115499270452432248

It's the day! 🎉

You can join https://www.dotnetconf.net/ to watch my talk at 3:30PM - CET, only 30 minutes!

#dotnet #c64
Just finished the slides about programming the Commodore 64 with C# for my upcoming talk at .NET Conf 2025 on November 13 at 3:30PM - CET, it's next week! 🙌

The live demo should be pretty cool and the slides will be hopefully entertaining. Now, I just need […]

[Original post on mastodon.social]
November 13, 2025 at 8:06 AM
Reposted by Alexandre Mutel
Did you know that from 1991 to 1995, more than 200 demos were featured on national French TV in the show named "Micro Kid's"?

Here's an anthology!

https://peertube.fenarinarsa.com/w/24nDZWh5ErdKLRUz2M7P1S

#demoscene
Micro Kid's - Demo anthology
Micro Kid's was a TV show about games shown on French national TV starting in 1991. From 1991 to 1995 each show ended with a demo (either from the Amiga, Atari ST or PC). More than 200 demos were f...
peertube.fenarinarsa.com
November 9, 2025 at 12:45 PM
Just finished the slides about programming the Commodore 64 with C# for my upcoming talk at .NET Conf 2025 on November 13 at 3:30PM - CET, it's next week! 🙌

The live demo should be pretty cool and the slides will be hopefully entertaining. Now, I just need […]

[Original post on mastodon.social]
November 5, 2025 at 9:45 PM
Reposted by Alexandre Mutel
LunarG Achieves Vulkan 1.3 Conformance with KosmicKrisp on Apple Silicon

https://www.lunarg.com/lunarg-achieves-vulkan-1-3-conformance-with-kosmickrisp-on-apple-silicon/
www.lunarg.com
October 31, 2025 at 3:20 PM
Woot! Prototyped this morning a C64 debugger for VSCode for my upcoming C# C64 development toolkit that I will present at the .NET Conf 2025 in November, and I got a first registers view working! 🥳

I should hopefully have something more polished to present! […]

[Original post on mastodon.social]
October 26, 2025 at 11:18 AM
Crazy project from Linus Åkesson about bringing a old school "front-panel" to an ATmega88 microcontroller https://linusakesson.net/hardware/frontpanel/index.php 🤯
Front-Panel Booting an ATmega88 Microcontroller
linusakesson.net
October 24, 2025 at 12:57 PM
Just finished porting sidreloc 1.0 by Linus Åkesson to C#! 🎉
It took a while, I'm using a different CPU emulator & rewrote much of it in idiomatic C#, but the results are great: it passes 78% of the latest HSVC SID collection (vs 63% for sidreloc 1.0).

The improvement likely comes from full […]
Original post on mastodon.social
mastodon.social
October 18, 2025 at 5:04 PM
Today, I have slightly improved my 6502 CPU emulator by allowing to trace the kind of memory access on the memory bus during the fetching, decoding and execution of an instruction, which is pretty cool for debugging / tracing purpose (and potentially to help relocate SID files!) ✨
October 11, 2025 at 8:57 PM
I'm sure I've missed plenty of opportunities to use the Z3 solver https://github.com/Z3Prover/z3 in the past. I really should think about it more often. 🤔

I'm curious: has anyone on the Fedi been using it for interesting problems? What's your experience with it?
GitHub - Z3Prover/z3: The Z3 Theorem Prover
The Z3 Theorem Prover. Contribute to Z3Prover/z3 development by creating an account on GitHub.
github.com
October 11, 2025 at 8:09 AM
It's Friday evening, let's share some code! 🥳

After reading Linus Akesson's great article on C64 SID relocation https://www.linusakesson.net/software/sidreloc/index.php I wanted to port it to my C# C64 libs and needed a 6502 CPU. Yet another sidetrack! 😅

So, I brought a 6502/6510 emulator to […]
Original post on mastodon.social
mastodon.social
October 10, 2025 at 7:23 PM
I've just finished coding the first draft of the C64 intro I'll use for .NET Conf 2025, and I'm pretty happy with it. 😎

It's not technically or visually amazing, but it should nicely demonstrate what's possible when coding from C#. 🚀

Oh, and yes, it plays a […]

[Original post on mastodon.social]
October 6, 2025 at 8:49 PM
Wooot! 🎉 My talk "Retro Meets Modern: Commodore 64 live coding with C# and .NET 9+" https://mastodon.social/@xoofx/115071595113811202 has been accepted for .NET Conf 2025! 🥳

I'm super excited - but now I have just 1 month to finish coding the pieces and […]

[Original post on mastodon.social]
October 3, 2025 at 6:04 AM
Tried to register on CSDb yesterday to maybe ask some coding questions... but failed miserably with my near-zero C64 pedigree 😁

Even if I ever release a demo, I won't retry. Communities too often drift into orthodoxy & "us vs them" vibes. Totally fine if some enjoy that - I don't. ☺️

#c64
October 1, 2025 at 6:37 AM
From time to time, I need to investigate binary data, and while I bookmarked https://imhex.werwolv.net/ quite some time ago, I'm not sure why I kept using HxD until today. 🤔 So I just tried ImHex again, and I'm really impressed with it 🤯: the data pattern spec and data processor are super […]
Original post on mastodon.social
mastodon.social
September 28, 2025 at 8:40 AM
That's quite an insane project https://youtu.be/IBtIB9mVzEI?si=SzgNNdx0FnLgf9c3 🤯
September 27, 2025 at 6:46 AM
Wasm 3.0 released https://webassembly.org/news/2025-09-17-wasm-3.0/ with some welcome features (64-bit, address spaces, GC...) and while GC is going to simplify things for many runtimes, it won't help .NET or even Golang, unfortunately […]
Original post on mastodon.social
mastodon.social
September 23, 2025 at 6:09 AM
Egor landed yesterday a great document about C# "Unsafe code best practices" https://github.com/dotnet/docs/blob/main/docs/standard/unsafe-code/best-practices.md 📜

Even if you think you know them, it is a good read as a reminder! 😎

#dotnet #csharp
docs/docs/standard/unsafe-code/best-practices.md at main · dotnet/docs
This repository contains .NET Documentation. Contribute to dotnet/docs development by creating an account on GitHub.
github.com
September 19, 2025 at 9:24 AM
RE: https://mastodon.social/@Mastodon/115224447782810898

Finally! 🥳 (I'm not going to abuse them, I promise! ☺️)

Still a long way to increase adoption of mastodon, but I hope this feature itself will boost it a bit 🤞
RE: https://mastodon.social/@Mastodon/115187078125939270

This is available to people on mastodon.online and mastodon.social now! 🎉 coming soon to other servers, when version 4.5 becomes available.

You can also find details of how to control your posts, via the animations in the blog and […]
September 18, 2025 at 9:16 AM
Reposted by Alexandre Mutel
The demo I’ve been working on is finally online:

https://ludicon.com/sparkjs/gltf-demo/

It demonstrates the benefits of real-time texture compression in 3D web apps. It allows you to compare models using traditional KTX2 textures (UASTC and ETC1S) with the same assets compressed as AVIF + […]
Original post on mastodon.gamedev.place
mastodon.gamedev.place
September 15, 2025 at 11:00 PM
Over the past few days, I’ve been converting the excellent Spindle fast loader for the C64, created by lft / Linus Åkesson, to my .NET library AsmMos6502. The process has gone quite smoothly, but I found it a bit tedious to declare labels, since I had to both […]

[Original post on mastodon.social]
September 11, 2025 at 7:16 PM
Reposted by Alexandre Mutel
Today, we’re ready to show you the upcoming quote posts feature in more detail. We’ve put together a blog post with examples of how quote posts will work on Mastodon, ahead of early access on our own servers next week 💬 Full launch to come, in Mastodon v4.5 […]
Original post on mastodon.social
mastodon.social
September 11, 2025 at 6:29 PM
I'm very late to the party, but I just programmed an FPGA for the first time in my life - the Artix Z7! 🎇

I followed the excellent blog series by @WillFlux 👉 https://projectf.io/posts/hello-arty-1/ but also explored the Vivado UI to properly configure the […]

[Original post on mastodon.social]
August 31, 2025 at 3:02 PM
Who here has dabbled in FPGA programming and boards without much prior background (aside from classical software engineering)? 🔧

I’m curious to try it out mainly for learning purposes, but I’m also a bit worried it could turn into another rabbit hole I end up abandoning - like what happened to […]
Original post on mastodon.social
mastodon.social
August 22, 2025 at 5:11 PM
It's a bit frustrating that @phanpy Mastodon client still doesn’t show status details on posts in the timeline (especially the number of responses, but I like also to see favorites...etc.).

If this is also blocking you from switching over, please upvote 👉 […]
Original post on mastodon.social
mastodon.social
August 22, 2025 at 11:59 AM