Kurt Kartaltepe

Results 148 comments of Kurt Kartaltepe

I actually just found the crypto-bench project, but they really should post some results from an average machine. In my own testing today I found ring lacking in my particular...

Well if you want to broaden your horizons, sha1 is the hashing algorithm used for integrity checking for BitTorrent pieces. And while both ring and rust-crypto are far faster than...

I agree ring is fast enough, and undoubtedly there are improvements I could make to my own code outside the realm of which SHA-1 implementation I chose. Of course being...

Potentially a divisive opinion, but if we are going to make slideshow accept too many damned files then it should do everything async and should have minimal impact on startup....

> On one hand, you're very worried about the machines resources, on the other hand you recommend adding a lot of extra overhead to get around the slideshow limitations. I...

RFC is missing a how to teach section which might help with the above concerns. RFC proposes multiple channels but does not mention any method of synchronizing channel to scene...

If you want to present nice information about a user you should have them enter their username/id and do the calls from your app using your app's API key. I...

Ah sorry right after I sent this i noticed there was a typo and that the non-greedy match in sed was not working...