Ryan Dunn
dunnry.net
Ryan Dunn
@dunnry.net
I still build cloud stuff and brew beer.
DM me and I will send you my email address so you can send me your resume. You are not available to message directly.
May 16, 2025 at 11:13 AM
Ok, damn. I guess I live on Raycast too. It's really good.
May 15, 2025 at 7:26 PM
Shottr for screenshots outside of Edge (built-in with Edge).
May 15, 2025 at 7:25 PM
Oh, and AltTab. That's a good one too.
May 15, 2025 at 7:25 PM
Most everything you had is there in Mac too. The only one I installed that I use a lot is Rectangle because Macs can't do windows management worth a damn (recently better, but still not great).
May 15, 2025 at 7:24 PM
Thanks. I was looking for the lazy web way of getting things like Paket, Fable, Fantomas, and latest dotnet SDK in the devcontainer template set with best practices. I am actually looking at this because I am tired of setting up local SDKs and tooling each time.
February 4, 2025 at 10:23 PM
I recall someone asking about it before and it wasn't possible because of Rosyln (other langs use it, but F# doesn't).
December 22, 2024 at 11:20 PM
Maybe. Would be really nice if this was from "approved" tooling like Sonarqube. Regardless, these are interesting to see - thanks.
December 19, 2024 at 6:04 PM
I checked the website and F# is not listed anywhere. Can you point me to any docs that show support?
December 17, 2024 at 3:23 PM
We've tried that, but it will require a long exception process each year. Easier in long run to have a recognized tool and get our checkmark.
December 16, 2024 at 9:43 PM
I wish... but no. Without it, it requires a lengthy exception process each year.
December 16, 2024 at 9:42 PM
Agree that the lang already does a lot of things that static analysis tries to catch: null handling, exhaustive matches, no cycles, etc.

Compliance doesn't value nuance however - it's a pure checkbox process.
December 16, 2024 at 7:27 PM
It's part of a certification process to have code analyzed by a static analysis tool for common errors. Almost all other languages have something like this in SonarQube.

It's purely a checkmark in a list of compliance things that we have to do - not because I think it's super important.
December 16, 2024 at 6:54 PM