Ask HN: What is your side project for 2018?
31–40 of 93 posts
Re: Ask HN: What is your side project for 2018?
#32Also going to create some free example applications for hopefully teaching more advanced native concept on Android to any who want.
Re: Ask HN: What is your side project for 2018?
#33[0] https://play.google.com/store/apps/details?id=com.castlewrat...
Re: Ask HN: What is your side project for 2018?
#34Re: Ask HN: What is your side project for 2018?
#35Looking for beta testers to give feedback at the moment.
Re: Ask HN: What is your side project for 2018?
#36Re: Ask HN: What is your side project for 2018?
#37Re: Ask HN: What is your side project for 2018?
#38Re: Ask HN: What is your side project for 2018?
#39A complete Rust implementation has the benefit that it can be adapted to myriad other languages and thus has a much wider audience appeal. It's also about 10x faster than cpython, but pypy may eliminate that gap entirely. Of course there are the usual other benefits, as well.
Since Rust is in its infancy for application development, such an authorization library would address a growing need by the Rust ecosystem.
If any programmers want in, email me.
References:
Yosai: https://github.com/YosaiProject
Python-Rust adapter: https://github.com/YosaiProject/yosai_libauthz
authz.rs: https://github.com/Dowwie/rust-authz
blog post: http://daringordon.com/rust_tutorials/
Re: Ask HN: What is your side project for 2018?
#40This year I reimplemented it in rust and did some low level optimization to make it fast.