<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for jberkel</title><link>http://disqus.com/by/jberkel/</link><description></description><atom:link href="http://disqus.com/jberkel/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 20 Sep 2017 19:29:11 -0000</lastBuildDate><item><title>Re: Analysing Android error reports using the Google visualisation API</title><link>http://localhost:4000/2011/01/analysing-android-error-reports-using-the-google-visualisation-api.html#comment-3527205494</link><description>&lt;p&gt;Testing&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Wed, 20 Sep 2017 19:29:11 -0000</pubDate></item><item><title>Re: 100 Records That Set The World On Fire (while no one was listening)</title><link>http://localhost:4000/2009/07/100-records-that-set-the-world-on-fire-(while-no-one-was-listening).html#comment-3525144492</link><description>&lt;p&gt;Testing staging&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Tue, 19 Sep 2017 15:42:21 -0000</pubDate></item><item><title>Re: Running Lua on Heroku</title><link>http://leafo.net/posts/lua_on_heroku.html#comment-2072106008</link><description>&lt;p&gt;to fix this, use&lt;/p&gt;&lt;p&gt;xavante = require "xavante"&lt;br&gt;xavante.filehandler = require "xavante.filehandler"&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Wed, 10 Jun 2015 13:03:06 -0000</pubDate></item><item><title>Re: 

Backstage Blog
July 7th, 2014 
iOS
Mobile
Functional Reactive Programming
ObjectiveC

Building the new SoundCloud iOS application — Part I: The reactive paradigm

By
Mustafa Sezgin &amp; Jan Berkel

</title><link>https://developers.soundcloud.com/blog/building-the-new-ios-app-a-new-paradigm#comment-1474748059</link><description>&lt;p&gt;yes, that's the plan!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Tue, 08 Jul 2014 13:20:05 -0000</pubDate></item><item><title>Re: 

Backstage Blog
July 7th, 2014 
iOS
Mobile
Functional Reactive Programming
ObjectiveC

Building the new SoundCloud iOS application — Part I: The reactive paradigm

By
Mustafa Sezgin &amp; Jan Berkel

</title><link>https://developers.soundcloud.com/blog/building-the-new-ios-app-a-new-paradigm#comment-1473859404</link><description>&lt;p&gt;thanks! no, we don't have any plans yet, but Swift + RAC should play well together, have a look at &lt;a href="https://github.com/jspahrsummers/RxSwift" rel="nofollow noopener" target="_blank" title="https://github.com/jspahrsummers/RxSwift"&gt;https://github.com/jspahrsu...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Tue, 08 Jul 2014 04:44:56 -0000</pubDate></item><item><title>Re: How to preinstall Scala on your (rooted) Android phone</title><link>https://zegoggl.es/2011/07/how-to-preinstall-scala-on-your-android-phone.html#comment-304876998</link><description>&lt;p&gt;not sure if that would work since there is no way yet to compile code on the device itself .&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Thu, 08 Sep 2011 07:35:16 -0000</pubDate></item><item><title>Re: Scala on Android Revisited</title><link>https://zegoggl.es/2011/06/scala-on-android-revisited.html#comment-242452407</link><description>&lt;p&gt;Java is still the "lowest common denominator", there are a lot of Java devs around (compared to ObjC etc) so it makes sense for Google to push Java. But promoting Scala on Android would make the platform more interesting to a whole new group of developers.&lt;/p&gt;&lt;p&gt;Also I think Google suffers from the "not invented here" syndrome - they are more likely to come up with yet another language on the JVM to succeed Java (see Go for example, although not JVM-based).&lt;/p&gt;&lt;p&gt;Or they might go for a language which directly targets the dalvik VM - who knows.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Tue, 05 Jul 2011 04:42:12 -0000</pubDate></item><item><title>Re: Scala on Android Revisited</title><link>https://zegoggl.es/2011/06/scala-on-android-revisited.html#comment-218990934</link><description>&lt;p&gt;do you mean this recommendation? &lt;a href="http://developer.android.com/guide/practices/design/performance.html#prefer_static" rel="nofollow noopener" target="_blank" title="http://developer.android.com/guide/practices/design/performance.html#prefer_static"&gt;http://developer.android.co...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;20% performance difference sounds very optimistic - the recommendation in this document have been revised a few times since dalvik got JIT support.&lt;/p&gt;&lt;p&gt;i would do it the other way round - do everything in scala and use C (or Java, although the difference should not be that big) for performance critical sections. If you really want to add some static methods you can always throw in a Java class.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Mon, 06 Jun 2011 07:04:30 -0000</pubDate></item><item><title>Re: Scala on Android Revisited</title><link>https://zegoggl.es/2011/06/scala-on-android-revisited.html#comment-218982953</link><description>&lt;p&gt;What do you mean by static references? While it is true that Scala itself does not use statics there is no problem accessing static fields from existing Java code.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Mon, 06 Jun 2011 06:25:04 -0000</pubDate></item><item><title>Re: Scala: A Better Java for Android</title><link>http://robots.thoughtbot.com/post/5836463058#comment-212098122</link><description>&lt;p&gt;IntelliJ IDEA has this concept of facets - you can use both Scala + Android in the same project, works quite well. Not sure about Eclipse.&lt;/p&gt;&lt;p&gt;Check this blog post:&lt;br&gt;&lt;a href="http://nevercertain.com/index.php/2011/02/scala-android-intellij-win-part-1-prerequisites/" rel="nofollow noopener" target="_blank" title="http://nevercertain.com/index.php/2011/02/scala-android-intellij-win-part-1-prerequisites/"&gt;http://nevercertain.com/ind...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Thu, 26 May 2011 08:11:14 -0000</pubDate></item><item><title>Re: Scala: A Better Java for Android</title><link>http://robots.thoughtbot.com/post/5836463058#comment-211639528</link><description>&lt;p&gt;Some assumptions Scala makes (e.g. object creation and garbage collection are fast and cheap) are not necessarily valid on the dalvik VM. Scala's focus on immutable data structures implies that a lot of objects get created which might slow things down on Android where you usually try to avoid creating too many objects since memory is more limited and the GC is slower.&lt;/p&gt;&lt;p&gt;For normal apps this is normally not an issue though, and the dalvik VM is still being improved (concurrent GC, better JIT etc).&lt;/p&gt;&lt;p&gt;@Guest: Scala "defaults" to immutable data structures but you can also use mutable ones. For example, try out the following in the Scala shell:&lt;/p&gt;&lt;p&gt;scala&amp;gt; Map(1-&amp;gt;2)&lt;br&gt;res0: scala.collection.immutable.Map[Int,Int] = Map((1,2))&lt;/p&gt;&lt;p&gt;There's also a corresponding "scala.collection.mutable.Map".&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Wed, 25 May 2011 14:40:54 -0000</pubDate></item><item><title>Re: SoundCloud for iPhone and Android: Share your recordings to Twitter and Facebook from your smartphone - Recombu</title><link>http://recombu.com/apps/soundcloud-for-iphone-and-android-share-your-recordings-to-twitter-and-facebook-from-your-smartphone_M13783.html#comment-179813304</link><description>&lt;p&gt;You should be able to upload tracks from third party apps to SoundCloud with the Android app. Just select "Send" from the context menu, and pick "SoundCloud" (application specific, but should work with filemanagers and such).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Thu, 07 Apr 2011 09:10:28 -0000</pubDate></item><item><title>Re: last.fm wordle tag clouds</title><link>https://zegoggl.es/2009/04/last.fm-wordle-tag-clouds.html#comment-169537048</link><description>&lt;p&gt;you could store the png somewhere and then link to it i guess - but it wouldn't be dynamic.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Tue, 22 Mar 2011 08:50:16 -0000</pubDate></item><item><title>Re: Building Android Apps with Scala - simple-build-tool</title><link>http://www.nevercertain.com/2011/02/03/scala-android-intellij-win-part-2-simple-build-tool.html#comment-164539408</link><description>&lt;p&gt;In the meantime i've released 0.5.1 which means you shouldn't need to change version numbers in the file.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Fri, 11 Mar 2011 19:54:52 -0000</pubDate></item><item><title>Re: Analysing Android error reports using the Google visualisation API</title><link>https://zegoggl.es/2011/01/analysing-android-error-reports-using-the-google-visualisation-api.html#comment-137881074</link><description>&lt;p&gt;sure, it would be great to integrate this with ACRA. do you have a project mailing list ?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Mon, 31 Jan 2011 18:30:02 -0000</pubDate></item><item><title>Re: Running Vim within IRB</title><link>http://vimcasts.org/episodes/running-vim-within-irb/#comment-50886016</link><description>&lt;p&gt;yoda: hmm, maybe bundler is set up to ignore shared system gems (and the environment is locked), in which case you'd need to add a dependency to interactive_editor in your Gemfile.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Tue, 18 May 2010 08:55:18 -0000</pubDate></item><item><title>Re: Running Vim within IRB</title><link>http://vimcasts.org/episodes/running-vim-within-irb/#comment-50695533</link><description>&lt;p&gt;Thanks for the report, looks like some weirdness on osx. I just published 0.0.3 which fixes the problem.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Mon, 17 May 2010 10:14:19 -0000</pubDate></item><item><title>Re: Building Android apps in Scala with sbt</title><link>https://zegoggl.es/2009/12/building-android-apps-in-scala-with-sbt.html#comment-38536746</link><description>&lt;p&gt;hi sciss,&lt;/p&gt;&lt;p&gt;sbt (by design) doesn't use your local scala installation, instead it'll automatically download the version it requires. to use scala 2.8, edit project/&lt;a href="http://build.properties" rel="nofollow noopener" target="_blank" title="build.properties"&gt;build.properties&lt;/a&gt; and change build.scala.versions to "2.8.0.Beta1", then run "sbt clean update package-debug". When building it should display "[info] Building project foo 0.1 against Scala 2.8.0.Beta1". hope this helps.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Mon, 08 Mar 2010 03:47:22 -0000</pubDate></item><item><title>Re: Building Android apps in Scala with sbt</title><link>https://zegoggl.es/2009/12/building-android-apps-in-scala-with-sbt.html#comment-37488402</link><description>&lt;p&gt;just released 0.4.1 which should work ok with newer versions of sbt (also updated instructions on this page, which still mentioned 0.5.6).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Mon, 01 Mar 2010 13:23:22 -0000</pubDate></item><item><title>Re: Building Android apps in Scala with sbt</title><link>https://zegoggl.es/2009/12/building-android-apps-in-scala-with-sbt.html#comment-35844646</link><description>&lt;p&gt;i've just pushed some changes which will always reinstall before running tests, which is the expected behaviour.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Mon, 22 Feb 2010 08:07:10 -0000</pubDate></item><item><title>Re: Building Android apps in Scala with sbt</title><link>https://zegoggl.es/2009/12/building-android-apps-in-scala-with-sbt.html#comment-35843577</link><description>&lt;p&gt;UnitTests.scala is actually more like an integration test (it runs on the device/emulator). UnitTests will always pass, unless you change it to make it fail. at the moment test-emulator won't reinstall the test package, you'll have to do that manually (sbt 'project tests' install-emulator). this should probably be changed.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Mon, 22 Feb 2010 07:49:00 -0000</pubDate></item><item><title>Re: Building Android apps in Scala with sbt</title><link>https://zegoggl.es/2009/12/building-android-apps-in-scala-with-sbt.html#comment-34800109</link><description>&lt;p&gt;i'm not sure, but it might be one of the android tools writing to stderr instead of stdout (which will get flagged as [error]). this is confusing but can be ignored. is the package building ok?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Tue, 16 Feb 2010 20:35:43 -0000</pubDate></item><item><title>Re: Building Android apps in Scala with sbt</title><link>https://zegoggl.es/2009/12/building-android-apps-in-scala-with-sbt.html#comment-32276903</link><description>&lt;p&gt;haven't had the need to debug my apps, but will give it a try &amp;amp; let you know.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Mon, 01 Feb 2010 07:39:11 -0000</pubDate></item><item><title>Re: Building Android apps in Scala with sbt</title><link>https://zegoggl.es/2009/12/building-android-apps-in-scala-with-sbt.html#comment-32272692</link><description>&lt;p&gt;your debug problems are very likely not scala specific, as there's no difference at bytecode level between the two languages.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Mon, 01 Feb 2010 05:45:07 -0000</pubDate></item><item><title>Re: Building Android apps in Scala with sbt</title><link>https://zegoggl.es/2009/12/building-android-apps-in-scala-with-sbt.html#comment-30480186</link><description>&lt;p&gt;should be trivial to do add:  the syntax is "am start -a android.intent.action.MAIN -n&lt;br&gt;com.example/com.example.Foo". just add an entry to the github issue tracker.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jberkel</dc:creator><pubDate>Wed, 20 Jan 2010 09:25:32 -0000</pubDate></item></channel></rss>