<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>Rob DiCiuccio</title><generator>Tumblr (3.0; @robdiciuccio)</generator><link>http://robdiciuccio.tumblr.com/</link><item><title>Beer Citizen: Beer Citizen now serving the mobile web</title><description>&lt;a href="http://blog.beercitizen.com/post/29903732407/mobileweb"&gt;Beer Citizen: Beer Citizen now serving the mobile web&lt;/a&gt;: &lt;p&gt;&lt;a class="tumblr_blog" href="http://blog.beercitizen.com/post/29903732407/mobileweb"&gt;beercitizen&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p align="center"&gt;&lt;img height="214" src="http://i.imgur.com/xrCtn.png" width="125"/&gt;&lt;/p&gt;
&lt;p&gt;The mobile web version of Beer Citizen is here! You can now take Beer Citizen with you to the pub! You can review, research, and share beers from the comfort of your barstool. All the essential features of the desktop site have been refined into a smartphone-friendly web app. It’s brand…&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://robdiciuccio.tumblr.com/post/29908681739</link><guid>http://robdiciuccio.tumblr.com/post/29908681739</guid><pubDate>Tue, 21 Aug 2012 11:22:44 -0700</pubDate></item><item><title>beercitizen:

How Beer Citizen Uses Data
It’s a question we’re...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m7her53mVu1r9zuolo1_r1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://blog.beercitizen.com/post/28004142417/how-beer-citizen-uses-data-its-a-question-were"&gt;beercitizen&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;How Beer Citizen Uses Data&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It’s a question we’re asked often, and one we started with ourselves: what makes &lt;strong&gt;&lt;a href="http://beercitizen.com" title="Beer Citizen"&gt;Beer Citizen&lt;/a&gt;&lt;/strong&gt; different from other beer review apps? The short answer, as you may have surmised, is &lt;strong&gt;data&lt;/strong&gt;. We created Beer Citizen as a new way to review beer by entering experiential data, and a new way to discover beers by leveraging that data.&lt;/p&gt;
&lt;p&gt;Other review sites (even outside of the beer world) typically rely on written reviews or simple 5-star ratings. Written reviews are inherently subjective. By the time a beer has dozens, perhaps hundreds or even thousands of reviews, how many do you have to read to get an understanding of what the beer is actually &lt;em&gt;like&lt;/em&gt;? Other sites tend to use an overall rating as the main point of interest. While it tells you how much a community likes a beer, it doesn’t show you - at a glance - what you’ll &lt;strong&gt;experience&lt;/strong&gt; in a beer.&lt;/p&gt;
&lt;p&gt;Beer Citizen solves this problem by focusing on the data of the experience. By simply identifying perceived traits of a beer, and then quantifying the intensity of each, a review becomes much more useful, and more suited to explaining what a beer is &lt;em&gt;like&lt;/em&gt;. As more people enter data for a given beer, each review factors into a beer’s overall profile. In one glance, you can see what the community as a whole thinks a beer looks, smells, tastes, and feels like. You can, of course, still enter written tasting notes (and more) with your review, but it’s the data that we believe will make Beer Citizen your go-to beer reference.&lt;/p&gt;
&lt;p&gt;Beer Citizen is currently in Beta while we collect data (from people like you) and refine the system. As we get closer to a critical mass of review data, we’ll be introducing a ton of fun and useful tools. Ideas on the horizon include:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Discovering similar beers, based on trait data&lt;/li&gt;
&lt;li&gt;Comparing a beer to a style as a whole&lt;/li&gt;
&lt;li&gt;Comparing one style of beer to another&lt;/li&gt;
&lt;li&gt;Searching for beers based on desired traits&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;These are just a few things we have on the roadmap, &lt;strong&gt;but we can’t do it without data&lt;/strong&gt;. So grab a beer, enter a review, and help beer enthusiasts everywhere find a better beer. Let’s drink!&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://robdiciuccio.tumblr.com/post/28008191981</link><guid>http://robdiciuccio.tumblr.com/post/28008191981</guid><pubDate>Wed, 25 Jul 2012 15:10:50 -0700</pubDate></item><item><title>MySQL: fixing double-encoded UTF-8 data</title><description>&lt;p&gt;Ever have double-encoded UTF-8 data in your MySQL database? Of course you have. Here&amp;#8217;s a handy trick to quickly remedy that sticky situation, via MySQL command-line tools:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;mysqldump -h DB_HOST -u DB_USER -p DB_PASSWORD --opt --quote-names --skip-set-charset --default-character-set=latin1 DB_NAME &amp;gt; DB_NAME-dump.sql &lt;br/&gt;&lt;br/&gt;mysql -h DB_HOST -u DB_USER -p DB_PASSWORD --default-character-set=utf8 DB_NAME &amp;lt; DB_NAME-dump.sql &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;That&amp;#8217;s it! No scripts required.&lt;/p&gt;
&lt;p&gt;Source: &lt;a href="http://blog.hno3.org/2010/04/22/fixing-double-encoded-utf-8-data-in-mysql/" title="Odd, Even, Odd, Even..." target="_blank"&gt;Odd, Even, Odd, Even&amp;#8230;&lt;/a&gt;&lt;/p&gt;</description><link>http://robdiciuccio.tumblr.com/post/23324189557</link><guid>http://robdiciuccio.tumblr.com/post/23324189557</guid><pubDate>Fri, 18 May 2012 18:52:00 -0700</pubDate><category>mysql</category><category>utf8</category></item><item><title>Git Is Simpler Than You Think</title><description>&lt;p&gt;&lt;a href="http://nfarina.com/post/9868516270/git-is-simpler"&gt;nfarina&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It was about one year ago that we switched to Git. Previously, we used Subversion, through the Mac app &lt;a href="http://versionsapp.com"&gt;Versions&lt;/a&gt;, which (rightly) holds an Apple Design Award.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://cl.ly/1w3c282U1I34073u0W3D/screen2.png"/&gt;&lt;/p&gt;
&lt;p&gt;I made the executive decision to leave our comfy world of Versions because it seemed clear that Git was winning the Internet. There was much grumbling from my teammates, who were busy enough doing actual work thank you very much.&lt;/p&gt;
&lt;p&gt;But I pressed forward. We signed up for accounts on &lt;a href="http://github.com"&gt;Github&lt;/a&gt;. We learned how to type &lt;code&gt;'git push'&lt;/code&gt; and &lt;code&gt;'git pull'&lt;/code&gt;. We became more confident. Git is just like any other source control system! But it wasn’t long before one of our devs called me over to look at a…situation.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://nfarina.com/post/9868516270/git-is-simpler"&gt;Read More&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://robdiciuccio.tumblr.com/post/9930980186</link><guid>http://robdiciuccio.tumblr.com/post/9930980186</guid><pubDate>Wed, 07 Sep 2011 14:39:08 -0700</pubDate></item><item><title>18th &amp; Valencia, SF</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lqrc9kc7Wz1r1k0gso1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;18th &amp; Valencia, SF&lt;/p&gt;</description><link>http://robdiciuccio.tumblr.com/post/9596794253</link><guid>http://robdiciuccio.tumblr.com/post/9596794253</guid><pubDate>Tue, 30 Aug 2011 13:15:20 -0700</pubDate></item><item><title>Meanwhile, in Germany</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lq4vyoraDO1r1k0gso1_r2_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Meanwhile, in Germany&lt;/p&gt;</description><link>http://robdiciuccio.tumblr.com/post/9084724507</link><guid>http://robdiciuccio.tumblr.com/post/9084724507</guid><pubDate>Thu, 18 Aug 2011 10:15:00 -0700</pubDate></item></channel></rss>
