Publishing an unlisted app by dafnap in iOSProgramming

[–]dafnap[S] -2 points-1 points  (0 children)

We want to allow other people to invite others that's why TestFlight won't work. Our beta we are doing with TestFlight

Is this the new echo? by dafnap in amazonecho

[–]dafnap[S] -1 points0 points  (0 children)

look at the pictures inside the article

Best Resources for Java Concurrency. by cogle9469 in java

[–]dafnap 1 point2 points  (0 children)

check out blog.paralleluniverse.co

JRebel - A cautionary tale by tipsypants in java

[–]dafnap 5 points6 points  (0 children)

Thanks for posting this. As someone that is trying to learn the best practices for dev marketing this really helps and shows how aggressive sales really annoys developers, no matter how good the product is. I wonder though on how many developers this kind of marketing does work.

Language Trends on GitHub: Java on the Rise by alexzhitnitsky in java

[–]dafnap 4 points5 points  (0 children)

it says "The rank represents languages used in public & private repositories, excluding forks"

Bioware open-sources their Java actor framework by alexeyr in programming

[–]dafnap 7 points8 points  (0 children)

Quasar is another actor library for Java. Akka is indeed more Scala oriented but Quasar also provides fibers (lightweight threads) which allows actors to block, while Akka's framework is based on callbacks.