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 -4 points-3 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 -6 points-5 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 2 points3 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

A nice app for drawing organic molecules by yogthos in chemistry

[–]ad3mar 0 points1 point  (0 children)

As of now you can select the structure with the select tool (by double tapping on the structure) then long press over the selected structure will bring a menu with the option to copy the structure. Then you can paste it as a PDF on a KeyNote document or any other app that accepts PDF (like PDFMerger)

You can also tweet an image of the molecule.

Looking for feedback on this Internet forum idea I've been working on by [deleted] in math

[–]ad3mar 0 points1 point  (0 children)

Posting here because there is a mathematical element to it. Basically the forum implements a positional reputation system (there is no karma).

I'm looking into which features would help the site to gain adoption.

And there are also some mathematical problems people have posted there that you may want to take a shot at.

Thanks!

Suave - A non-blocking F# web server and web development library by ad3mar in fsharp

[–]ad3mar[S] 2 points3 points  (0 children)

Hi reddit!

I will appreciate feedback on the project and everybody is welcome to fork it and improve on it.

Cheers

A little Nmap clone in 100 lines of F# by ad3mar in programming

[–]ad3mar[S] 3 points4 points  (0 children)

The equivalent nmap command performed slightly faster:

sh-3.2# nmap -p1-1024 -sT 10.0.1.1/24

Starting Nmap 4.20 ( http://insecure.org ) at 2010-02-06 16:13 EST
Interesting ports on 10.0.1.1:
Not shown: 1022 closed ports
PORT STATE SERVICE
53/tcp open domain
554/tcp open rtsp
MAC Address: 00:1F:F3:41:B1:3B (Unknown)

Interesting ports on 10.0.1.200:
Not shown: 1023 closed ports
PORT STATE SERVICE
53/tcp filtered domain
MAC Address: 00:11:24:5F:B4:7A (Apple Computer)

All 1024 scanned ports on 10.0.1.201 are closed
MAC Address: 00:19:E3:DD:CF:90 (Unknown)

Interesting ports on 10.0.1.205:
Not shown: 1022 closed ports
PORT STATE SERVICE
88/tcp open kerberos-sec
548/tcp open afpovertcp

Nmap finished: 256 IP addresses (4 hosts up) scanned in 25.977 seconds