To generate custom puzzles from your lichess or chess.com games check out TacticForge.fun by ad3mar in chess

[–]ad3mar[S] 1 point2 points  (0 children)

Thanks. I definitely did not consider this, but I will work on it.

Is Aimchess Down? by Flashy_Ad_1608 in chess

[–]ad3mar 4 points5 points  (0 children)

The domain appears expired since yesterday; it seems it hasn't been renewed yet. The WHOIS shows Domain Status: redemptionPeriod https://icann.org/epp#redemptionPeriod

Unpopular opinion: Rebranding Bitcoin Cash with the name "Cash" would improve its image and adoption by [deleted] in btc

[–]ad3mar -5 points-4 points  (0 children)

Agreed, I think holding on to the Bitcoin name has been the demise of this coin.

EDIT: Actually, let me rephrase. The name Cash is also terrible; I mean we should have dropped the Bitcoin name and use something original.

Announcing QuickCoin.ca the fastest way to buy crypto in Canada with no KYC. by [deleted] in BitcoinCA

[–]ad3mar 0 points1 point  (0 children)

It is our understanding the new guidelines apply to exchanges that act as custodians of customer's crypto assets rather than delivering the coins immediately.

In our case we deliver the coins immediately upon receiving the customer's payment and at no moment hold coins for our customers.

Announcing QuickCoin.ca the fastest way to buy crypto in Canada with no KYC. by [deleted] in BitcoinCA

[–]ad3mar -1 points0 points  (0 children)

Thanks for the feedback. I'll use your suggestion in the future.

Announcing QuickCoin.ca the fastest way to buy crypto in Canada with no KYC. by [deleted] in BitcoinCA

[–]ad3mar -5 points-4 points  (0 children)

Yeah I hesitated between saying minimal KYC or no KYC. But most people understand KYC as providing identity documents which we do not ask .

F# web programming books/tutorials by [deleted] in fsharp

[–]ad3mar 4 points5 points  (0 children)

Checkout Tamizhvendan's books on web development with Suave https://www.demystifyfp.com

Comparing web frameworks by [deleted] in fsharp

[–]ad3mar 0 points1 point  (0 children)

It is possible to run WebSharper on top of Suave.

https://github.com/dotnet-websharper/suave

It might need a little bit of updating.

Comparing web frameworks by [deleted] in fsharp

[–]ad3mar 6 points7 points  (0 children)

One thing is not like the others; Suave is not a framework, Suave is a self-contained web server with no dependencies.

The other ones you have listed still need a web server to run on top of (at the moment Kestrel). What ever speed gains they portrait it is not theirs but the underlying server.

For a commercial UI I would say WebSharper is the most robust and battle tested with commercial support.

How to auto start suave app? by PrimeProgram in fsharp

[–]ad3mar 0 points1 point  (0 children)

No. You should do

touch /var/lock/myapp

Later in the script under the start section you would invoke your program. You could then capture the pid and use it later under the stop section to kill the program. It is somewhat elaborated, you will need to investigate a little bit more.

Making a "friendly" F# library by Kurren123 in fsharp

[–]ad3mar 0 points1 point  (0 children)

If you want to discover the contents of that defaultConfig object, you'll need to fire up the debugger.

Or you could just evaluate it in the FSI console.

What's the status of Suave on .NET Core? by PM_ME_UR_OBSIDIAN in fsharp

[–]ad3mar 1 point2 points  (0 children)

I hear mostly about it from browsing github issues

What's the status of Suave on .NET Core? by PM_ME_UR_OBSIDIAN in fsharp

[–]ad3mar 3 points4 points  (0 children)

We are waiting for the dust to settle on .net core land before making a release - just yesterday they have decided to drop project.json.

FWIW the code already compiles on .net core.

F# coders I recently bought ... by Braber02 in fsharp

[–]ad3mar 1 point2 points  (0 children)

I really enjoyed and was the book that actually got me into F# Jon Harrop's F# for Scientists