Advertisement · 728 × 90

Posts by Will Smith

So much yaml

1 week ago 0 0 0 0

25th

2 weeks ago 1 0 0 0

Yes, they are insane. Also very cruel.

2 weeks ago 54 0 0 0

It’s so good

6 months ago 2 0 0 0

The thing is, they know this. They don’t care; they are only wanting to be cruel and get rich.

7 months ago 2 0 0 0

Layoffs across MSFT. DevDiv was hit hard this time round.

11 months ago 1 0 1 0

A sad week for MSFT folks, especially DevDiv. I’m sorry this is happening. Stay in good spirits and talk with people close to you.

11 months ago 4 0 1 0

What's a better name, 'float3' or 'vec3'?

11 months ago 0 0 2 0

Well, today was a day.

11 months ago 1 0 0 0

Chatgpt

11 months ago 2 0 0 0
Advertisement
Post image

Well, image generation is definitely improving. I can’t believe it got the “Xamarin” on the shirt perfectly right.

11 months ago 4 0 1 0

Fucking horrible is what it was.

1 year ago 3 0 0 0

Look at dates while you are at it.

1 year ago 0 0 0 0
Original post on mastodon.social

Heya, I just released https://github.com/xoofx/AsmArm64 🎉

The most powerful and complete ARM64 Assembler and Disassembler API library for .NET (ok, it is missing SVE/SVE2 but will do that later 😅)

The assembler API is particularly unique with a strongly typed API that can encode […]

1 year ago 8 6 1 0

Last year, JIT team used Capstone to help them decode and verify SVE :)

1 year ago 0 0 0 0

Everyone is going to love it so much... 😞

1 year ago 1 0 0 0

:(

1 year ago 0 0 1 0
Preview
GitHub - TIHan/Evergreen: Just a fun side-project using the Oly language to build a game engine Just a fun side-project using the Oly language to build a game engine - TIHan/Evergreen

I've now open-sourced my side-side-project of building a game engine with Oly.
github.com/TIHan/Evergr...
No docs, just code unfortunately - I still need to write docs for Oly...

1 year ago 7 2 0 0

Can’t make this up

1 year ago 0 0 0 0

Tricky because structs in .NET will always satisfy the "new()" constraint, even if it doesn't have a default constructor.
I had to make Oly follow this logic using the anonymous shape. Not particularly happy about it.

1 year ago 0 0 0 0
Advertisement

Spent too much time yesterday tackling a single Oly feature.

In C# .NET, you can use "new()" as a constraint for a type parameter.
Ex: "void M<T>() where T : new()"

In Oly, I am translating C#'s "new()" to Oly's anonymous shape feature.
Ex: "M<T>(): () where T: { new() }"

1 year ago 1 0 1 0

Just got the bad news that my client is cutting budgets and all contracts are not being renewed, so I'll be available to start work in the New Year

I'm a Senior Contract .NET C#/F# Engineer with 15 years experience, comfortable working across AWS and Azure. RT's appreciated!

1 year ago 21 32 2 3

Very cool. I tested bindless a few months ago and showed similar results.

1 year ago 0 0 0 0
Post image

Oly now has analyzer support! Needed an analyzer to validate specific rules for SPIR-V.

1 year ago 1 0 0 0
Preview
GitHub - RockstarLang/rockstar: Home of the Rockstar programming language Home of the Rockstar programming language. Contribute to RockstarLang/rockstar development by creating an account on GitHub.

Rockstar is so cool
github.com/RockstarLang...
The thing I find most inspiring is the community around it.

1 year ago 2 0 0 0
Post image

Current Oly-Spirv design:

1 year ago 1 0 0 0

👏👏👏

1 year ago 0 0 0 0

Coming back from Canada one time, a U.S. border officer asked me, “Do you love yourself?” He wasn’t happy I was only in Canada for a day.

1 year ago 1 0 0 0
Advertisement
Preview
dotnet scaffold - Next Generation Project Creation for .NET - .NET Blog Introducing a new command line tool dotnet scaffold, a new interactive way to create projects in .NET.

I spy... Spectre.Console: devblogs.microsoft.com/dotnet/intro...

1 year ago 40 3 3 0
Preview
Making a Snake game in F# This blog post has been sitting in my drafts for over a year. I finally found someone to take a look at it and annoy me to post it. Thank…

I was hesitant to post this because I think all the things I do are bad... but I wrote a blog post on how to Make a Snake game in F# 🐍 probably a cool read if you're a software developer and you've thought about using F# before but haven't yet.

1 year ago 155 32 9 4