Skip to content

Instantly share code, notes, and snippets.

@stevenproctor
Last active January 2, 2016 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenproctor/8276363 to your computer and use it in GitHub Desktop.
Save stevenproctor/8276363 to your computer and use it in GitHub Desktop.
Issue when `curl`ing site.
Request URL:http://www.functionalgeekery.com/feed/podcast/
Request Method:GET
Status Code:304 Not Modified
Request Headersview source
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
Cache-Control:max-age=0
Connection:keep-alive
Cookie:__qca=P0-1012572507-1385437517515; wordpress_test_cookie=WP+Cookie+check; wordpress_logged_in_921aee34bd7b058d3ecda34b629881d8=functionalgeekery%7C1389066714%7C6adbb45f03652e72b43ef1aaa86a5478; wp-settings-1=editor%3Dhtml%26libraryContent%3Dbrowse%26wplink%3D1; wp-settings-time-1=1388894905
Host:www.functionalgeekery.com
If-Modified-Since:Sun, 05 Jan 2014 04:15:45 GMT
If-None-Match:"b04e1f283f8dab6c0175ef2e314bac19"
User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36
Response Headersview source
Cache-Control:no-cache, must-revalidate, max-age=0
Connection:close
Date:Mon, 06 Jan 2014 00:54:36 GMT
ETag:"b04e1f283f8dab6c0175ef2e314bac19"
Expires:Wed, 11 Jan 1984 05:00:00 GMT
Server:Apache
[Sun Jan 05 16:52:28] proctor$ curl -v "http://www.functionalgeekery.com/feed/podcast/"
* Adding handle: conn: 0x7ff13980aa00
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7ff13980aa00) send_pipe: 1, recv_pipe: 0
* About to connect() to www.functionalgeekery.com port 80 (#0)
* Trying 173.193.251.45...
* Connected to www.functionalgeekery.com (173.193.251.45) port 80 (#0)
> GET /feed/podcast/ HTTP/1.1
> User-Agent: curl/7.30.0
> Host: www.functionalgeekery.com
> Accept: */*
>
< HTTP/1.1 406 Not Acceptable
< Date: Sun, 05 Jan 2014 22:55:55 GMT
* Server Apache is not blacklisted
< Server: Apache
< X-Powered-By: PHP/5.4.21
< X-Pingback: http://www.functionalgeekery.com/xmlrpc.php
< ETag: "b04e1f283f8dab6c0175ef2e314bac19"
< Last-Modified: Sun, 05 Jan 2014 04:15:45 GMT
< Connection: close
< Transfer-Encoding: chunked
< Content-Type: text/xml; charset=UTF-8
<
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>
<channel>
<title>Functional Geekery</title>
<atom:link href="http://www.functionalgeekery.com/feed/podcast/" rel="self" type="application/rss+xml" />
<link>http://www.functionalgeekery.com</link>
<description>Functional Geeks, Geeking Functionally</description>
<lastBuildDate>Sun, 05 Jan 2014 04:15:45 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=3.8</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<!-- podcast_generator="Blubrry PowerPress/5.0.3" mode="advanced" -->
<itunes:summary>Functional Geeks, Geeking Functionally</itunes:summary>
<itunes:author>Functional Geekery</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:image href="http://www.functionalgeekery.com/wp-content/uploads/powerpress/logo.jpg" />
<itunes:owner>
<itunes:name>Functional Geekery</itunes:name>
<itunes:email>contact@functionalgeekery.com</itunes:email>
</itunes:owner>
<managingEditor>contact@functionalgeekery.com (Functional Geekery)</managingEditor>
<itunes:subtitle>Functional Geeks, Geeking Functionally</itunes:subtitle>
<image>
<title>Functional Geekery</title>
<url>http://www.functionalgeekery.com/wp-content/uploads/powerpress/logo.jpg</url>
<link>http://www.functionalgeekery.com</link>
</image>
<itunes:category text="Technology" />
<atom:link rel='hub' href='http://www.functionalgeekery.com/?pushpress=hub'/>
<item>
<title>Episode 1 &#8211; Robert C. Martin</title>
<link>http://www.functionalgeekery.com/episode-1-robert-c-martin/</link>
<comments>http://www.functionalgeekery.com/episode-1-robert-c-martin/#comments</comments>
<pubDate>Tue, 31 Dec 2013 18:00:52 +0000</pubDate>
<dc:creator><![CDATA[functionalgeekery]]></dc:creator>
<category><![CDATA[Podcasts]]></category>
<category><![CDATA[Robert C. Martin]]></category>
<guid isPermaLink="false">http://www.functionalgeekery.com/?p=31</guid>
<description><![CDATA[In this episode I talk with Robert C. Martin, better known as Uncle Bob. We run the gamut from Structure and Interpretation of Computer Programs, introducing children to programming, TDD and the REPL, compatibility of Functional Programming and Object Oriented Programming Our Guest, Robert C. Martin CleanCoders.com @unclebobmartin CleanCoder.com 8th Light Topics Clojure Structure and [&#8230;]]]></description>
<content:encoded><![CDATA[
<p>In this episode I talk with Robert C. Martin, better known as Uncle Bob. We run the gamut from Structure and Interpretation of Computer Programs, introducing children to programming, TDD and the REPL, compatibility of Functional Programming and Object Oriented Programming</p>
<h2>Our Guest, Robert C. Martin</h2>
<p><a href="http://cleancoders.com/" target="_">CleanCoders.com</a><br />
<a href="https://twitter.com/unclebobmartin" target="_">@unclebobmartin</a><br />
<a href="http://cleancoder.com" target="_">CleanCoder.com</a><br />
<a href="http://www.8thlight.com/" target="_">8th Light</a></p>
<h3>Topics</h3>
<p><a href="http://clojure.org/" target="_">Clojure</a><br />
<a href="http://www.amazon.com/gp/product/0262510871" target="_">Structure and Interpretation of Computer Programs</a><br />
<a href="http://technet.microsoft.com/en-ca/ff182908.aspx" target="_">Ignite Your Coding</a><br />
<a href="http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/" target="_">SICP Videos</a><br />
<a href="http://www.amazon.com/gp/product/032112521" target="_">Domain Driven Design</a><br />
Stuart Holloway<br />
Functional Programming as intro to programming?<br />
<a href="http://www.amazon.com/gp/product/B00EP0SIOG/" target="_">Sphero</a><br />
<a href="http://cleancoders.com/" target="_">CleanCoders.com</a><br />
Myth of not being able to build real apps with functional languages<br />
TDD vs REPL (Read Eval Print Loop)<br />
<a href="http://blog.8thlight.com/uncle-bob/2013/05/27/TheTransformationPriorityPremise.html" target="_">Transformation Priority Premise</a><br />
Test Driving Functional Programs<br />
<a href="https://github.com/marick/Midje/" target="_">Midje by Brian Marick</a><br />
Prolog<br />
<a href="http://www.butunclebob.com/ArticleS.UncleBob.PrinciplesOfOod" target="_">SOLID Principals</a> Relation to Functional Programming<br />
Clean Code and Readability<br />
Ward Cunningham<br />
Katas/<a href="https://projecteuler.net/" target="_">Project Euler</a>/Koans<br />
<a href="http://clojurekoans.com/" target="_">Clojure Koans</a><br />
Functional Programming and Object Oriented Compatibility<br />
Michael Feathers<br />
Introducing Functional Programming to Work Environment<br />
Lack of History In A Young Industry<br />
<a href="http://cleancoders.com/" target="_">CleanCoders.com</a><br />
<a href="https://twitter.com/unclebobmartin" target="_">@unclebobmartin</a><br />
<a href="http://cleancoder.com" target="_">CleanCoder.com</a><br />
<a href="http://www.8thlight.com/" target="_">8th Light</a></p>
<p>A giant Thank You to <a href="http://thewebdon.com/" target="_">David Belcher</a> for the logo design.</p>
]]></content:encoded>
<wfw:commentRss>http://www.functionalgeekery.com/episode-1-robert-c-martin/feed/</wfw:commentRss>
<slash:comments>3</slash:comments>
<enclosure url="http://media.blubrry.com/functionalgeekery/www.functionalgeekery.com/episodes/functionalgeekery_01_robert_c_martin.mp3" length="28175187" type="audio/mpeg" />
<itunes:keywords>Robert C. Martin</itunes:keywords>
<itunes:subtitle>In this episode I talk with Robert C. Martin, better known as Uncle Bob. We run the gamut from Structure and Interpretation of Computer Programs, introducing children to programming, TDD and the REPL, compatibility of Functional Programming and Object...</itunes:subtitle>
<itunes:summary>In this episode I talk with Robert C. Martin, better known as Uncle Bob. We run the gamut from Structure and Interpretation of Computer Programs, introducing children to programming, TDD and the REPL, compatibility of Functional Programming and Object Oriented Programming
Our Guest, Robert C. Martin
CleanCoders.com
@unclebobmartin
CleanCoder.com
8th Light
Topics
Clojure
Structure and Interpretation of Computer Programs
Ignite Your Coding
SICP Videos
Domain Driven Design
Stuart Holloway
Functional Programming as intro to programming?
Sphero
CleanCoders.com
Myth of not being able to build real apps with functional languages
TDD vs REPL (Read Eval Print Loop)
Transformation Priority Premise
Test Driving Functional Programs
Midje by Brian Marick
Prolog
SOLID Principals Relation to Functional Programming
Clean Code and Readability
Ward Cunningham
Katas/Project Euler/Koans
Clojure Koans
Functional Programming and Object Oriented Compatibility
Michael Feathers
Introducing Functional Programming to Work Environment
Lack of History In A Young Industry
CleanCoders.com
@unclebobmartin
CleanCoder.com
8th Light
A giant Thank You to David Belcher for the logo design.</itunes:summary>
<itunes:author>Functional Geekery</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>54:50</itunes:duration>
</item>
</channel>
</rss>
* Closing connection 0
[Sun Jan 05 16:55:55] proctor$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment