-
Notifications
You must be signed in to change notification settings - Fork 0
/
feed.xml
55 lines (55 loc) · 1.69 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0' xmlns:atom='http://www.w3.org/2005/Atom'>
<channel>
<atom:link href='https://sgepigon.github.io/' rel='self' type='application/rss+xml'/>
<title>
Santi Gepigon's Blog
</title>
<link>
https://sgepigon.github.io/
</link>
<description>
A grab bag of numbers and words
</description>
<lastBuildDate>
Sat, 06 Jan 2018 00:45:26 -0500
</lastBuildDate>
<generator>
clj-rss
</generator>
<item>
<guid>
https://sgepigon.github.io/blog/escape-hatches/
</guid>
<link>
https://sgepigon.github.io/blog/escape-hatches/
</link>
<title>
Escape Hatches
</title>
<description>
<p>Software gives us a little taste of time travel ever day: "cancel", "undo", and "redo" are powerful tools that let us fix our mistakes. <code>Ctrl-z</code> and <code>Command-z</code> undo in most Windows and Macintosh applications respectively.</p><p>There's software that (may?) predate this pattern, notably Emacs and Vim and beginners usually struggle just to exit. I collected these in list on <a href='https://github.com/sgepigon/escape-hatches'>Github</a>; treat it as a living document and add any ones you can find!</p>
</description>
<pubDate>
Sun, 05 Feb 2017 00:00:00 -0500
</pubDate>
</item>
<item>
<guid>
https://sgepigon.github.io/blog/hello-world/
</guid>
<link>
https://sgepigon.github.io/blog/hello-world/
</link>
<title>
Hello World!
</title>
<description>
<p>Hmm... how to begin? <br> I guess start small &mdash; "Hello World!" <br> Ah, that's done. What's next?</p>
</description>
<pubDate>
Sat, 31 Dec 2016 00:00:00 -0500
</pubDate>
</item>
</channel>
</rss>