small fixes
This commit is contained in:
@ -23,7 +23,7 @@ title: RubyX, where it started
|
||||
Given gems and bundler this also seems an obvious choice. I really hope to see things i hadn't even thought of.
|
||||
<br/>
|
||||
<b>Layers represent an interface, not an implementation</b>:
|
||||
It is said that every problem in computing can be solved by adding anohter layer of indirection. And so
|
||||
It is said that every problem in computing can be solved by adding another layer of indirection. And so
|
||||
we have many layers, which, when done right, help us to understand the system. (Read, layers are for us,
|
||||
not the computer)
|
||||
But implementing each layer comes with added cost, often unneccessary. Layers can and should be collapsed
|
||||
@ -129,7 +129,7 @@ title: RubyX, where it started
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="http://bundler.io/">Bundler</a></b> just makes you wonder how we managed before.
|
||||
Thanks to Yahuda, also for merb, which is not forgotten, and thor.
|
||||
Thanks to Yahuda, for starting it and Andre for making it fantastic.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -53,17 +53,19 @@ sub-title: RubyX hopes make the the mysterious more accessible, shed light in th
|
||||
</p>
|
||||
<p>
|
||||
There is this attitude C believers elude and since they are the gatekeepers of the os,
|
||||
everyone is fooled into believing only c is fast. Whereas what is true is that <em>static</em> code is fast.
|
||||
everyone is fooled into believing only c is fast. Whereas what is true is that
|
||||
<em>complied (binary) code </em>is fast.
|
||||
</p>
|
||||
<p>
|
||||
On a very similar note we are lead to believe that os features must be used from c. Whereas system calls
|
||||
are software interrupts and only the c std library makes them look like c functions. But they are not.
|
||||
are software interrupts, not really <em>calls<em> at all.
|
||||
Only the c std library makes them look like c functions, but they are not.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="span12">
|
||||
<p class="center"><span> So what does empowerment mean. </span></p>
|
||||
<p class="center"><span> <b> So what does empowerment mean. </b></span></p>
|
||||
<p>
|
||||
For me it is means owning your tools.
|
||||
For everyone to really be able to unfold their ideas and potential.
|
||||
|
Reference in New Issue
Block a user