summaryrefslogtreecommitdiff
path: root/_posts/2011-04-11-blogrite-git-or-dropbox.html
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-04-06 19:40:37 +0100
committerJosé Mota <josemota.net@gmail.com>2012-04-06 19:40:37 +0100
commit3204575bfcd1f12db5945c8959073d40915cfdfe (patch)
tree5b35a0896f91043c931482b5ecb99dc2aa154310 /_posts/2011-04-11-blogrite-git-or-dropbox.html
parent6644e3213758ac5f8ea4f388d4dcf4105e7d4530 (diff)
Import all posts.
Diffstat (limited to '_posts/2011-04-11-blogrite-git-or-dropbox.html')
-rw-r--r--_posts/2011-04-11-blogrite-git-or-dropbox.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/_posts/2011-04-11-blogrite-git-or-dropbox.html b/_posts/2011-04-11-blogrite-git-or-dropbox.html
new file mode 100644
index 0000000..7a241d2
--- /dev/null
+++ b/_posts/2011-04-11-blogrite-git-or-dropbox.html
@@ -0,0 +1,21 @@
+---
+layout: post
+title: Blogrite - Git or Dropbox?
+tags:
+- Miscellaneous
+- ruby
+- screencast
+status: publish
+type: post
+published: true
+meta:
+ _wp_old_slug: blogrite-%e2%80%94-git-or-dropbox
+ _edit_last: '1'
+---
+The absence of communication has been resounding for a while. I have been thinking about Blogrite, nonetheless. I want to show something in the local Ruby meetup next month.
+<h3>The million dollar question</h3>
+Today I went to #git in Freenode, asking for how should I learn git in order to use it as a filesystem and access it remotely via some server using Grit. The somehow arrogant yet most likely right answer I got was: <em>don't</em>. Well, what should I use then? The same guy didn't answer me (well, he did: "<em>I don't know".</em>) but another guy did.
+<blockquote>Why not use Dropbox or Amazon S3?</blockquote>
+Actually that is a great idea. Again, my principle is: keep it minimal and lightweight and still easy for geeks to use. Dropbox is definitely easy to use and maintain. You can also version the content with Git; it just won't be part of my engine.
+<h3>The million dollar answer</h3>
+I will use Dropbox as the content database. Git will have to wait. It shall come, but not just yet. This gives me opportunity to create modular adapters later on so I feel confortable with it.