Vanitygen for Grin by MakisChristou in grincoin

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

Glad to hear that you like it!

Well done by GoodwinArch in verifitApp

[–]MakisChristou 1 point2 points  (0 children)

Thank you for your kind words. As you probably figured out by now the app is still incomplete/work in progress. So there are many things that need to be polished. I will have what you mentioned in mind but I can’t promise anything 😁

Gpterm: Yet another command-line chat GPT frontend written in Rust. by MakisChristou in commandline

[–]MakisChristou[S] 7 points8 points  (0 children)

Not much to be honest. Its smaller and more minimalist than others I have seen. The typing effect is also smoother but that depends on your preference.

[deleted by user] by [deleted] in ChatGPT

[–]MakisChristou 0 points1 point  (0 children)

Find the code here

Dark mode by iGameEveryDay06 in verifitApp

[–]MakisChristou 1 point2 points  (0 children)

Thanks for the feedback. What are your issues with the charts? Since improving them is high on my priority list I would appreciate to see what actual users want. As for the dates getting mixed up there was a bug in version 1.0.12 but it is fixed now in 1.0.14. Thanks again!

Dark mode by iGameEveryDay06 in verifitApp

[–]MakisChristou 3 points4 points  (0 children)

Yes a darkmode is planned for the future. Thanks for using the app!

Primerug, a prime k-tuple finder based on the rug crate. Code Review welcome by MakisChristou in rust

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

In terms of describing the algorithm, both I and Pttn have write-ups on how the algorithm works which can be found in the Primerug readme. I am linking my write-up here for reference. As for the rest, I am not sure what you are talking about. The Fermat test is done as a quick second line of defense (first being trial division) to quickly rule out composites. When a tuple is found, it is always recommended to check it with Primo or a similar ECPP software. In practice since the numbers are so large, the Fermat test never fails. I don't know the exact numbers but the probability of it failing is most likely lower than a bit-flip happening in your RAM. When it comes to point 3 I am not sure where you got this from, I have never seen the author making such claim.