Show HN: An anonymous P2P social network for Android, written in Clojure
1–10 of 141 posts
Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#2Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#3Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#4Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#5Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#6how do you solve the p2p user_id problem? everyone can be everyone when faking the id on some client.
Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#7I would love some comments on the maturity and performance of Clojure (speed, load times, memory consumption, executable size...) for Android apps.
Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#8I would love some comments on the maturity and performance of Clojure (speed, load times, memory consumption, executable size...) for Android apps.
It will impose a few seconds of load time no matter what, so it is best for long-running apps where loading time isn't as important. The cost in runtime speed, memory consumption, and APK size are also present, but aren't a big issue in my experience. The same Clojure optimization rules apply.
I think things will get better and better once more people use Clojure to write Android apps. It will be a signal to the core devs that it's an important platform. Currently, you must use a fork of 1.5 that includes a few necessary modifications.
Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#9Here's my Nightweb link for anyone interested in experimenting with me: http://nightweb.net/#type=user&userhash=5avfzwgkdzgddsv3...
gw: It would be great to have multiple personas available to me, like an inverse of google+ circles.