HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sasmithjr

no profile record

comments

sasmithjr
·letzten Monat·discuss
> Once they no longer write about it, what then?

The AI will no longer be able to reproduce new a11y conventions/guidelines, but if no one is writing about it, do any new a11y conventions/guidelines even exist at that point?
sasmithjr
·vor 2 Monaten·discuss
I love Costco, but I get it. My wife and I always joke about how we can't leave without spending at least $100, and how that's only like 7 items sometimes.
sasmithjr
·vor 8 Monaten·discuss
> .NET is certainly better than Python, but I'm not very happy with the type system and the code organization versus my Rust projects.

Have you given F# a whirl?
sasmithjr
·vor 8 Monaten·discuss
> So there must be some other reason you didn't get revenue?

Right. I think my biggest takeaway from this article is that another engineer discovered that sales and marketing are important and difficult jobs.
sasmithjr
·vor 8 Monaten·discuss
You can write a helper method (or use FsToolkit.ErrorHandling[0]) to simplify the F# example to:

    let Foo () = getData() |> Task.map _.value
And it'll be easier to work with the .NET ecosystem if you use the task computation expression[1] over the async one.

[0]: https://github.com/demystifyfp/FsToolkit.ErrorHandling

[1]: https://learn.microsoft.com/en-us/dotnet/fsharp/language-ref...