<?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 spullara</title><link>http://disqus.com/by/spullara/</link><description></description><atom:link href="http://disqus.com/spullara/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 07 Nov 2014 16:14:05 -0000</lastBuildDate><item><title>Re: 

A Fast General Purpose Lock-Free Queue for C++

</title><link>http://moodycamel.com/blog/2014/a-fast-general-purpose-lock-free-queue-for-c++#comment-1681976049</link><description>&lt;p&gt;I agree completely. Therefore in either of those cases the system actually provides no ordering. Just pointing out that you could provide ordering for producers if you have fewer consumers than producers and consumers don't share producers without coordination. Kafka actually provides this with partitions and consumer groups.  &lt;a href="http://kafka.apache.org/documentation.html" rel="nofollow noopener" target="_blank" title="http://kafka.apache.org/documentation.html"&gt;http://kafka.apache.org/doc...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Fri, 07 Nov 2014 16:14:05 -0000</pubDate></item><item><title>Re: 

A Fast General Purpose Lock-Free Queue for C++

</title><link>http://moodycamel.com/blog/2014/a-fast-general-purpose-lock-free-queue-for-c++#comment-1681571280</link><description>&lt;p&gt;You don't really have any strong ordering guarantees as far as I can tell. Since any consumer can dequeue from any queue, even if they are put in the queue in order by a producer, it can easily mean that messages are ultimately dispatched by a consumer in a different order. You would have to have coordination amongst the consumers or bind a single consumer to a set of producer queues to maintain the insertion order.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Fri, 07 Nov 2014 12:16:22 -0000</pubDate></item><item><title>Re: Why we need responsive images: Part Deux - TimKadlec.com</title><link>http://timkadlec.com/2013/11/why-we-need-responsive-images-part-deux/#comment-1119037866</link><description>&lt;p&gt;Nit: shouldn't it be 256 values for each of the channels?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Mon, 11 Nov 2013 23:37:48 -0000</pubDate></item><item><title>Re: Mustache is logic-less but the logic has to go somewhere</title><link>http://www.javarants.com/2013/03/09/mustache-is-logic-less-but-the-logic-has-to-go-somewhere/#comment-1040665881</link><description>&lt;p&gt;I use it to generate Java code all the time. I would just put those things in the code itself. You can see this in my redis generator here:&lt;/p&gt;&lt;p&gt;&lt;a href="https://github.com/spullara/redis-protocol/blob/master/redisgen/src/main/java/redis/redisgen/Main.java" rel="nofollow noopener" target="_blank" title="https://github.com/spullara/redis-protocol/blob/master/redisgen/src/main/java/redis/redisgen/Main.java"&gt;https://github.com/spullara...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Thu, 12 Sep 2013 13:54:23 -0000</pubDate></item><item><title>Re: Mustache is logic-less but the logic has to go somewhere</title><link>http://www.javarants.com/2013/03/09/mustache-is-logic-less-but-the-logic-has-to-go-somewhere/#comment-1040664231</link><description>&lt;p&gt;There is no reason to name your mustache variables after your classes. I would still call it user.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Thu, 12 Sep 2013 13:53:22 -0000</pubDate></item><item><title>Re: Mustache is logic-less but the logic has to go somewhere</title><link>http://www.javarants.com/2013/03/09/mustache-is-logic-less-but-the-logic-has-to-go-somewhere/#comment-1007370503</link><description>&lt;p&gt;Yep, at Twitter they have been implemented in Javascript, Ruby and Scala.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Mon, 19 Aug 2013 22:59:33 -0000</pubDate></item><item><title>Re: Answering More Gradle v. Maven FUD</title><link>http://www.gradleware.com/news/blog/answering-more-gradle-v-maven-fud#comment-973899706</link><description>&lt;p&gt;I find this build to be entirely too scripted and filled with bespoke configuration and behaviors designed for your custom environment:&lt;/p&gt;&lt;p&gt;&lt;a href="https://github.com/gradle/gradle/blob/master/build.gradle" rel="nofollow noopener" target="_blank" title="https://github.com/gradle/gradle/blob/master/build.gradle"&gt;https://github.com/gradle/g...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;You clearly have different taste than me — I would have worked to make this the exemplar build for gradle. I am coming at the problem as someone that consumes open source software and creates builds at startups (dozens to hundreds of modules, but probably only a language or two). Maybe Gradle is the best solution for super complicated builds inside the enterprise. However, I'm not convinced that projects shouldn't also publish a maven pom.xml if they are expecting others to consume their builds. Further, it would be great if gradle would automatically generate one.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Tue, 23 Jul 2013 17:37:38 -0000</pubDate></item><item><title>Re: Why your new JVM build tool is making things worse, aka use Maven to execute your build</title><link>http://www.javarants.com/2013/07/16/why-your-new-jvm-build-tool-is-making-things-worse-aka-use-maven-to-execute-your-build/#comment-970520089</link><description>&lt;p&gt;It is certainly the most arcane frontend of any technology I have to work with on a daily basis. I wish people would focus on making that experience better rather than reinventing the whole thing. On the IDE side, I find it unlikely that the tooling will ever be up to par because of all the scripting that is basically a black box and not really usable by the IDE.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Sat, 20 Jul 2013 12:07:14 -0000</pubDate></item><item><title>Re: Why your new JVM build tool is making things worse, aka use Maven to execute your build</title><link>http://www.javarants.com/2013/07/16/why-your-new-jvm-build-tool-is-making-things-worse-aka-use-maven-to-execute-your-build/#comment-970518412</link><description>&lt;p&gt;Perhaps they should pull it out of apache. My understanding is that mostly apache org politics slows down their development and reaction to the community.&lt;/p&gt;&lt;p&gt;As for scripting... plugins are the right answer for this since they are much easier to maintain than arbitrary code in the build file and over time they can be shared and reused. Scripting code in the build is a black box that makes any further optimization or integration impossible.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Sat, 20 Jul 2013 12:05:38 -0000</pubDate></item><item><title>Re: Why your new JVM build tool is making things worse, aka use Maven to execute your build</title><link>http://www.javarants.com/2013/07/16/why-your-new-jvm-build-tool-is-making-things-worse-aka-use-maven-to-execute-your-build/#comment-970515769</link><description>&lt;p&gt;I agree with all your points about what maven lacks. I just don't see those problems being solved by the other tools. Most of their work is just getting on par with maven's base functionality.&lt;/p&gt;&lt;p&gt;The community would be well served spending its time adding incremental builds and other actually interesting features to the build tools. Your comment did make me seek out a solution though and I am now testing the incremental-build-plugin. Here is a blog entry about it:&lt;/p&gt;&lt;p&gt;&lt;a href="http://harshana05.blogspot.com/2011/05/apache-maven-incremental-build-support.html" rel="nofollow noopener" target="_blank" title="http://harshana05.blogspot.com/2011/05/apache-maven-incremental-build-support.html"&gt;http://harshana05.blogspot....&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Version 1.6 under a different package is available and what I am testing with.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Sat, 20 Jul 2013 12:04:05 -0000</pubDate></item><item><title>Re: Iteration Inside and Out
      
        – journal.stuffwithstuff.com</title><link>http://journal.stuffwithstuff.com/2013/01/13/iteration-inside-and-out#comment-950967396</link><description>&lt;p&gt;You can totally do internal iteration in Java &amp;lt;= 8 with anonymous inner classes. It just isn't as terse as it will be in Java 8. Google Guava's collection API is the most widely used system for doing this and the IDE support for it is quite good and cleans up much of the verbosity.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Wed, 03 Jul 2013 16:59:09 -0000</pubDate></item><item><title>Re: 
    Introducing the new HTML5 Hard Disk Filler™ API
  </title><link>http://feross.org/fill-disk/#comment-815598665</link><description>&lt;p&gt;No, but Tumblr themselves might want to do things per subdomain for caching, etc.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Thu, 28 Feb 2013 12:21:22 -0000</pubDate></item><item><title>Re: 
    Introducing the new HTML5 Hard Disk Filler™ API
  </title><link>http://feross.org/fill-disk/#comment-814964853</link><description>&lt;p&gt;What is the suggested fix? Does this mean that *.tumblr.com basically can't use it? Maybe tiered with a larger limit for the top level domain that includes the sum of the subdomains?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Thu, 28 Feb 2013 01:24:58 -0000</pubDate></item><item><title>Re: Facebook Cuts Off Friend-Finding Access to Vine, Twitter&amp;#8217;s New Video App</title><link>http://allthingsd.com/20130124/facebook-cuts-off-friend-finding-access-to-vine-twitters-new-video-app/#comment-777512499</link><description>&lt;p&gt;Facebook actually cut off Twitter first years ago: &lt;a href="http://www.telegraph.co.uk/technology/facebook/7851293/Facebook-blocks-Twitter-friend-finder.html" rel="nofollow noopener" target="_blank" title="http://www.telegraph.co.uk/technology/facebook/7851293/Facebook-blocks-Twitter-friend-finder.html"&gt;http://www.telegraph.co.uk/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Thu, 24 Jan 2013 23:48:41 -0000</pubDate></item><item><title>Re: Building the ideal web application template engine</title><link>http://www.javarants.com/2010/06/16/building-the-ideal-web-application-template-engine/#comment-776152368</link><description>&lt;p&gt;You can download it directly from the maven repo and try it out:&lt;/p&gt;&lt;p&gt;&lt;a href="http://repo1.maven.org/maven2/com/github/spullara/mustache/java/handlebar/0.8.9/handlebar-0.8.9-jar-with-dependencies.jar" rel="nofollow noopener" target="_blank" title="http://repo1.maven.org/maven2/com/github/spullara/mustache/java/handlebar/0.8.9/handlebar-0.8.9-jar-with-dependencies.jar"&gt;http://repo1.maven.org/mave...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Sam&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Wed, 23 Jan 2013 19:21:48 -0000</pubDate></item><item><title>Re: Custom Redis Command: Performance of C vs Lua</title><link>http://openmymind.net/Custom-Redis-Command-Performance-C-vs-Lua/#comment-747004270</link><description>&lt;p&gt;BTW, I have a plugin framework for Redis in a branch of my fork. spullara on github. Maybe we can convince him to standardize it. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Mon, 24 Dec 2012 15:15:36 -0000</pubDate></item><item><title>Re: Build your own mail analyzer for Mac Mail.app</title><link>http://www.javarants.com/2008/12/26/build-your-own-mail-analyzer-for-mac-mailapp/#comment-689317856</link><description>&lt;p&gt;I have over a dozen accounts of all different types and I don't have anything in that table either. With no documents table, it is hard to imagine what the intent of document_id might be. Probably a left over table from when they had some sort of Pagess/Keynote/Numbers document integration? My guess is that the table is vestigal and they just haven't gotten rid of it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Mon, 22 Oct 2012 13:35:11 -0000</pubDate></item><item><title>Re: What is new and interesting in JDK 7?</title><link>http://www.javarants.com/2012/09/09/what-is-new-and-interesting-in-jdk-7/#comment-646022666</link><description>&lt;p&gt;Weird. Using disqus so don't have a lot of control over that.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Mon, 10 Sep 2012 14:29:54 -0000</pubDate></item><item><title>Re: How I Accidentally Kickstarted the Domestic Drone Boom</title><link>http://www.wired.com/dangerroom/2012/06/ff_drones/#comment-565751628</link><description>&lt;p&gt;I think he means the jets that fly across the country, not the last mile.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Sat, 23 Jun 2012 22:56:05 -0000</pubDate></item><item><title>Re: Scripting News: I deleted my Facebook account</title><link>http://scripting.com/stories/2011/11/10/iDeletedMyFacebookAccount.html#comment-360171844</link><description>&lt;p&gt;[accidental duplicate post, wouldn't let me delete it]&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Thu, 10 Nov 2011 12:30:27 -0000</pubDate></item><item><title>Re: Scripting News: I deleted my Facebook account</title><link>http://scripting.com/stories/2011/11/10/iDeletedMyFacebookAccount.html#comment-360171286</link><description>&lt;p&gt;You can download your data from Facebook at the bottom of this page: &lt;a href="https://www.facebook.com/settings" rel="nofollow noopener" target="_blank" title="https://www.facebook.com/settings"&gt;https://www.facebook.com/se...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;What's in your archive?&lt;br&gt;Any photos or videos you've shared on FacebookYour Wall posts, messages and chat conversationsYour friends' names and some of their email addresses&lt;br&gt;(Note: We'll only include email addresses for friends who've allowed this in their account settings.)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Thu, 10 Nov 2011 12:29:36 -0000</pubDate></item><item><title>Re: http://garyvaynerchuk.com/post/11198748850</title><link>http://garyvaynerchuk.com/post/11198748850#comment-329897372</link><description>&lt;p&gt;You wouldn't see those tweets unless you follow both Gary and the recipient. Also, Twitter will show you the full conversation for any at-reply conversation.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Sat, 08 Oct 2011 18:36:19 -0000</pubDate></item><item><title>Re: Groupon Is a Straight-Up Ponzi Scheme</title><link>http://www.knewton.com/blog/knerds/groupon-is-a-straight-up-ponzi-scheme/#comment-217742755</link><description>&lt;p&gt;How many new merchants are created each year? I imagine that in starting a local business, using a service like Groupon could be part of those starting costs in order to get initial visibility. That could the be theoretical end-game for these kinds of businesses, promotion for new merchants. Especially since I think you are right that it can't work for the merchant long term.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Fri, 03 Jun 2011 20:20:27 -0000</pubDate></item><item><title>Re: Scripting News: My iPad arrived</title><link>http://scripting.com/stories/2011/03/18/myIpadArrived.html#comment-168056241</link><description>&lt;p&gt;I'm befuddled as to what you thought would happen with a completely different iPad without transferring your purchases to iTunes, backing it up, then restoring to the new iPad. Did you expect them to be identical automatically?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Fri, 18 Mar 2011 23:35:16 -0000</pubDate></item><item><title>Re: AT&amp;amp;T will cap DSL and U-Verse internet, impose overage fees (update)</title><link>http://www.engadget.com/2011/03/13/atandt-will-cap-dsl-u-verse-internet-and-impose-overage-fees/#comment-165243231</link><description>&lt;p&gt;AT&amp;amp;T wants you to move to Comcast. I think this is what some people fail to understand. They have no interest in having customers that use that much bandwidth.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spullara</dc:creator><pubDate>Sun, 13 Mar 2011 19:58:01 -0000</pubDate></item></channel></rss>