Show HN: An anonymous P2P social network for Android, written in Clojure
21–30 of 141 posts
Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#22I would love some comments on the maturity and performance of Clojure (speed, load times, memory consumption, executable size...) for Android apps.
While the app is interesting, I am also more interested in Clojure's feasibility for writing Android apps. Last time I looked, Dalvik's GC was so bad it took many seconds for the Clojure runtime to bootstrap.
Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#23For me a good solution would be to use machine learning, the same way spam filtering works for email.
A decentralized version of Reddit could actually be pretty simple, with a flooding P2P network coupled to some machine learning on each of the nodes.
The beauty is that anyone would be free to implement the content filtering measures the way they like it.
Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#24Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#25Here is mine. Great to see new work and so clean out of the box.
Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#26Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#27Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#28I have been waiting for this. Here'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.
http://nightweb.net/#type=user&userhash=fcx2ahb4vuobu7ej... That's mine ... awww feels like the beginnings of ICQ ;) But ... we can hack on it ... finally a good reason to learn Clojure.
So here's mine http://nightweb.net/#type=user&userhash=dtvjjjuk7eai42xx...
Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#29I'm assuming this works by including your personal favorites in your meta torrent, so when people get your new content, they also get a list of who you've favorited?
Does this also mean that the meta update notification gets sent out when I favorite / de-favorite someone?
Re: Show HN: An anonymous P2P social network for Android, written in Clojure
#30Wow, this is just awesome! The app is really polished for an early beta release, especially that hidden markdown feature. Just three things that come to my mind: 1. how long does it take to propagate updates? 2. what is the traffic consumption on mobile? 3. what about statusbar notifications?
Once you've bootstrapped/integrated with the network, it takes a minute or two for a new update to reach you in my testing. The initial time to bootstrap onto the network is around five minutes. The traffic consumption is pretty high, because it becomes a full peer on the I2P network. Over a month I would expect it to consume around 1GB or more. If this becomes an issue for people, I may add the ability to be a non-c…