50 Followers
36 Following
48 Posts
HLSL @ MSFT & LLVM Foundation. Formerly Apple, Robomodo, Midway Games. He/him.
It's the luck of the Irish! We have extended early bird registration for the 2026 EuroLLVM in Dublin, Ireland through Friday! https://llvm.swoogo.com/2026eurollvm
2026 European LLVM Developers' Meeting

Global remote, 🚨paid🚨 open source grant program from @igalia for folks to learn more about Linux, Graphics, JS DevTools, Multimedia + GStreamer or Web Standards.

- apply by April 3
- €7k for 450 hours over 3-6 months
- uni students or self directed learners

https://www.igalia.com/coding-experience/

#FediHire #Fossjobs

Igalia Coding Experience | Igalia - Open Source Consultancy and Development

Igalia is an open source consulting firm specialised in the development of innovative projects and solutions. Our engineers have expertise in a wide range of technological areas, including browsers and client-side web technologies, graphics pipeline, compilers and virtual machines. We have the most WPE, WebKit, Chromium/Blink and Firefox expertise found in the consulting business, including many reviewers and committers. Igalia designs, develops, customises and optimises GNU/Linux-based solutions for companies across the globe. Our work and contributions are present in many projects such as GStreamer, Mesa 3D, WebKit, Chromium, etc.

Igalia
@Migueldeicaza I’d have settled for C11 when I was hacking on XNU…

I posted a write up of the state of HLSL in 2026:

https://www.abolishcrlf.org/2026/02/10/HLSLState.html

There’s some cool stuff going on between the work in Clang and our new effort to standardize HLSL.

State of HLSL: February 2026

Another year, another language

Abolish \r\n
I’ll just be over here by myself…
Look, I’m all for spending time doing code reviews as a way of mentoring engineers so they learn how to write better code, but it makes me really frustrated when I’m instead spending hours of my time teaching them how to write better copilot prompts.
@anteru @xoofx @aras @dneto @thekhronosgroup SPIRV is by far the friendliest compilation target for GPUs today. I love me some LLVM, but All the LLVM-based GPU interchange formats are a lot more difficult to work with.
@dneto @aras @xoofx @thekhronosgroup can confirm. I was also in those months of meetings.

@neilhenning @dneto @xoofx Neil should come work on HLSL so that he’ll be back in the Khronos meetings and will get to see David more often… right??

I swear this isn’t a ploy so I get to go drinking with Neil occasionally…

@artagnon @regehr calling GlobalIsel a failure is a bit of a🔥take.

GlobalIsel is extremely useful for uses like JITs where compile time is extremely important. It is comparable to FastIsel both in terms of speed and output quality. It also has massive benefits for maintainability over both SDIsel and FastISel.