feedparser 1.2.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/Manifest.txt +2 -50
  3. data/README.md +71 -9
  4. data/Rakefile +1 -1
  5. data/lib/feedparser.rb +2 -0
  6. data/lib/feedparser/builder/microformats.rb +264 -0
  7. data/lib/feedparser/parser.rb +27 -0
  8. data/lib/feedparser/version.rb +2 -2
  9. data/test/helper.rb +3 -57
  10. data/test/test_microformats.rb +52 -0
  11. metadata +10 -56
  12. data/test/feeds/books/nostarch.rss +0 -125
  13. data/test/feeds/books/oreilly.feedburner.atom +0 -387
  14. data/test/feeds/books/pragprog.rss +0 -148
  15. data/test/feeds/byparker.json +0 -643
  16. data/test/feeds/daringfireball.atom +0 -1873
  17. data/test/feeds/daringfireball.json +0 -619
  18. data/test/feeds/googlegroups.atom +0 -37
  19. data/test/feeds/googlegroups2.atom +0 -27
  20. data/test/feeds/headius.atom +0 -123
  21. data/test/feeds/inessential.json +0 -182
  22. data/test/feeds/intertwingly.atom +0 -1197
  23. data/test/feeds/jsonfeed.json +0 -37
  24. data/test/feeds/lambdatheultimate.rss +0 -288
  25. data/test/feeds/learnenough.feedburner.atom +0 -747
  26. data/test/feeds/news/nytimes-blogs-bits.rss +0 -333
  27. data/test/feeds/news/nytimes-paul-krugman.rss +0 -60
  28. data/test/feeds/news/nytimes-tech.rss +0 -653
  29. data/test/feeds/news/nytimes-thomas-l-friedman.rss +0 -80
  30. data/test/feeds/news/nytimes.rss +0 -607
  31. data/test/feeds/news/washingtonpost-blogs-innovations.rss +0 -183
  32. data/test/feeds/news/washingtonpost-politics.rss +0 -35
  33. data/test/feeds/news/washingtonpost-world.rss +0 -29
  34. data/test/feeds/ongoing.atom +0 -1619
  35. data/test/feeds/osm/blog.openstreetmap.rss +0 -252
  36. data/test/feeds/osm/blogs.openstreetmap.rss +0 -585
  37. data/test/feeds/osm/mapbox.rss +0 -1883
  38. data/test/feeds/railstutorial.feedburner.atom +0 -656
  39. data/test/feeds/rubyflow.feedburner.rss +0 -120
  40. data/test/feeds/rubymine.feedburner.rss +0 -314
  41. data/test/feeds/rubyonrails.atom +0 -1241
  42. data/test/feeds/scripting.rss +0 -881
  43. data/test/feeds/sitepoint.rss +0 -218
  44. data/test/feeds/spec/atom/author.atom +0 -48
  45. data/test/feeds/spec/atom/authors.atom +0 -70
  46. data/test/feeds/spec/atom/categories.atom +0 -66
  47. data/test/feeds/spec/json/example.json +0 -36
  48. data/test/feeds/spec/json/microblog.json +0 -43
  49. data/test/feeds/spec/json/tags.json +0 -33
  50. data/test/feeds/spec/rss/author.rss +0 -41
  51. data/test/feeds/spec/rss/categories.rss +0 -64
  52. data/test/feeds/spec/rss/creator.rss +0 -38
  53. data/test/feeds/xkcd.atom +0 -48
  54. data/test/feeds/xkcd.rss +0 -55
  55. data/test/test_atom.rb +0 -27
  56. data/test/test_authors.rb +0 -26
  57. data/test/test_books.rb +0 -25
  58. data/test/test_feeds.rb +0 -29
  59. data/test/test_json.rb +0 -27
  60. data/test/test_rss.rb +0 -26
  61. data/test/test_tags.rb +0 -25
@@ -1,37 +0,0 @@
1
- {
2
- "version": "https://jsonfeed.org/version/1",
3
- "title": "JSON Feed",
4
- "description": "JSON Feed is a pragmatic syndication format for blogs, microblogs, and other time-based content.",
5
- "home_page_url": "https://jsonfeed.org/",
6
- "feed_url": "https://jsonfeed.org/feed.json",
7
- "user_comment": "This feed allows you to read the posts from this site in any feed reader that supports the JSON Feed format. To add this feed to your reader, copy the following URL — https://jsonfeed.org/feed.json — and add it your reader.",
8
- "favicon": "https://jsonfeed.org/graphics/icon.png",
9
- "author": {
10
- "name": "Brent Simmons and Manton Reece"
11
- },
12
- "items": [
13
- {
14
- "id": "https://jsonfeed.org/2017/05/17/announcing_json_feed",
15
- "url": "https://jsonfeed.org/2017/05/17/announcing_json_feed",
16
- "title": "Announcing JSON Feed",
17
- "content_html": "<p>We — Manton Reece and Brent Simmons — have noticed that JSON has become the developers’ choice for APIs, and that developers will often go out of their way to avoid XML. JSON is simpler to read and write, and it’s less prone to bugs.</p>\n\n<p>So we developed JSON Feed, a format similar to <a href=\"http://cyber.harvard.edu/rss/rss.html\">RSS</a> and <a href=\"https://tools.ietf.org/html/rfc4287\">Atom</a> but in JSON. It reflects the lessons learned from our years of work reading and publishing feeds.</p>\n\n<p><a href=\"https://jsonfeed.org/version/1\">See the spec</a>. It’s at version 1, which may be the only version ever needed. If future versions are needed, version 1 feeds will still be valid feeds.</p>\n\n<h4>Notes</h4>\n\n<p>We have a <a href=\"https://github.com/manton/jsonfeed-wp\">WordPress plugin</a> and, coming soon, a JSON Feed Parser for Swift. As more code is written, by us and others, we’ll update the <a href=\"https://jsonfeed.org/code\">code</a> page.</p>\n\n<p>See <a href=\"https://jsonfeed.org/mappingrssandatom\">Mapping RSS and Atom to JSON Feed</a> for more on the similarities between the formats.</p>\n\n<p>This website — the Markdown files and supporting resources — <a href=\"https://github.com/brentsimmons/JSONFeed\">is up on GitHub</a>, and you’re welcome to comment there.</p>\n\n<p>This website is also a blog, and you can subscribe to the <a href=\"https://jsonfeed.org/xml/rss.xml\">RSS feed</a> or the <a href=\"https://jsonfeed.org/feed.json\">JSON feed</a> (if your reader supports it).</p>\n\n<p>We worked with a number of people on this over the course of several months. We list them, and thank them, at the bottom of the <a href=\"https://jsonfeed.org/version/1\">spec</a>. But — most importantly — <a href=\"http://furbo.org/\">Craig Hockenberry</a> spent a little time making it look pretty. :)</p>",
18
- "date_published": "2017-05-17T08:02:12-07:00"
19
- }
20
- ]
21
- }
22
-
23
- ---
24
-
25
- feed.format: json
26
- feed.title: JSON Feed
27
- feed.url: https://jsonfeed.org/
28
- feed.feed_url: https://jsonfeed.org/feed.json
29
- feed.summary: JSON Feed is a pragmatic syndication format for blogs, microblogs, and other time-based content.
30
-
31
- feed.authors[0].name: Brent Simmons and Manton Reece
32
-
33
-
34
- feed.items[0].title: Announcing JSON Feed
35
- feed.items[0].url: https://jsonfeed.org/2017/05/17/announcing_json_feed
36
- feed.items[0].id: https://jsonfeed.org/2017/05/17/announcing_json_feed
37
- feed.items[0].published: >>> DateTime.new( 2017, 5, 17, 8, 2, 12, '-7' ).utc
@@ -1,288 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <rss version="2.0" xml:base="http://lambda-the-ultimate.org">
3
- <channel>
4
- <title>Lambda the Ultimate - Programming Languages Weblog</title>
5
- <link>http://lambda-the-ultimate.org</link>
6
- <description>Programming languages news, articles and discussion</description>
7
- <language>en</language>
8
- <item>
9
- <title> John C Reynolds Doctoral Dissertation Award nominations for 2014</title>
10
- <link>http://lambda-the-ultimate.org/node/5088</link>
11
- <description>&lt;blockquote &gt;&lt;p &gt;Presented annually to the author of the outstanding doctoral dissertation in the area of Programming Languages. The award includes a prize of $1,000. The winner can choose to receive the award at ICFP, OOPSLA, POPL, or PLDI.&lt;/blockquote&gt;
12
- &lt;p &gt;
13
- I guess it is fairly obvious why professors should &lt;a href=&quot;http://www.sigplan.org/Awards/Dissertation/&quot;&gt;propose their students&lt;/a&gt; (the deadline is January 4th 2015). Newly minted PhD should, for similar reasons, make sure their professors are reminded of these reasons. I can tell you that the competition is going to be tough this year; but hey, you didn&#039;t go into programming language theory thinking it is going to be easy, did you? &lt;/p&gt;</description>
14
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
15
- <pubDate>Wed, 26 Nov 2014 22:05:25 +0000</pubDate>
16
- </item>
17
- <item>
18
- <title>Zélus : A Synchronous Language with ODEs</title>
19
- <link>http://lambda-the-ultimate.org/node/5087</link>
20
- <description>&lt;p &gt;
21
- &lt;a href=&quot;http://www.di.ens.fr/~pouzet/bib/hscc13.pdf&quot;&gt;
22
- Zélus : A Synchronous Language with ODEs&lt;/a&gt;&lt;br &gt;
23
- Timothy Bourke, Marc Pouzet&lt;br &gt;
24
- 2013&lt;/p&gt;
25
-
26
- &lt;blockquote &gt;
27
- &lt;p &gt;
28
- &lt;a href=&quot;http://zelus.di.ens.fr/&quot;&gt;Zélus&lt;/a&gt; is a new programming
29
- language for modeling systems that mix discrete logical time and
30
- continuous time behaviors. From a user&#039;s perspective, its main
31
- originality is to extend an existing &lt;a href=&quot;http://en.wikipedia.org/wiki/Lustre_%28programming_language%29&quot;&gt;Lustre&lt;/a&gt;-like
32
- synchronous language with Ordinary Differential Equations (ODEs). The
33
- extension is conservative: any synchronous program expressed as
34
- data-flow equations and hierarchical automata can be composed
35
- arbitrarily with ODEs in the same source code.&lt;/p&gt;
36
-
37
- &lt;p &gt;A dedicated type system and causality analysis ensure that all
38
- discrete changes are aligned with zero-crossing events so that no side
39
- effects or discontinuities occur during integration. Programs are
40
- statically scheduled and translated into sequential code that, by
41
- construction, runs in bounded time and space. Compilation is effected
42
- by source-to-source translation into a small synchronous subset which
43
- is processed by a standard synchronous compiler architecture. The
44
- resultant code is paired with an off-the-shelf numeric solver.&lt;/p&gt;
45
-
46
- &lt;p &gt;We show that it is possible to build a modeler for explicit hybrid
47
- systems à la &lt;a href=&quot;http://en.wikipedia.org/wiki/Simulink&quot;&gt;Simulink&lt;/a&gt;/&lt;a href=&quot;http://en.wikipedia.org/wiki/Stateflow&quot;&gt;Stateflow&lt;/a&gt; on top of
48
- an existing synchronous language, using it both as a semantic basis
49
- and as a target for code generation.&lt;/p&gt;
50
- &lt;/blockquote&gt;
51
-
52
- &lt;p &gt;Synchronous programming languages (à la &lt;a href=&quot;http://www.di.ens.fr/~pouzet/lucid-synchrone/&quot;&gt;Lucid
53
- Synchrone&lt;/a&gt;) are language designs for reactive systems with discrete
54
- time. Zélus extends them gracefully to hybrid discrete/continuous
55
- systems, to interact with the physical world, or simulate it -- while
56
- preserving their strong semantic qualities.&lt;/p&gt;
57
-
58
- &lt;p &gt;The paper is short (6 pages) and centered around examples rather than
59
- the theory -- I enjoyed it. Not being familiar with the domain, I was
60
- unsure what the &quot;zero-crossings&quot; mentioned in the introductions are,
61
- but there is a good explanation further down in the paper:&lt;/p&gt;
62
-
63
- &lt;blockquote &gt;&lt;p &gt;The standard way to detect events in a numeric solver is
64
- via zero-crossings where a solver monitors expressions for changes in
65
- sign and then, if they are detected, searches for a more precise
66
- instant of crossing.&lt;/p&gt;&lt;/blockquote&gt;
67
-
68
- &lt;p &gt;The &lt;a href=&quot;http://zelus.di.ens.fr/&quot;&gt;Zélus website&lt;/a&gt; has a &lt;a href=&quot;http://zelus.di.ens.fr/papers.html&quot;&gt;&#039;publications&#039; page&lt;/a&gt; with
69
- more advanced material, and an &lt;a href=&quot;http://zelus.di.ens.fr/examples.html&quot;&gt;&#039;examples&#039; page&lt;/a&gt; with
70
- case studies.&lt;/p&gt;</description>
71
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
72
- <pubDate>Sat, 22 Nov 2014 18:31:27 +0000</pubDate>
73
- </item>
74
- <item>
75
- <title>Facebook releases &quot;Flow&quot;, a statically typed JavaScript variant</title>
76
- <link>http://lambda-the-ultimate.org/node/5086</link>
77
- <description>&lt;blockquote &gt;&lt;p &gt;
78
- The goal of Flow is to find errors in JavaScript code with little programmer effort. Flow relies heavily on type inference to find type errors even when the program has not been annotated - it precisely tracks the types of variables as they flow through the program.&lt;/p&gt;
79
- &lt;p &gt;At the same time, Flow is a gradual type system. Any parts of your program that are dynamic in nature can easily bypass the type checker, so you can mix statically typed code with dynamic code.&lt;/p&gt;
80
- &lt;p &gt;Flow also supports a highly expressive type language. Flow types can express much more fine-grained distinctions than traditional type systems. For example, Flow helps you catch errors involving null, unlike most type systems.
81
- &lt;/p&gt;&lt;/blockquote&gt;
82
- &lt;p &gt;&lt;a href=&quot;http://flowtype.org/docs/about-flow.html#_&quot;&gt;Read more here.&lt;/a&gt;&lt;br &gt;
83
- &lt;a href=&quot;https://code.prod.facebook.com/posts/1505962329687926/flow-a-new-static-type-checker-for-javascript/&quot;&gt;Here&#039;s the announcement from Facebook.&lt;/a&gt;&lt;/p&gt;</description>
84
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
85
- <pubDate>Tue, 18 Nov 2014 19:19:15 +0000</pubDate>
86
- </item>
87
- <item>
88
- <title>Why do we need modules at all?</title>
89
- <link>http://lambda-the-ultimate.org/node/5079</link>
90
- <description>&lt;p &gt;&lt;a href=&quot;http://erlang.org/pipermail/erlang-questions/2011-May/058768.html&quot;&gt;Post&lt;/a&gt; by Joe Armstrong of Erlang fame. Leader:&lt;/p&gt;
91
- &lt;blockquote &gt;&lt;p &gt;
92
- Why do we need modules at all? This is a brain-dump-stream-of-consciousness-thing. I&#039;ve been thinking about this for a while. I&#039;m proposing a slightly different way of programming here. The basic idea is:&lt;/p&gt;
93
- &lt;ul &gt;
94
- &lt;li &gt; do away with modules
95
- &lt;li &gt; all functions have unique distinct names
96
- &lt;li &gt; all functions have (lots of) meta data
97
- &lt;li &gt; all functions go into a global (searchable) Key-value database
98
- &lt;li &gt; we need letrec
99
- &lt;li &gt; contribution to open source can be as simple as contributing a single function
100
- &lt;li &gt; there are no &quot;open source projects&quot; - only &quot;the open source Key-Value database of all functions&quot;
101
- &lt;li &gt; Content is peer reviewed
102
- &lt;/ul&gt;
103
- &lt;p &gt;Why does Erlang have modules? There&#039;s a good an bad side to modules. Good: Provides a unit of compilation, a unit of code distribution. unit of code replacement. Bad: It&#039;s very difficult to decide which module to put an individual function in. Break encapsulation (see later).
104
- &lt;/p&gt;&lt;/blockquote&gt;</description>
105
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/1">LtU Forum</category>
106
- <pubDate>Wed, 05 Nov 2014 23:56:11 +0000</pubDate>
107
- </item>
108
- <item>
109
- <title>Conservation laws for free!</title>
110
- <link>http://lambda-the-ultimate.org/node/5078</link>
111
- <description>&lt;p &gt;In this year&#039;s &lt;A href=&quot;http://popl.mpi-sws.org/2014/&quot;&gt;POPL&lt;/A&gt;, &lt;A href=&quot;bentnib.org&quot;&gt;Bob Atkey&lt;/A&gt; made a splash by showing how to get &lt;A href=&quot;http://bentnib.org/conservation-laws.pdf&quot;&gt;from parametricity to conservation laws, via Noether&#039;s theorem&lt;/A&gt;:&lt;/p&gt;
112
- &lt;blockquote &gt;&lt;p &gt;
113
- Invariance is of paramount importance in programming languages and in physics. In programming languages, John Reynolds’ theory of relational parametricity demonstrates that parametric polymorphic programs are invariant under change of data representation, a property that yields “free” theorems about programs just from their types. In physics, Emmy Noether showed that if the action of a physical system is invariant under change of coordinates, then the physical system has a conserved quantity: a quantity that remains constant for all time. Knowledge of conserved quantities can reveal deep properties of physical systems. For example, the conservation of energy, which by Noether’s theorem is a consequence of a system’s invariance under time-shifting.&lt;/p&gt;
114
- &lt;p &gt; In this paper, we link Reynolds’ relational parametricity with Noether’s theorem for deriving conserved quantities. We propose an extension of System Fω with new kinds, types and term constants for writing programs that describe classical mechanical systems in terms of their Lagrangians. We show, by constructing a relationally parametric model of our extension of Fω, that relational parametricity is enough to satisfy the hypotheses of Noether’s theorem, and so to derive conserved quantities for free, directly from the polymorphic types of Lagrangians expressed in our system.
115
- &lt;/p&gt;&lt;/blockquote&gt;</description>
116
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/22">Category Theory</category>
117
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/5">Fun</category>
118
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/11">Functional</category>
119
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/20">Lambda Calculus</category>
120
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/34">Scientific Programming</category>
121
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/29">Semantics</category>
122
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/19">Theory</category>
123
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/21">Type Theory</category>
124
- <pubDate>Tue, 28 Oct 2014 07:52:46 +0000</pubDate>
125
- </item>
126
- <item>
127
- <title>Seemingly impossible programs</title>
128
- <link>http://lambda-the-ultimate.org/node/5074</link>
129
- <description>&lt;p &gt;In case this one went under the radar, at &lt;A href=&quot;http://www.cse.psu.edu/popl/12/&quot;&gt;POPL&#039;12&lt;/A&gt;, &lt;A href=&quot;http://www.cs.bham.ac.uk/~mhe/&quot;&gt;Martín Escardó&lt;/A&gt; gave a tutorial on &lt;A href=&quot;http://www.cs.bham.ac.uk/~mhe/.talks/popl2012/escardo-popl2012.pdf&quot;&gt;seemingly impossible functional programs&lt;/A&gt;:&lt;/p&gt;
130
- &lt;blockquote &gt;&lt;p &gt;
131
- Programming language semantics is typically applied to&lt;br &gt;
132
- prove compiler correctness and allow (manual or automatic) program&lt;br &gt;
133
- verification. Certain kinds of semantics can also be applied to&lt;br &gt;
134
- discover programs that one wouldn&#039;t have otherwise thought of. This is&lt;br &gt;
135
- the case, in particular, for semantics that incorporate topological&lt;br &gt;
136
- ingredients (limits, continuity, openness, compactness). For example,&lt;br &gt;
137
- it turns out that some function types (X -&amp;gt; Y) with X infinite (but&lt;br &gt;
138
- compact) do have decidable equality, contradicting perhaps popular&lt;br &gt;
139
- belief, but certainly not (higher-type) computability theory. More&lt;br &gt;
140
- generally, one can often check infinitely many cases in finite time.&lt;/p&gt;
141
- &lt;p &gt;I will show you such programs, run them fast in surprising instances,&lt;br &gt;
142
- and introduce the theory behind their derivation and working. In&lt;br &gt;
143
- particular, I will study a single (very high type) program that (i)&lt;br &gt;
144
- optimally plays sequential games of unbounded length, (ii) implements&lt;br &gt;
145
- the Tychonoff Theorem from topology (and builds finite-time search&lt;br &gt;
146
- functions for infinite sets), (iii) realizes the double-negation shift&lt;br &gt;
147
- from proof theory (and allows us to extract programs from classical&lt;br &gt;
148
- proofs that use the axiom of countable choice). There will be several&lt;br &gt;
149
- examples in the languages Haskell and Agda.
150
- &lt;/p&gt;&lt;/blockquote&gt;
151
- &lt;p &gt;A &lt;A href=&quot;http://math.andrej.com/2007/09/28/seemingly-impossible-functional-programs/&quot;&gt;shorter version&lt;/A&gt; (coded in Haskell) appears in Andrej Bauer&#039;s blog.&lt;/p&gt;</description>
152
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/22">Category Theory</category>
153
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/5">Fun</category>
154
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/11">Functional</category>
155
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/10">Paradigms</category>
156
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/29">Semantics</category>
157
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/19">Theory</category>
158
- <pubDate>Wed, 22 Oct 2014 09:57:47 +0000</pubDate>
159
- </item>
160
- <item>
161
- <title>EATCS Award 2014: Gordon Plotkin</title>
162
- <link>http://lambda-the-ultimate.org/node/5068</link>
163
- <description>&lt;blockquote &gt;&lt;p &gt;
164
- Gordon Plotkin is renowned for his groundbreaking contributions to programming language semantics, which have helped to shape the landscape of theoretical computer science, and which have im-pacted upon the design of programming languages and their verification technologies. The in-fluence of his pioneering work on logical frameworks pervades modern proof technologies. In addition, he has made outstanding contributions in machine learning, automated theorem prov-ing, and computer-assisted reasoning. He is still active in research at the topmost level, with his current activities placing him at the forefront of fields as diverse as programming semantics, applied logic, and systems biology.&lt;/blockquote&gt;
165
- &lt;p &gt;
166
- Well &lt;a href=&quot;http://www.eatcs.org/index.php/component/content/article/1-news/1856-the-eatcs-award-2014-laudatio-for-martin-dyer&quot;&gt;deserved&lt;/a&gt;, of course. Congrats!&lt;/p&gt;</description>
167
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
168
- <pubDate>Sun, 12 Oct 2014 22:54:33 +0000</pubDate>
169
- </item>
170
- <item>
171
- <title>CFP: Off-the-Beaten-Track (OBT) workshop at POPL 2015</title>
172
- <link>http://lambda-the-ultimate.org/node/5064</link>
173
- <description>&lt;p &gt;Announcing the 2015 edition of the OBT workshop, to be co-located with POPL 2015, in Mumbai, India. Two-page paper submissions are due November 7, 2014.&lt;/p&gt;
174
- &lt;p &gt;From the web page (&lt;a href=&quot;http://www.cs.rice.edu/~sc40/obt15/&quot;&gt;http://www.cs.rice.edu/~sc40/obt15/&lt;/a&gt;):&lt;/p&gt;
175
- &lt;blockquote &gt;&lt;p &gt;
176
- Programming language researchers have the principles, tools, algorithms and abstractions to solve all kinds of problems, in all areas of computer science. However, identifying and evaluating new problems, particularly those that lie outside the typical core PL problems we all know and love, can be a significant challenge. This workshop&#039;s goal is to identify and discuss problems that do not often show up in our top conferences, but where programming language research can make a substantial impact. We hope fora like this will increase the diversity of problems that are studied by PL researchers and thus increase our community&#039;s impact on the world.&lt;/p&gt;
177
- &lt;p &gt;While many workshops associated with POPL have become more like mini-conferences themselves, this is an anti-goal for OBT. The workshop will be informal and structured to encourage discussion. We are at least as interested in problems as in solutions.
178
- &lt;/p&gt;&lt;/blockquote&gt;</description>
179
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/1">LtU Forum</category>
180
- <pubDate>Sun, 05 Oct 2014 15:59:57 +0000</pubDate>
181
- </item>
182
- <item>
183
- <title>Domain settings</title>
184
- <link>http://lambda-the-ultimate.org/node/5060</link>
185
- <description>&lt;p &gt;I am about to make some changes to the name server definitions. Since changes take time to propagate, you may have trouble reaching the site for awhile. If this happens, try using the .com domain instead of the preferred .org domain.&lt;/p&gt;</description>
186
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/3">Admin</category>
187
- <pubDate>Sat, 04 Oct 2014 11:24:32 +0000</pubDate>
188
- </item>
189
- <item>
190
- <title>sml-family.org</title>
191
- <link>http://lambda-the-ultimate.org/node/5058</link>
192
- <description>&lt;p &gt;In his &lt;A href=&quot;http://existentialtype.wordpress.com/2014/09/26/sml-family-org-up-and-running/&quot;&gt;blog&lt;/A&gt;, &lt;A href=&quot;http://www.cs.cmu.edu/~rwh/&quot;&gt;Bob Harper&lt;/A&gt;, in joint effort with &lt;A href=&quot;http://people.cs.uchicago.edu/~dbm/&quot;&gt;Dave MacQueen&lt;/A&gt; and &lt;A href=&quot;http://www.lars.com/&quot;&gt;Lars Bergstrom&lt;/A&gt;, announces the launch of &lt;A href=&quot;http://sml-family.org&quot;&gt;sml-family.org&lt;/A&gt;:&lt;/p&gt;
193
- &lt;blockquote &gt;&lt;p &gt;
194
- The Standard ML Family project provides a home for online versions of various formal definitions of Standard ML, including the &quot;Definition of Standard ML, Revised&quot; (Standard ML 97). The site also supports coordination between different implementations of the Standard ML (SML) programming language by maintaining common resources such as the documentation for the &lt;A href=&quot;http://sml-family.org/Basis/index.html&quot;&gt;Standard ML Basis Library&lt;/A&gt; and standard test suites. The goal is to increase compatibility and resource sharing between Standard ML implementations. &lt;/p&gt;
195
- &lt;p &gt;The site includes a &lt;A href=&quot;http://sml-family.org/#History&quot;&gt;history section&lt;/A&gt; devoted to the history of ML, and of Standard ML in particular. This section will contain a collection of original source documents relating to the design of the language.
196
- &lt;/p&gt;&lt;/blockquote&gt;</description>
197
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/5">Fun</category>
198
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/11">Functional</category>
199
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/7">History</category>
200
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/8">Implementation</category>
201
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/10">Paradigms</category>
202
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/29">Semantics</category>
203
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/19">Theory</category>
204
- <pubDate>Tue, 30 Sep 2014 19:27:43 +0000</pubDate>
205
- </item>
206
- <item>
207
- <title>Inferring algebraic effects</title>
208
- <link>http://lambda-the-ultimate.org/node/5055</link>
209
- <description>&lt;p &gt;&lt;a href=&quot;http://www.lmcs-online.org/ojs/viewarticle.php?id=1469&amp;amp;layout=abstract&quot;&gt;Logical methods in computer science&lt;/A&gt; just published &lt;a href=&quot;http://matija.pretnar.info/&quot;&gt;Matija Pretnar&lt;/A&gt;&#039;s &lt;A href=&quot;http://arxiv.org/pdf/1312.2334.pdf&quot;&gt;latest take on algebraic effects and handlers&lt;/A&gt;:&lt;/p&gt;
210
- &lt;blockquote &gt;&lt;p &gt;
211
- We present a complete polymorphic effect inference algorithm for an ML-style language with handlers of not only exceptions, but of any other algebraic effect such as input &amp;amp; output, mutable references and many others. Our main aim is to offer the programmer a useful insight into the effectful behaviour of programs. Handlers help here by cutting down possible effects and the resulting lengthy output that often plagues precise effect systems. Additionally, we present a set of methods that further simplify the displayed types, some even by deliberately hiding inferred information from the programmer.
212
- &lt;/p&gt;&lt;/blockquote&gt;
213
- &lt;p &gt;Pretnar and &lt;A href=&quot;http://andrej.com/&quot;&gt;Bauer&lt;/A&gt;&#039;s &lt;A href=&quot;http://eff-lang.org/&quot;&gt;Eff&lt;/A&gt; has made &lt;A href=&quot;http://lambda-the-ultimate.org/node/4090&quot;&gt;previous&lt;/A&gt; &lt;A href=&quot;http://lambda-the-ultimate.org/node/4481&quot;&gt;appearances&lt;/A&gt; here on LtU. Apart from the new fangled polymorphic effect system, this paper also contains an Eff tutorial. &lt;/p&gt;</description>
214
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/11">Functional</category>
215
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/8">Implementation</category>
216
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/10">Paradigms</category>
217
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/29">Semantics</category>
218
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/19">Theory</category>
219
- <pubDate>Sat, 27 Sep 2014 23:16:37 +0000</pubDate>
220
- </item>
221
- <item>
222
- <title>LtU&#039;s new server</title>
223
- <link>http://lambda-the-ultimate.org/node/5053</link>
224
- <description>Lambda the Ultimate is now running on a new, faster, more reliable server. The old one is now, uh... pining for the fjords.
225
-
226
- This should resolve the increasingly frequent outages we&#039;ve seen recently.
227
-
228
- Because the old server had started failing, we didn&#039;t have time to do as much quality control on the migration as we would have liked. If anyone notices any issues with the site, please comment in this thread.
229
-
230
- Currently known issues:
231
-
232
- &lt;ul&gt;
233
- &lt;li&gt;&lt;span style=&quot;text-decoration:line-through&quot;&gt;Non-Latin UTF-8 characters apparently didn&#039;t survive the database migration correctly. This is a particular issue if you have a username containing non-Latin characters - you may not be able to log in currently.&lt;/span&gt;
234
- &lt;li&gt;&lt;span style=&quot;text-decoration:line-through&quot;&gt;It&#039;s possible that some comments posted later on Monday don&#039;t appear on the new site&lt;/span&gt;. (Resolved: there were no missing comments)
235
- &lt;li&gt;New user signup emails are not yet working.
236
- &lt;li&gt;&lt;span style=&quot;text-decoration:line-through&quot;&gt;Due to DNS propagation, not everyone will see the new site immediately.&lt;/span&gt; (Now resolved)
237
- &lt;/ul&gt;
238
-
239
- The struck out issues have been resolved. The remaining issue, with user signup emails, should be resolved in the next few days.
240
- </description>
241
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/3">Admin</category>
242
- <pubDate>Tue, 23 Sep 2014 07:26:16 +0000</pubDate>
243
- </item>
244
- <item>
245
- <title>Breaking the Complexity Barrier of Pure Functional Programs with Impure Data Structures</title>
246
- <link>http://lambda-the-ultimate.org/node/5052</link>
247
- <description>&lt;p &gt;&lt;a href=&quot;https://lirias.kuleuven.be/bitstream/123456789/201251/1/preliminary.pdf&quot;&gt;Breaking the Complexity Barrier of Pure Functional Programs with Impure Data Structures&lt;/a&gt; by Pieter Wuille and Tom Schrijvers:&lt;/p&gt;
248
- &lt;blockquote &gt;&lt;p &gt;Pure functional programming language offer many advantages over impure languages. Unfortunately, the absence of destructive update, imposes a complexity barrier. In imperative languages, there are algorithms and data structures with better complexity. We present our project for combining existing program transformation techniques to transform inefficient pure data structures into impure ones with better complexity. As a consequence, the programmer is not exposed to the impurity and retains the advantages of purity.&lt;/p&gt;&lt;/blockquote&gt;
249
- &lt;p &gt;This paper is along the same lines &lt;a href=&quot;http://lambda-the-ultimate.org/node/4611&quot;&gt;a question I asked a couple of years ago&lt;/a&gt;. The idea here is to allow programming using immutable interfaces, and then automatically transform it into a more efficient mutable equivalent.&lt;/p&gt;</description>
250
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/11">Functional</category>
251
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/19">Theory</category>
252
- <pubDate>Mon, 22 Sep 2014 14:10:48 +0000</pubDate>
253
- </item>
254
- <item>
255
- <title>Inside the Wolfram Language</title>
256
- <link>http://lambda-the-ultimate.org/node/5050</link>
257
- <description>&lt;p &gt;Video of Stephen Wolfram &lt;a href=&quot;https://www.youtube.com/watch?v=EjCWdsrVcBM&quot;&gt;showing off the Wolfram Language&lt;/a&gt; and sharing his perspective on the design of the language at Strange Loop conference.&lt;/p&gt;</description>
258
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
259
- <pubDate>Sun, 21 Sep 2014 02:20:09 +0000</pubDate>
260
- </item>
261
- <item>
262
- <title>What&#039;s in store for the most widely used language by discerning hackers?</title>
263
- <link>http://lambda-the-ultimate.org/node/5048</link>
264
- <description>&lt;p &gt;Or, in other words, what&#039;s the &lt;a href=&quot;https://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00434.html&quot;&gt;future of Emacs Lisp&lt;/a&gt; (and unavoidable &lt;a href=&quot;https://news.ycombinator.com/item?id=8328206&quot;&gt;HN discussion)&lt;/a&gt;. &lt;/p&gt;
265
- &lt;p &gt;The original message contains some interesting tidbits. I am not sure how the discussion on emacs-devel will develop. But speculating about things such as Guile elisp is, of course, our bailiwick.&lt;/p&gt;</description>
266
- <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
267
- <pubDate>Wed, 17 Sep 2014 05:14:55 +0000</pubDate>
268
- </item>
269
- </channel>
270
- </rss>
271
-
272
- ---
273
-
274
- feed.format: rss 2.0
275
- feed.title: Lambda the Ultimate - Programming Languages Weblog
276
- feed.url: http://lambda-the-ultimate.org
277
- feed.summary: Programming languages news, articles and discussion
278
-
279
- feed.items[0].title: John C Reynolds Doctoral Dissertation Award nominations for 2014
280
- feed.items[0].url: http://lambda-the-ultimate.org/node/5088
281
-
282
- ## note: no guid; will fallback/reuse url
283
- feed.items[0].guid: http://lambda-the-ultimate.org/node/5088
284
-
285
-
286
- feed.items[1].title: Zélus : A Synchronous Language with ODEs
287
- feed.items[1].url: http://lambda-the-ultimate.org/node/5087
288
-
@@ -1,747 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?>
3
- <?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?>
4
- <feed xmlns="http://www.w3.org/2005/Atom"
5
- xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
6
-
7
- <title><![CDATA[Learn Enough to Be Dangerous]]></title>
8
-
9
- <link href="http://news.learnenough.com/" />
10
- <updated>2017-02-01T23:38:00+00:00</updated>
11
- <id>http://news.learnenough.com/</id>
12
- <author>
13
- <name />
14
- <email><![CDATA[michael@learnenough.com]]></email>
15
- </author>
16
- <generator uri="http://octopress.org/">Octopress</generator>
17
-
18
-
19
- <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/railstutorial" /><feedburner:info uri="railstutorial" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>railstutorial</feedburner:emailServiceId><feedburner:feedburnerHostname>https://feedburner.google.com</feedburner:feedburnerHostname><entry>
20
- <title type="html"><![CDATA[Learn Enough Dev Environment to Be Dangerous]]></title>
21
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/m8fo_xA6gGI/learn-enough-dev-environment" />
22
- <updated>2017-02-01T00:00:00+00:00</updated>
23
- <id>http://news.learnenough.com/learn-enough-dev-environment</id>
24
- <content type="html">
25
-
26
- &lt;p&gt;We've just released &lt;em&gt;&lt;a href="https://www.learnenough.com/dev-environment-tutorial"&gt;Learn Enough Dev Environment to Be Dangerous&lt;/a&gt;&lt;/em&gt;&lt;a href="https://www.learnenough.com/dev-environment-tutorial"&gt;&lt;/a&gt;, a free tutorial on setting up a proper environment for doing software development.
27
- &lt;/p&gt;
28
- &lt;p&gt;In addition to being available &lt;a href="https://www.learnenough.com/dev-environment-tutorial"&gt;online&lt;/a&gt;, the &lt;a href="https://www.softcover.io/email-capture/28fdb94f/learn_enough_dev_environment"&gt;ebook downloads&lt;/a&gt; are free as well.
29
- &lt;/p&gt;
30
- &lt;p&gt;For those who prefer the convenience of direct delivery to their Kindle, we've made the tutorial available for Amazon's minimum $0.99 purchase price &lt;a href="https://www.amazon.com/Learn-Enough-Dev-Environment-Dangerous-ebook/dp/B01MTEQJ6E"&gt;here&lt;/a&gt;.
31
- &lt;/p&gt;
32
- &lt;p&gt;
33
- &lt;a href="https://www.learnenough.com/dev-environment-tutorial"&gt;&lt;img src="https://convertkit.s3.amazonaws.com/assets/pictures/288/388626/content_cover-web.png" style="display:block; margin: auto;" /&gt;&lt;/a&gt;
34
- &lt;/p&gt;
35
- &lt;p&gt;At around 20 pages, &lt;em&gt;Learn Enough Dev Environment&lt;/em&gt;&lt;span style="background-color: initial;"&gt; is short and sweet—a great complement to the other &lt;/span&gt;&lt;a href="http://learnenough.com/tutorials"&gt;Learn Enough tutorials&lt;/a&gt;&lt;span style="background-color: initial;"&gt;, the &lt;/span&gt;&lt;a href="http://railstutorial.org/"&gt;Ruby on Rails Tutorial&lt;/a&gt;&lt;span style="background-color: initial;"&gt;, and the &lt;/span&gt;&lt;a href="http://learnenough.com/story"&gt;Learn Enough Society&lt;/a&gt;&lt;span style="background-color: initial;"&gt;.&lt;/span&gt;
36
- &lt;/p&gt;
37
- &lt;p&gt;&lt;span style="background-color: initial;"&gt;While &lt;em&gt;Learn Enough Dev Environment to Be Dangerous&lt;/em&gt; covers easier setup options like cloud IDEs and virtual machines, I especially recommend it for macOS and Linux users who are ready for the more challenging task of configuring their native environments.&lt;/span&gt;
38
- &lt;/p&gt;
39
- &lt;p&gt;&lt;em&gt;Learn Enough Dev Environment to Be Dangerous&lt;/em&gt;&lt;span class="redactor-invisible-space"&gt;&lt;span class="redactor-invisible-space"&gt; is a living document, and we plan to keep it up-to-date as development environments evolve. &lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: initial;"&gt;Please feel free to pass it around as a resource to any of your friends or colleagues who want to get started learning about software development. &lt;/span&gt;
40
- &lt;/p&gt;
41
- &lt;p&gt;&lt;span style="background-color: initial;"&gt;Finally, suggestions are welcome, so please let us know if you have any favorite dev environment tricks you'd like to see included!&lt;/span&gt;
42
- &lt;/p&gt;
43
- &lt;p&gt;P.S. For reference, here are the &lt;em&gt;Learn Enough Dev Environment to Be Dangerous&lt;/em&gt; links again: &lt;a href="https://www.learnenough.com/dev-environment-tutorial"&gt;online&lt;/a&gt;, &lt;a href="https://www.softcover.io/email-capture/28fdb94f/learn_enough_dev_environment"&gt;free downloads&lt;/a&gt;, &lt;a href="https://www.amazon.com/Learn-Enough-Dev-Environment-Dangerous-ebook/dp/B01MTEQJ6E"&gt;Amazon purchase&lt;/a&gt;. Enjoy!
44
- &lt;/p&gt;
45
-
46
-
47
-
48
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/m8fo_xA6gGI" height="1" width="1" alt=""/&gt;</content>
49
- <feedburner:origLink>http://news.learnenough.com/learn-enough-dev-environment</feedburner:origLink></entry>
50
-
51
- <entry>
52
- <title type="html"><![CDATA[Learn Enough HTML on Amazon.com]]></title>
53
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/lIlH5vaKPyY/learn-enough-html-on-amazon" />
54
- <updated>2017-01-19T00:00:00+00:00</updated>
55
- <id>http://news.learnenough.com/learn-enough-html-on-amazon</id>
56
- <content type="html">
57
-
58
- &lt;p&gt;In preparation for the upcoming release of &lt;em&gt;Learn Enough CSS &amp;amp; Layout to Be Dangerous&lt;/em&gt;, which is going to be awesome, I've just published &lt;a href="https://www.amazon.com/dp/B01N3539VG"&gt;&lt;em&gt;Learn Enough HTML to Be Dangerous&lt;/em&gt;&lt;/a&gt; on Amazon.com.
59
- &lt;/p&gt;
60
- &lt;p&gt;As with previous Amazon releases, for the first week you can &lt;a href="https://www.amazon.com/dp/B01N3539VG"&gt;get the Kindle edition&lt;/a&gt; of &lt;em&gt;Learn Enough HTML to Be Dangerous&lt;/em&gt; for &lt;strong&gt;20% off&lt;/strong&gt;.
61
- &lt;/p&gt;
62
- &lt;p&gt;With its sequel &lt;em&gt;Learn Enough CSS &amp;amp; Layout to Be Dangerous&lt;/em&gt; due out within a few weeks, now is the perfect time to brush up on your HTML, including full integration with Git and GitHub Pages.
63
- &lt;/p&gt;
64
- &lt;p&gt;If you've already read the &lt;a href="https://www.learnenough.com/html-tutorial"&gt;online version&lt;/a&gt; of the HTML tutorial, it would be much-appreciated if you could &lt;a href="https://www.amazon.com/dp/B01N3539VG"&gt;leave a review at Amazon&lt;/a&gt;. Thanks!
65
- &lt;/p&gt;
66
-
67
-
68
-
69
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/lIlH5vaKPyY" height="1" width="1" alt=""/&gt;</content>
70
- <feedburner:origLink>http://news.learnenough.com/learn-enough-html-on-amazon</feedburner:origLink></entry>
71
-
72
- <entry>
73
- <title type="html"><![CDATA[Learn Enough Git on Amazon.com]]></title>
74
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/9vnaA-qqPkI/learn-enough-git-on-amazon" />
75
- <updated>2017-01-05T00:00:00+00:00</updated>
76
- <id>http://news.learnenough.com/learn-enough-git-on-amazon</id>
77
- <content type="html">
78
-
79
- &lt;p&gt;Happy New Year, everyone!
80
- &lt;/p&gt;
81
- &lt;p&gt;Here at Learn Enough, we're hard at work on the next two titles in our nine-part intro sequence: &lt;em&gt;Learn Enough CSS &amp;amp; Layout&lt;/em&gt;&lt;em&gt; to Be Dangerous&lt;/em&gt; and &lt;em&gt;Learn Enough JavaScript to Be Dangerous&lt;/em&gt;.
82
- &lt;/p&gt;
83
-
84
-
85
-
86
- &lt;a href="http://news.learnenough.com//learn-enough-git-on-amazon"&gt;read more&lt;/a&gt;
87
-
88
-
89
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/9vnaA-qqPkI" height="1" width="1" alt=""/&gt;</content>
90
- <feedburner:origLink>http://news.learnenough.com/learn-enough-git-on-amazon</feedburner:origLink></entry>
91
-
92
- <entry>
93
- <title type="html"><![CDATA[Ruby on Rails Tutorial Print Edition + Amazon reviews]]></title>
94
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/69M-vjeYWgE/2016-ruby-on-rails-tutorial-print-edition" />
95
- <updated>2016-12-06T00:00:00+00:00</updated>
96
- <id>http://news.learnenough.com/2016-ruby-on-rails-tutorial-print-edition</id>
97
- <content type="html">
98
-
99
- &lt;p&gt;I’ve got an exciting announcement and a big request (with a big offer) for you all.&lt;/p&gt;
100
-
101
-
102
-
103
- &lt;a href="http://news.learnenough.com//2016-ruby-on-rails-tutorial-print-edition"&gt;read more&lt;/a&gt;
104
-
105
-
106
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/69M-vjeYWgE" height="1" width="1" alt=""/&gt;</content>
107
- <feedburner:origLink>http://news.learnenough.com/2016-ruby-on-rails-tutorial-print-edition</feedburner:origLink></entry>
108
-
109
- <entry>
110
- <title type="html"><![CDATA[Learn Enough HTML to Be Dangerous Screencasts]]></title>
111
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/mIsseqgjZps/learn-enough-html-screencasts" />
112
- <updated>2016-11-15T00:00:00+00:00</updated>
113
- <id>http://news.learnenough.com/learn-enough-html-screencasts</id>
114
- <content type="html">
115
-
116
- &lt;p&gt;The &lt;em&gt;Learn Enough HTML to Be Dangerous&lt;/em&gt; screencast videos are out! There are two main ways to get them:&lt;/p&gt;
117
-
118
- &lt;ul&gt;
119
- &lt;li&gt;Get the &lt;a href="https://www.learnenough.com/buy/234"&gt;&lt;strong&gt;screencast+ebook bundle&lt;/strong&gt;&lt;/a&gt;.&lt;/li&gt;
120
- &lt;li&gt;&lt;a href="https://www.learnenough.com/subscriptions/new"&gt;&lt;strong&gt;Join the Learn Enough Society&lt;/strong&gt;&lt;/a&gt;. All Society memberships include streaming videos for &lt;em&gt;all&lt;/em&gt; the Learn Enough tutorials (Command Line, Text Editor, Git, HTML, Action Cable) as well as the full Ruby on Rails Tutorial, for a total of over 25 hours of video.&lt;/li&gt;
121
- &lt;/ul&gt;
122
-
123
- &lt;p&gt;At just over 2 hours, the &lt;em&gt;Learn Enough HTML to Be Dangerous&lt;/em&gt; screencasts are the perfect length for getting started with HTML without having to slog through 10 hours of video just to learn the basics.&lt;/p&gt;
124
-
125
- &lt;p&gt;As always, the full written tutorial is available for free &lt;a href="http://learnenough.com/html-tutorial"&gt;online&lt;/a&gt;.&lt;/p&gt;
126
-
127
- &lt;p&gt;Although there are lots of HTML tutorials out there, &lt;em&gt;Learn Enough HTML to Be Dangerous&lt;/em&gt; puts things together in a way you probably haven’t seen before:&lt;/p&gt;
128
-
129
- &lt;ul&gt;
130
- &lt;li&gt;You deploy a live website in the first section.&lt;/li&gt;
131
- &lt;li&gt;You learn HTML tags in context, using real-world examples.&lt;/li&gt;
132
- &lt;li&gt;You take the first steps toward Cascading Style Sheets using inline styles.&lt;/li&gt;
133
- &lt;li&gt;You build a reference table of HTML tags, &lt;em&gt;using the HTML &lt;code class="highlighter-rouge"&gt;table&lt;/code&gt; tag&lt;/em&gt;. It’s totally &lt;code class="highlighter-rouge"&gt;meta&lt;/code&gt;.&lt;/li&gt;
134
- &lt;/ul&gt;
135
-
136
- &lt;p&gt;&lt;em&gt;Learn Enough HTML to Be Dangerous&lt;/em&gt; also has 200% more kittens than the average HTML tutorial.&lt;/p&gt;
137
-
138
- &lt;p&gt;&lt;img src="images/kitten.jpg" alt="An adorable kitten" /&gt;&lt;/p&gt;
139
-
140
- &lt;p&gt;HTML is the fundamental language of the Web, and all developers, designers, and even managers should know the basics.&lt;/p&gt;
141
-
142
- &lt;p&gt;If tech is the new literacy, HTML is the alphabet.&lt;/p&gt;
143
-
144
- &lt;p&gt;You don’t have to know everything about HTML, of course—just enough to be &lt;em&gt;dangerous&lt;/em&gt;.&lt;/p&gt;
145
-
146
- &lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=12961304"&gt;Discuss on Hacker News&lt;/a&gt;&lt;/p&gt;
147
-
148
-
149
-
150
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/mIsseqgjZps" height="1" width="1" alt=""/&gt;</content>
151
- <feedburner:origLink>http://news.learnenough.com/learn-enough-html-screencasts</feedburner:origLink></entry>
152
-
153
- <entry>
154
- <title type="html"><![CDATA[Screencast for Learn Enough Action Cable to Be Dangerous]]></title>
155
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/14SKGq2rGFE/learn-enough-action-cable-screencast" />
156
- <updated>2016-10-26T00:00:00+00:00</updated>
157
- <id>http://news.learnenough.com/learn-enough-action-cable-screencast</id>
158
- <content type="html">
159
-
160
- &lt;p&gt;I’ve just released the screencast for &lt;em&gt;Learn Enough Action Cable to Be Dangerous&lt;/em&gt;, which teaches you how to make real-time web applications using Rails and the WebSocket Protocol.&lt;/p&gt;
161
-
162
- &lt;p&gt;This is cutting-edge web development, the kind of thing that gives you a leg up on the competition when landing a contract or getting a job.&lt;/p&gt;
163
-
164
- &lt;p&gt;The Action Cable sample app is a real-time chat application, and for this kind of app the screencast format really shines. It’s hard to completely capture the dynamic nature of Action Cable in a written tutorial, but with a screencast you can really see the app come to life.&lt;/p&gt;
165
-
166
- &lt;p&gt;Topics include:&lt;/p&gt;
167
-
168
- &lt;ul&gt;
169
- &lt;li&gt;Upgrading a Rails app to Action Cable&lt;/li&gt;
170
- &lt;li&gt;Message broadcasts using WebSockets&lt;/li&gt;
171
- &lt;li&gt;Polishing the User Interface with CoffeeScript&lt;/li&gt;
172
- &lt;li&gt;Advanced enhancements like Markdown support and @-mention notifications&lt;/li&gt;
173
- &lt;/ul&gt;
174
-
175
- &lt;p&gt;Anyone interested in building real-time apps will benefit from both the ebook and video versions of &lt;em&gt;Learn Enough Action Cable to Be Dangerous&lt;/em&gt;.&lt;/p&gt;
176
-
177
- &lt;p&gt;There are two main ways to get it:&lt;/p&gt;
178
-
179
- &lt;ol&gt;
180
- &lt;li&gt;&lt;a href="https://www.learnenough.com/buy/232?code=screencast-launch"&gt;&lt;strong&gt;Buy the downloadable ebooks &amp;amp; videos&lt;/strong&gt;&lt;/a&gt;: Get EPUB/MOBI/PDF ebooks &amp;amp; over 2 hours of MP4 videos.&lt;/li&gt;
181
- &lt;li&gt;&lt;a href="https://www.learnenough.com/subscriptions/new?discount_code=action-cable"&gt;&lt;strong&gt;Join the Learn Enough Society&lt;/strong&gt;&lt;/a&gt;: Get access to a special enhanced online version (with community answers to exercises) and free streaming versions of all 2+ hours of the Action Cable screencasts.&lt;/li&gt;
182
- &lt;/ol&gt;
183
-
184
- &lt;p&gt;Either way, I hope you enjoy learning enough Action Cable to be &lt;em&gt;dangerous&lt;/em&gt;!&lt;/p&gt;
185
-
186
- &lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=12798414"&gt;Discuss on Hacker News&lt;/a&gt;&lt;/p&gt;
187
-
188
-
189
-
190
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/14SKGq2rGFE" height="1" width="1" alt=""/&gt;</content>
191
- <feedburner:origLink>http://news.learnenough.com/learn-enough-action-cable-screencast</feedburner:origLink></entry>
192
-
193
- <entry>
194
- <title type="html"><![CDATA[Learn Enough Text Editor on Amazon.com]]></title>
195
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/eCjvI4uAvD0/learn-enough-text-editor-amazon" />
196
- <updated>2016-10-05T00:00:00+00:00</updated>
197
- <id>http://news.learnenough.com/learn-enough-text-editor-amazon</id>
198
- <content type="html">
199
-
200
- &lt;p&gt;I'm pleased to announce that &lt;em&gt;Learn Enough Text Editor to Be Dangerous&lt;/em&gt; is &lt;a href="https://www.amazon.com/dp/B01M10FNYJ"&gt;now available at Amazon.com&lt;/a&gt;, where it joins &lt;em&gt;&lt;a href="https://www.amazon.com/Learn-Enough-Command-Line-Dangerous-ebook/dp/B01KG84X44"&gt;Learn Enough Command Line to Be Dangerous&lt;/a&gt;&lt;/em&gt; as part of the Learn Enough Developer Fundamentals series.
201
- &lt;/p&gt;
202
- &lt;p&gt;&lt;em&gt;Learn Enough Text Editor to Be Dangerous&lt;/em&gt; is designed to help you learn
203
- to use what is arguably the most important item in the aspiring computer
204
- magician’s bag of tricks: a text editor.
205
- &lt;/p&gt;
206
- &lt;p&gt;Unlike other text editor
207
- tutorials, which are typically tied to a specific editor,
208
- &lt;em&gt;Learn Enough Text Editor to Be Dangerous&lt;/em&gt; is designed to introduce the entire category of application. This includes Minimum Viable Vim, covering the ubiquitous Vim editor, and a thorough introduction to Atom, a powerful and easy-to-use editor from GitHub.
209
- &lt;/p&gt;
210
- &lt;p&gt;
211
- &lt;/p&gt;
212
- &lt;p&gt;The price of &lt;em&gt;Learn Enough Text Editor to Be Dangerous&lt;/em&gt; at Amazon will eventually be $9.99, but I'm offering a &lt;a href="https://www.amazon.com/dp/B01M10FNYJ"&gt;30% launch discount&lt;/a&gt; for the first week, so it's only $6.99 if you buy now. In addition to the native Kindle format, each purchase includes a claim link for free copies of the PDF &amp;amp; EPUB formats as well.
213
- &lt;/p&gt;
214
- &lt;p&gt;If you previously read the &lt;a href="http://learnenough.com/text-editor-tutorial"&gt;free online version&lt;/a&gt;, it would also be much-appreciated if you could &lt;a href="https://www.amazon.com/dp/B01M10FNYJ#reviewsMedley"&gt;leave a review&lt;/a&gt; at Amazon.
215
- &lt;/p&gt;
216
- &lt;p&gt;As just noted above, &lt;em&gt;Learn Enough Text Editor to Be Dangerous&lt;/em&gt; is available for free &lt;a href="http://learnenough.com/text-editor-tutorial"&gt;online&lt;/a&gt;, and for &lt;a href="https://www.learnenough.com/buy/183?option=html_ebooks_screencasts"&gt;direct purchase&lt;/a&gt; as well, but having the ebook up at Amazon means even more people can find the Learn Enough tutorials and start learning technical sophistication.
217
- &lt;/p&gt;
218
- &lt;p&gt;P.S. Get &lt;a href="https://www.amazon.com/dp/B01M10FNYJ"&gt;30% off&lt;/a&gt; &lt;em&gt;Learn Enough Text Editor to Be Dangerous&lt;/em&gt; at Amazon.com through Wednesday 10/12.
219
- &lt;/p&gt;
220
- &lt;p&gt;P.P.S. If you could &lt;a href="https://www.amazon.com/dp/B01M10FNYJ#reviewsMedley"&gt;leave a review&lt;/a&gt; that would also be much-appreciated!
221
- &lt;/p&gt;
222
-
223
-
224
-
225
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/eCjvI4uAvD0" height="1" width="1" alt=""/&gt;</content>
226
- <feedburner:origLink>http://news.learnenough.com/learn-enough-text-editor-amazon</feedburner:origLink></entry>
227
-
228
- <entry>
229
- <title type="html"><![CDATA[Learn Enough HTML to Be Dangerous]]></title>
230
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/RoZjIVaSn5I/learn-enough-html" />
231
- <updated>2016-09-21T00:00:00+00:00</updated>
232
- <id>http://news.learnenough.com/learn-enough-html</id>
233
- <content type="html">
234
-
235
- &lt;p&gt;After launching a more advanced &lt;a href="http://learnenough.com/action-cable-tutorial"&gt;Action Cable tutorial&lt;/a&gt; a couple of weeks ago, Learn Enough is getting back to basics with one of the most important technologies on the Web: HTML.&lt;/p&gt;
236
-
237
- &lt;p&gt;&lt;a href="http://learnenough.com/html-tutorial"&gt;&lt;em&gt;Learn Enough HTML to Be Dangerous&lt;/em&gt;&lt;/a&gt; by Michael Hartl &amp;amp; Lee Donahoe covers the basics of HyperText Markup Language, the language of the World Wide Web. As of today, the full tutorial is &lt;a href="http://learnenough.com/html-tutorial"&gt;online&lt;/a&gt; for free, and &lt;a href="https://www.learnenough.com/buy/234"&gt;available for purchase&lt;/a&gt; in EPUB/MOBI/PDF formats.&lt;/p&gt;
238
-
239
- &lt;p&gt;At around 130 pages, it’s the perfect length for getting started with HTML without having to slog through 500 pages just to learn the basics.&lt;/p&gt;
240
-
241
- &lt;p&gt;Although there are lots of HTML tutorials out there, &lt;em&gt;Learn Enough HTML to Be Dangerous&lt;/em&gt; puts things together in a way you haven’t seen before:&lt;/p&gt;
242
-
243
- &lt;ul&gt;
244
- &lt;li&gt;You deploy a live website in the first section.&lt;/li&gt;
245
- &lt;li&gt;You learn HTML tags in context, using real-world examples.&lt;/li&gt;
246
- &lt;li&gt;You take the first steps toward Cascading Style Sheets using inline styles.&lt;/li&gt;
247
- &lt;li&gt;You build a reference table of HTML tags, &lt;em&gt;using the HTML &lt;code class="highlighter-rouge"&gt;table&lt;/code&gt; tag&lt;/em&gt;. It’s totally &lt;code class="highlighter-rouge"&gt;meta&lt;/code&gt;.&lt;/li&gt;
248
- &lt;/ul&gt;
249
-
250
- &lt;p&gt;&lt;em&gt;Learn Enough HTML to Be Dangerous&lt;/em&gt; also has 200% more kittens than the average HTML tutorial.&lt;/p&gt;
251
-
252
- &lt;p&gt;&lt;img src="images/kitten.jpg" alt="An adorable kitten" /&gt;&lt;/p&gt;
253
-
254
- &lt;p&gt;This new title is the first in a new trilogy of &lt;strong&gt;Web Basics&lt;/strong&gt;, which is both the perfect sequel to the &lt;a href="https://www.learnenough.com/courses"&gt;&lt;strong&gt;Developer Fundamentals&lt;/strong&gt;&lt;/a&gt; trilogy and a great supplement to the &lt;a href="http://railstutorial.org"&gt;Ruby on Rails Tutorial&lt;/a&gt;.&lt;/p&gt;
255
-
256
- &lt;p&gt;HTML is the fundamental language of the Web, and every developer, designer, and even manager should know the basics. If tech is the new literacy, HTML is the alphabet.&lt;/p&gt;
257
-
258
- &lt;p&gt;You don’t have to know everything about HTML, of course—just enough to be &lt;em&gt;dangerous&lt;/em&gt;.&lt;/p&gt;
259
-
260
- &lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=12550542"&gt;Discuss on Hacker News&lt;/a&gt;&lt;/p&gt;
261
-
262
-
263
-
264
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/RoZjIVaSn5I" height="1" width="1" alt=""/&gt;</content>
265
- <feedburner:origLink>http://news.learnenough.com/learn-enough-html</feedburner:origLink></entry>
266
-
267
- <entry>
268
- <title type="html"><![CDATA[Learn Enough Action Cable to Be Dangerous]]></title>
269
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/0uMef3n-bv8/learn-enough-action-cable" />
270
- <updated>2016-09-08T00:00:00+00:00</updated>
271
- <id>http://news.learnenough.com/learn-enough-action-cable</id>
272
- <content type="html">
273
-
274
- &lt;p&gt;One of the most exciting additions to the newly released Rails 5 is &lt;em&gt;Action Cable&lt;/em&gt;, which enables the creation of responsive, real-time web applications with Rails. For example, with Action Cable it’s possible to make a live chat app that updates every user’s chat window instantly, rather than waiting for a slow polling process in the background.&lt;/p&gt;
275
-
276
- &lt;p&gt;The secret to this amazing new capability is the &lt;em&gt;WebSockets Protocol&lt;/em&gt;, which supports real-time, persistent connections between client and server (unlike standard HTTP). With Action Cable, using WebSockets is a breeze, and we get all the power and flexibility of Rails for free.&lt;/p&gt;
277
-
278
- &lt;p&gt;Today I’m releasing a draft of &lt;a href="https://www.learnenough.com/action-cable-tutorial"&gt;&lt;em&gt;Learn Enough Action Cable to Be Dangerous&lt;/em&gt;&lt;/a&gt;, a new tutorial covering real-time web apps with Rails. It’s available for free online, and is available for purchase in the standard ebook formats &lt;a href="https://www.learnenough.com/buy/232"&gt;here&lt;/a&gt;.&lt;/p&gt;
279
-
280
- &lt;p&gt;​&lt;em&gt;Learn Enough Action Cable to Be Dangerous&lt;/em&gt; is an especially good follow-on to the Ruby on Rails Tutorial, because it puts your Rails knowledge to work on one of the most cutting-edge web technologies out there.​&lt;/p&gt;
281
-
282
- &lt;p&gt;I’m calling this release a &lt;em&gt;draft&lt;/em&gt; because Action Cable is so new, and it’s entirely possible I may want to update it based on reader feedback. (Typo and bug reports are especially appreciated.) Any such updates will be available for free (including to ebook purchasers).&lt;/p&gt;
283
-
284
- &lt;p&gt;Progress tracking and community exercise answers will be available to all members of the &lt;a href="http://learnenough.com/story"&gt;Learn Enough Society&lt;/a&gt;. Exercise answers (currently in preparation)​ will also be available to all ebook purchasers.&lt;/p&gt;
285
-
286
- &lt;p&gt;I’d also like to take this opportunity to give a quick update on some of the products in the &lt;a href="https://www.learnenough.com/courses"&gt;Learn Enough introductory sequence&lt;/a&gt;. I’m hoping to release the next title, &lt;a href="https://www.learnenough.com/html-tutorial"&gt;&lt;em&gt;Learn Enough HTML to Be Dangerous&lt;/em&gt;&lt;/a&gt;, within a couple of weeks, with the other titles to follow as quickly as we can make them.&lt;/p&gt;
287
-
288
- &lt;p&gt;I’m especially excited for &lt;a href="https://www.learnenough.com/css-and-layout-tutorial"&gt;&lt;em&gt;Learn Enough CSS &amp;amp; Layout to Be Dangerous&lt;/em&gt;&lt;/a&gt;, which is being prepared in collaboration with Learn Enough designer Lee Donahoe. It’s going to be great!&lt;/p&gt;
289
-
290
- &lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=12455199"&gt;Discuss on Hacker News&lt;/a&gt;&lt;/p&gt;
291
-
292
-
293
-
294
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/0uMef3n-bv8" height="1" width="1" alt=""/&gt;</content>
295
- <feedburner:origLink>http://news.learnenough.com/learn-enough-action-cable</feedburner:origLink></entry>
296
-
297
- <entry>
298
- <title type="html"><![CDATA[Learn Enough Command Line on Amazon.com]]></title>
299
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/Fc_hbQdcKQs/learn-enough-command-line-on-amazon" />
300
- <updated>2016-08-16T00:00:00+00:00</updated>
301
- <id>http://news.learnenough.com/learn-enough-command-line-on-amazon</id>
302
- <content type="html">
303
-
304
- &lt;p&gt;I'm pleased to announce that &lt;em&gt;Learn Enough Command Line to Be Dangerous&lt;/em&gt; is &lt;a href="https://www.amazon.com/dp/B01KG84X44"&gt;now available at Amazon.com&lt;/a&gt;.
305
- &lt;/p&gt;
306
- &lt;p&gt;The Unix command line is the single most important foundational skill for aspiring software developers, and &lt;em style="line-height: 1.6em; background-color: initial;"&gt;Learn Enough Command Line to Be Dangerous&lt;/em&gt;&lt;span style="line-height: 1.6em; background-color: initial;"&gt; has been &lt;/span&gt;&lt;a href="https://news.ycombinator.com/item?id=11037325" style="line-height: 1.6em;"&gt;called&lt;/a&gt;&lt;span style="line-height: 1.6em; background-color: initial;"&gt; "the best beginners guide to bash [the most popular command-line program]".&lt;/span&gt;&lt;span class="redactor-invisible-space" style="line-height: 1.6em; background-color: initial;"&gt;&lt;/span&gt;
307
- &lt;/p&gt;
308
- &lt;p&gt;&lt;span class="redactor-invisible-space" style="line-height: 1.6em; background-color: initial;"&gt;The price of &lt;em&gt;Learn Enough Command Line&lt;/em&gt; at Amazon will eventually be $9.99, but I'm offering a 30% launch discount for the first week, so it's only $6.99 if you buy now. In addition to the native Kindle format, every purchase includes a claim link for free copies of the PDF &amp;amp; EPUB formats as well.&lt;/span&gt;
309
- &lt;/p&gt;
310
- &lt;p&gt;&lt;span class="redactor-invisible-space" style="line-height: 1.6em; background-color: initial;"&gt;Even if you don't want to buy a copy, it would be much-appreciated if you could &lt;a href="https://www.amazon.com/dp/B01KG84X44#reviewBucketHeader"&gt;leave a review&lt;/a&gt; of the tutorial at Amazon.&lt;/span&gt;
311
- &lt;/p&gt;
312
- &lt;p&gt;As always, &lt;em&gt;Learn Enough Command Line to Be Dangerous&lt;/em&gt; is available for free &lt;a href="http://learnenough.com/command-line-tutorial"&gt;online&lt;/a&gt;, and for &lt;a href="https://www.learnenough.com/buy/164?option=html_ebooks_screencasts"&gt;direct purchase&lt;/a&gt; as well, but having the ebook up at Amazon means even more people can find the Learn Enough tutorials and start learning technical sophistication.
313
-
314
- &lt;p&gt;Get &lt;a href="https://www.amazon.com/dp/B01KG84X44"&gt;30% off&lt;/a&gt; &lt;em&gt;Learn Enough Command Line to Be Dangerous&lt;/em&gt; at Amazon.com through Tuesday 8/22.
315
- &lt;/p&gt;
316
- &lt;p&gt;If you could &lt;a href="https://www.amazon.com/dp/B01KG84X44#reviewBucketHeader"&gt;leave a review&lt;/a&gt; that would also be much-appreciated!
317
- &lt;/p&gt;
318
- &lt;/p&gt;
319
-
320
-
321
-
322
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/Fc_hbQdcKQs" height="1" width="1" alt=""/&gt;</content>
323
- <feedburner:origLink>http://news.learnenough.com/learn-enough-command-line-on-amazon</feedburner:origLink></entry>
324
-
325
- <entry>
326
- <title type="html"><![CDATA[Launch of the new Rails Tutorial screencats]]></title>
327
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/6xTF4RB4s2Y/rails-5-edition-of-rails-tutorial-screencasts" />
328
- <updated>2016-08-02T00:00:00+00:00</updated>
329
- <id>http://news.learnenough.com/rails-5-edition-of-rails-tutorial-screencasts</id>
330
- <content type="html">
331
-
332
- &lt;p&gt;Due to popular demand, I am pleased to announce the launch of the Rails Tutorial screencats! The art of web development procrastination has never been cuter:&lt;/p&gt;
333
-
334
- &lt;p&gt;&lt;img src="/images/screencats.jpg" alt="Rails Tutorial screencats" /&gt;&lt;/p&gt;
335
-
336
- &lt;p&gt;Although they’re not nearly as adorable as the screencats (for obvious reasons), I’m also pleased to announce the launch of the Ruby on Rails Tutorial screencasts, updated for Rails 5!&lt;/p&gt;
337
-
338
- &lt;p&gt;The Rails Tutorial screencasts are the most up-to-date resource for learning web development with Ruby on Rails. They are available for free via the &lt;a href="https://www.learnenough.com/subscriptions/new"&gt;Learn Enough Society&lt;/a&gt;, as well as being available for &lt;a href="https://www.railstutorial.org/"&gt;purchase as direct downloads&lt;/a&gt;.&lt;/p&gt;
339
-
340
- &lt;p&gt;The best way to get the new screencasts is via the &lt;a href="https://www.learnenough.com/subscriptions/new"&gt;Learn Enough Society&lt;/a&gt;, which includes all 15+ hours as integrated streaming video:&lt;/p&gt;
341
-
342
- &lt;iframe width="560" height="315" src="https://www.youtube.com/embed/Q1eI0y7kWiU" frameborder="0" allowfullscreen=""&gt;&lt;/iframe&gt;
343
-
344
- &lt;p&gt;The Learn Enough Society also includes text and video for the three Developer Fundamentals tutorials (Command Line, Text Editor, Git), as well as immediate access to new tutorials as they’re released.&lt;/p&gt;
345
-
346
- &lt;p&gt;The Rails Tutorial screencasts are the ideal complement to the Rails Tutorial book, allowing you to see exactly how web applications are built in practice. There are video lessons corresponding to each chapter of the book, totaling over 15 hours of content. You can view a full sample lesson &lt;a href="https://www.youtube.com/watch?v=N-4NuoivKu0"&gt;here&lt;/a&gt;.&lt;/p&gt;
347
-
348
- &lt;p&gt;As with the 3rd edition of the tutorial, the new 4th edition covers every major aspect of web development:&lt;/p&gt;
349
-
350
- &lt;ul&gt;
351
- &lt;li&gt;Creating both static and dynamic pages with Rails templates&lt;/li&gt;
352
- &lt;li&gt;Data modeling with a full database back-end&lt;/li&gt;
353
- &lt;li&gt;Creating a working signup page from scratch&lt;/li&gt;
354
- &lt;li&gt;Building a custom login and authentication system&lt;/li&gt;
355
- &lt;li&gt;Learning to use cookies to make a working “remember me” checkbox&lt;/li&gt;
356
- &lt;li&gt;Activating accounts and resetting passwords&lt;/li&gt;
357
- &lt;li&gt;Sending email in Rails, both locally and in production&lt;/li&gt;
358
- &lt;li&gt;Advanced data modeling to create a mini Twitter-like application&lt;/li&gt;
359
- &lt;li&gt;Coverage of software best practices, including test-driven development and version control&lt;/li&gt;
360
- &lt;li&gt;Emphasis on strong security throughout&lt;/li&gt;
361
- &lt;li&gt;Deploying to production early and often&lt;/li&gt;
362
- &lt;/ul&gt;
363
-
364
- &lt;p&gt;Those familiar with the previous edition will find the following main differences in the Rails 5 version:&lt;/p&gt;
365
-
366
- &lt;ul&gt;
367
- &lt;li&gt;14 lessons instead of 12, due not to new material but to the two longest lessons being split in two (much more manageable)&lt;/li&gt;
368
- &lt;li&gt;Full compatibility with Rails 5, including the use of the &lt;code class="highlighter-rouge"&gt;rails&lt;/code&gt; command in place of &lt;code class="highlighter-rouge"&gt;rake&lt;/code&gt;&lt;/li&gt;
369
- &lt;li&gt;A shift toward integration-style testing for controllers, together with a new convention for passing parameters in tests&lt;/li&gt;
370
- &lt;/ul&gt;
371
-
372
- &lt;p&gt;Because Rails 4.2 and Rails 5.0 are so similar, the new edition of the screencasts did not need to be created from scratch. Instead, the minor diffs mentioned above are highlighted as text notes in the videos themselves. The result is that it is immediately apparent which parts of the Rails framework have changed between versions.&lt;/p&gt;
373
-
374
- &lt;p&gt;Now that the Rails Tutorial screencasts are complete, my Learn Enough cofounders and I are hard at work on additional Learn Enough tutorials, with Action Cable, HTML, CSS &amp;amp; Layout, and JavaScript coming soon. Be sure to &lt;a href="http://news.learnenough.com/email-list/"&gt;sign up for the email list&lt;/a&gt; to get notifications.&lt;/p&gt;
375
-
376
- &lt;p&gt;Remember, all 15+ hours of the Rails Tutorial screencasts are available both via the &lt;a href="https://www.learnenough.com/subscriptions/new"&gt;Learn Enough Society&lt;/a&gt; and as &lt;a href="https://www.railstutorial.org/"&gt;direct purchase&lt;/a&gt;.&lt;/p&gt;
377
-
378
- &lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=12211974"&gt;Discuss on Hacker News&lt;/a&gt;&lt;/p&gt;
379
-
380
-
381
-
382
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/6xTF4RB4s2Y" height="1" width="1" alt=""/&gt;</content>
383
- <feedburner:origLink>http://news.learnenough.com/rails-5-edition-of-rails-tutorial-screencasts</feedburner:origLink></entry>
384
-
385
- <entry>
386
- <title type="html"><![CDATA[The Ruby on Rails Tutorial book, updated for Rails 5]]></title>
387
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/t636rpoK_1A/rails-5-edition-of-rails-tutorial" />
388
- <updated>2016-06-28T00:00:00+00:00</updated>
389
- <id>http://news.learnenough.com/rails-5-edition-of-rails-tutorial</id>
390
- <content type="html">
391
-
392
- &lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; &lt;a href="http://weblog.rubyonrails.org/2016/6/30/Rails-5-0-final/"&gt;Rails 5 just launched&lt;/a&gt;, and the &lt;em&gt;Ruby on Rails Tutorial&lt;/em&gt; has already been updated accordingly.&lt;/p&gt;
393
-
394
- &lt;p&gt;I’ve just launched the newest edition of the &lt;em&gt;Ruby on Rails Tutorial&lt;/em&gt; book, updated for Rails 5! It’s available for free &lt;a href="http://railstutorial.org/book"&gt;online&lt;/a&gt;, for &lt;a href="http://www.railstutorial.org/"&gt;purchase&lt;/a&gt; as an ebook (PDF, EPUB, MOBI), and best of all via the &lt;a href="https://www.learnenough.com/subscribe"&gt;Learn Enough Society&lt;/a&gt; (details below).&lt;/p&gt;
395
-
396
- &lt;p&gt;(I’m especially pleased to be launching the new edition today because it’s also &lt;a href="http://tauday.com/"&gt;Tau Day&lt;/a&gt;, a math holiday I founded in 2010 with the publication of &lt;a href="http://tauday.com/tau-manifesto"&gt;&lt;em&gt;The Tau Manifesto&lt;/em&gt;&lt;/a&gt;. Happy Tau Day!)&lt;/p&gt;
397
-
398
- &lt;p&gt;With the release of this new edition, the Ruby on Rails Tutorial continues to be the most comprehensive and up-to-date resource for learning web development with Rails. As with previous editions, its focus is on the general principles of web development, not on Rails specifically, though of course it gives you a great foundation with Rails as well.&lt;/p&gt;
399
-
400
- &lt;p&gt;Although there are many alternatives in web development, I believe Rails is still the best overall choice for learning how to develop dynamic web applications. Rails has a combination of power and maturity that few frameworks can rival, and is used by companies as diverse as GitHub, Disney, and Airbnb.&lt;/p&gt;
401
-
402
- &lt;p&gt;While preferred development stacks in languages like JavaScript seem to change every six months, the core of Rails has remained stable for years, even as it has added innovations like Action Cable and Rails API to stay on the cutting edge. (For more information on coverage of these new technologies, see below.)&lt;/p&gt;
403
-
404
- &lt;p&gt;As with the 3rd edition of the tutorial, the new Rails 5 edition covers every major aspect of web development:&lt;/p&gt;
405
-
406
- &lt;ul&gt;
407
- &lt;li&gt;Creating both static and dynamic pages with Rails templates&lt;/li&gt;
408
- &lt;li&gt;Data modeling with a full database back-end&lt;/li&gt;
409
- &lt;li&gt;Creating a working signup page from scratch&lt;/li&gt;
410
- &lt;li&gt;Building a custom login and authentication system&lt;/li&gt;
411
- &lt;li&gt;Learning to use cookies to make a working “remember me” checkbox&lt;/li&gt;
412
- &lt;li&gt;Activating accounts and resetting passwords&lt;/li&gt;
413
- &lt;li&gt;Sending email in Rails, both locally and in production&lt;/li&gt;
414
- &lt;li&gt;Advanced data modeling to create a mini Twitter-like application&lt;/li&gt;
415
- &lt;li&gt;Coverage of software best practices, including test-driven development and version control&lt;/li&gt;
416
- &lt;li&gt;Emphasis on strong security throughout&lt;/li&gt;
417
- &lt;li&gt;Deploying to production early and often&lt;/li&gt;
418
- &lt;/ul&gt;
419
-
420
- &lt;p&gt;Those familiar with the previous edition will find the following main differences in the Rails 5 version:&lt;/p&gt;
421
-
422
- &lt;ul&gt;
423
- &lt;li&gt;14 chapters instead of 12, due not to new material but to the two longest chapters being split in two (much more manageable)&lt;/li&gt;
424
- &lt;li&gt;Full compatibility with Rails 5, including the use of the &lt;code class="highlighter-rouge"&gt;rails&lt;/code&gt; command in place of &lt;code class="highlighter-rouge"&gt;rake&lt;/code&gt; and new default behavior for controller and integration tests&lt;/li&gt;
425
- &lt;li&gt;A huge number of new exercises, spread throughout each chapter for maximum reinforcement of the material&lt;/li&gt;
426
- &lt;/ul&gt;
427
-
428
- &lt;p&gt;This last difference was probably the most time-consuming change for the new edition, but it was well worth the effort: many readers had requested more frequent exercises, rather than having them all collected at the end, and the new design makes the material much easier to absorb and retain.&lt;/p&gt;
429
-
430
- &lt;p&gt;Even if you’ve already read a previous edition of the Rails Tutorial, I think you’ll still get a lot out of going through the new edition and solving all the exercises.&lt;/p&gt;
431
-
432
- &lt;p&gt;By far the best way to do this is through the &lt;a href="https://www.learnenough.com/subscribe"&gt;Learn Enough Society&lt;/a&gt;, a subscription service that includes the full Ruby on Rails Tutorial. This is because the Learn Enough Society &lt;a href="https://youtu.be/JS6ed0KtCp0?t=1m20s"&gt;exercises interface&lt;/a&gt; lets you record your answers and see the answers of other Society members, which means you can work on your own but can always get a hint if you need one.&lt;/p&gt;
433
-
434
- &lt;p&gt;The Learn Enough Society is offered as part of Learn Enough to Be Dangerous, dedicated to teaching the essential skill of &lt;em&gt;technical sophistication&lt;/em&gt;, which gives you the seemingly magical ability to solve any technical problem.&lt;/p&gt;
435
-
436
- &lt;p&gt;In the modern technical landscape, there’s perhaps no more valuable example of technical sophistication than web development, so naturally the Ruby on Rails Tutorial is a perfect fit.&lt;/p&gt;
437
-
438
- &lt;p&gt;The Learn Enough Society currently includes the following products:&lt;/p&gt;
439
-
440
- &lt;ul&gt;
441
- &lt;li&gt;&lt;em&gt;Learn Enough Command Line to Be Dangerous&lt;/em&gt;: Nearly 100 pages of content, dozens of exercises, and over an hour of video&lt;/li&gt;
442
- &lt;li&gt;&lt;em&gt;Learn Enough Text Editor to Be Dangerous&lt;/em&gt;: Over 100 pages of content, dozens of exercises, and over an hour of video&lt;/li&gt;
443
- &lt;li&gt;&lt;em&gt;Learn Enough Git to Be Dangerous&lt;/em&gt;: Over 100 pages of content, dozens of exercises, and over an hour of video&lt;/li&gt;
444
- &lt;li&gt;&lt;em&gt;Ruby on Rails Tutorial&lt;/em&gt;: Over 700 pages of content, over 300 exercises, and—to be released soon—over 15 hours of video&lt;/li&gt;
445
- &lt;/ul&gt;
446
-
447
- &lt;p&gt;My cofounders and I are also hard at work filling in the introductory Learn Enough tutorials, with HTML, CSS &amp;amp; Layout, and JavaScript coming soon.&lt;/p&gt;
448
-
449
- &lt;p&gt;For those who want to take their Rails development to the next level using the latest features in Rails 5, we’re planning to release standalone tutorials on Action Cable and Rails API as well. (Be sure to &lt;a href="http://news.learnenough.com/email-list/"&gt;sign up for the email list&lt;/a&gt; to get notifications.)&lt;/p&gt;
450
-
451
- &lt;p&gt;Finally, for members who stay in the Learn Enough Society for at least two months, we’ll be offering the full Rails Tutorial ebook download (PDF, EPUB, MOBI) as a free bonus!&lt;/p&gt;
452
-
453
- &lt;p&gt;As always, the Ruby on Rails Tutorial is available for free &lt;a href="http://railstutorial.org/book"&gt;online&lt;/a&gt;, and the ebook is also available for &lt;a href="http://www.railstutorial.org/"&gt;direct purchase&lt;/a&gt;. As indicated above, the best way to get the Rails Tutorial is via the &lt;a href="https://www.learnenough.com/subscribe"&gt;Learn Enough Society&lt;/a&gt;, which gets you the full book as well as priority access to the Rails Tutorial screencast videos (with the first videos launching next week!). Plus you get access to all the other Learn Enough tutorials as well.&lt;/p&gt;
454
-
455
- &lt;p&gt;I’m really excited about how the Learn Enough tutorials are coming together, and I’m especially pleased with how well the Rails Tutorial fits in. We’ve got a great group going in the private Learn Enough Society Slack, and enterprising Society members have already shared the answers to hundreds of exercises.&lt;/p&gt;
456
-
457
- &lt;p&gt;Adding the Rails Tutorial is taking things to a whole new level, so I hope you’ll &lt;a href="https://www.learnenough.com/subscribe"&gt;join us there&lt;/a&gt;!&lt;/p&gt;
458
-
459
- &lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=11995896"&gt;Discuss on Hacker News&lt;/a&gt;&lt;/p&gt;
460
-
461
-
462
-
463
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/t636rpoK_1A" height="1" width="1" alt=""/&gt;</content>
464
- <feedburner:origLink>http://news.learnenough.com/rails-5-edition-of-rails-tutorial</feedburner:origLink></entry>
465
-
466
- <entry>
467
- <title type="html"><![CDATA[It begins: Updating the Ruby on Rails Tutorial for Rails 5]]></title>
468
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/mSh5yXlilpQ/it-begins-updating-the-ruby-on-rails-tutorial-for-rails-5" />
469
- <updated>2016-05-18T00:00:00+00:00</updated>
470
- <id>http://news.learnenough.com/it-begins-updating-the-ruby-on-rails-tutorial-for-rails-5</id>
471
- <content type="html">
472
-
473
- &lt;p&gt;Good news, everyone! I’ve just started updating the Ruby on Rails Tutorial for Rails 5. This new 4th edition of the Rails Tutorial will be fully compatible with the latest version of Rails while adding a large number of instructive new exercises (optimized for use with the &lt;a href="https://youtu.be/JS6ed0KtCp0?t=1m20s"&gt;Learn Enough answers UI&lt;/a&gt;​).&lt;/p&gt;
474
-
475
- &lt;p&gt;The final version of Rails 5 isn’t even out yet, so this is a chance to really
476
- be on the cutting edge.&lt;/p&gt;
477
-
478
- &lt;p&gt;Once the new edition is finished, I think it’ll be the absolute best
479
- resource for learning web development with Rails. It will also be fully
480
- integrated with &lt;a href="http://learnenough.com/story"&gt;Learn Enough to Be
481
- Dangerous&lt;/a&gt; and the &lt;a href="http://learnenough.com/puzzle"&gt;Learn Enough Society&lt;/a&gt;.&lt;/p&gt;
482
-
483
- &lt;p&gt;The initial availability of new Ruby on Rails Tutorial chapters is
484
- exclusive to members of the Learn Enough
485
- Society. The free online version and
486
- ebook sales will launch for everyone once all 12 chapters are updated. My plan is to publish a couple of chapters a week until it’s finished.&lt;/p&gt;
487
-
488
- &lt;p&gt;Today I’m releasing drafts of &lt;a href="https://www.learnenough.com/course/ruby_on_rails_tutorial_4th_edition/beginning"&gt;Chapter 1: From zero to
489
- deploy&lt;/a&gt;
490
- and &lt;a href="https://www.learnenough.com/course/ruby_on_rails_tutorial_4th_edition/toy_app"&gt;Chapter 2: A toy
491
- app&lt;/a&gt;.
492
- Learn Enough Society members can follow those links directly or go to
493
- &lt;a href="http://learnenough.com/courses"&gt;learnenough.com/courses&lt;/a&gt; and scroll to the bottom of the page. Of course,
494
- &lt;a href="http://learnenough.com/puzzle"&gt;joining the Learn Enough Society now&lt;/a&gt;
495
- gets you instant access.&lt;/p&gt;
496
-
497
- &lt;p&gt;After the book is finished, I’ll be updating and releasing the
498
- screencast videos as well, both for sale and for free to Learn Enough
499
- Society members.&lt;/p&gt;
500
-
501
- &lt;p&gt;The current update focuses on the core subject of web development, but I
502
- also plan to cover topics specific to Rails 5 (such as Action Cable and
503
- Rails API) in separate follow-on products.&lt;/p&gt;
504
-
505
- &lt;p&gt;This release is a major milestone for Ruby on Rails, and likewise for
506
- the Ruby on Rails Tutorial. Looking forward to seeing what you do with
507
- it!&lt;/p&gt;
508
-
509
- &lt;p&gt;P.S. You can get instant access to all Rails Tutorial updates by &lt;a href="http://learnenough.com/puzzle"&gt;joining the Learn Enough Society now&lt;/a&gt;.&lt;/p&gt;
510
-
511
-
512
-
513
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/mSh5yXlilpQ" height="1" width="1" alt=""/&gt;</content>
514
- <feedburner:origLink>http://news.learnenough.com/it-begins-updating-the-ruby-on-rails-tutorial-for-rails-5</feedburner:origLink></entry>
515
-
516
- <entry>
517
- <title type="html"><![CDATA[The Learn Enough Story]]></title>
518
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/t577kcbpYQs/learn-enough-story" />
519
- <updated>2016-04-19T00:00:00+00:00</updated>
520
- <id>http://news.learnenough.com/learn-enough-story</id>
521
- <content type="html">
522
-
523
- &lt;p&gt;This is just a short post announcing an exciting new service to help you develop the single most valuable skill in the 21st century. I’m not going to say what it is here, though—to find out more, you’ll have to read the &lt;a href="http://www.learnenough.com/story"&gt;Learn Enough Story&lt;/a&gt;. Hope you’ll check it out!&lt;/p&gt;
524
-
525
-
526
-
527
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/t577kcbpYQs" height="1" width="1" alt=""/&gt;</content>
528
- <feedburner:origLink>http://news.learnenough.com/learn-enough-story</feedburner:origLink></entry>
529
-
530
- <entry>
531
- <title type="html"><![CDATA[Video Screencasts for Learn Enough Git to Be Dangerous]]></title>
532
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/5LNuRJKComw/learn-enough-git-screencasts" />
533
- <updated>2016-03-24T00:00:00+00:00</updated>
534
- <id>http://news.learnenough.com/learn-enough-git-screencasts</id>
535
- <content type="html">
536
-
537
- &lt;p&gt;Last month’s launch of the &lt;em&gt;Learn Enough™ Git to Be Dangerous&lt;/em&gt; ebook clearly struck a chord, generating a ton of great feedback and ending up as one of the top 10 most-upvoted daily stories on Hacker News. Today I’m pleased to announce the availability of the companion screencast series, with more than an hour and a half of videos that bring the written tutorial to life.&lt;/p&gt;
538
-
539
- &lt;p&gt;The &lt;em&gt;Learn Enough™ Git to Be Dangerous&lt;/em&gt; screencasts cover the essential Git commands used every day by software developers and those who work with them, including &lt;code class="highlighter-rouge"&gt;git status&lt;/code&gt;, &lt;code class="highlighter-rouge"&gt;add&lt;/code&gt;, &lt;code class="highlighter-rouge"&gt;commit&lt;/code&gt;, &lt;code class="highlighter-rouge"&gt;diff&lt;/code&gt;, &lt;code class="highlighter-rouge"&gt;push&lt;/code&gt;, &lt;code class="highlighter-rouge"&gt;pull&lt;/code&gt;, &lt;code class="highlighter-rouge"&gt;checkout&lt;/code&gt;, &lt;code class="highlighter-rouge"&gt;branch&lt;/code&gt;, and &lt;code class="highlighter-rouge"&gt;merge&lt;/code&gt;. The videos also walk through several extended developer scenarios based on real-life best practices, including branching and merging, recovering from errors, pushing branches, and handling merge conflicts.&lt;/p&gt;
540
-
541
- &lt;p&gt;This last scenario serves as the main example for the &lt;em&gt;Learn Enough™ Git to Be Dangerous&lt;/em&gt; preview video, which shows how developers Alice and Bob deal with an incompatible change made to their project, a small website:&lt;/p&gt;
542
-
543
- &lt;iframe width="560" height="315" src="https://www.youtube.com/embed/U4HQSKZL6rU" frameborder="0" allowfullscreen=""&gt;&lt;/iframe&gt;
544
-
545
- &lt;p&gt;The full price of the &lt;em&gt;Learn Enough™ Git to Be Dangerous&lt;/em&gt; screencasts is $12, and you can also buy them bundled with the ebooks for $19, but I’m offering a &lt;strong&gt;20% launch discount through Thursday, March 31&lt;/strong&gt;:&lt;/p&gt;
546
-
547
- &lt;ul&gt;
548
- &lt;li&gt;Get &lt;a href="https://www.learnenough.com/buy/191?code=screencast_launch&amp;amp;option=screencasts"&gt;&lt;strong&gt;20% launch discount on Learn Enough Git screencasts&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
549
- &lt;li&gt;Get &lt;a href="https://www.learnenough.com/buy/191?code=screencast_launch&amp;amp;option=html_screencasts_ebooks"&gt;&lt;strong&gt;20% launch discount on screencasts + ebooks (PDF/EPUB/MOBI)&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
550
- &lt;/ul&gt;
551
-
552
- &lt;p&gt;In addition to covering the most important and useful Git commands, &lt;em&gt;Learn Enough™ Git to Be Dangerous&lt;/em&gt; includes a special section on advanced Git setup, and also includes an amazing surprise bonus at the end that you won’t want to miss.&lt;/p&gt;
553
-
554
- &lt;p&gt;P.S. Remember, &lt;a href="https://www.learnenough.com/buy/191?code=screencast_launch&amp;amp;option=html_screencasts_ebooks"&gt;buy before Thursday, March 31 to get the 20% launch discount&lt;/a&gt;.&lt;/p&gt;
555
-
556
- &lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=11354624"&gt;Discuss on Hacker News&lt;/a&gt;&lt;/p&gt;
557
-
558
-
559
-
560
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/5LNuRJKComw" height="1" width="1" alt=""/&gt;</content>
561
- <feedburner:origLink>http://news.learnenough.com/learn-enough-git-screencasts</feedburner:origLink></entry>
562
-
563
- <entry>
564
- <title type="html"><![CDATA[Video Screencasts for Learn Enough Text Editor to Be Dangerous]]></title>
565
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/_MhNdfEIKvU/learn-enough-text-editor-video-screencasts" />
566
- <updated>2016-03-15T00:00:00+00:00</updated>
567
- <id>http://news.learnenough.com/learn-enough-text-editor-video-screencasts</id>
568
- <content type="html">
569
-
570
- &lt;p&gt;The humble yet essential &lt;em&gt;text editor&lt;/em&gt; is perhaps the most important item in every computer magician’s bag of tricks. Although this subject is well-served by a written tutorial, there’s nothing like video screencasts to really bring text editors to life. Today I’m pleased to announce the availability of the &lt;em&gt;Learn Enough™ Text Editor to Be Dangerous&lt;/em&gt; video screencasts.&lt;/p&gt;
571
-
572
- &lt;p&gt;The full &lt;em&gt;Learn Enough™ Text Editor to Be Dangerous&lt;/em&gt; video series includes &lt;strong&gt;almost an hour and a half of video&lt;/strong&gt;, covering not only all the subjects in the written tutorial but also the kind of tips &amp;amp; tricks that are hard to capture in print form.&lt;/p&gt;
573
-
574
- &lt;p&gt;To get an idea of what the screencasts include, I’ve uploaded a short preview to YouTube here:&lt;/p&gt;
575
-
576
- &lt;iframe width="560" height="315" src="https://www.youtube.com/embed/kW0RsE3YA7Y" frameborder="0" allowfullscreen=""&gt;&lt;/iframe&gt;
577
-
578
- &lt;p&gt;Topics include:&lt;/p&gt;
579
-
580
- &lt;ul&gt;
581
- &lt;li&gt;Minimum Viable Vim&lt;/li&gt;
582
- &lt;li&gt;The Most Important Vim Command™&lt;/li&gt;
583
- &lt;li&gt;Basics of the Atom, Sublime Text, and Cloud9 editors&lt;/li&gt;
584
- &lt;li&gt;Worked examples of moving around, selecting text, and cut/copy/paste&lt;/li&gt;
585
- &lt;li&gt;Saving your bacon with Undo&lt;/li&gt;
586
- &lt;li&gt;Finding and replacing, both in single files and project-wide&lt;/li&gt;
587
- &lt;li&gt;Autocomplete and tab triggers&lt;/li&gt;
588
- &lt;li&gt;Writing source code&lt;/li&gt;
589
- &lt;li&gt;How to extend your shell with a real executable Bash script&lt;/li&gt;
590
- &lt;/ul&gt;
591
-
592
- &lt;p&gt;The full price for the &lt;em&gt;Learn Enough™ Text Editor to Be Dangerous&lt;/em&gt; screencasts is $12, which you can also buy bundled with the ebooks for $19:&lt;/p&gt;
593
-
594
- &lt;ul&gt;
595
- &lt;li&gt;&lt;a href="https://www.learnenough.com/buy/183?option=ebooks"&gt;Buy the screencasts for only $12&lt;/a&gt;&lt;/li&gt;
596
- &lt;li&gt;&lt;a href="https://www.learnenough.com/buy/183?option=html_screencasts_ebooks"&gt;Buy the screencasts + ebooks for only $19&lt;/a&gt; (a 10% savings)&lt;/li&gt;
597
- &lt;/ul&gt;
598
-
599
- &lt;p&gt;Although the &lt;em&gt;Learn Enough™ Text Editor to Be Dangerous&lt;/em&gt; screencasts are designed for complete beginners, in the nearly 90 minutes of content there’s also lots of material that even more experienced users will find valuable, including coverage of Minimum Viable Vim and a thorough introduction to “modern” text editors like Atom and Sublime. Enjoy!&lt;/p&gt;
600
-
601
- &lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=11291476"&gt;Discuss on Hacker News&lt;/a&gt;&lt;/p&gt;
602
-
603
-
604
-
605
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/_MhNdfEIKvU" height="1" width="1" alt=""/&gt;</content>
606
- <feedburner:origLink>http://news.learnenough.com/learn-enough-text-editor-video-screencasts</feedburner:origLink></entry>
607
-
608
- <entry>
609
- <title type="html"><![CDATA[Video Screencasts for Learn Enough Command Line to Be Dangerous]]></title>
610
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/P10-9JW4wGk/learn-enough-command-line-video-screencasts" />
611
- <updated>2016-03-03T00:00:00+00:00</updated>
612
- <id>http://news.learnenough.com/learn-enough-command-line-video-screencasts</id>
613
- <content type="html">
614
-
615
- &lt;p&gt;Learn Enough to Be Dangerous is designed to teach you &lt;a href="https://www.learnenough.com/command-line-tutorial#aside-technical_sophistication"&gt;technical sophistication&lt;/a&gt;, and the foundation of technical sophistication is an understanding of the Unix command line. Even though some aspects of the command line are covered in the &lt;a href="http://railstutorial.org/"&gt;Ruby on Rails Tutorial&lt;/a&gt;, it’s undoubtedly a subject that deserves its own tutorial, which is why the Learn Enough introductory sequence starts with &lt;em&gt;Learn Enough™ Command Line to Be Dangerous&lt;/em&gt;. It’s also why, as I’m pleased to announce today, the first set of videos released under the Learn Enough umbrella is the &lt;a href="https://www.learnenough.com/buy/164"&gt;Learn Enough Command Line to Be Dangerous screencast series&lt;/a&gt;.&lt;/p&gt;
616
-
617
- &lt;p&gt;Written tutorials are great, but there’s nothing like screencasts to bring &lt;a href="https://www.learnenough.com/command-line-tutorial#aside-computer_magic"&gt;computer magic&lt;/a&gt; to life. Screencasts let you “look over the shoulder” of an experienced developer, watching in real time as computer spells are cast and the machine comes to life to do our bidding. The Learn Enough Command Line to Be Dangerous screencasts show you command-line magic in action, as you can see in the teaser video below:&lt;/p&gt;
618
-
619
- &lt;iframe width="560" height="315" src="https://www.youtube.com/embed/d5apkVTTkrA" frameborder="0" allowfullscreen=""&gt;&lt;/iframe&gt;
620
-
621
- &lt;p&gt;The full Learn Enough Command Line to Be Dangerous video series includes &lt;strong&gt;more than an hour of video&lt;/strong&gt;, covering not only all the subjects in the written tutorial but also the kind of tips &amp;amp; tricks that are hard to capture in print form. Topics include:&lt;/p&gt;
622
-
623
- &lt;ul&gt;
624
- &lt;li&gt;The important and deceptively powerful &lt;code class="highlighter-rouge"&gt;echo&lt;/code&gt; command&lt;/li&gt;
625
- &lt;li&gt;Redirects, appending, and pipes&lt;/li&gt;
626
- &lt;li&gt;Keyboard shortcuts for moving around and clearing the line&lt;/li&gt;
627
- &lt;li&gt;Listing files and directories, including the all-powerful &lt;code class="highlighter-rouge"&gt;-hartl&lt;/code&gt; option&lt;/li&gt;
628
- &lt;li&gt;Viewing small files with &lt;code class="highlighter-rouge"&gt;cat&lt;/code&gt; and large files with &lt;code class="highlighter-rouge"&gt;less&lt;/code&gt;&lt;/li&gt;
629
- &lt;li&gt;Downloading files at the command line with &lt;code class="highlighter-rouge"&gt;curl&lt;/code&gt;&lt;/li&gt;
630
- &lt;li&gt;Making, navigating, and removing directories&lt;/li&gt;
631
- &lt;li&gt;Using &lt;code class="highlighter-rouge"&gt;grep&lt;/code&gt; to search files and &lt;code class="highlighter-rouge"&gt;grep -r&lt;/code&gt; to search directories&lt;/li&gt;
632
- &lt;li&gt;Understanding that the great power of &lt;code class="highlighter-rouge"&gt;rm -rf&lt;/code&gt; comes with &lt;a href="https://www.learnenough.com/command-line-tutorial#fig-spider_man"&gt;great responsibility&lt;/a&gt;&lt;/li&gt;
633
- &lt;/ul&gt;
634
-
635
- &lt;p&gt;The full price for the &lt;a href="https://www.learnenough.com/buy/164"&gt;Learn Enough Command Line to Be Dangerous screencasts&lt;/a&gt; is $24, which includes the &lt;strong&gt;full video series&lt;/strong&gt; as well as a &lt;strong&gt;free copy of the tutorial ebooks&lt;/strong&gt; (PDF/EPUB/MOBI).&lt;/p&gt;
636
-
637
- &lt;p&gt;One reader recently &lt;a href="https://news.ycombinator.com/item?id=11037325"&gt;wrote&lt;/a&gt; this about &lt;em&gt;Learn Enough™ Command Line to Be Dangerous&lt;/em&gt;:&lt;/p&gt;
638
-
639
- &lt;blockquote&gt;
640
- &lt;p&gt;Learn Enough Command Line to Be Dangerous is the best beginner’s guide to bash [the most common Unix command-line program] I’ve seen, and it really made me a lot more comfortable working with CLI [command-line interface] programs.&lt;/p&gt;
641
- &lt;/blockquote&gt;
642
-
643
- &lt;p&gt;Watching and studying the &lt;a href="https://www.learnenough.com/buy/164"&gt;Learn Enough Command Line to Be Dangerous screencasts&lt;/a&gt; will help you take these essential command-line skills to the next level.&lt;/p&gt;
644
-
645
- &lt;p&gt;Enjoy!&lt;/p&gt;
646
-
647
- &lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=11219911"&gt;Discuss this post on Hacker News&lt;/a&gt;&lt;/p&gt;
648
-
649
- &lt;p&gt;UPDATE: &lt;a href="http://www.learnenough.com/9fe7c0c9cd5e67a27b8a77201ee4d54e3bc5b284"&gt;9fe7c0c9cd5e67a27b8a77201ee4d54e3bc5b284&lt;/a&gt;&lt;/p&gt;
650
-
651
-
652
-
653
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/P10-9JW4wGk" height="1" width="1" alt=""/&gt;</content>
654
- <feedburner:origLink>http://news.learnenough.com/learn-enough-command-line-video-screencasts</feedburner:origLink></entry>
655
-
656
- <entry>
657
- <title type="html"><![CDATA[Learn Enough Git to Be Dangerous]]></title>
658
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/ZfRPuOI-40M/learn-enough-git-ebooks" />
659
- <updated>2016-02-04T00:00:00+00:00</updated>
660
- <id>http://news.learnenough.com/learn-enough-git-ebooks</id>
661
- <content type="html">
662
-
663
- &lt;p&gt;There may be no more powerful (but mysterious) modern software tool than &lt;em&gt;Git&lt;/em&gt;, a version control system that helps developers track a project’s changes while dramatically improving collaboration. Learning Git is important enough that it’s integrated into the &lt;em&gt;Ruby on Rails Tutorial&lt;/em&gt;, but many people have asked me for a standalone introduction to this important technology.&lt;/p&gt;
664
-
665
- &lt;p&gt;I’m pleased to announce that it’s here: &lt;a href="http://learnenough.com/git-tutorial"&gt;&lt;em&gt;Learn Enough™ Git to Be Dangerous&lt;/em&gt;&lt;/a&gt;. Unlike the integrated material in the &lt;em&gt;Rails Tutorial&lt;/em&gt;, the material in &lt;em&gt;Learn Enough™ Git to Be Dangerous&lt;/em&gt; is completely self-contained, and its only prerequisites are familiarity with the &lt;a href="http://learnenough.com/command-line-tutorial"&gt;Unix command line&lt;/a&gt; and a &lt;a href="http://learnenough.com/text-editor-tutorial"&gt;text editor&lt;/a&gt;.&lt;/p&gt;
666
-
667
- &lt;p&gt;&lt;em&gt;Learn Enough™ Git to Be Dangerous&lt;/em&gt; focuses on Git essentials without getting bogged down in lots of heavy theory. It includes many concrete examples of how to use the most important Git commands, including:&lt;/p&gt;
668
-
669
- &lt;ul&gt;
670
- &lt;li&gt;&lt;code class="highlighter-rouge"&gt;git status&lt;/code&gt;&lt;/li&gt;
671
- &lt;li&gt;&lt;code class="highlighter-rouge"&gt;git add&lt;/code&gt;&lt;/li&gt;
672
- &lt;li&gt;&lt;code class="highlighter-rouge"&gt;git commit&lt;/code&gt;&lt;/li&gt;
673
- &lt;li&gt;&lt;code class="highlighter-rouge"&gt;git diff&lt;/code&gt;&lt;/li&gt;
674
- &lt;li&gt;&lt;code class="highlighter-rouge"&gt;git push&lt;/code&gt;&lt;/li&gt;
675
- &lt;li&gt;&lt;code class="highlighter-rouge"&gt;git pull&lt;/code&gt;&lt;/li&gt;
676
- &lt;li&gt;&lt;code class="highlighter-rouge"&gt;git checkout&lt;/code&gt;&lt;/li&gt;
677
- &lt;li&gt;&lt;code class="highlighter-rouge"&gt;git branch&lt;/code&gt;&lt;/li&gt;
678
- &lt;li&gt;&lt;code class="highlighter-rouge"&gt;git merge&lt;/code&gt;&lt;/li&gt;
679
- &lt;/ul&gt;
680
-
681
- &lt;p&gt;&lt;em&gt;Learn Enough™ Git to Be Dangerous&lt;/em&gt; also includes an extended example of collaboration with Git, showing you how to use Git in the context of two developers working together on the same project.&lt;/p&gt;
682
-
683
- &lt;p&gt;Finally, &lt;em&gt;Learn Enough™ Git to Be Dangerous&lt;/em&gt; includes an amazing surprise bonus at the end of the tutorial that you won’t want to miss.&lt;/p&gt;
684
-
685
- &lt;p&gt;As usual, there’s a &lt;a href="http://learnenough.com/git-tutorial"&gt;free online version of &lt;em&gt;Learn Enough™ Git to Be Dangerous&lt;/em&gt;&lt;/a&gt;, so you can check it out and see in detail what it covers. The ebook versions (EPUB, MOBI, PDF) are &lt;a href="https://www.softcover.io/buy/28fdb94f/learn_enough_git"&gt;available for purchase for $9&lt;/a&gt;.&lt;/p&gt;
686
-
687
- &lt;p&gt;I appreciate any feedback or suggestions you may have, whether you’re a relative beginner or an expert. &lt;strong&gt;I especially appreciate bug and typo reports (no matter how small).&lt;/strong&gt; With the streamlined publication process made possible by the &lt;a href="http://softcover.io/"&gt;Softcover&lt;/a&gt; toolchain, I can usually deploy corrections within minutes of receiving them. Please email any feedback to michael@learnenough.com.&lt;/p&gt;
688
-
689
- &lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=11036767"&gt;Discuss this post on Hacker News&lt;/a&gt;&lt;/p&gt;
690
-
691
-
692
-
693
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/ZfRPuOI-40M" height="1" width="1" alt=""/&gt;</content>
694
- <feedburner:origLink>http://news.learnenough.com/learn-enough-git-ebooks</feedburner:origLink></entry>
695
-
696
- <entry>
697
- <title type="html"><![CDATA[Learn Enough Text Editor to Be Dangerous ebooks]]></title>
698
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/5-yEIa8nBcA/learn-enough-text-editor-ebooks" />
699
- <updated>2015-12-07T00:00:00+00:00</updated>
700
- <id>http://news.learnenough.com/learn-enough-text-editor-ebooks</id>
701
- <content type="html">
702
-
703
- &lt;p&gt;Having incorporated helpful reader feedback (thanks!) on the &lt;a href="http://news.railstutorial.org/learn-enough-text-editor-draft/"&gt;draft&lt;/a&gt; of &lt;a href="http://www.learnenough.com/text-editor-tutorial"&gt;&lt;em&gt;Learn Enough™ Text Editor to Be Dangerous&lt;/em&gt;&lt;/a&gt;, I’ve just released the final version, including PDF, EPUB, and MOBI ebooks. The price is just $9, and with a PDF that runs to well over 100 pages, that’s less than ten cents per page!&lt;/p&gt;
704
-
705
- &lt;p&gt;&lt;em&gt;Learn Enough™ Text Editor to Be Dangerous&lt;/em&gt; is part of a series of &lt;a href="http://learnenough.com/"&gt;Learn Enough™ to Be Dangerous&lt;/a&gt; tutorials designed to complement and expand on the prerequisites to the &lt;a href="http://railstutorial.org/"&gt;Ruby on Rails Tutorial&lt;/a&gt;. As &lt;a href="http://news.railstutorial.org/learn-enough-text-editor-draft/"&gt;noted before&lt;/a&gt;, &lt;em&gt;Learn Enough™ Text Editor to Be Dangerous&lt;/em&gt; is an introduction to text editors that assumes no prerequisites other than a familiarity with the Unix command line (such as that provided by &lt;a href="http://www.learnenough.com/command-line-tutorial"&gt;&lt;em&gt;Learn Enough™ Command Line to Be Dangerous&lt;/em&gt;&lt;/a&gt;). Topics include Minimum Viable Vim, an introduction to “modern” text editors like &lt;a href="http://atom.io/"&gt;Atom&lt;/a&gt; and &lt;a href="http://www.sublimetext.com"&gt;Sublime Text&lt;/a&gt;, and more advanced features like editing source code and global find and replace.&lt;/p&gt;
706
-
707
- &lt;p&gt;As always, I appreciate any feedback or suggestions you may have, whether you’re a relative beginner or an expert. &lt;strong&gt;I especially appreciate bug and typo reports (no matter how small).&lt;/strong&gt; With the streamlined publication process made possible by the &lt;a href="http://softcover.io/"&gt;Softcover&lt;/a&gt; toolchain, I can usually deploy corrections within minutes of receiving them. Please email any feedback to michael@learnenough.com. And remember that you can get a &lt;a href="https://www.softcover.io/buy/28fdb94f/learn_enough_text_editor?code=launch"&gt;33% launch discount&lt;/a&gt; on the &lt;em&gt;Learn Enough™ Text Editor to Be Dangerous&lt;/em&gt; ebooks through Monday, December 14.&lt;/p&gt;
708
-
709
- &lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=10692585"&gt;Discuss this post on Hacker News&lt;/a&gt;&lt;/p&gt;
710
-
711
-
712
-
713
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/5-yEIa8nBcA" height="1" width="1" alt=""/&gt;</content>
714
- <feedburner:origLink>http://news.learnenough.com/learn-enough-text-editor-ebooks</feedburner:origLink></entry>
715
-
716
- <entry>
717
- <title type="html"><![CDATA[Draft of Learn Enough™ Text Editor to Be Dangerous]]></title>
718
- <link href="http://feedproxy.google.com/~r/railstutorial/~3/-43-3DexvhY/learn-enough-text-editor-draft" />
719
- <updated>2015-11-13T00:00:00+00:00</updated>
720
- <id>http://news.learnenough.com/learn-enough-text-editor-draft</id>
721
- <content type="html">
722
-
723
- &lt;p&gt;I’m pleased to announce the availability of a &lt;a href="http://www.learnenough.com/text-editor-tutorial"&gt;draft of &lt;em&gt;Learn Enough™ Text Editor to Be Dangerous&lt;/em&gt;&lt;/a&gt;, an introduction to text editors that assumes no prerequisites other than a familiarity with the Unix command line (such as that provided by &lt;a href="http://www.learnenough.com/command-line-tutorial"&gt;&lt;em&gt;Learn Enough™ Command Line to Be Dangerous&lt;/em&gt;&lt;/a&gt;). Topics include Minimum Viable Vim, an introduction to “modern” text editors like &lt;a href="http://atom.io/"&gt;Atom&lt;/a&gt; and &lt;a href="http://www.sublimetext.com"&gt;Sublime Text&lt;/a&gt;, and more advanced features like editing source code and global find and replace.&lt;/p&gt;
724
-
725
- &lt;p&gt;&lt;a href="http://www.learnenough.com/text-editor-tutorial"&gt;&lt;em&gt;Learn Enough™ Text Editor to Be Dangerous&lt;/em&gt;&lt;/a&gt; is the second in a series of &lt;a href="http://learnenough.com/"&gt;Learn Enough™ to Be Dangerous&lt;/a&gt; tutorials designed to fulfill the prerequisites of the &lt;a href="http://railstutorial.org/"&gt;&lt;em&gt;Ruby on Rails Tutorial&lt;/em&gt;&lt;/a&gt;. As with the &lt;a href="http://railstutorial.org/book"&gt;&lt;em&gt;Ruby on Rails Tutorial&lt;/em&gt; book&lt;/a&gt;, the &lt;em&gt;Learn Enough™ Text Editor to Be Dangerous&lt;/em&gt; draft is available in a &lt;a href="http://www.learnenough.com/text-editor-tutorial"&gt;free online version&lt;/a&gt;, and I appreciate any feedback or suggestions you may have, whether you’re a relative beginner or an expert. &lt;strong&gt;I especially appreciate bug and typo reports (no matter how small).&lt;/strong&gt; Please email any feedback to admin@railstutorial.org. After getting feedback on the draft, I expect to incorporate the changes and release a more polished version some time in the next few weeks.&lt;/p&gt;
726
-
727
-
728
-
729
- &lt;img src="http://feeds.feedburner.com/~r/railstutorial/~4/-43-3DexvhY" height="1" width="1" alt=""/&gt;</content>
730
- <feedburner:origLink>http://news.learnenough.com/learn-enough-text-editor-draft</feedburner:origLink></entry>
731
-
732
- </feed>
733
-
734
- ---
735
-
736
- feed.format: atom
737
- feed.title: Learn Enough to Be Dangerous
738
- feed.url: http://news.learnenough.com/
739
- feed.feed_url: http://feeds.feedburner.com/railstutorial
740
- feed.updated: >>> DateTime.new( 2017, 2, 1, 23,38 )
741
- feed.generator.name: Octopress
742
- feed.generator.url: http://octopress.org/
743
-
744
- feed.items[0].title: Learn Enough Dev Environment to Be Dangerous
745
- feed.items[0].url: http://feedproxy.google.com/~r/railstutorial/~3/m8fo_xA6gGI/learn-enough-dev-environment
746
- feed.items[0].id: http://news.learnenough.com/learn-enough-dev-environment
747
- feed.items[0].updated: >>> DateTime.new( 2017, 2, 1 )