Skip to content

Commit

Permalink
blog post: dr nic interview
Browse files Browse the repository at this point in the history
  • Loading branch information
veganstraightedge committed Sep 6, 2011
1 parent f0ae264 commit 10267b2
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 47 deletions.
11 changes: 11 additions & 0 deletions web/_posts/2011-09-06-drnic-interview.markdown
@@ -0,0 +1,11 @@
---
layout: post
title: Dr Nic Interviewed by Obie Fernandez about Rails, Rails Installer, Ruby Virtual Machines and More
author: Shane Becker
---

Dr Nic Williams talks about the state of the Rails community, the reasons
for supporting JRuby and Rubinius implementations and for creating Rails
Installer.

[Watch and listen on InfoQ](http://www.infoq.com/interviews/drnic-rails-ruby-vm "InfoQ: Dr Nic Williams on Rails, Rails Installer and the Future of Ruby VMs").
118 changes: 118 additions & 0 deletions web/_site/2011/09/06/drnic-interview/index.html
@@ -0,0 +1,118 @@
<!DOCTYPE html>
<html dir="ltr" lang="en">

<head>
<title>Dr Nic Interviewed by Obie Fernandez about Rails, Rails Installer, Ruby Virtual Machines and More - Rubinius</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<meta content='en' http-equiv='content-language'>
<meta content='Rubinius is an implementation of the Ruby programming language. The Rubinius bytecode virtual machine is written in C++. The bytecode compiler is written in pure Ruby. The vast majority of the core library is also written in Ruby, with some supporting primitives that interact with the VM directly.' name='description'>
<link href='/' rel='home'>
<link href='/' rel='start'>


<link href='/feed/atom.xml' rel='alternate' type='application/atom+xml' title='Rubinius Blog' />
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]-->
<script src="/javascripts/jquery-1.3.2.js"></script>
<script src="/javascripts/paging_keys.js"></script>

<script src="/javascripts/application.js"></script>
<style>article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }</style>

<link href="/stylesheets/blueprint/screen.css" media="screen" rel="stylesheet" />
<link href="/stylesheets/application.css" media="screen" rel="stylesheet" />
<link href="/stylesheets/blueprint/print.css" media="print" rel="stylesheet" />
<!--[if IE]><link href="/stylesheets/blueprint/ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE]><link href="/stylesheets/ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<link href="/stylesheets/pygments.css" media="screen" rel="stylesheet" />
</head>

<body>
<div class='container'>
<div class='span-21 blog_menu'>
<header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a id="blog" href="/blog">Blog</a></li>
<li><a id="documentation" href="/doc/en">Documentation</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/roadmap">Roadmap</a></li>
<li><a href="/releases">Releases</a></li>
</ul>
</nav>

</header>
</div>

<div class='span-3 last'>
<div id='version'>
<a href="/releases/1.2.4">1.2.4</a>
</div>
</div>

</div>

<div class="container posts_nav">
<nav>
<a href="/blog/posts_index">Index of Posts</a>
<a id="feed_icon" href="/feed/atom.xml"><img alt="subscribe" src="/images/feed-icon16x16.png" /></a>
</nav>
</div>

<div class="container blog_posts">
<h2 class="post_title">Dr Nic Interviewed by Obie Fernandez about Rails, Rails Installer, Ruby Virtual Machines and More</h2>

<div class="by_line">
<p><span class="author">Shane Becker</span>
<span class="date">06 September 2011</span>

</p>
</div>

<pre><code>Dr Nic Williams talks about the state of the Rails community, the reasons
for supporting JRuby and Rubinius implementations and for creating Rails
Installer.
</code></pre>

<p><a href="http://www.infoq.com/interviews/drnic-rails-ruby-vm" title="InfoQ: Dr Nic Williams on Rails, Rails Installer and the Future of Ruby VMs">Watch and listen on InfoQ</a>.</p>


<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'rubinius';
var disqus_identifier = '/2011/09/06/drnic-interview/';
var disqus_url = 'http://rubini.us/2011/09/06/drnic-interview/';

(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

</div>
<footer>
<div class='container'>
<nav>
<ul>
<li><a rel="external" href="http://twitter.com/rubinius">Follow Rubinius on Twitter</a></li>
<li><a rel="external" href="http://github.com/rubinius/rubinius">Fork Rubinius on github</a></li>
<li><a rel="external" href="http://engineyard.com">An Engine Yard project</a></li>
</ul>
</nav>
</div>
</footer>

<script>
var _gaq=[['_setAccount','UA-12328521-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>


</body>
</html>
72 changes: 25 additions & 47 deletions web/_site/blog/index.html
Expand Up @@ -63,6 +63,31 @@

<div class="container blog_posts">

<div class="post">
<h2 class="post_title">
<a href="/2011/09/06/drnic-interview/" title="Dr Nic Interviewed by Obie Fernandez about Rails, Rails Installer, Ruby Virtual Machines and More" class="post_title">
Dr Nic Interviewed by Obie Fernandez about Rails, Rails Installer, Ruby Virtual Machines and More
</a>
</h2>
<div class="by_line">
<p><span class="author">Shane Becker</span>
<span class="date">06 September 2011</span>

<a href="http://rubini.us/2011/09/06/drnic-interview/#disqus_thread" data-disqus-identifier="/2011/09/06/drnic-interview/"></a>


</p>
</div>

<pre><code>Dr Nic Williams talks about the state of the Rails community, the reasons
for supporting JRuby and Rubinius implementations and for creating Rails
Installer.
</code></pre>

<p><a href="http://www.infoq.com/interviews/drnic-rails-ruby-vm" title="InfoQ: Dr Nic Williams on Rails, Rails Installer and the Future of Ruby VMs">Watch and listen on InfoQ</a>.</p>

</div>

<div class="post">
<h2 class="post_title">
<a href="/2011/09/02/retiring-some-rubinius-rewards/" title="Retiring (Some) Rubinius Rewards" class="post_title">
Expand Down Expand Up @@ -366,53 +391,6 @@ <h2 class="post_title">

</div>

<div class="post">
<h2 class="post_title">
<a href="/2011/07/29/rbxday-at-outright/" title="Outright Hacks &#35;rbxday" class="post_title">
Outright Hacks &#35;rbxday
</a>
</h2>
<div class="by_line">
<p><span class="author">Brian Ford</span>
<span class="date">29 July 2011</span>

<a href="http://rubini.us/2011/07/29/rbxday-at-outright/#disqus_thread" data-disqus-identifier="/2011/07/29/rbxday-at-outright/"></a>


</p>
</div>

<p>Hey Ruby bytecode fans! The first ever <strong>International Rubinius Day</strong> is next
Friday, August 5th. Around the world people will be trying their code on
Rubinius and generally having a fun time. Follow the activities on Twitter
under the <em>#rbxday</em> tag and use that to let folks know what you&rsquo;re up to. Stay
tuned to the <a href="http://rbxday.rubini.us/">rbxday website</a> for details as the day
unfolds.</p>

<p>If you are located in, around, or within traveling distance of beautiful
Mountain View, CA, the terrific folks at <a href="http://outright.com">Outright.com</a>
are sponsoring a real live <em>#rbxday</em> event! Come hang out with a bunch of
hardcore Ruby nerds, including Brian Ford (that&rsquo;s me) from the Rubinius team.
Plan to be inspired by all the great stuff people are working on. There will
be mountains of top-shelf Rubinius schwag, as well as <em>free beer and pizza</em>.
(Just don&rsquo;t get too trashed as there will also be lightning talks and an IR
helicopter obstacle course.)</p>

<p>The <a href="http://rbxday.eventbrite.com/">party</a> will be from 1:00 pm to 8:00 pm on
Friday August 5th at Outright&rsquo;s offices in downtown Mountain View. (They have
an application that does some seriously awesome stuff with small business
accounting.) There are plenty of desks, monitors and whiteboards available, so
bring your laptop and be ready to jam.</p>

<p>Space is limited, and the coolest developers in the valley are already coming,
so if you know your stuff and want to have fun, <a href="http://rbxday.eventbrite.com/">rsvp
now</a>!</p>

<p>See you there!</p>


</div>

</div>

<footer>
Expand Down
8 changes: 8 additions & 0 deletions web/_site/blog/posts_index/index.html
Expand Up @@ -58,6 +58,14 @@
<h2>Index of Posts</h2>
<ul>

<li>
<a href="/2011/09/06/drnic-interview/" title="Dr Nic Interviewed by Obie Fernandez about Rails, Rails Installer, Ruby Virtual Machines and More" class="post_title"> Dr Nic Interviewed by Obie Fernandez about Rails, Rails Installer, Ruby Virtual Machines and More </a>
<span class="author">Shane Becker</span>
<span class="date">06 September 2011</span>
<a href="http://rubini.us/2011/09/06/drnic-interview/#disqus_thread" data-disqus-identifier="/2011/09/06/drnic-interview/"></a>

</li>

<li>
<a href="/2011/09/02/retiring-some-rubinius-rewards/" title="Retiring (Some) Rubinius Rewards" class="post_title"> Retiring (Some) Rubinius Rewards </a>
<span class="author">Shane Becker</span>
Expand Down
18 changes: 18 additions & 0 deletions web/_site/feed/atom.xml
Expand Up @@ -8,6 +8,24 @@
<id>http://rubini.us/</id>


<entry>
<title>Dr Nic Interviewed by Obie Fernandez about Rails, Rails Installer, Ruby Virtual Machines and More</title>
<id>http://rubini.us/2011/09/06/drnic-interview/</id>
<link rel="alternate" type="text/html" href="http://rubini.us/2011/09/06/drnic-interview/" />
<updated>2011-09-06T00:00:00+00:00</updated>
<author>
<name>Shane Becker</name>
</author>

<content type="html">&lt;pre&gt;&lt;code&gt;Dr Nic Williams talks about the state of the Rails community, the reasons
for supporting JRuby and Rubinius implementations and for creating Rails
Installer.
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;a href=&quot;http://www.infoq.com/interviews/drnic-rails-ruby-vm&quot; title=&quot;InfoQ: Dr Nic Williams on Rails, Rails Installer and the Future of Ruby VMs&quot;&gt;Watch and listen on InfoQ&lt;/a&gt;.&lt;/p&gt;
</content>
</entry>

<entry>
<title>Retiring (Some) Rubinius Rewards</title>
<id>http://rubini.us/2011/09/02/retiring-some-rubinius-rewards/</id>
Expand Down

0 comments on commit 10267b2

Please sign in to comment.