xamlhacker's comments

xamlhacker | 5 years ago | on: Purelymail: Cheap email with custom domains, 2FA

No affiliation with the service. Just a happy user. Great UI. 2FA implementation with TOTP, app passwords and backup codes. Custom domains support SPF and DKIM. Very cheap pricing at $10/year for "all-you-can-eat" with some soft limits. Looks like a one-person project but developer has been active with regular updates on the both the service status and issue tracker.

xamlhacker | 6 years ago | on: Release Keras 2.3.0 · Keras-team/Keras

Keras still has CNTK and Theano backends in addition to Tensorflow. Given that both frameworks are not being developed anymore, is there any point in maintaining those backends in the future?

xamlhacker | 7 years ago | on: Expressing Business Flows Using an F# DSL

F# language has a concept called "computation expressions" which are related to monads. They are also sometimes called workflows. But the article is using "workflow" in the more common language way which was confusing to me at first.

xamlhacker | 7 years ago | on: Goodbye Big Five: Google

For maps, I use HERE maps on Android and it works great. Offline capability is particularly good. I am not sure if it is available on iOS.

xamlhacker | 7 years ago | on: Introduction to OCaml

I loved OCaml as well but the lack of libraries pushed me to another ML variant: F# on .net platform. With .net core and F# tooling around it gradually maturing, it is a solid cross-platform functional language.

xamlhacker | 9 years ago | on: Stateless 3.0 – A State Machine Library for .NET Core

While the title of the blog post says "for .net core", it is much more than that. The blog post clarifies it is actually targeting the new .net standard so it works on all platforms including .net core (Windows, Mac, Linux), .net framework on Windows, Windows UWP and Xamarin (iOS, Android).

xamlhacker | 9 years ago | on: Announcing .NET Core 1.1 Preview 1

Wait a few months. Then target your library development at .net standard 2.0. It will work across the classic .net framework (Windows), the new cross-platform .net core (Windows, Linux, OSX) as well as the Xamarin (iOS, Android, Windows UWP).
page 1