Re: Why we need responsive images: Part Deux - TimKadlec.com - http://timkadlec.com/2013...
"Nit: shouldn't it be 256 values for each of the channels?" - Sam Pullara
still chargin' like a champ, guys! - http://www.flickr.com/photos...
Just-In-Time Plumbing (5/5) - http://www.yelp.com/biz...
"We got the best service ever from Justin. The water pressure at our house had over a period of time fallen and finally dropped dramatically. We thought at first it might be the water from the main and…" - Sam Pullara
Re: Mustache is logic-less but the logic has to go somewhere - http://www.javarants.com/2013...
"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: https://github.com/spullara/re..." - Sam Pullara
Re: Mustache is logic-less but the logic has to go somewhere - http://www.javarants.com/2013...
"There is no reason to name your mustache variables after your classes. I would still call it user." - Sam Pullara
Re: Mustache is logic-less but the logic has to go somewhere - http://www.javarants.com/2013...
"Yep, at Twitter they have been implemented in Javascript, Ruby and Scala." - Sam Pullara
Re: Answering More Gradle v. Maven FUD - http://www.gradleware.com/news...
"I find this build to be entirely too scripted and filled with bespoke configuration and behaviors designed for your custom environment: https://github.com/gradle/grad... 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." - Sam Pullara
Re: Why your new JVM build tool is making things worse, aka use Maven to execute your build - http://www.javarants.com/2013...
"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." - Sam Pullara
Re: Why your new JVM build tool is making things worse, aka use Maven to execute your build - http://www.javarants.com/2013...
"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. 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." - Sam Pullara
Re: Why your new JVM build tool is making things worse, aka use Maven to execute your build - http://www.javarants.com/2013...
"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. 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: http://harshana05.blogspot.com... Version 1.6 under a different package is available and what I am testing with." - Sam Pullara
Why your new JVM build tool is making things worse, aka use Maven to execute your build - http://www.javarants.com/2013...
Re: Iteration Inside and Out – journal.stuffwithstuff.com - http://journal.stuffwithstuff.com/2013...
"You can totally do internal iteration in Java <= 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." - Sam Pullara
Anna and Maya playing "Happy Birthday to Rock 'n Roll" and "Princesses are Invisible" - http://www.flickr.com/photos...
ANNA IZ IN UR COMPUTR HACKIN UR CODE [Flickr] - http://www.flickr.com/photos...
Anna carrying Joshua [Flickr] - http://www.flickr.com/photos...
Metal recylcing truck [Flickr] - http://www.flickr.com/photos...
Very early WebLogic photo from Dec 1996 - http://www.flickr.com/photos...
I took most of Dan's chips then he was knocked out on the bubble in 7th - http://www.flickr.com/photos...
Mustache is logic-less but the logic has to go somewhere - http://www.javarants.com/2013...
Re: Introducing the new HTML5 Hard Disk Filler™ API - http://feross.org/fill-di...
"No, but Tumblr themselves might want to do things per subdomain for caching, etc." - Sam Pullara
Re: Introducing the new HTML5 Hard Disk Filler™ API - http://feross.org/fill-di...
"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?" - Sam Pullara