Seth Troisi

Results 40 issues of Seth Troisi

GMP performs [basecase squaring](https://gmplib.org/manual/Basecase-Multiplication) ~1.5x faster than multiplication of `a*b` by noticing the upper half of the cross-product is symmetric and skipping those duplicated multiplications. I've read over the [core_mont.cu](https://github.com/NVlabs/CGBN/blob/master/include/cgbn/core/core_mont.cu)...

I have found a case with N=971 bits where `cgbn_mont_sqr(r, a, n)` returns `(a^2 % n) + n` I made a [minimal repro branch here](https://github.com/NVlabs/CGBN/compare/master...sethtroisi:overflow?expand=1) Would you be willing to...

``` seven@seven:~/Projects/cado-nfs$ python3 cado-nfs-client.py --bindir=build/seven --server=https://seven:1312 --certsha1=05b3f68fface7769d5131474fd21a81c9fa4158b 2019-07-23 00:48:26,783 - INFO:root:Starting client seven.f6d7ddf2 2019-07-23 00:48:26,783 - INFO:root:Python version is 3.6.8 2019-07-23 00:48:26,783 - INFO:root:Using work-around for buggy BytesGenerator 2019-07-23 00:48:26,783...

``` cd rl_loop python import shipname print('\n'.join(["google-chrome https://www.google.com/search?q=british+ship+%s &" % n for n in shipname.NAMES])) ``` copy and paste the first set to a new terminal (This should open a...

- [x] Drop 19x19 in model names. - [ ] Add help icon / readme in Header bar - [ ] Add "Zero to MG in five minutes" guide (colab...

I'm writing SPRT calculator and I'm confused by the sprt math. I wrote up the three methods I know in this [gist](https://gist.github.com/sethtroisi/b1be942f4b918a20dd5388b6d06fbbdc) LLF = my optimized version wiki = my...

https://www.reddit.com/r/cbaduk/comments/8n4j7f/cloudygo/dzt39mu/

Setting up CloudyGo with all of MiniGo V7 takes ~20 hours of just copying / import data. It would be nice to have an zipped instance folder. I imagine it...

enhancement
good first issue
Operational

I'd love to make an FAQ / links page that maps the [CloudyGo SiteNav](http://cloudygo.com/site-nav) to the related template and code blocks

enhancement
good first issue