<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi Allan,<br>
<br>
Thanks for that link.&nbsp; I'll probably use that as well once I get into
it a bit.&nbsp; Looks very cool.&nbsp; I found the Emerald City meetup online and
am considering coming over there.&nbsp; It looks like you guys are into the
9th session on rails or something, so I may have to wait until you get
into introductory material again to understand much of it.<br>
<br>
Sincerely,<br>
<br>
Ron<br>
<br>
On 3/27/2013 11:35 AM, Allan Davis wrote:
<blockquote
 cite="mid:CA+ZKgoe1U+QTvVYhyFbFqJXjHbTEhmH44FuEuxK101C2=EJ9Hw@mail.gmail.com"
 type="cite">
  <div dir="ltr">One of the tools Alan Hecht and I use when we teach
ruby at Emerald City is the Ruby Koans(<a moz-do-not-send="true"
 href="http://rubykoans.com/">http://rubykoans.com/</a>). &nbsp;This is Test
Driven Learning, which means it's a set of unit test that work you
through learning ruby.&nbsp;
  <div><br>
  </div>
  <div style="">Thanks,</div>
  <div style="">Allan Davis&nbsp;</div>
  </div>
  <div class="gmail_extra"><br>
  <br>
  <div class="gmail_quote">On Wed, Mar 27, 2013 at 10:53 AM, Doug Hall <span
 dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:doughalldev@gmail.com" target="_blank">doughalldev@gmail.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div dir="ltr">I love Ruby. Ruby's creator's motivation was to
write a language that make people happy using it. You may not get paid
a lot of money for Ruby, but take it from a former Oracle DBA, the
people who get paid a lot of money for maintaining Oracle, is because
nobody with a creative brain would enjoy such monotony, and such a
feeling of helplessness. Once you go ORACLE, you have to go ORACLE all
the way. Reading their documentation is like Alice in Wonderland. Once
you go down the rabbit hole, it's difficult to get out.
    <div><br>
    </div>
    <div>But Python is also a good language. I agree with Charles that
whitespace should not be a deal breaker. Also, programming GUIs with
Python is a bit easier and more flexible. Both languages have lots of
good libraries.</div>
    <span class="HOEnZb"><font color="#888888">
    <div><br>
    </div>
    <div>Doug</div>
    </font></span></div>
    <div class="HOEnZb">
    <div class="h5">
    <div class="gmail_extra"><br>
    <br>
    <div class="gmail_quote">On Wed, Mar 27, 2013 at 8:21 AM, Charles
Shapiro <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:hooterpincher@gmail.com" target="_blank">hooterpincher@gmail.com</a>&gt;</span>
wrote:<br>
    <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
      <div dir="ltr">
      <div>My $0.02:&nbsp; Why's (Poignant) Guide to Ruby ( <a
 moz-do-not-send="true"
 href="http://mislav.uniqpath.com/poignant-guide/" target="_blank">http://mislav.uniqpath.com/poignant-guide/</a>
).&nbsp; One of the more unusual language textbooks you will encounter.<br>
      <br>
      </div>
      <div>btw I enjoy C, C++, Python, SQL, shell, and several other
languages about equally.&nbsp; I dunno why Python's caring about whitespace
is a deal-breaker for Mr. Frazier.<br>
      <br>
      </div>
-- CHS<br>
      <br>
      </div>
      <div>
      <div>
      <div class="gmail_extra"><br>
      <br>
      <div class="gmail_quote">On Tue, Mar 26, 2013 at 9:29 PM, Ron
Frazier (ALE) <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:atllinuxenthinfo@techstarship.com" target="_blank">atllinuxenthinfo@techstarship.com</a>&gt;</span>
wrote:<br>
      <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi
Scott,<br>
        <br>
I understand what you're saying. &nbsp;Heck, if someone wants to pay me to
learn it, then I will. &nbsp;At the moment, though, I've uninstalled Java on
all my Windows machines and am trying to figure out how to do so in
Linux because of the security risks of having it on my system. &nbsp;If I
have to learn it, or use it, I might have to do so in a purpose built
VM.<br>
        <br>
I have heard that the Java syntax is more obtuse and verbose and that
the object model is harder to follow than some others. &nbsp;I get the
impression that you have to type a whole lot more and it's a lot more
cryptic to get something done, versus, say, Go or Ruby. &nbsp;That's just
from memory and I cannot remember the source. &nbsp;There may have been
multiple sources. &nbsp;But, I don't have any personal experience with it.<br>
        <br>
Sincerely,<br>
        <br>
Ron<br>
        <div>
        <div><br>
        <br>
        <br>
Scott Plante &lt;<a moz-do-not-send="true"
 href="mailto:splante@insightsys.com" target="_blank">splante@insightsys.com</a>&gt;
wrote:<br>
        <br>
&gt;There are probably some good reasons not to pick Java as the modern<br>
&gt;language you want to learn, but "security problems" is not one of
them.<br>
&gt;There have been several security holes found lately, but they
relate to<br>
&gt;running un-trusted Java in the browser. Almost all the Java jobs<br>
&gt;revolve around writing Java on the server, and practically all the
rest<br>
&gt;are Java applications on the desktop or as a trusted applet or<br>
&gt;browser-launched application.<br>
&gt;<br>
&gt;<br>
&gt;It's a very hard problem to allow random, un-trusted code to run on<br>
&gt;your computer and yet prevent it from doing any harm. It's a bit
easier<br>
&gt;if you have an extremely limited language that doesn't do much
anyway.<br>
&gt;They're constantly finding security holes in JavaScript, Flash, and<br>
&gt;ActiveX, too. That's not meant to be an excuse and vendors do try to<br>
&gt;fix holes as quickly as possible, with differing levels of
competency .<br>
&gt;Also, these holes weren't in "Java" per se, but in the Oracle JVM.
Some<br>
&gt;of them might also have been in, say, the IBM JVM or JRocket JVM
since<br>
&gt;there is code sharing between projects. But they were probably not
in<br>
&gt;Google's Dalvik JVM (since they don't do applets), even though for<br>
&gt;Android you write in the Java language (more or less).<br>
&gt;<br>
&gt;<br>
&gt;In a recent security contest, participants found holes inthe major<br>
&gt;browsers, including Chrome, Firefox, IE, Safari and Java and Win
7/8.<br>
&gt;Chrome OS did relatively well with only a "partial" exploit. It's
not<br>
&gt;so much that Java is less secure than JavaScript, it's just that you<br>
&gt;can do general browsing these days without Java, but you can't do<br>
&gt;without JavaScript.<br>
&gt;<br>
&gt;<br>
&gt;But all these security holes, in a sense, exist in spades for PHP,
C,<br>
&gt;C++, etc., because they're not even trying to limit what your code
can<br>
&gt;do. In other words, if the OS allows your user to overwrite a file
with<br>
&gt;a regular program (not an unsigned applet) written in Java, you can<br>
&gt;also overwrite that file with C, PHP, Ruby, Python, Perl, etc. But<br>
&gt;they're not security "holes" because the language (including Java)
is<br>
&gt;making no guarantees in that case. But avoiding Java on the
server-side<br>
&gt;because of unsigned applet security holes is like choosing a sedan
for<br>
&gt;highway driving over a crossover, because the crossover gets stuck
in<br>
&gt;the mud more than a Hummer.<br>
&gt;<br>
&gt;<br>
&gt;Scott<br>
&gt;<br>
        </div>
        </div>
        <div>
        <div>&gt;----- Original Message -----<br>
&gt;<br>
&gt;From: "Ron Frazier (ALE)" &lt;<a moz-do-not-send="true"
 href="mailto:atllinuxenthinfo@techstarship.com" target="_blank">atllinuxenthinfo@techstarship.com</a>&gt;<br>
&gt;To: "ALE" &lt;<a moz-do-not-send="true" href="mailto:ale@ale.org"
 target="_blank">ale@ale.org</a>&gt;<br>
&gt;Sent: Monday, March 25, 2013 10:39:11 AM<br>
&gt;Subject: [ale] semi [OT] making learning ruby programming fun?<br>
&gt;<br>
&gt;Hi all,<br>
&gt;<br>
&gt;As some of you know who've been following my prior threads, I've
had a<br>
&gt;long time interest in learning a modern programming language. I've
had<br>
&gt;difficulty putting the proper time into the studies, but I'm always<br>
&gt;genuinely interested in the information I learn here. Leam had<br>
&gt;convinced me that GO was a great language, and I believe it is. I
was<br>
&gt;going to tackle that, but I have misgivings about its lack of<br>
&gt;popularity in the market place.<br>
&gt;<br>
&gt;According to:<br>
&gt;<br>
&gt;<a moz-do-not-send="true"
 href="http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html"
 target="_blank">http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html</a><br>
&gt;<br>
&gt;GO ranks between 51 and 100 in usage, and the percentage is so low
it's<br>
&gt;not listed. So, like it or not, learning GO might be a skill few
people<br>
&gt;want. I decided to defer that.<br>
&gt;<br>
&gt;Most recently, I decided to learn the specific language of the<br>
&gt;MetaTrader currency trading platform so I can build a tradebot. I am<br>
&gt;working on that slowly. Unless I get really good, it is unlikely<br>
&gt;someone will hire me for that. The objective would be for the
tradebot<br>
&gt;to make money using my own account.<br>
&gt;<br>
&gt;So, I still have an interest in learning a general programming<br>
&gt;language.<br>
&gt;<br>
&gt;I'm interested in a modern garbage collected language, preferably
multi<br>
&gt;paradigm, with safe I/O and system calls, that can be compiled, and<br>
&gt;that doesn't care about white space.<br>
&gt;<br>
&gt;See this comparison:<br>
&gt;<br>
&gt;<a moz-do-not-send="true"
 href="http://en.wikipedia.org/wiki/Comparison_of_programming_languages"
 target="_blank">http://en.wikipedia.org/wiki/Comparison_of_programming_languages</a><br>
&gt;<br>
&gt;I've chosen Ruby as my project language.<br>
&gt;<br>
&gt;According to the link posted above, the top 10 languages, and some
of<br>
&gt;the reasons I've rejected some of them, are as follows. No offense
is<br>
&gt;intended to anyone that programs in these languages.<br>
&gt;<br>
&gt;01) Java - security problems<br>
&gt;<br>
&gt;02) C - not modern garbage collected<br>
&gt;<br>
&gt;03) Objective C - Apple centric primarily<br>
&gt;<br>
&gt;04) C++ - not modern garbage collected<br>
&gt;<br>
&gt;05) C# - MS centric primarily<br>
&gt;<br>
&gt;------------<br>
&gt;<br>
&gt;06) PHP - security problems<br>
&gt;per<br>
&gt;<a moz-do-not-send="true" href="http://en.wikipedia.org/wiki/Php"
 target="_blank">http://en.wikipedia.org/wiki/Php</a><br>
&gt;"About 30% of all vulnerabilities listed on the National
Vulnerability<br>
&gt;Database are linked to PHP."<br>
&gt;<br>
&gt;07) VB - MS centric<br>
&gt;<br>
&gt;08) Python - cares about white space<br>
&gt;<br>
&gt;09) Ruby - This is my choice.<br>
&gt;<br>
&gt;10) Perl - does not have safe I/O and system calls<br>
&gt;per<br>
&gt;<a moz-do-not-send="true"
 href="http://en.wikipedia.org/wiki/Comparison_of_programming_languages"
 target="_blank">http://en.wikipedia.org/wiki/Comparison_of_programming_languages</a><br>
&gt;<br>
&gt;-------------<br>
&gt;<br>
&gt;So, having said all that, I have some Ruby questions.<br>
&gt;<br>
&gt;A) I have the "PickAxe" book on Ruby 1.9 by Dave Thomas. Is that a
good<br>
&gt;resource for learning, or do I need to upgrade to a Ruby 2.0 book
now<br>
&gt;that version 2 is out?<br>
&gt;<br>
&gt;B) Does anyone have any experience compiling Ruby either through<br>
&gt;Rubinius or JRuby or otherwise?<br>
&gt;<br>
&gt;See <a moz-do-not-send="true"
 href="http://patshaughnessy.net/2012/2/15/is-ruby-interpreted-or-compiled"
 target="_blank">http://patshaughnessy.net/2012/2/15/is-ruby-interpreted-or-compiled</a><br>
&gt;<br>
&gt;<br>
&gt;Finally, I've observed that reading one of these programming books
is<br>
&gt;about as much fun as reading the US tax code. You get a thousand
little<br>
&gt;examples of things like using for next loops to do a factorial. Now<br>
&gt;that's exciting. I've seen maybe 1 of 100 books, primarily from
Deitel<br>
&gt;and Deitel or the Head First series, that make learning programming<br>
&gt;fun. They present you with real world applications, simplified, that<br>
&gt;are interesting. They let you get something you can interact with on<br>
&gt;the screen quickly and work on learning how it works and tweaking
it.<br>
&gt;For example, a simulator of an ATM machine. An actual working
realistic<br>
&gt;program.<br>
&gt;<br>
&gt;C) So, does ANYONE know of a Ruby book that would make learning the<br>
&gt;language FUN, or at least moderately interesting?<br>
&gt;<br>
&gt;As always, any help is appreciated.<br>
&gt;<br>
&gt;Sincerely,<br>
&gt;<br>
&gt;Ron<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;--<br>
&gt;<br>
&gt;Sent from my Android Acer A500 tablet with bluetooth keyboard and
K-9<br>
&gt;Mail.<br>
&gt;Please excuse my potential brevity if I'm typing on the touch
screen.<br>
&gt;<br>
&gt;(PS - If you email me and don't get a quick response, you might
want to<br>
&gt;<br>
&gt;call on the phone. I get about 300 emails per day from alternate
energy<br>
&gt;<br>
&gt;mailing lists and such. I don't always see new email messages very<br>
&gt;quickly.)<br>
&gt;<br>
&gt;Ron Frazier<br>
&gt;<a moz-do-not-send="true" href="tel:770-205-9422"
 value="+17702059422" target="_blank">770-205-9422</a> (O) Leave a
message.<br>
&gt;linuxdude AT <a moz-do-not-send="true"
 href="http://techstarship.com" target="_blank">techstarship.com</a><br>
&gt;<br>
&gt;<br>
&gt;_______________________________________________<br>
&gt;Ale mailing list<br>
&gt;<a moz-do-not-send="true" href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
&gt;<a moz-do-not-send="true"
 href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;<a moz-do-not-send="true"
 href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
        </div>
        </div>
&gt;------------------------------------------------------------------------<br>
        <div>
        <div>&gt;<br>
&gt;_______________________________________________<br>
&gt;Ale mailing list<br>
&gt;<a moz-do-not-send="true" href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
&gt;<a moz-do-not-send="true"
 href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;<a moz-do-not-send="true"
 href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
        <br>
        <br>
--<br>
        <br>
Sent from my Android Acer A500 tablet with bluetooth keyboard and K-9
Mail.<br>
Please excuse my potential brevity if I'm typing on the touch screen.<br>
        <br>
(PS - If you email me and don't get a quick response, you might want to<br>
call on the phone. &nbsp;I get about 300 emails per day from alternate energy<br>
mailing lists and such. &nbsp;I don't always see new email messages very
quickly.)<br>
        <br>
Ron Frazier<br>
        <a moz-do-not-send="true" href="tel:770-205-9422"
 value="+17702059422" target="_blank">770-205-9422</a>&nbsp;(O) &nbsp; Leave a
message.<br>
linuxdude AT <a moz-do-not-send="true" href="http://techstarship.com"
 target="_blank">techstarship.com</a><br>
        <br>
        <br>
_______________________________________________<br>
Ale mailing list<br>
        <a moz-do-not-send="true" href="mailto:Ale@ale.org"
 target="_blank">Ale@ale.org</a><br>
        <a moz-do-not-send="true"
 href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
        <a moz-do-not-send="true"
 href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
        </div>
        </div>
      </blockquote>
      </div>
      <br>
      </div>
      </div>
      </div>
      <br>
_______________________________________________<br>
Ale mailing list<br>
      <a moz-do-not-send="true" href="mailto:Ale@ale.org"
 target="_blank">Ale@ale.org</a><br>
      <a moz-do-not-send="true"
 href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
      <a moz-do-not-send="true"
 href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
      <br>
    </blockquote>
    </div>
    <br>
    </div>
    </div>
    </div>
    <br>
_______________________________________________<br>
Ale mailing list<br>
    <a moz-do-not-send="true" href="mailto:Ale@ale.org">Ale@ale.org</a><br>
    <a moz-do-not-send="true"
 href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
    <a moz-do-not-send="true"
 href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
    <br>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <div><br>
  </div>
-- <br>
_______________________
  <div>Allan Davis</div>
  <div><span
 style="font-family: Arial,Helvetica,'Nimbus Sans L',sans-serif; font-size: 13px; line-height: 15px;"><a
 moz-do-not-send="true" href="http://www.linkedin.com/in/cajuncode"
 title="View public profile" name="SafeHtmlFilter_webProfileURL"
 style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none; font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; vertical-align: baseline; text-decoration: underline; color: rgb(0, 102, 153);"
 target="_blank">http://www.linkedin.com/in/cajuncode</a></span></div>
  </div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Ale mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ale@ale.org">Ale@ale.org</a>
<a class="moz-txt-link-freetext" href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a>
See JOBS, ANNOUNCE and SCHOOLS lists at
<a class="moz-txt-link-freetext" href="http://mail.ale.org/mailman/listinfo">http://mail.ale.org/mailman/listinfo</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 

(PS - If you email me and don't get a quick response, you might want to
call on the phone.  I get about 300 emails per day from alternate energy
mailing lists and such.  I don't always see new email messages very quickly.)

Ron Frazier
770-205-9422 (O)   Leave a message.
linuxdude AT techstarship.com
</pre>
</body>
</html>