Skip to content

Instantly share code, notes, and snippets.

@vuon9
Last active November 25, 2020 18:09
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 vuon9/09dde4819f80846e145688ff3e0f4e8e to your computer and use it in GitHub Desktop.
Save vuon9/09dde4819f80846e145688ff3e0f4e8e to your computer and use it in GitHub Desktop.
Try to censore content in JSON properties by Regex
package main
import (
"encoding/json"
"fmt"
"time"
"github.com/dlclark/regexp2"
"github.com/gin-gonic/gin"
)
type Author struct {
Name string `json:"name,omitempty"`
Url string `json:"url,omitempty"`
}
type Attachment struct {
Url string `json:"url,omitempty"`
MimeType string `json:"mime_type,omitempty"`
SizeInBytes int `json:"size_in_bytes,omitempty"`
}
type Item struct {
Title string `json:"title,omitempty"`
ID string `json:"id,omitempty"`
Url string `json:"url,omitempty"`
ContentHTML string `json:"content_html,omitempty"`
DatePublisher time.Time `json:"date_publisher,omitempty"`
Attachments []Attachment `json:"attachments,omitempty"`
}
type Feed struct {
Version string `json:"version"`
UserComment string `json:"user_comment"`
Title string `json:"title,omitempty"`
Description string `json:"description,omitempty"`
HomePageURL string `json:"home_page_url,omitempty"`
FeedURL string `json:"feed_url,omitempty"`
Author Author `json:"author,omitempty"`
Items []*Item `json:"items,omitempty"`
}
func main() {
r := gin.Default()
r.POST("/bind-json", processJSON)
r.Run()
}
func processJSON(c *gin.Context) {
replacement := "*** ***"
feed := Feed{}
err := c.ShouldBindJSON(&feed)
if err != nil {
c.AbortWithError(400, fmt.Errorf("got error when unmarshal err %v", err))
}
// Replace text exclude string in anchor tag (<a></a>)
reg := regexp2.MustCompile(`(?!<a[^>]*?>)(Brent Simmons|Brent|Chris Parrish|Chris)(?![^<]*?</a>)`, regexp2.IgnoreCase)
for _, item := range feed.Items {
replacedContentHTML, err := reg.Replace(item.ContentHTML, replacement, -1, -1)
if err != nil {
c.AbortWithError(400, fmt.Errorf("got error when replace title"))
}
replacedTitle, err := reg.Replace(item.Title, replacement, -1, -1)
if err != nil {
c.AbortWithError(400, fmt.Errorf("got error when replace title"))
}
item.ContentHTML = replacedContentHTML
item.Title = replacedTitle
}
replacedDescription, err := reg.Replace(feed.Description, replacement, -1, -1)
if err != nil {
c.AbortWithError(400, fmt.Errorf("got error when replace description"))
}
feed.Description = replacedDescription
// If you want to replace any new fields, just follow the above logic.
c.JSON(200, gin.H{
"result": feed,
})
}
func GetJSON() {
pureContent := GetContent()
feed := Feed{}
err := json.Unmarshal([]byte(pureContent), &feed)
if err != nil {
fmt.Printf("got error when unmarshal err %v", err)
}
// Parsed successfully
fmt.Printf("%+v", feed.Version)
for key, val := range feed.Items {
fmt.Printf("%s at index %d\n has value %+v", "tao đang in", key, val)
}
}
func GetPersonalInfo() {
strJson := `{"ten": "Vuong", "age": 20, "birthday": "2020-10-12"}`
type Info struct {
Name string `json:"ten"`
Age int
}
result := &Info{}
err := json.Unmarshal([]byte(strJson), result)
if err != nil {
fmt.Printf("Could not parse JSON %v", err)
}
fmt.Printf("%+v", result)
}
func GetContent() string {
return `{
"version": "https://jsonfeed.org/version/1",
"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 — http://therecord.co/feed.json — and add it your reader.",
"title": "The Record",
"description": "The stories you should know about the Mac and Cocoa developer community. Hosted by Brent Simmons and Chris Parrish.",
"home_page_url": "http://therecord.co/",
"feed_url": "http://therecord.co/feed.json",
"author": {
"name": "Brent Simmons and Chris Parrish",
"url": "http://therecord.co/"
},
"items": [
{
"title": "Special #2 - Brent Simmons",
"date_published": "2014-05-29T05:00:00-07:00",
"id": "http://therecord.co/2014/05/29/brent_simmons",
"url": "http://therecord.co/2014/05/29/brent_simmons",
"content_html": "<p>This episode was recorded 26 May 2014 live and in person at Brent’s office in sunny, lovely Ballard.</p>\n\n<p>You can <a href=\"http://therecord.co/downloads/TheRecord-sp1e2-BrentSimmons.m4a\">download the m4a file</a> or <a href=\"https://itunes.apple.com/us/podcast/the-record/id791861057\">subscribe in iTunes</a>. (Or <a href=\"http://therecord.co/xml/rss.xml\">subscribe to the podcast feed</a>.)</p>\n\n<p><a href=\"http://inessential.com/\">Brent</a> has worked at UserLand Software and NewsGator and as an indie at his company Ranchero Software. These days he’s one-third of Q Branch, where he writes <a href=\"http://vesperapp.co/appstore\">Vesper</a>. He is also the co-host of this podcast.</p>\n\n<p class=\"sponsor\">This episode is sponsored by <a href=\"https://itunes.apple.com/us/app/tagcaster/id662918542?mt=8\">Tagcaster</a>. Tagcaster is not just another podcast client — it solves the age-old problem of <i>linking</i> to specific parts of a podcast. You can make clips — short audio excerpts — and share them and link to them. After all these years, that problem is finally solved.</p>\n\n\n\n\n<p class=\"sponsor\">This episode is also sponsored by <a href=\"http://igloosoftware.com/therecord\">Igloo</a>. Igloo is an intranet you’ll actually like, with shared calendars, microblogs, file-sharing, social networking, and more. It’s free for up 10 users — give it a try for your company or your team today.</p>\n\n\n\n\n<p class=\"sponsor\">This episode is also sponsored by <a href=\"https://www.hover.com/\">Hover</a>. Hover makes domain name management <i>easy</i>. And it’s a snap to transfer domains from other registrars using their valet service. Get 10% off your first purchase with the promotional code MANILA. (Manila was the name of the blogging system worked on at UserLand.) <a href=\"https://www.hover.com/\">Take a look</a>.</p>\n\n\n<p>Things we mention, more or less in order of appearance:</p>\n\n<ul>\n<li><a href=\"https://web.archive.org/web/20040114044527/http://ranchero.com/netnewswire/\">NetNewsWire</a></li>\n<li><a href=\"https://web.archive.org/web/20050604075416/http://ranchero.com/marsedit/\">MarsEdit</a></li>\n<li><a href=\"http://glassboard.com\">Glassboard</a></li>\n<li><a href=\"http://vesperapp.co\">Vesper</a></li>\n<li><a href=\"https://web.archive.org/web/20000229202924/http://manila.userland.com/\">Manila</a></li>\n<li><a href=\"http://www.uchicago.edu\">The University of Chicago</a></li>\n<li><a href=\"http://www.dupont.com\">DuPont</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Punched_card\">Punched cards</a></li>\n<li><a href=\"http://www.udel.edu\">University of Delaware</a></li>\n<li><a href=\"http://www.cityofnewarkde.us\">Newark, Delaware</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Fortran\">Fortran</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1980\">1980</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Apple_II_Plus\">Apple II Plus</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/PLATO_(computer_system)\">PLATO</a></li>\n<li><a href=\"https://twitter.com/maggiejdavis\">Brent's Mom</a></li>\n<li><a href=\"http://en.wikibooks.org/wiki/6502_Assembly\">6502 Assembly</a></li>\n<li><a href=\"http://support.apple.com/kb/TA46270?viewlocale=en_US&locale=en_US\">80 column card</a></li>\n<li><a href=\"https://archive.org/details/ALF_Music_Synthesizer_Owners_Manual\">ALF II</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Music_Construction_Set\">Music Construction Set</a></li>\n<li><a href=\"http://www.thebeatles.com\">Beatles</a></li>\n<li><a href=\"http://www.rollingstones.com\">Rolling Stones</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Phil_Ochs\">Pil Ochs</a></li>\n<li><a href=\"http://www.judycollins.com/index1.php\">Judy Collins</a></li>\n<li><a href=\"http://www.bobdylan.com/\">Boby Dylan</a></li>\n<li><a href=\"http://www.westsidestory.com\">West Side Story</a></li>\n<li><a href=\"https://m.youtube.com/watch?v=TYjz7gxo8k4\">Hair Broadway Soundtrack</a></li>\n<li><a href=\"http://delicious-monster.com\">Delicious Library</a></li>\n<li><a href=\"http://global.epson.com/company/corporate_history/milestone_products/11_mx80.html\">Epson MX-80</a></li>\n<li><a href=\"http://thephoenix.com/boston/music/129722-rise-and-fall-of-the-columbia-house-record-clu/\">Columbia House Records</a></li>\n<li><a href=\"http://cyndilauper.com\">Cindy Lauper</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Born_in_the_U.S.A.\">Born in the USA</a></li>\n<li><a href=\"http://www.theclash.com\">The Clash</a></li>\n<li><a href=\"https://m.youtube.com/watch?v=EfK-WX2pa8c\">London Calling</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Pascal_(programming_language)\">Pascal</a></li>\n<li><a href=\"http://www.evergreen.edu\">Evergreen State College</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1992\">1992</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1989\">1989</a></li>\n<li><a href=\"http://www.seattlecentral.edu\">Seattle Central Community College</a></li>\n<li><a href=\"http://newcitycollegian.com\">City Collegian</a></li>\n<li><a href=\"http://www.quark.com/Products/QuarkXPress/\">QuarkXpress</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/LaserWriter\">LaserWriter</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Macintosh_IIcx\">Mac IIcx</a></li>\n<li><a href=\"https://www.google.com/search?q=radius+monitor&client=safari&rls=en&tbm=isch&tbo=u&source=univ&sa=X&ei=Qc6GU_TJN9XeoAT_4YGQDA&ved=0CEIQsAQ&biw=1369&bih=1236\">Radius monitor</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Silo_(store)\">Silo</a></li>\n<li><a href=\"http://www.seattlegoodwill.org\">Goodwill</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/THINK_C\">Symantec C</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Grenoble\">Grenoble, France</a></li>\n<li><a href=\"http://office.microsoft.com/en-us/word/\">Microsoft Word</a></li>\n<li><a href=\"http://office.microsoft.com/en-us/excel/\">Microsoft Excel</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Seattle\">Seattle</a></li>\n<li><a href=\"http://www.boeing.com/boeing/\">Boeing</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Photovoltaics\">Photovoltaics</a></li>\n<li><a href=\"http://www.washington.edu\">University of Washington</a></li>\n<li><a href=\"http://www.ibs.fr/?lang=en\">Institut de Biologie Structurale</a></li>\n<li><a href=\"http://www.cea.fr\">CEA</a></li>\n<li><a href=\"http://www.cnrs.fr\">CNRS</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Alps\">Alps (the mountains)</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Gopher_(protocol)\">Gopher</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Pine_(email_client)\">Pine</a></li>\n<li><a href=\"http://www.iht.com\">International Herald Tribune</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Kronenbourg_Brewery\">Kronenbourg</a></li>\n<li><a href=\"http://www.georgekillians.com/AV.aspx?returnUrl=default.aspx\">Killian’s Red</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Isère_(river)\">Isère River</a></li>\n<li><a href=\"http://www.anthonys.com/restaurants/detail/chinook-at-salmon-bay\">Chinook's</a></li>\n<li><a href=\"http://www.eskimo.com\">Eskimo dial-up account</a></li>\n<li><a href=\"http://www.dalverson.com/zterm/\">Zterm</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Lynx_(web_browser)\">Lynx</a></li>\n<li><a href=\"http://searchengineland.com/altavista-eulogy-165366\">AltaVista</a></li>\n<li><a href=\"http://www.seanet.com\">Seanet</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/MacTCP\">MacTCP</a></li>\n<li><a href=\"http://www.index-site.com/macppp.html\">MacPPP</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/AppleTalk\">AppleTalk</a></li>\n<li><a href=\"https://www.yahoo.com\">Yahoo</a></li>\n<li><a href=\"http://archive.info-mac.org\">Info-Mac Archive</a></li>\n<li><a href=\"http://www.kagi.com/\">Kagi</a></li>\n<li><a href=\"http://www.ambrosiasw.com/games/maelstrom/\">Maelstrom</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Macintosh_Performa\">Performa 604</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/After_Dark_(software)\">After Dark</a></li>\n<li><a href=\"http://www.bungie.net\">Bungie</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Ambrosia_Software\">Andrew Welch</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Usenet\">Usenet</a></li>\n<li><a href=\"http://fuckingblocksyntax.com\">fuckingblocksyntax.com</a></li>\n<li><a href=\"http://scripting.com\">Dave Winer</a></li>\n<li><a href=\"http://davewiner.userland.com/historyOfFrontier\">UserLand Frontier Aretha release</a></li>\n<li><a href=\"https://web.archive.org/web/19991113024326/http://www.userland.com/\">UserLand Software</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/applescript/Conceptual/AppleScriptX/AppleScriptX.html\">AppleScript</a></li>\n<li><a href=\"https://www.google.com/search?q=hypercard&client=safari&rls=en&tbm=isch&tbo=u&source=univ&sa=X&ei=09GGU7fBL8_coASMuYCQBA&ved=0CDUQsAQ&biw=1369&bih=1236\">HyperCard</a></li>\n<li><a href=\"https://web.archive.org/web/20000815062309/http://www.starnine.com/webstar/webstar.html\">WebSTAR</a></li>\n<li><a href=\"http://projects.pudge.net\">MacPerl</a></li>\n<li><a href=\"http://www.mysql.com\">MySQL</a></li>\n<li><a href=\"http://web.archive.org/web/19991021212201/http://www.ranchero.com/spotlight/\">Spotlight</a></li>\n<li><a href=\"http://www.filemaker.com/products/filemaker-pro/\">Filemaker Pro</a></li>\n<li><a href=\"http://www.indystar.com\">Indianapolis Star News</a></li>\n<li><a href=\"http://www.woodsidetown.org\">Woodside, CA</a></li>\n<li><a href=\"https://twitter.com/jsavin\">Jake Savin</a></li>\n<li><a href=\"http://sfgov.org\">San Francisco</a></li>\n<li><a href=\"http://scobleizer.com\">Robert Scoble</a></li>\n<li><a href=\"http://www.ci.millbrae.ca.us\">Millbrae</a></li>\n<li><a href=\"http://www.cityofpaloalto.org\">Palo Alto</a></li>\n<li><a href=\"http://windows.microsoft.com/\">Windows</a></li>\n<li><a href=\"http://www.visualstudio.com\">Visual Studio</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/CodeWarrior\">CodeWarrior</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/PowerPlant\">PowerPlant</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/MacApp\">MacApp</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Macintosh_Toolbox\">Toolbox</a></li>\n<li><a href=\"https://developer.apple.com/xcode/\">Xcode</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Project_Builder\">Project Builder</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Carbon_(API)\">Carbon</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/QuickDraw\">QuickDraw</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Open_Transport\">Open Transport</a></li>\n<li><a href=\"https://web.archive.org/web/20000229202924/http://manila.userland.com/\">Manila</a></li>\n<li><a href=\"https://web.archive.org/web/20000302104551/http://www.editthispage.com/\">EditThisPage.com</a></li>\n<li><a href=\"http://www.dailykos.com\">Daily Kos</a></li>\n<li><a href=\"https://web.archive.org/web/20000620151247/http://joel.editthispage.com/\">joel.editthispage.com</a></li>\n<li><a href=\"http://www.amazon.com/Cocoa-Programming-Mac-4th-Edition/dp/0321774086\">Aaron Hillegass’s Book on Cocoa</a></li>\n<li><a href=\"https://web.archive.org/web/20010224173813/http://radio.userland.com/\">Radio UserLand</a></li>\n<li><a href=\"https://www.python.org\">Python</a></li>\n<li><a href=\"http://inessential.com/2002/06/05/macnewswire_1_0b7\">MacNewsWire</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/RSS\">RSS</a></li>\n<li><a href=\"http://www.webkit.org\">WebKit</a></li>\n<li><a href=\"https://www.apple.com/safari/\">Safari</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Internet_Explorer_for_Mac\">MSIE for Mac</a></li>\n<li><a href=\"http://caminobrowser.org\">Camino</a></li>\n<li><a href=\"http://ranchero.com/images/newheadlines2.jpg\">NetNewsWire 1.0 screen shot</a></li>\n<li><a href=\"http://www.xojo.com/index_xojo.php\">RealBasic</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/BBEdit_Lite\">BBEdit Lite</a></li>\n<li><a href=\"http://www.barebones.com/products/textwrangler/\">TextWrangler</a></li>\n<li><a href=\"https://web.archive.org/web/19991010052722/http://www.vertexdev.com/HeadlineViewer/\">Carmen’s Headline Viewer</a></li>\n<li><a href=\"http://www.yole.ru/projects/syndirella/\">Syndirella</a></li>\n<li><a href=\"http://www.disobey.com/amphetadesk/\">AmphetaDesk</a></li>\n<li><a href=\"http://readwrite.com/2007/03/05/mynetscape_20#awesm=~oFDbbHvdM5cj7V\">My.Netscape.Com</a></li>\n<li><a href=\"https://discussions.apple.com/thread/4135311?start=285&\">Safari/RSS</a></li>\n<li><a href=\"http://ecto.kung-foo.tv\">Ecto</a></li>\n<li><a href=\"http://movabletype.org\">Movable Type</a></li>\n<li><a href=\"http://www.apple.com/osx/server/\">Mac OS X Server</a></li>\n<li><a href=\"http://inessential.com/2014/05/10/what_happened_at_newsgator\">NewsGator</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Palm_Treo\">Palm Treo</a></li>\n<li><a href=\"http://www.feeddemon.com\">FeedDemon</a></li>\n<li><a href=\"http://nickbradbury.com\">Nick Bradbury</a></li>\n<li><a href=\"https://twitter.com/gregr\">Greg Reinacker</a></li>\n<li><a href=\"http://office.microsoft.com/en-us/outlook/\">Outlook</a></li>\n<li><a href=\"http://taplynx.com\">TapLynx</a></li>\n<li><a href=\"http://push.io\">Push IO</a></li>\n<li><a href=\"http://sepialabs.com\">Sepia Labs</a></li>\n<li><a href=\"http://culturedcode.com\">Cultured Code and Things</a></li>\n<li><a href=\"http://blackpixel.com\">Black Pixel</a></li>\n<li><a href=\"http://www.red-sweater.com\">Red Sweater</a></li>\n<li><a href=\"http://www.oracle.com/\">Oracle</a></li>\n<li><a href=\"http://carpeaqua.com\">Justin Wiliams</a></li>\n<li><a href=\"http://inessential.com/2011/03/02/the_return_of_netnewswire_lite\">NetNewsWire Lite 4.0 for Macintosh</a></li>\n<li><a href=\"http://inessential.com/vespersyncdiary\">Vesper Sync Diary</a></li>\n<li><a href=\"https://developer.apple.com/wwdc/\">WWDC</a></li>\n<li><a href=\"http://www.parc55hotel.com\">Parc 55</a></li>\n</ul>\n\n",
"attachments": [
{
"url": "http://therecord.co/downloads/TheRecord-sp1e2-BrentSimmons.m4a",
"mime_type": "audio/x-m4a",
"size_in_bytes": 75344101
}
]
},
{
"title": "Special #1 - Chris Parrish",
"date_published": "2014-05-09T05:30:00-07:00",
"id": "http://therecord.co/2014/05/09/chris_parrish",
"url": "http://therecord.co/2014/05/09/chris_parrish",
"content_html": "<p>This episode was recorded 6 May 2014 live and in person at Brent’s office in lovely, sunny Ballard.</p>\n\n<p>You can <a href=\"http://therecord.co/downloads/TheRecord-sp1e1-ChrisParrish.m4a\">download the m4a file</a> or <a href=\"https://itunes.apple.com/us/podcast/the-record/id791861057\">subscribe in iTunes</a>. (Or <a href=\"http://therecord.co/xml/rss.xml\">subscribe to the podcast feed</a>.)</p>\n\n<p><a href=\"https://twitter.com/twenty3\">Chris</a> has worked at <a href=\"http://adobe.com/\">Adobe</a> and as a founder of Rogue Sheep, which won an Apple Design Award for <a href=\"http://www.macworld.com/article/1140874/postage.html\">Postage</a>. Chris’s new company is Aged &amp; Distilled with <a href=\"http://kickingbear.com/blog/\">Guy English</a> — which shipped <a href=\"http://aged-and-distilled.com/napkin/\">Napkin</a>, a Mac app for visual collaboration. Chris is also the co-host of The Record. He lives on <a href=\"http://www.ci.bainbridge-isl.wa.us/\">Bainbridge Island</a>, a quick ferry ride from Seattle.</p>\n\n<p class=\"sponsor\">This episode is sponsored by <a href=\"https://itunes.apple.com/us/app/tagcaster/id662918542?mt=8\">Tagcaster</a>. Tagcaster is not just another podcast client — it solves the age-old problem of <i>linking</i> to specific parts of a podcast. You can make clips — short audio excerpts — and share them and link to them. After all these years, that problem is finally solved.</p>\n\n\n\n\n<p class=\"sponsor\">This episode is also sponsored by <a href=\"http://igloosoftware.com/therecord\">Igloo</a>. Igloo is an intranet you’ll actually like, with shared calendars, microblogs, file-sharing, social networking, and more. It’s free for up 10 users — give it a try for your company or your team today.</p>\n\n\n\n\n<p class=\"sponsor\">This episode is also sponsored by <a href=\"https://www.hover.com/\">Hover</a>. Hover makes domain name management <i>easy</i>. And it’s a snap to transfer domains from other registrars using their valet service. Get 10% off your first purchase with the promotional code PANIC. As in “Don’t Panic! Use Hover.” <a href=\"https://www.hover.com/\">Take a look</a>.</p>\n\n\n<p>Things we mention, more or less in order of appearance:</p>\n\n<ul>\n<li><a href=\"http://www.ok.gov\">Oklahoma</a></li>\n<li><a href=\"http://www.wikipedia.org\">Wikipedia</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Shopping_cart\">The shopping cart</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Rust\">Rust</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Homestead_Acts\">Homestead Act</a></li>\n<li><a href=\"http://www.pong-story.com/intro.htm\">Pong</a></li>\n<li><a href=\"https://www.atari2600.com\">Atari 2600</a></li>\n<li><a href=\"http://www.whitehouse.gov/about/presidents/jimmycarter\">President Carter</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Pinochle\">Pinochle</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Republican_Party_(United_States)\">Republicans</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Democratic_Party_(United_States)\">Democrats</a></li>\n<li><a href=\"http://apple2history.org\">Apple II</a></li>\n<li><a href=\"https://archive.org/details/applerefjan78\">Apple II Reference Manual</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Floppy_disk\">Floppy Disks</a></li>\n<li><a href=\"\">Odyssey: The Compleat Adventure</a></li>\n<li><a href=\"http://www.marco.org\">Marco</a></li>\n<li><a href=\"http://global.epson.com/company/corporate_history/milestone_products/11_mx80.html\">Epson MX-80 dot matrix printer</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Parallel_port\">Parallel port</a></li>\n<li><a href=\"http://time.com/69316/basic/\">BASIC</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Apple_II_graphics\">Apple II graphics modes</a></li>\n<li><a href=\"http://www.hasbro.com/litebrite/en_US/\">LiteBrite</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=OuZpZ4i3ql4\">Apple II Star Wars game</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Assembler_(computing)#Assembler\">Assembler</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Adventure_game\">Text adventure games</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/paper-by-fiftythree/id506003812?mt=8\">Paper app</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Graph_paper\">Graph paper</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Merlin_(assembler)\">Merlin assembler</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Apple_Pascal\">Pascal compiler for Apple II</a></li>\n<li><a href=\"http://www.apple2scans.net/apple-ii-documents/locksmith-6-0-users-manual/\">Locksmith for Apple II</a></li>\n<li><a href=\"http://www.fadden.com/techmisc/cassette-protect.htm\">Apple II copy protection</a></li>\n<li><a href=\"http://www.radioshack.com\">Radio Shack</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Read-only_memory\">ROM chips</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Tin_foil\">Tin foil</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Crocodile_clip\">Alligator clips</a></li>\n<li><a href=\"http://graphicsmagician.com/polarware/pengraph.htm\">The Complete Graphics System</a></li>\n<li><a href=\"http://5by5.tv/incomparable\">The Incomparable</a></li>\n<li><a href=\"http://therecord.co/2014/04/25/mike_lee\">Mike Lee on The Record</a></li>\n<li><a href=\"https://sat.collegeboard.org/home\">SATs</a></li>\n<li><a href=\"http://www.ou.edu\">University of Oklahoma</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/LaserWriter\">LaserWriter</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Linotronic\">Linotronic image setter</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/The_Beverly_Hillbillies\">The Clampetts</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/The_Grapes_of_Wrath\">The Joads</a></li>\n<li><a href=\"http://www.seattle.gov\">Seattle</a></li>\n<li><a href=\"http://www.lasvegasnevada.gov\">Las Vegas</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Belltown,_Seattle\">Belltown</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Capitol_Hill_(Seattle)\">Capitol Hill</a></li>\n<li><a href=\"http://www.ci.everett.wa.us\">Everett</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Queen_Anne,_Seattle\">Queen Anne</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Magnolia,_Seattle\">Magnolia</a></li>\n<li><a href=\"http://www.adobe.com\">Adobe</a></li>\n<li><a href=\"http://www.microsoft.com\">Microsoft</a></li>\n<li><a href=\"http://windows.microsoft.com/\">Windows</a></li>\n<li><a href=\"http://starwars.wikia.com/wiki/X-Wing_series_(computer_games)\">X-Wing video game</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/X86_assembly_language\">8086 Assembly language</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/MS-DOS\">Microsoft DOS</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Sierra_Entertainment\">Sierra On-Line</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/PowerBook_Duo\">PowerBook Duo</a></li>\n<li><a href=\"http://oldcomputers.net/appleiigs.html\">Apple IIGS</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/THINK_C\">Think C</a></li>\n<li><a href=\"http://www.sega.com\">Sega</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/CD-ROM\">CD-ROMs</a></li>\n<li><a href=\"https://partners.adobe.com/public/developer/ps/index_specs.html\">Postscript</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Adobe_PageMaker\">Pagemaker</a></li>\n<li><a href=\"http://www.quark.com\">Quark</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Aldus\">Aldus</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Pioneer_Square,_Seattle\">Pioneer Square</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1995\">1995</a></li>\n<li><a href=\"http://www.java.com\">Java</a></li>\n<li><a href=\"http://www.mactech.com/articles/mactech/Vol.12/12.10/JavaIDEOlympics/index.html\">Natural Intelligence Roaster IDE</a></li>\n<li><a href=\"http://www.adobe.com/products/illustrator.html\">Illustrator</a></li>\n<li><a href=\"http://www.sqaforums.com/showflat.php?Number=275630\">QA Partner</a></li>\n<li><a href=\"http://david.heinemeierhansson.com/2014/tdd-is-dead-long-live-testing.html\">Test-Driven Development</a></li>\n<li><a href=\"http://www.adobe.com/products/indesign.html\">InDesign</a></li>\n<li><a href=\"https://www.microsoft.com/com/default.mspx\">COM</a></li>\n<li><a href=\"https://twitter.com/mattjoss\">Matt Joss</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Revision_control\">Version control</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2001\">2001</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Microsoft_Visual_SourceSafe\">SourceSafe</a></li>\n<li><a href=\"http://msdn.microsoft.com/en-us/vstudio//\">Visual Studio</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/C++\">C++</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/OpenDoc\">OpenDoc Resource Compiler</a></li>\n<li><a href=\"http://office.microsoft.com/en-us/sharepoint/\">Sharepoint</a></li>\n<li><a href=\"http://azure.microsoft.com\">Azure</a></li>\n<li><a href=\"http://www.adobe.com/products/framemaker.html\">FrameMaker</a></li>\n<li><a href=\"https://twitter.com/roguesheep\">Rogue Sheep</a></li>\n<li><a href=\"http://printwearmag.com/article/screen-printing/separations-for-four-color-process-printing\">CMYK separation</a></li>\n<li><a href=\"http://www.fonts.com/content/learning/fyti/using-type-tools/optical-margin-alignment-in-indesign\">Optical character alignment</a></li>\n<li><a href=\"http://www.washington.edu\">University of Washington</a></li>\n<li><a href=\"http://www.hitl.washington.edu/home/\">HITLab</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Gel_electrophoresis\">Gel Electrophoresis</a></li>\n<li><a href=\"https://github.com/jeffargast\">Jeff Argast</a></li>\n<li><a href=\"http://office.microsoft.com/en-us/powerpoint/\">PowerPoint</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Western_blot\">Western blots</a></li>\n<li><a href=\"http://www.theguardian.com/\">The Guardian</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Presidency_of_George_W._Bush\">Bush Administration</a></li>\n<li><a href=\"http://www.macworld.com/article/1140874/postage.html\">Postage</a></li>\n<li><a href=\"http://twitterrific.com/\">Twitterrific</a></li>\n<li><a href=\"http://pacifichelm.com\">Brad Ellis</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Lehman_Brothers\">Lehman Brothers</a></li>\n<li><a href=\"https://twitter.com/JakeCarter\">Jake Carter</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Cocoa_(API)\">Cocoa</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Quartz_Composer\">Quartz Composer</a></li>\n<li><a href=\"https://www.apple.com/final-cut-pro/motion/\">Motion</a></li>\n<li><a href=\"http://www.adobe.com/products/aftereffects.html\">After Effects</a></li>\n<li><a href=\"https://twitter.com/kylerichter\">Kyle Richter</a></li>\n<li><a href=\"https://twitter.com/rtmfd\">Ian Baird</a></li>\n<li><a href=\"https://developer.apple.com/in-app-purchase/\">IAP</a></li>\n<li><a href=\"http://eddierickssf.com\">Rickenbacker’s</a></li>\n<li><a href=\"http://www.thehouseofshields.com\">The House of Shields</a></li>\n<li><a href=\"http://daringfireball.net\">John Gruber</a></li>\n<li><a href=\"http://betterelevation.com\">Dave Wiskus</a></li>\n<li><a href=\"http://aged-and-distilled.com/napkin/\">Napkin</a></li>\n<li><a href=\"http://kickingbear.com/blog/\">Guy English</a></li>\n<li><a href=\"https://twitter.com/ottokajetan\">Thomas Unterberger</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/C4_(conference)\">C4</a></li>\n<li><a href=\"https://twitter.com/unitedlemur\">United Lemur</a></li>\n<li><a href=\"http://www.fifa.com/worldcup/\">World Cup</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Brazil\">Brazil</a></li>\n<li><a href=\"https://developer.apple.com/wwdc/\">WWDC</a></li>\n<li><a href=\"http://sfgov.org\">San Francisco</a></li>\n<li><a href=\"http://netnewswireapp.com\">NetNewsWire</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1999\">1999</a></li>\n<li><a href=\"http://www.macworld.com/article/2071020/macworld-editors-choice-awards-the-best-products-of-2013.html\">Eddy awards</a></li>\n</ul>\n\n",
"attachments": [
{
"url": "http://therecord.co/downloads/TheRecord-sp1e1-ChrisParrish.m4a",
"mime_type": "audio/x-m4a",
"size_in_bytes": 89970236
}
]
},
{
"title": "Seattle Before the iPhone #9 - Mike Lee",
"date_published": "2014-04-25T11:30:00-07:00",
"id": "http://therecord.co/2014/04/25/mike_lee",
"url": "http://therecord.co/2014/04/25/mike_lee",
"content_html": "<p>This episode was recorded 17 May 2013 live and in person at <a href=\"http://www.omnigroup.com/\">Omni’s</a> beautiful offices overlooking Lake Union in Seattle.</p>\n\n<p>You can <a href=\"http://therecord.co/downloads/TheRecord-s1e9-MikeLee.m4a\">download the m4a file</a> or <a href=\"https://itunes.apple.com/us/podcast/the-record/id791861057\">subscribe in iTunes</a>. (Or <a href=\"http://therecord.co/xml/rss.xml\">subscribe to the podcast feed</a>.)</p>\n\n<p><a href=\"https://twitter.com/bmf\">Mike Lee</a>, <a href=\"https://appsterdam.rs/\">Appsterdam</a> founder, has worked at Alaska Airlines, <a href=\"http://delicious-monster.com/\">Delicious Monster</a> (with Wil Shipley), Apple, and is now Chief Lemur at <a href=\"http://newlemurs.com/\">New Lemurs</a>.</p>\n\n<p class=\"sponsor\">This episode is sponsored by <a href=\"https://www.hover.com/\">Hover</a>. Hover makes domain name management <i>easy</i>. And it’s a snap to transfer domains from other registrars using their valet service. Get 10% off your first purchase with the promotional code BMF. (BMF -- Be My Friend — is Mike Lee’s Twitter handle.) You notice how people with a lot of domains are always talking about Hover? It’s because of their excellent service. <a href=\"https://www.hover.com/\">Take a look</a>.</p>\n\n\n\n\n<p class=\"sponsor\">This episode is also sponsored by <a href=\" http://azure.microsoft.com/en-us/develop/mobile/ios/?WT.mc_id=azurebg_us_pmm_mirluna_therecord\">Microsoft Azure Mobile Services</a>. Mobile Services is a great way to provide backend services — syncing and other things — for your iPhone, iPad, and Mac apps. It’s high level — you can get <i>more</i> done with <i>less</i> work. It’s also deep: write JavaScript in your favorite text editor. Test with mocha. Deploy with git.</p>\n\n\n<p>Things we mention, in order of appearance (mostly):</p>\n\n<ul>\n<li><a href=\"http://en.wikipedia.org/wiki/Kurt_Cobain\">Kurt Cobain</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Grunge\">Grunge</a></li>\n<li><a href=\"http://www.honolulu.gov\">Honolulu</a></li>\n<li><a href=\"https://portal.ehawaii.gov\">Hawaii</a></li>\n<li><a href=\"http://www.pugetsound.edu\">University of Puget Sound</a></li>\n<li><a href=\"http://www.cityoftacoma.org\">Tacoma</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Puget_Sound\">Puget Sound</a></li>\n<li><a href=\"http://www.alaskaair.com\">Alaska Airlines</a></li>\n<li><a href=\"http://www.portseattle.org/Sea-Tac/Pages/default.aspx\">SeaTac</a></li>\n<li><a href=\"http://career-advice.monster.com/job-search/company-industry-research/ramp-agent-ground-support-jobs/article.aspx\">Lead ramp agent</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Skill_(labor)\">Skilled labor</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1993\">1993</a></li>\n<li><a href=\"http://www.cyoa.com\">Choose Your Own Adventure</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Dynamic_HTML\">DHTML</a></li>\n<li><a href=\"http://www.adobe.com/products/flash.html\">Flash</a></li>\n<li><a href=\"http://www.webstandards.org\">Web Standards Project</a></li>\n<li><a href=\"http://www.w3.org/XML/\">XML</a></li>\n<li><a href=\"http://www.java.com/\">Java</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/C_Sharp_(programming_language)\">C#</a></li>\n<li><a href=\"http://www.microsoft.com/net\">DotNet</a></li>\n<li><a href=\"http://www.apple.com/mac/\">Macintosh</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Personal_computer\">PC</a></li>\n<li><a href=\"http://www.microsoft.com\">Microsoft</a></li>\n<li><a href=\"http://windows.microsoft.com/\">Windows</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Windows_95\">Windows 95</a></li>\n<li><a href=\"http://www.apple.com/osx/\">Mac OS X</a></li>\n<li><a href=\"http://www.ise.gov/terrorist-watchlist\">Terrorist watch list</a></li>\n<li><a href=\"https://developer.apple.com/wwdc/\">WWDC</a></li>\n<li><a href=\"http://www.oracle.com/javaone/index.html\">JavaOne</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Objective-C\">Objective-C</a></li>\n<li><a href=\"https://developer.apple.com/xcode/\">Xcode</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2005\">2005</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2001\">2001</a></li>\n<li><a href=\"http://www.yelp.com/biz/renoir-hotel-san-francisco\">Renoir Hotel</a></li>\n<li><a href=\"https://developer.apple.com/wwdc/students/\">WWDC Student Scholarship</a></li>\n<li><a href=\"http://blog.wilshipley.com\">Wil Shipley</a></li>\n<li><a href=\"http://arstechnica.com/apple/2005/06/574/\">Wil Shipley’s Speech on the Indie Dream</a></li>\n<li><a href=\"http://www.devry.edu\">Devry</a></li>\n<li><a href=\"http://www.fedex.com\">FedEx</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html\">Core Data</a></li>\n<li><a href=\"http://www.friday.com/bbum/\">Bill Bumgarner</a></li>\n<li><a href=\"http://www.ci.federal-way.wa.us\">Federal Way</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Interstate_5\">I-5</a></li>\n<li><a href=\"http://delicious-monster.com\">Delicious Library</a></li>\n<li><a href=\"https://developer.apple.com/design/awards/\">Apple Design Award</a></li>\n<li><a href=\"http://www.tuaw.com/2005/06/10/wwdc-wallflowers-rock-apple-campus-bash/\">Campus Bash</a></li>\n<li><a href=\"http://www.yelp.com/biz/dennys-san-francisco-2\">Denny’s</a></li>\n<li><a href=\"http://www.omnigroup.com\">Omni Group</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Recreation_room\">Rumpus Room</a></li>\n<li><a href=\"https://www.apple.com/retail/universityvillage/\">Apple Store</a></li>\n<li><a href=\"http://www.barnesandnoble.com\">Barnes & Noble</a></li>\n<li><a href=\"https://twitter.com/lllucas\">Lucas Newman</a></li>\n<li><a href=\"http://www.mikematas.com/\">Mike Matas</a></li>\n<li><a href=\"http://www.cityofknoxville.org\">Knoxville</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Samurai\">Samurai</a></li>\n<li><a href=\"http://imaginepeace.com\">Yoko Ono</a></li>\n<li><a href=\"http://seattlexcoders.org\">Seattle Xcoders</a></li>\n<li><a href=\"http://shapeof.com\">Gus Mueller</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Uncertainty_principle\">Heisenberg Uncertainty Principle</a></li>\n<li><a href=\"http://scripting.com/\">Dave Winer</a></li>\n<li><a href=\"http://www.dccomics.com/characters/superman\">Superman</a></li>\n<li><a href=\"http://www.bjsrestaurants.com/locations/ca/cupertino\">IL 7</a></li>\n<li><a href=\"https://twitter.com/jgeleynse\">John Geleynse</a></li>\n<li><a href=\"http://newlemurs.com\">Lemur Chemistry</a></li>\n<li><a href=\"http://cabel.me\">Cabel Sasser</a></li>\n<li><a href=\"https://www.flickr.com/photos/martingausby/3661009412/\">“Hi, I Make Macintosh Software” T-shirt</a></li>\n<li><a href=\"http://www.altconf.com\">altWWDC</a></li>\n<li><a href=\"http://www.imore.com/debug\">Debug podcast</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Tapulous\">Tapulous</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Tap_Tap_Revenge\">Tap Tap Revenge</a></li>\n<li><a href=\"http://ifartmobile.com\">iFart</a></li>\n<li><a href=\"https://developer.apple.com/support/technical/\">DTS</a></li>\n<li><a href=\"https://foursquare.com/v/apple-infinite-loop-3-cupertino-ca/4b267f5ef964a520647c24e3\">IL 3</a></li>\n<li><a href=\"http://www.yelp.com/biz/caffè-macs-cupertino-2\">Caffè Macs</a></li>\n<li><a href=\"http://randsinrepose.com\">Rands</a></li>\n<li><a href=\"http://www.appleoutsider.com\">Matt Drance</a></li>\n<li><a href=\"https://twitter.com/Jury\">Michael Jurewitz</a></li>\n</ul>\n\n",
"attachments": [
{
"url": "http://therecord.co/downloads/TheRecord-s1e9-MikeLee.m4a",
"mime_type": "audio/x-m4a",
"size_in_bytes": 52213416
}
]
},
{
"title": "Seattle Before the iPhone #8 - Nathaniel Irons",
"date_published": "2014-04-11T10:45:00-08:00",
"id": "http://therecord.co/2014/04/11/nat_irons",
"url": "http://therecord.co/2014/04/11/nat_irons",
"content_html": "<p>This episode was recorded 16 May 2013 live and in person at <a href=\"http://www.omnigroup.com/\">Omni’s</a> lovely offices overlooking Lake Union in Seattle.</p>\n\n<p>You can <a href=\"http://therecord.co/downloads/TheRecord-s1e8-NatIrons.m4a\">download the m4a file</a> or <a href=\"https://itunes.apple.com/us/podcast/the-record/id791861057\">subscribe in iTunes</a>. (Or <a href=\"http://therecord.co/xml/rss.xml\">subscribe to the podcast feed</a>.)</p>\n\n<p><a href=\"https://twitter.com/irons\">Nat Irons</a> has worked at <a href=\"https://developer.apple.com/contact/\">Apple Developer Relations</a>, as a WebObjects consultant, and as IT director at <a href=\"http://www.thestranger.com\">The Stranger</a>. He’s now QA Manager at <a href=\"http://blackpixel.com\">Black Pixel</a>. He once delivered pizza to The Far Side author Gary Larson.</p>\n\n<p class=\"sponsor\">This episode is sponsored by <a href=\"http://igloosoftware.com/therecord\">Igloo</a>. Igloo is an intranet you’ll actually like, with shared calendars, microblogs, file-sharing, social networking, and more. It’s free for up 10 users — give it a try for your company or your team today.</p>\n\n\n\n\n<p class=\"sponsor\">This episode is also sponsored by <a href=\" http://azure.microsoft.com/en-us/develop/mobile/ios/?WT.mc_id=azurebg_us_pmm_mirluna_therecord\">Microsoft Azure Mobile Services</a>. Mobile Services is a great way to provide backend services — syncing and other things — for your iPhone, iPad, and Mac apps. It’s high level — you can get more done with less work.</p>\n\n\n<p>Things we mention, in-order-of-appearance-ish:</p>\n\n<ul>\n<li><a href=\"http://www.loderunnerclassic.com\">Lode Runner</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=KCkbp4wurW0\">Dark Castle</a></li>\n<li><a href=\"http://windows.microsoft.com\">Windows</a></li>\n<li><a href=\"http://www.cityofboston.gov\">Boston</a></li>\n<li><a href=\"http://sfgov.org\">San Francisco</a></li>\n<li><a href=\"http://www.ci.berkeley.ca.us\">Berkeley, CA</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/San_Francisco_Bay_Area\">Bay Area</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=FKov1lmq_OU\">High school</a></li>\n<li><a href=\"http://www.seattle.gov\">Seattle</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Tim_Eyman\">Tim Eyman</a></li>\n<li><a href=\"http://community.seattletimes.nwsource.com/archive/?date=19940114&slug=1889548\">Sit & Spin</a></li>\n<li><a href=\"http://www.meetup.com/blog-1/\">Blogger Meetup</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Natty_Bumppo\">Natty Bumppo</a></li>\n<li><a href=\"http://blog.bumppo.net\">bumppo.net</a></li>\n<li><a href=\"http://external.oneonta.edu/cooper/\">James Fenimore Cooper</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Leatherstocking_Tales\">Leatherstocking Tales</a></li>\n<li><a href=\"http://www.imdb.com/name/nm0000520/\">Michael Mann</a></li>\n<li><a href=\"http://www.imdb.com/name/nm0000358/\">Daniel Day Lewis</a></li>\n<li><a href=\"http://www.rogerebert.com/reviews/the-last-of-the-mohicans-1992\">Last of the Mohicans movie</a></li>\n<li><a href=\"http://help.aol.com/help/microsites/microsite.do?cmd=displayKC&docType=kc&externalId=220781\">AOL chatrooms</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Berkeley_Macintosh_Users_Group\">Berkeley Macintosh User Group (BMUG)</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Bulletin_board_system\">BBS</a></li>\n<li><a href=\"http://www.firstclass.com\">First Class BBS</a></li>\n<li><a href=\"https://twitter.com/tpoholmes\">Tim Holmes</a></li>\n<li><a href=\"https://www.google.com/search?q=purple+harley&client=safari&rls=en&tbm=isch&tbo=u&source=univ&sa=X&ei=Ue9FU4eDJ6fXyAH-54B4&ved=0CDkQsAQ&biw=1270&bih=1269\">Purple Harley</a></li>\n<li><a href=\"http://www.amazon.com/The-Bmug-Newsletter-Spring-1997/dp/0201688891\">BMUG Newsletter</a></li>\n<li><a href=\"http://computer.howstuffworks.com/modem.htm\">Modems</a></li>\n<li><a href=\"http://www.heidiroizen.com\">Heidi Roizen</a></li>\n<li><a href=\"http://technorati.com/technology/article/steve-jobs-on-what-it-means/\">Bleeding in six colors</a></li>\n<li><a href=\"https://twitter.com\">Twitter</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Bolo_(1987_video_game)\">Bolo</a></li>\n<li><a href=\"http://www.moddb.com/groups/video-game-art-realm/videos/spectre-vr-apple-macintosh-tank-game-fine-one\">Spectre</a></li>\n<li><a href=\"http://stuartcheshire.org\">Stuart Cheshire</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Virtual_reality\">Virtual Reality</a></li>\n<li><a href=\"https://developer.apple.com/bonjour/\">Bonjour</a></li>\n<li><a href=\"http://www.zeroconf.org\">ZeroConf</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Cheshire_Cat\">Cheshire Cat</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Stuart_Little\">Stuart Little</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=2PlP95WoCBw\">Alice</a></li>\n<li><a href=\"http://www.perl.org\">PERL</a></li>\n<li><a href=\"http://office.microsoft.com/en-us/excel/\">Excel</a></li>\n<li><a href=\"http://www.macos9lives.com\">Mac OS 9</a></li>\n<li><a href=\"https://www.google.com/search?q=imac+bondi+blue&client=safari&rls=en&tbm=isch&tbo=u&source=univ&sa=X&ei=p_FFU7XiF4Op2QXR2YGADA&ved=0CCgQsAQ&biw=1270&bih=1269\">iMac</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Floppy_disk\">Floppy drive</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Apple_Desktop_Bus\">ADB</a></li>\n<li><a href=\"http://computer.howstuffworks.com/usb.htm\">USB</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/NeXT\">NeXT</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Rhapsody_(operating_system)\">Rhapsody</a></li>\n<li><a href=\"http://www.unix.org\">UNIX</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Terminal_(OS_X)\">Terminal.app</a></li>\n<li><a href=\"http://www.barebones.com/products/bbedit/\">BBEdit</a></li>\n<li><a href=\"http://apple-history.com/se30\">SE/30</a></li>\n<li><a href=\"http://www.guidebookgallery.org/screenshots/macosxdp3\">Apple in middle of menubar</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Macintosh_Programmer's_Workshop\">MPW</a></li>\n<li><a href=\"http://c2.com/cgi/wiki?MacPerl\">MacPerl</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/TextFonts/Reference/LatentSemanticMapping/_index.html\">Latent Semantic Mapping (LSM)</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Regular_expression\">Regular expressions</a></li>\n<li><a href=\"https://developer.apple.com/wwdc/\">WWDC</a></li>\n<li><a href=\"http://www.hulu.com/watch/33844\">Homer Simpson in The Land of Chocoloate</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Schadenfreude\">Schadenfreude</a></li>\n<li><a href=\"http://www.macintouch.com\">MacInTouch</a></li>\n<li><a href=\"http://www.npr.org\">NPR</a></li>\n<li><a href=\"http://microsoft.com\">Microsoft</a></li>\n<li><a href=\"http://news.cnet.com/2100-1001-202143.html\">Microsoft invests in Apple and pledges to keep developing Office for Mac</a></li>\n<li><a href=\"http://apple-history.com/pg3s\">Powerbook G3</a></li>\n<li><a href=\"http://www.filemaker.com\">Filemaker Pro</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Claris\">Claris</a></li>\n<li><a href=\"http://office.microsoft.com/en-us/access/\">Microsoft Access</a></li>\n<li><a href=\"http://info.filemaker.com/Bento_Statement.html\">Bento</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Apple_events\">Apple events</a></li>\n<li><a href=\"http://moto.arrisi.com\">Farallon</a></li>\n<li><a href=\"https://twitter.com/cshotton\">Chuck Shotton</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Kerio_WebSTAR\">WebSTAR</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/MacHTTP\">MacHTTP</a></li>\n<li><a href=\"http://www.networkcomputing.com/1014/1014sp5.html\">StarNine</a></li>\n<li><a href=\"http://news.cnet.com/Quarterdeck-to-beef-up-Webstar/2100-1023_3-211781.html\">Quarterdeck</a></li>\n<li><a href=\"http://httpd.apache.org\">Apache</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Open_Transport\">Open Transport</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/xcode/id497799835?mt=12\">Xcode</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/WebObjects\">WebObjects</a></li>\n<li><a href=\"http://www.java.com/en/\">Java</a></li>\n<li><a href=\"http://www.friday.com/bbum/\">Bill Bumgarner</a></li>\n<li><a href=\"https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/CustomizingExistingClasses/CustomizingExistingClasses.html\">Objective-C categories</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Tunneling_protocol\">SSH tunnels</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1999\">1999</a></li>\n<li><a href=\"https://www.redmond.gov\">Redmond</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2000\">2000</a></li>\n<li><a href=\"http://www.cantwell.senate.gov/\">Maria Cantwell</a></li>\n<li><a href=\"http://www.kingcounty.gov\">King County</a></li>\n<li><a href=\"http://www.co.pierce.wa.us\">Pierce County</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/List_of_U.S._state_partition_proposals#Washington\">Eastern Washington secession</a></li>\n<li><a href=\"http://www.cityofshoreline.com\">Shoreline</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Queen_Anne,_Seattle\">Queen Anne</a></li>\n<li><a href=\"http://www.myballard.com\">Ballard</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Magnolia,_Seattle\">Magnolia</a></li>\n<li><a href=\"http://www.seattle.gov/tour/discov.htm\">Discovery Park</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Capitol_Hill_(Seattle)\">Capitol Hill</a></li>\n<li><a href=\"http://www.pagliacci.com\">Pagliacci Pizza</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2003\">2003</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Sand_Point,_Seattle\">Sand Point</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Gary_Larson\">Gary Larson</a></li>\n<li><a href=\"http://harrypotter.wikia.com/wiki/Albus_Dumbledore\">Dumbledore</a></li>\n<li><a href=\"http://www.thefarside.com\">The Far Side</a></li>\n<li><a href=\"http://www.yelp.com/biz/california-academy-of-sciences-san-francisco\">San Francisco Academy of Sciences</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Workers'_compensation\">Workmen’s Compensation</a></li>\n<li><a href=\"https://www.virginiamason.org\">Virgina Mason</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2001\">2001</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2002\">2002</a></li>\n<li><a href=\"http://waxy.org/2013/04/the_death_of_upcomingorg/\">Upcoming.org</a></li>\n<li><a href=\"http://www.seattleweekly.com\">Seattle Weekly</a></li>\n<li><a href=\"http://www.thestranger.com/seattle/dan-savage/Author?oid=259\">Dan Savage</a></li>\n<li><a href=\"http://www.robertnewman.com/merry-xmas-and-happy-new-year-from-seattles-the-rocket-magazine/\">The Rocket</a></li>\n<li><a href=\"http://therumpus.net/2012/04/the-rumpus-interview-with-lynda-barry/\">Lynda Barry</a></li>\n<li><a href=\"http://www.buzzfeed.com/summeranne/13-of-the-best-life-in-hell-comics-by-matt-groen\">Life in Hell</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Matt_Groening\">Matt Groening</a></li>\n<li><a href=\"http://www.evergreen.edu\">Evergreen State College</a></li>\n<li><a href=\"https://www.apple.com/retail/universityvillage/\">University Village Apple Store</a></li>\n<li><a href=\"http://seattlexcoders.org\">Seattle Xcoders</a></li>\n<li><a href=\"http://scripting.com\">Dave Winer</a></li>\n<li><a href=\"https://twitter.com/dlpasco\">Daniel Pasco</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/C4_(conference)\">C4</a></li>\n<li><a href=\"http://therecord.co/2014/02/28/paul_goracke\">Paul Goracke</a></li>\n<li><a href=\"http://blackpixel.com/careers.html\">Black Pixel job listings</a></li>\n</ul>\n\n",
"attachments": [
{
"url": "http://therecord.co/downloads/TheRecord-s1e8-NatIrons.m4a",
"mime_type": "audio/x-m4a",
"size_in_bytes": 57712499
}
]
},
{
"title": "Seattle Before the iPhone #7 - John Chaffee",
"date_published": "2014-03-28T10:00:00-08:00",
"id": "http://therecord.co/2014/03/28/john_chaffee",
"url": "http://therecord.co/2014/03/28/john_chaffee",
"content_html": "<p>This episode was recorded 16 May 2013 live and in person at <a href=\"http://www.omnigroup.com/\">Omni’s</a> lovely offices overlooking Lake Union in Seattle. (Check out the <a href=\"http://www.omnigroup.com/blog/omnifocus-2-for-mac-resumes-testing-will-ship-in-june\">OmniFocus 2 public beta</a>!)</p>\n\n<p>You can <a href=\"http://therecord.co/downloads/TheRecord-s1e7-JohnChaffee.m4a\">download the m4a file</a> or <a href=\"https://itunes.apple.com/us/podcast/the-record/id791861057\">subscribe in iTunes</a>. (Or <a href=\"http://therecord.co/xml/rss.xml\">subscribe to the podcast feed</a>.)</p>\n\n<p><a href=\"https://twitter.com/ChaffeeJohn\">John Chaffee</a> is a co-founder of <a href=\"http://busymac.com/\">BusyMac</a> which makes the awesome <a href=\"http://www.busymac.com/busycal/\">BusyCal</a>. John talks about being a Mac developer in the ’90s, what it was like at Now Software, and how he got tired of mobile and came back to the Mac.</p>\n\n<p class=\"sponsor\">This episode is sponsored by <a href=\"http://squarespace.com/therecord\">Squarespace</a>. Easily create beautiful websites via drag-and-drop. Get help any time from their 24/7 technical support. Create responsive websites — ready for phones and tablets — without any extra effort: Squarespace’s designers have already handled it for you. Get 10% off by going to <a href=\"http://squarespace.com/therecord\">http://squarespace.com/therecord</a>. And, if you want to get under the hood, check out their APIs at <a href=\"http://developers.squarespace.com/\">developers.squarespace.com</a>.</p>\n\n\n\n\n<p class=\"sponsor\">This episode is also sponsored by <a href=\" http://www.windowsazure.com/en-us/develop/mobile/ios/?WT.mc_id=azurebg_us_pmm_mirluna_therecord\">Microsoft Azure Mobile Services</a>. Mobile Services is a great way to provide backend services — syncing and other things — for your iPhone, iPad, and Mac apps. If you’ve been to the website already, you’ve seen the tutorials where you input code into a browser window. And that’s an easy way to get started. But don’t be fooled: Mobile Services is deep. You can write in JavaScript in your favorite text editor and deploy via Git. Good stuff.</p>\n\n\n<p>Things we mention, in order of appearance (roughly):</p>\n\n<ul>\n<li><a href=\"http://www.busymac.com//\">BusyMac</a></li>\n<li><a href=\"http://www.busymac.com/busycal/\">BusyCal</a></li>\n<li><a href=\"http://www.macworld.com/article/1147271/nowsoftware.html\">Now Software</a></li>\n<li><a href=\"http://www.extensis.com/\">Extensis</a></li>\n<li><a href=\"http://www.netopia.com/\">Farallon</a></li>\n<li><a href=\"http://www.splashdata.com/\">SplashData</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/PhoneNet\">PhoneNet connectors</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/AppleTalk\">AppleTalk</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Berkeley_Macintosh_Users_Group\">Berkeley Mac Users Group (BMUG)</a></li>\n<li><a href=\"http://www.ci.berkeley.ca.us/Home.aspx\">Berkeley, CA</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Software_quality_assurance\">QA</a></li>\n<li><a href=\"http://en.wikipedia.org/?title=A/UX\">A/UX</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Desktop_publishing\">Desktop publishing</a></li>\n<li><a href=\"http://lowendmac.com/1989/mac-iici/\">Mac iici</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/SCSI\">SCSI</a></li>\n<li><a href=\"https://www.santabarbaraca.gov/\">Santa Barbara</a></li>\n<li><a href=\"http://www.themacstore.com/\">Mac Store</a></li>\n<li><a href=\"http://www.adobe.com/products/pagemaker/\">Pagemaker</a></li>\n<li><a href=\"http://apple-history.com/512k\">Mac 512</a></li>\n<li><a href=\"http://www.viptechnologies.net/\">VIP Technologies</a></li>\n<li><a href=\"http://www.atarimuseum.com/computers/16bits/stmenu/atarist.htm\">Atari ST</a></li>\n<li><a href=\"http://oldcomputers.net/appleiigs.html\">Apple IIgs</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Lotus_1-2-3\">Lotus 1-2-3</a></li>\n<li><a href=\"http://www.irs.gov/\">Taxes</a></li>\n<li><a href=\"http://apple-history.com/se30\">Mac SE/30</a></li>\n<li><a href=\"http://www.portlandoregon.gov/\">Portland</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/San_Francisco_Bay_Area\">Bay Area</a></li>\n<li><a href=\"http://www.sanjoseca.gov/\">San Jose</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/System_7\">System 7</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1991\">1991</a></li>\n<li><a href=\"http://tidbits.com/article/875\">Now Utilities</a></li>\n<li><a href=\"http://www.busymac.com/about.html\">Dave Riggle</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Claris\">Claris</a></li>\n<li><a href=\"http://m.youtube.com/watch?v=ZS2wTH_nZWI\">MacWrite</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/FileMaker\">Filemaker Pro</a></li>\n<li><a href=\"http://info.filemaker.com/Bento_Statement.html\">Bento</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1990\">1990</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Macworld/iWorld\">Macworld Expo</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/History_of_the_floppy_disk\">Floppy disks</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Calendar_(application)\">iCal</a></li>\n<li><a href=\"https://sites.google.com/site/nowsoftwarecom/download\">Now Up-to-Date</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=PEHNrqPkefI\">Macworld Expo Boston</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/CompuServe\">Compuserve</a></li>\n<li><a href=\"http://windows.microsoft.com/en-us/windows/home\">Windows</a></li>\n<li><a href=\"http://www.altura.com/portfolio.php\">Altura Mac2Win</a></li>\n<li><a href=\"http://www.qualcomm.com/\">Qualcomm</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Osborne_effect\">Osborne Effect</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Dot-com_bubble\">Dotcom Bubble</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=NHjf9rGgGQQ\">Aldus Fetch</a></li>\n<li><a href=\"http://www.quark.com/\">Quark</a></li>\n<li><a href=\"http://www.macmall.com/\">MacMall</a></li>\n<li><a href=\"http://www.ononesoftware.com/\">OnOne Software</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1999\">1999</a></li>\n<li><a href=\"http://www.adobe.com/products/indesign.html\">Adobe InDesign</a></li>\n<li><a href=\"http://apple.wikia.com/wiki/OpenDoc\">OpenDoc</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/OS_X\">Mac OS X</a></li>\n<li><a href=\"http://oreilly.com/pub/a/mac/2001/05/23/cocoa_vs_carbon.html\">Carbon</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/cocoa/reference/applicationkit/objc_classic/_index.html\">AppKit</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/NetNewsWire\">NetNewsWire</a></li>\n<li><a href=\"http://www.imdb.com/title/tt0151804/\">Office Space</a></li>\n<li><a href=\"http://www.gettyimages.com/\">Getty Images</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/PhotoDisc\">PhotoDisx</a></li>\n<li><a href=\"http://www.imdb.com/title/tt0062622/\">2001</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Palm_(PDA)\">Palm PDA</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Handspring_(company)\">Handspring Visor</a></li>\n<li><a href=\"http://www.palmgear.com//\">PalmGear</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Handango\">Handango</a></li>\n<li><a href=\"http://www.splashdata.com/splashphoto/palm/\">SplashPhoto</a></li>\n<li><a href=\"http://www.splashdata.com/splashmoney/\">SplashMoney</a></li>\n<li><a href=\"http://www.splashdata.com/splashid/\">SplashID</a></li>\n<li><a href=\"http://www.splashdata.com/splashshopper/\">SplashShopper</a></li>\n<li><a href=\"http://www.splashdata.com/splashwallet/\">SplashWallet</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Windows_Mobile\">Windows Mobile</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Symbian\">Symbian</a></li>\n<li><a href=\"http://www.android.com/\">Android</a></li>\n<li><a href=\"http://splashdata.com/press/PR050214.htm\">SplashBlog</a></li>\n<li><a href=\"http://instagram.com/\">Instagram</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2006\">2006</a></li>\n<li><a href=\"http://www.sixapart.com/\">SixApart</a></li>\n<li><a href=\"http://movabletype.org/\">Movable Type</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2007\">2007</a></li>\n<li><a href=\"http://www.apple.com/osx/apps/app-store.html\">Mac App Store</a></li>\n<li><a href=\"http://www.busymac.com/\">BusyCal, LLC</a></li>\n<li><a href=\"https://www.google.com/\">Google</a></li>\n<li><a href=\"https://developer.apple.com/wwdc/\">WWDC</a></li>\n<li><a href=\"http://cyber.law.harvard.edu/rss/rss.html\">RSS</a></li>\n<li><a href=\"https://discussions.apple.com/thread/4135311?start=285&\">Safari/RSS</a></li>\n<li><a href=\"http://googleblog.blogspot.com.au/2013/03/a-second-spring-of-cleaning.html\">Google (Partly) Shuts Down CalDAV</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/MobileMe\">MobileMe</a></li>\n<li><a href=\"http://support.apple.com/kb/HT5847\">SyncServices</a></li>\n<li><a href=\"https://www.icloud.com/\">iCloud</a></li>\n<li><a href=\"https://developer.apple.com/app-sandboxing/\">Sandboxing</a></li>\n<li><a href=\"http://www.jcpenney.com/\">JCPenney’s</a></li>\n<li><a href=\"http://www.apple.com/pr/library/2008/12/16Apple-Announces-Its-Last-Year-at-Macworld.html\">Apple Pulls out of Macworld</a></li>\n<li><a href=\"https://twitter.com/\">Twitter</a></li>\n<li><a href=\"https://www.apple.com/airplay/\">AirPlay</a></li>\n<li><a href=\"http://www.apple.com/appletv/\">Apple TV</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Type_A_and_Type_B_personality_theory\">Type A Personality</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Domain_Name_System\">Domain Name System</a></li>\n<li><a href=\"http://www.macworld.com/article/1135218/busysync216.html\">BusySync</a></li>\n<li><a href=\"http://kb.hpwebos.com/wps/portal/kb/common/article/2630_en.html\">HotSync</a></li>\n<li><a href=\"http://www.objc.io/issue-10/icloud-core-data.html\">iCloud Core Data Syncing</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/General/Conceptual/iCloudDesignGuide/Chapters/DesigningForKey-ValueDataIniCloud.html\">iCloud Key/Value Storage</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Exchange_ActiveSync\">ActiveSync</a></li>\n<li><a href=\"http://msdn.microsoft.com/en-us/library/office/dd877045(v=exchg.140).aspx\">ExchangeWebService</a></li>\n<li><a href=\"http://us.blackberry.com/\">Blackberry</a></li>\n</ul>\n\n",
"attachments": [
{
"url": "http://therecord.co/downloads/TheRecord-s1e7-JohnChaffee.m4a",
"mime_type": "audio/x-m4a",
"size_in_bytes": 56949803
}
]
},
{
"title": "Seattle Before the iPhone #6 - Tim Wood",
"date_published": "2014-03-14T12:00:00-08:00",
"id": "http://therecord.co/2014/03/14/tim_wood",
"url": "http://therecord.co/2014/03/14/tim_wood",
"content_html": "<p>This episode was recorded 17 May 2013 live and in person at <a href=\"http://www.omnigroup.com/\">Omni’s</a> lovely offices overlooking Lake Union in Seattle.</p>\n\n<p>You can <a href=\"http://therecord.co/downloads/TheRecord-s1e6-TimWood.m4a\">download the m4a file</a> or <a href=\"https://itunes.apple.com/us/podcast/the-record/id791861057\">subscribe in iTunes</a>. (Or <a href=\"http://therecord.co/xml/rss.xml\">subscribe to the podcast feed</a>.)</p>\n\n<p><a href=\"https://twitter.com/tjw\">Tim Wood</a>, CTO of <a href=\"https://www.omnigroup.com/\">The Omni Group</a>, talks about how Omni got started and what it was like being a NeXT developer before the acquisition.</p>\n\n<p class=\"sponsor\">This episode is sponsored by <a href=\"http://squarespace.com/therecord\">Squarespace</a>. Easily create beautiful websites via drag-and-drop. Get help any time from their 24/7 technical support. Create responsive websites — ready for phones and tablets — without any extra effort: Squarespace’s designers have already handled it for you. Get 10% off by going to <a href=\"http://squarespace.com/therecord\">http://squarespace.com/therecord</a>. And, if you want to get under the hood, check out their APIs at <a href=\"http://developers.squarespace.com/\">developers.squarespace.com</a>.</p>\n\n\n\n\n<p class=\"sponsor\">This episode is also sponsored by <a href=\" http://www.windowsazure.com/en-us/develop/mobile/ios/?WT.mc_id=azurebg_us_pmm_mirluna_therecord\">Microsoft Azure Mobile Services</a>. Mobile Services is a great way to provide backend services — syncing and other things — for your iPhone, iPad, and Mac apps. If you’ve been to the website already, you’ve seen the tutorials where you input code into a browser window. And that’s an easy way to get started. But don’t be fooled: Mobile Services is deep. You can write in your favorite text editor and deploy via Git. Regular-old Git, not Git#++. Git.</p>\n\n\n<p>Things we mention, in order of appearance (more or less):</p>\n\n<p><li><a href=\"http://oldcomputers.net/atari800.html\">Atari 800</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/BASIC\">BASIC</a></li>\n<li><a href=\"http://www.cityoftacoma.org/\">Tacoma, WA</a></li>\n<li><a href=\"http://oldcomputers.net/c64.html\">Commodore</a></li>\n<li><a href=\"http://oldcomputers.net/appleii.html\">Apple II</a></li>\n<li><a href=\"http://en.wikibooks.org/wiki/6502_Assembly\">6502 Assembler</a></li>\n<li><a href=\"http://www.atarimuseum.com/computers/16bits/stmenu/atarist.htm\">Atari ST</a></li>\n<li><a href=\"https://archive.org/details/compute-magazine\">Compute! Magazine</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Burroughs_Corporation\">Burroughs</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Mainframe_computer\">Mainframes</a></li>\n<li><a href=\"http://www.radioshack.com/\">Radio Shack</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/NeXT\">NeXT</a></li>\n<li><a href=\"http://www.apple.com/mac/\">Mac</a></li>\n<li><a href=\"https://www.washington.edu/\">University of Washington</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Zenith_Z-89\">H19 Terminal</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Fortran\">Fortran</a></li>\n<li><a href=\"http://www.wolfram.com/mathematica/\">Mathematica</a></li>\n<li><a href=\"http://www.latex-project.org/\">LaTeX</a></li>\n<li><a href=\"https://www.java.com/\">Java</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Ada_(programming_language)\">Ada</a></li>\n<li><a href=\"http://www.boeing.com/boeing/\">Boeing</a></li>\n<li><a href=\"http://www.defense.gov/\">Department of Defense</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/OpenVMS\">VMS</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/IBM_System/360\">IBM 360</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Objective-C\">Objective-C</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/cocoa/reference/applicationkit/objc_classic/_index.html\">AppKit</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Interface_Builder\">Interface Builder</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Project_Builder\">Project Builder</a></li>\n<li><a href=\"http://mrbook.org/tutorials/make/\">Makefiles</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Optical_disc_drive\">Read-write Optical drives</a></li>\n<li><a href=\"http://blog.wilshipley.com/\">Wil Shipley</a></li>\n<li><a href=\"https://twitter.com/kcase\">Ken Case</a></li>\n<li><a href=\"https://twitter.com/gregtitus\">Greg Titus</a></li>\n<li><a href=\"http://people.omnigroup.com/tom/\">Tom Bunch</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Massively_multiplayer_online_game\">Massively multiplayer games</a></li>\n<li><a href=\"https://minecraft.net/\">Minecraft</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/MOO\">MOOs</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/MUSH\">MUSHes</a></li>\n<li><a href=\"http://www.compuserve.com/‎\">CompuServe</a></li>\n<li><a href=\"http://www.uo.com/\">Ultima Online</a></li>\n<li><a href=\"http://www.wma.com/\">William Morris Agency</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Craig_McCaw\">McCaw Cellular</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1992\">1992</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Adobe_FrameMaker\">Framemaker</a></li>\n<li><a href=\"http://www.adobe.com/\">Adobe</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Lighthouse_Design\">Lighthouse Design</a></li>\n<li><a href=\"http://www.hodgesfamily.com/images/Diagram.pdf\">Diagram!</a></li>\n<li><a href=\"http://www.omnigroup.com/omnigraffle\">OmniGraffle</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1994\">1994</a></li>\n<li><a href=\"http://www.w3.org/People/Berners-Lee/WorldWideWeb.html\">www.app</a></li>\n<li><a href=\"https://www.omnigroup.com/more\">OmniWeb</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Blink_element\">Blink tag</a></li>\n<li><a href=\"http://www.imdb.com/title/tt0054524/\">Rocky &amp; Bullwinkle</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Rhapsody_(operating_system)\">Rhapsody</a></li>\n<li><a href=\"http://www.hp.com/\">Hewlett Packard</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Sun_Microsystems\">Sun</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/OpenStep\">OpenStep</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Solaris_(operating_system)\">Solaris</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Windows_NT\">Windows NT</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/BeOS\">Be</a></li>\n<li><a href=\"http://www.mondaynote.com/author/jlg/\">Jean-Louis Gasée</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Enterprise_Objects_Framework\">Enterprise Objects Framework</a></li>\n<li><a href=\"https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html\">Core Data</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Avie_Tevanian\">Avie Tevanian</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Jon_Rubinstein\">Jon Rubinstein</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Bertrand_Serlet\">Bertrand Serlet</a></li>\n<li><a href=\"https://www.apple.com/pr/bios/craig-federighi.html\">Craig Federighi</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/AppleTalk\">Appletalk</a></li>\n<li><a href=\"http://www.roughlydrafted.com/RD/RDM.Tech.Q1.07/4B800F78-0F75-455A-9681-F186A4365805.html\">Yellow Box</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/HP-UX\">HP-UX</a></li>\n<li><a href=\"http://www.stone.com/\">Andrew Stone</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Doom_(video_game)\">Doom</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Id_Software\">Id Software</a></li>\n<li><a href=\"http://blog.wilshipley.com/2013/12/my-doom-20th-anniversary-stories.html\">Wil’s mail</a></li>\n<li><a href=\"http://www.opengl.org/\">OpenGL</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/John_D._Carmack\">John Carmack</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/DirectX\">DirectX</a></li>\n<li><a href=\"http://www.omnigroup.com/omnioutliner\">OmniOutliner</a></li>\n<li><a href=\"http://plasq.com/products/comiclife3/mac\">Comic Life</a></li>\n<li><a href=\"http://www.ncsa.illinois.edu/\">NCSA</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/performance/reference/gcd_libdispatch_ref/Reference/reference.html\">GCD</a></li>\n<li><a href=\"https://developer.apple.com/library/ios/documentation/cocoa/conceptual/Blocks/Articles/bxGettingStarted.html\">Blocks</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Functional_programming\">Functional programming</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Mac_Pro\">Mac Pro</a></li>\n<li><a href=\"http://golang.org/\">Go</a></li>\n<li><a href=\"http://www.rust-lang.org/\">Rust</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Race_condition\">Race conditions</a></li>\n<li><a href=\"https://www.omnigroup.com/omnipresence\">OmniPresence</a></li>\n<li><a href=\"https://twitter.com/tjw/status/289230416064425984\">Own the Wheel</a></li>\n<li><a href=\"http://www.objc.io/issue-10/icloud-core-data.html\">iCloud Core Data Syncing</a></li>\n<li><a href=\"https://twitter.com/siegel\">Rich Siegel</a></li>\n<li><a href=\"http://www.barebones.com/products/yojimbo/\">Yojimbo</a></li>\n<li><a href=\"http://cocoadev.com/SyncServices\">Sync Services</a></li>\n</ul></p>\n",
"attachments": [
{
"url": "http://therecord.co/downloads/TheRecord-s1e6-TimWood.m4a",
"mime_type": "audio/x-m4a",
"size_in_bytes": 58007122
}
]
},
{
"title": "Seattle Before the iPhone #5 - Paul Goracke",
"date_published": "2014-02-28T11:40:00-08:00",
"id": "http://therecord.co/2014/02/28/paul_goracke",
"url": "http://therecord.co/2014/02/28/paul_goracke",
"content_html": "<p>This episode was recorded 16 May 2013 live and in person at <a href=\"http://www.omnigroup.com/\">Omni’s</a> lovely offices overlooking Lake Union in Seattle.</p>\n\n<p>You can <a href=\"http://therecord.co/downloads/TheRecord-s1e5-PaulGoracke.m4a\">download the m4a file</a> or <a href=\"https://itunes.apple.com/us/podcast/the-record/id791861057\">subscribe in iTunes</a>. (Or <a href=\"http://therecord.co/xml/rss.xml\">subscribe to the podcast feed</a>.)</p>\n\n<p><a href=\"https://twitter.com/pgor\">Paul Goracke</a> is a senior staff engineer at <a href=\"http://blackpixel.com/\">Black Pixel</a>, where he works on things he can’t talk about but that you’ve used. He’s also a former instructor at the <a href=\"http://www.pce.uw.edu/certificates/ios-mac-development.html\">University of Washington’s Cocoa development program</a>, and has at times been the lead organizer of the <a href=\"http://seattlexcoders.org/\">Seattle Xcoders</a>.</p>\n\n<p><p class=\"sponsor\">This episode is sponsored by <a href=\"http://squarespace.com/therecord\">Squarespace</a>. Get 10% off by going to <a href=\"http://squarespace.com/therecord\">http://squarespace.com/therecord</a>. Better still: <a href=\"http://beapartofit.squarespace.com\">go work for Squarespace</a>! They’re hiring 30 engineers and designers by March 15, and, “When you interview at Squarespace, we’ll invite you and your spouse or partner to be New Yorkers for a weekend—on us.” The great designers at Squarespace have designed an entire weekend for you, from dining at Alder to going to the Smalls Jazz Club and visiting The New Museum. Seriously cool deal at <a href=\"http://beapartofit.squarespace.com/\">beapartofit.squarespace.com</a>.</p>\n\n<p><p class=\"sponsor\">This episode is also sponsored by <a href=\" http://www.windowsazure.com/en-us/develop/mobile/ios/?WT.mc_id=azurebg_us_pmm_mirluna_therecord\">Microsoft Azure Mobile Services</a>. Mobile Services is a great way to provide backend services — syncing and other things — for your iPhone, iPad, and Mac apps. Write code — Javascript code — in your favorite text editor on your Mac. (Mobile Services runs Node.js.) Deploy via git. Write unit tests using mocha (or your tool of choice). Supports authenticating via Twitter, Facebook, and Google — and you can roll your own system. It’s cool.</p></p>\n\n<p>Things we mention, in order of appearance (more or less):</p>\n\n<p><ul>\n<li><a href=\"http://en.wikipedia.org/wiki/CodeWarrior\">CodeWarrior</a></li>\n<li><a href=\"http://www.toddp.com/classic/Software%20Install/Development%20Tools/001%20-%20Application%20Suites/001%20-%20CodeWarrior/CodeWarrior%202000%20(Full)/Metrowerks%20CodeWarrior/Metrowerks%20Standard%20Library/Readmes/SIOUX%20Notes\">SIOUX-WASTE</a></li>\n<li><a href=\"http://www.macgui.com/usenet/?group=53&id=81687\">TextEdit 32K limit</a></li>\n<li><a href=\"http://www.boingo.org/waste/\">WASTE</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Usenet\">Usenet</a></li>\n<li><a href=\"http://www.zoominfo.com/p/Ron-Liechty/45349900\">Metrowerks Ron</a></li>\n<li><a href=\"http://blog.hsoi.com/\">John Daub</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Compact_disc\">Compact Discs</a></li>\n<li><a href=\"http://www.adobe.com/\">Adobe</a></li>\n<li><a href=\"http://www.mactech.com/articles/mactech/Vol.16/16.07/CommandLinePorting/index.html\">MacTech on SIOUX</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/WorldScript\">WorldScript</a></li>\n<li><a href=\"http://www.unicode.org/\">Unicode</a></li>\n<li><a href=\"http://www.utf-8.com/\">UTF-8</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/PowerPC\">PowerPC</a></li>\n<li><a href=\"http://tidbits.com/article/1627\">Apprentice CDs</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/DNA_sequencer\">DNA sequencers</a></li>\n<li><a href=\"http://www.ca.gov/\">California</a></li>\n<li><a href=\"http://www.stanford.edu/\">Stanford</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/SUN_workstation\">Sun workstation</a></li>\n<li><a href=\"http://oldcomputers.net/ibm5150.html\">PC</a></li>\n<li><a href=\"http://mn.gov/portal/\">Minnesota</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Egghead_Software\">Egghead Software</a></li>\n<li><a href=\"http://searchitchannel.techtarget.com/definition/not-for-resale-NFR\">NFR copies</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/THINK_C\">Think C</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/THINK_Reference\">Think C Reference</a></li>\n<li><a href=\"http://www.amazon.com/Learn-Mac-For-OS-iOS/dp/1430245336\">Learn C on the Macintosh</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Inside_Macintosh\">Inside Mac</a></li>\n<li><a href=\"http://www.amazon.com/Macintosh-Programming-Secrets-Scott-Knaster/dp/0201581345/ref=sr_1_3?s=books&ie=UTF8&qid=1393550204&sr=1-3\">Scott Knaster book</a></li>\n<li><a href=\"http://www.amazon.com/Ultimate-Mac-Programming-Dave-Mark/dp/1568841957\">Ultimate Mac Programming Guide</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Apple_events\">Apple events</a></li>\n<li><a href=\"http://www.amazon.com/Inside-Ole-Microsoft-Programming-Series/dp/1556158432\">Inside OLE</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/4th_Dimension_(software)\">4th Dimension</a></li>\n<li><a href=\"https://twitter.com/GuyKawasaki\">Guy Kawasaki</a></li>\n<li><a href=\"http://oldcomputers.net/appleii.html\">Apple II</a></li>\n<li><a href=\"http://www.atari.com/\">Atari</a></li>\n<li><a href=\"http://oldcomputers.net/c64.html\">Commodore</a></li>\n<li><a href=\"http://www.bricklin.com/visicalc.htm\">VisiCalc</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Applesoft_BASIC\">BASIC</a></li>\n<li><a href=\"http://www.nibblemagazine.com/\">Nibble magazine</a></li>\n<li><a href=\"http://home.comcast.net/~kevin_d_clark/ems/\">Elephant Disks</a></li>\n<li><a href=\"http://stevenf.com/beagle/\">Beagle Bros.</a></li>\n<li><a href=\"https://archive.org/details/byte-magazine\">Byte</a></li>\n<li><a href=\"http://oldcomputers.net/trs80i.html\">TRS-80</a></li>\n<li><a href=\"https://archive.org/details/creativecomputing\">Creative Computing</a></li>\n<li><a href=\"http://6502.org/\">6502</a></li>\n<li><a href=\"http://cslibrary.stanford.edu/106/\">C pointers</a></li>\n<li><a href=\"http://man7.org/linux/man-pages/man3/fseek.3.html\">fseek</a></li>\n<li><a href=\"http://apple-history.com/aiie\">Apple IIe</a></li>\n<li><a href=\"http://oldcomputers.net/appleiigs.html\">Apple IIgs</a></li>\n<li><a href=\"http://www.virtualapple.org/lemonadestanddisk.html\">Lemonade Stand</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Token_ring\">Token rings</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1994\">1994</a></li>\n<li><a href=\"http://www.yelp.com/biz/the-computer-store-seattle\">The Computer Store</a></li>\n<li><a href=\"http://apple-history.com/180\">Powerbook 180</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/FileMaker\">Filemaker</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/SQL\">SQL</a></li>\n<li><a href=\"http://hypercard.org/\">HyperCard</a></li>\n<li><a href=\"http://cyan.com/games/myst/\">Myst</a></li>\n<li><a href=\"http://www.broderbund.com/\">Broderbund</a></li>\n<li><a href=\"http://www.ign.com/companies/sierra-on-line\">Sierra On-Line</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/King's_Quest\">King’s Quest</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/PowerPlant\">PowerPlant</a></li>\n<li><a href=\"http://get.adobe.com/flashplayer/\">Flash</a></li>\n<li><a href=\"http://www.w3schools.com/js/\">JavaScript</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Java_applet\">Java Applet</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Java_remote_method_invocation\">Remote Method Invocation</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Java_Native_Interface\">Java Native Interface</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Windows_NT\">Windows NT</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Classpath_(Java)\">Classpaths</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Bioinformatics\">Bioinformatics</a></li>\n<li><a href=\"http://www.perl.org/\">Perl</a></li>\n<li><a href=\"http://stackoverflow.com/questions/8023959/why-use-strict-and-warnings\">use strict</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Berkeley_DB\">Berkeley DB</a></li>\n<li><a href=\"http://www.mysql.com/\">MySQL</a></li>\n<li><a href=\"http://www.redhat.com/\">RedHat Linux</a></li>\n<li><a href=\"http://www.gnu.org/software/emacs/\">Emacs</a></li>\n<li><a href=\"http://quartzcomposer.com/\">Quartz Composer</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Grok\">Grok</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Forth_(programming_language)\">Forth</a></li>\n<li><a href=\"http://seattlexcoders.org/\">Seattle Xcoders</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2004\">2004</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2005\">2005</a></li>\n<li><a href=\"http://nscodernight.com/\">NSCoder Night</a></li>\n<li><a href=\"http://cocoaheads.org/\">CocoaHeads</a></li>\n<li><a href=\"http://www.folklore.org/StoryView.py?story=Pirate_Flag.txt\">Pirate flag</a></li>\n<li><a href=\"http://www.amazon.com/Advanced-Programming-Edition-Core-Unix/dp/0974078514\">Advanced Mac OS X Programming book</a></li>\n<li><a href=\"http://shapeof.com/\">Gus Mueller</a></li>\n<li><a href=\"http://www.geekwire.com/2011/roguesheep-ceo-chris-parrish-leaves-flock/\">Rogue Sheep</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Macintosh_Business_Unit\">MacBU</a></li>\n<li><a href=\"http://www.omnigroup.com/\">OmniGroup</a></li>\n<li><a href=\"http://www.dbug.org/\">dBug</a></li>\n<li><a href=\"https://twitter.com/lllucas\">Lucas Newman</a></li>\n<li><a href=\"https://twitter.com/bmf\">Mike Lee</a></li>\n<li><a href=\"http://blog.wilshipley.com/\">Wil Shipley</a></li>\n<li><a href=\"http://gigaom.com/2008/07/22/seattle-xcoders-coverage-golden-braeburn/\">Golden Braeburn</a></li>\n<li><a href=\"https://twitter.com/heckj\">Joe Heck</a></li>\n<li><a href=\"https://twitter.com/halm\">Hal Mueller</a></li>\n<li><a href=\"https://developer.apple.com/wwdc/\">WWDC</a></li>\n<li><a href=\"http://www.yelp.com/biz/luau-polynesian-lounge-seattle\">Luau</a></li>\n<li><a href=\"http://sfmacindie.com/\">SFMacIndie Party</a></li>\n<li><a href=\"http://www.jillianssf.com/\">Jillian’s</a></li>\n<li><a href=\"http://arstechnica.com/author/jacqui-cheng/\">Jacqui Cheng</a></li>\n<li><a href=\"http://blog.clintecker.com/\">Clint Ecker</a></li>\n<li><a href=\"http://kickingbear.com/blog/\">Guy English</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/C4_(conference)\">C4</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/NeXT\">NeXT</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/BeOS\">BeOS</a></li>\n<li><a href=\"https://www.washington.edu/facilities/finadmin/movingandsurplus/inventory/\">UW Salvage</a></li>\n<li><a href=\"http://subversion.apache.org/\">Subversion</a></li>\n<li><a href=\"http://versionsapp.com/\">Versions</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/John_Flansburgh\">John Flansburgh</a></li>\n<li><a href=\"http://www.noside.com/\">Northside</a></li>\n</ul></p>\n",
"attachments": [
{
"url": "http://therecord.co/downloads/TheRecord-s1e5-PaulGoracke.m4a",
"mime_type": "audio/x-m4a",
"size_in_bytes": 57269955
}
]
},
{
"title": "Seattle Before the iPhone #4 - Gus Mueller",
"date_published": "2014-02-14T10:00:00-08:00",
"id": "http://therecord.co/2014/02/14/gus_mueller",
"url": "http://therecord.co/2014/02/14/gus_mueller",
"content_html": "<p>This episode was recorded 17 May 2013 live and in person at <a href=\"http://www.omnigroup.com/\">Omni’s</a> lovely offices overlooking Lake Union in Seattle.</p>\n\n<p>You can <a href=\"http://therecord.co/downloads/TheRecord-s1e4-GusMueller.m4a\">download the m4a file</a> or <a href=\"https://itunes.apple.com/us/podcast/the-record/id791861057\">subscribe in iTunes</a>. (Or <a href=\"http://therecord.co/xml/rss.xml\">subscribe to the podcast feed</a>.)</p>\n\n<p>Gus Mueller, <a href=\"http://www.flyingmeat.com/\">Flying Meat</a> founder, created VoodooPad (now at <a href=\"https://plausible.coop/voodoopad/\">Plausible Labs</a>) and <a href=\"http://www.flyingmeat.com/acorn/\">Acorn</a>, the image editor for humans. Gus is also responsible for open source software such as <a href=\"https://github.com/ccgus/fmdb\">FMDB</a> and <a href=\"http://jstalk.org/\">JSTalk</a>.</p>\n\n<p><p class=\"sponsor\">This episode is sponsored by <a href=\"http://squarespace.com/therecord\">Squarespace</a>. Get 10% off by going to <a href=\"http://squarespace.com/therecord\">http://squarespace.com/therecord</a>. Better still: <a href=\"http://beapartofit.squarespace.com\">go work for Squarespace</a>! They’re hiring 30 engineers and designers by March 15, and, “When you interview at Squarespace, we’ll invite you and your spouse or partner to be New Yorkers for a weekend—on us.” The great designers at Squarespace have designed an entire weekend for you, from dining at Alder to going to the Smalls Jazz Club and visiting The New Museum. Seriously cool deal at <a href=\"http://beapartofit.squarespace.com/\">beapartofit.squarespace.com</a>.</p>\n\n<p><p class=\"sponsor\">This episode is also sponsored by <a href=\" http://www.windowsazure.com/en-us/develop/mobile/ios/?WT.mc_id=azurebg_us_pmm_mirluna_therecord\">Microsoft Azure Mobile Services</a>. Mobile Services is a great way to provide backend services — syncing and other things — for your iPhone, iPad, and Mac apps. Write code — Javascript code — in your favorite text editor on your Mac. (Mobile Services runs Node.js.) Deploy via git. Write unit tests using mocha (or your tool of choice). Supports authenticating via Twitter, Facebook, and Google — and you can roll your own system. It’s cool.</p></p>\n\n<p>Things we mention, in order of appearance (more or less):</p>\n\n<p><ul>\n<li><a href=\"http://en.wikipedia.org/wiki/Rock_climbing\">Rock climbing</a></li>\n<li><a href=\"http://therecord.co/2014/01/03/luke_adamson\">Luke Adamson</a></li>\n<li><a href=\"http://www.mo.gov/\">Missouri</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2001\">2001</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2002\">2002</a></li>\n<li><a href=\"https://developer.apple.com/technologies/mac/cocoa.html\">Cocoa</a></li>\n<li><a href=\"http://oldcomputers.net/appleiic.html\">Apple IIc</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1993\">1993</a></li>\n<li><a href=\"http://apple-history.com/colorclassic\">Mac Color Classic</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/BASIC\">BASIC</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/ELIZA\">ELIZA</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Artificial_intelligence\">Artificial Intelligence</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Assembly_language\">Assembler</a></li>\n<li><a href=\"http://www.missilecommand.com/\">Missile Command</a></li>\n<li><a href=\"https://www.java.com/\">Java</a></li>\n<li><a href=\"http://www.linkedin.com/pub/eric-albert/1/610/402\">Eric Albert</a></li>\n<li><a href=\"http://www.perl.org/\">Perl</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Graphics_Interchange_Format\">Animated GIFs</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Common_Gateway_Interface\">CGIs</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Push_technology\">Server push images</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Xojo\">REALBasic</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Personal_computer\">PC</a></li>\n<li><a href=\"http://apple-history.com/aiie\">Apple IIe</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/DOS\">DOS</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Colossal_Cave_Adventure\">Colossal Caves</a></li>\n<li><a href=\"http://rickadams.org/adventure/walkthroughs/walkthrough.html\">Plover</a></li>\n<li><a href=\"http://www.nibblemagazine.com/\">Nibble</a></li>\n<li><a href=\"http://www.civilization.com/\">Civilization</a></li>\n<li><a href=\"http://www.unix.org/\">UNIX</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/IBM_AIX\">AIX</a></li>\n<li><a href=\"http://en.wikipedia.org/?title=A/UX\">A/UX</a></li>\n<li><a href=\"https://stlouis-mo.gov/\">St. Louis</a></li>\n<li><a href=\"http://www.gocolumbiamo.com/\">Columbia</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Barbie\">Math is hard</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Single_sign-on\">Single sign-on</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Java_Servlet\">Servlets</a></li>\n<li><a href=\"https://www.apple.com/osx/\">OS X</a></li>\n<li><a href=\"https://developer.apple.com/wwdc/\">WWDC</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Rhapsody_(operating_system)\">Rhapsody</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1995\">1995</a></li>\n<li><a href=\"http://projects.pudge.net/\">MacPERL</a></li>\n<li><a href=\"http://asg.andrew.cmu.edu/andrew2/dist/niftytelnet.html\">NiftyTelnet</a></li>\n<li><a href=\"http://www.barebones.com/products/bbedit/\">BBEdit</a></li>\n<li><a href=\"http://flyingmeat.com/flysketch/\">FlySketch</a></li>\n<li><a href=\"http://www.marco.org/\">Coffee</a></li>\n<li><a href=\"http://www.artyfactory.com/art_appreciation/animals_in_art/pablo_picasso.htm\">Picasso’s bull sketches</a></li>\n<li><a href=\"https://plausible.coop/voodoopad/\">VoodooPad</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Apple_Cinema_Display\">22\" Cinema Display</a></li>\n<li><a href=\"http://www.macdevcenter.com/pub/a/mac/developer/2003/07/10/innovators.html\">OS X Innovator’s Award</a></li>\n<li><a href=\"http://www.oreilly.com/\">O’Reilly</a></li>\n<li><a href=\"http://www.stairways.com/main/\">Peter Lewis</a></li>\n<li><a href=\"https://twitter.com/siegel\">Rich Siegel</a></li>\n<li><a href=\"http://latenightsw.com/blog/\">Mark Aldritt</a></li>\n<li><a href=\"http://www.ambrosiasw.com/\">Ambrosia</a></li>\n<li><a href=\"http://panic.com/\">Panic</a></li>\n<li><a href=\"http://panic.com/transmit/\">Transmit</a></li>\n<li><a href=\"http://panic.com/audion/\">Audion</a></li>\n<li><a href=\"http://conferences.oreillynet.com/macosx2004/\">O’Reilly Mac OS Conference</a></li>\n<li><a href=\"http://www.rogueamoeba.com/audiohijackpro/\">Audio Hijack</a></li>\n<li><a href=\"http://onefoottsunami.com/\">Paul Kafasis</a></li>\n<li><a href=\"http://www.codingmonkeys.de/subethaedit/\">SubEthaEdit</a></li>\n<li><a href=\"https://www.apple.com/mac-pro/\">Mac Pro</a></li>\n<li><a href=\"http://www.ireland.com/\">Ireland</a></li>\n<li><a href=\"http://www.xml.com/axml/testaxml.htm\">XML</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Portable_Document_Format\">PDF</a></li>\n<li><a href=\"http://www.victoriassecret.com/\">Victoria’s Secret</a></li>\n<li><a href=\"http://www.cat.com/\">Caterpillar</a></li>\n<li><a href=\"http://www.adobe.com/products/indesign.html\">Adobe InDesign</a></li>\n<li><a href=\"http://www.apple.com/osx/server/\">OS X Server</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Xserve\">Xserve</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Power_Mac_G5\">Macintosh G5</a></li>\n<li><a href=\"https://www.macupdate.com/\">MacUpdate</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/VersionTracker\">VersionTracker</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/QuickDraw\">QuickDraw</a></li>\n<li><a href=\"http://web.mit.edu/~kerberos/\">Kerberos</a></li>\n<li><a href=\"http://arstechnica.com/apple/2012/05/25-years-of-hypercard-the-missing-link-to-the-web/\">HyperCard</a></li>\n<li><a href=\"https://www.mikeash.com/pyblog/friday-qa-2009-03-20-objective-c-messaging.html\">Objective-C messaging system</a></li>\n<li><a href=\"http://www.amazon.com/Cocoa-Programming-Mac-4th-Edition/dp/0321774086\">Aaron Hillegass’s book</a></li>\n<li><a href=\"http://cocoadev.com/JavaBridge\">Java-Cocoa bridge</a></li>\n<li><a href=\"http://www.oracle.com/technetwork/java/javase/jdbc/index.html\">JDBC</a></li>\n<li><a href=\"http://docs.oracle.com/cd/B19306_01/server.102/b14220/intro.htm\">Oracle databases</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2005\">2005</a></li>\n<li><a href=\"http://www.seattle.gov/default.aspx\">Seattle</a></li>\n<li><a href=\"http://microsoft.com/\">Microsoft</a></li>\n<li><a href=\"http://www.youtube.com/watch?v=jW3PFC86UNI&feature=kp\">Parents Just Don’t Understand</a></li>\n<li><a href=\"https://vancouver.ca/\">Vancouver, BC</a></li>\n<li><a href=\"http://www.bbking.com/\">B.B. King</a></li>\n<li><a href=\"http://seattlexcoders.org/\">Seattle Xcoders</a></li>\n<li><a href=\"https://twitter.com/heckj\">Joe Heck</a></li>\n<li><a href=\"http://missouri.edu/\">University of Missouri</a></li>\n<li><a href=\"https://archive.org/details/EveningAtAdler\">Evening at Adler</a></li>\n<li><a href=\"http://blog.wilshipley.com/\">Wil Shipley</a></li>\n<li><a href=\"http://bitsplitting.org/\">Daniel Jalkut</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Fire_(instant_messaging_client)\">Eric Peyton</a></li>\n<li><a href=\"http://qsapp.com/\">Quicksilver</a></li>\n<li><a href=\"https://twitter.com/rosyna\">Rosyna</a></li>\n<li><a href=\"http://www.cityofchicago.org/city/en.html\">Chicago</a></li>\n<li><a href=\"http://drunkenblog.com/\">Drunkenbatman</a></li>\n<li><a href=\"http://www.adlerplanetarium.org/\">Adler Planetarium</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/C4_(conference)\">C4</a></li>\n<li><a href=\"http://rentzsch.tumblr.com/\">Wolf</a></li>\n<li><a href=\"http://iamthewalr.us/\">Colin Barrett</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Delicious_Generation\">Delicious Generation</a></li>\n<li><a href=\"http://www.discoapp.com/\">Disco.app</a></li>\n<li><a href=\"http://forums.macrumors.com/showthread.php?t=481368\">My Dream App</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Camino\">Chimera / Camino</a></li>\n<li><a href=\"http://santaclaraca.gov/\">Santa Clara</a></li>\n<li><a href=\"http://worldwrapps.com/\">World Wrapps</a></li>\n<li><a href=\"http://log.scifihifi.com/\">Buzz Andersen</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/Introduction/Introduction.html\">Quartz</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/graphicsimaging/reference/CoreImageFilterReference/Reference/reference.html\">Core Image Filters</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Bézier_curve\">Bezier curves</a></li>\n<li><a href=\"http://www.wacom.com/\">Wacom</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Unit_testing\">Unit tests</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Build_automation\">Automated builds</a></li>\n<li><a href=\"http://borkwarellc.wordpress.com/2007/10/26/zerolink-rest-in-pieces/\">ZeroLink</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/CodeWarrior\">Metrowerks CodeWarrior</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/NeXT\">NeXT</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/BeOS\">BeOS</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Macintosh_Performa\">Macintosh Performa</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Display_PostScript\">Display Postscript</a></li>\n<li><a href=\"http://www.sgi.com/\">SGIs</a></li>\n<li><a href=\"http://www.flickr.com/photos/johnhanna/2141573873/\">Sun boxes</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Mac_OS_8\">Mac OS 8</a></li>\n<li><a href=\"https://www.tenon.com/products/machten/\">MachTen</a></li>\n<li><a href=\"http://home.mcom.com/MCOM/products_docs/client.html\">Netscape</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Internet_Explorer_for_Mac\">Internet Explorer for Mac OS</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Outlook_Express\">Outlook Express</a></li>\n<li><a href=\"http://www.omnigroup.com/\">OmniGroup</a></li>\n<li><a href=\"http://shakespeares.com/\">Shakespeare’s pizza</a></li>\n<li><a href=\"http://www.pagliacci.com/\">Pagliacci</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Neapolitan_pizza\">Neapolitan pizza</a></li>\n<li><a href=\"http://www.ci.everett.wa.us/\">Everett</a></li>\n<li><a href=\"http://www.verizon.com/home/fios/\">FIOS</a></li>\n<li><a href=\"http://www.fender.com/guitars/stratocaster/\">Fender Stratocaster</a></li>\n<li><a href=\"https://www.apple.com/mac/garageband/\">GarageBand</a></li>\n<li><a href=\"http://audiob.us/\">AudioBus</a></li>\n<li><a href=\"http://www.photoshop.com/\">Adobe Photoshop</a></li>\n<li><a href=\"http://www.adobe.com/products/photoshop-elements.html\">Adobe Photoshop Elements</a></li>\n<li><a href=\"http://jstalk.org/\">JSTalk</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/AppleScript/Conceptual/AppleScriptX/AppleScriptX.html\">AppleScript</a></li>\n<li><a href=\"http://www.sqlite.org/\">SQLite</a></li>\n<li><a href=\"http://www.webkit.org/\">WebKit</a></li>\n<li><a href=\"http://aged-and-distilled.com/napkin/\">Napkin</a></li>\n</ul></p>\n",
"attachments": [
{
"url": "http://therecord.co/downloads/TheRecord-s1e4-GusMueller.m4a",
"mime_type": "audio/x-m4a",
"size_in_bytes": 60579155
}
]
},
{
"title": "Seattle Before the iPhone #3 - Greg Robbins",
"date_published": "2014-01-31T12:00:00-08:00",
"id": "http://therecord.co/2014/01/31/greg_robbins",
"url": "http://therecord.co/2014/01/31/greg_robbins",
"content_html": "<p>This episode was recorded 16 May 2013 live and in person at <a href=\"http://www.omnigroup.com/\">Omni’s</a> offices overlooking Lake Union in Seattle.</p>\n\n<p>You can <a href=\"http://therecord.co/downloads/TheRecord-s1e3-GregRobbins.m4a\">download the m4a file</a> or <a href=\"https://itunes.apple.com/us/podcast/the-record/id791861057\">subscribe in iTunes</a>. (Or <a href=\"http://therecord.co/xml/rss.xml\">subscribe to the podcast feed</a>.)</p>\n\n<p>Greg Robbins is Graphing Calculator co-author (<a href=\"http://www.pacifict.com/Story/\">a story you should already know about</a>, that we don’t go over again) and has done such diverse things as bringing translucency to the Mac OS Drag Manager (way back in the ’90s), and writing an open source <a href=\"http://googlemac.blogspot.com/2011/08/new-objective-c-library-for-new.html\">Objective-C library for Google Data APIs</a>. You can follow <a href=\"https://twitter.com/grob\">Greg on Twitter</a>.</p>\n\n<p class=\"sponsor\">This episode is sponsored by <a href=\"http://squarespace.com/therecord\">Squarespace</a>. Easily create beautiful websites via drag-and-drop. Get help any time from their 24/7 technical support. Create responsive websites — ready for phones and tablets — without any extra effort: Squarespace’s designers have already handled it for you. Get 10% off by going to <a href=\"http://squarespace.com/therecord\">http://squarespace.com/therecord</a>. And, if you want to get under the hood, check out their APIs at <a href=\"http://developers.squarespace.com/\">developers.squarespace.com</a>.</p>\n\n\n\n\n<p class=\"sponsor\">This episode is also sponsored by <a href=\" http://www.windowsazure.com/en-us/develop/mobile/ios/?WT.mc_id=azurebg_us_pmm_mirluna_therecord\">Microsoft Azure Mobile Services</a>. Mobile Services is a great way to provide backend services — syncing and other things — for your iPhone, iPad, and Mac apps. If you’ve been to the website already, you’ve seen the tutorials where you input code into a browser window. And that’s an easy way to get started. But don’t be fooled: Mobile Services is deep. You can write in your favorite text editor and deploy via Git. Regular-old Git, not Git#++. Git.</p>\n\n\n<p>Things we mention, in order of appearance (pretty much):</p>\n\n<ul>\n<li><a href=\"http://www.real.com/\">Real Networks</a></li>\n<li><a href=\"http://www.pacifict.com/Story/\">Graphing Calculator</a></li>\n<li><a href=\"https://www.google.com/\">Google</a></li>\n<li><a href=\"http://www.thisamericanlife.org/radio-archives/episode/284/transcript\">Ira Glass on Graphing Calculator</a></li>\n<li><a href=\"http://books.google.com/books?id=LKkZ3TC-wScC&pg=PA1359&lpg=PA1359&dq=mac+drag+manager+translucency&source=bl&ots=smAKSBsSI7&sig=guFPXLs1c2VmwCKRpBD33uZWojU&hl=en&sa=X&ei=LeTqUoqWH4vwoASziYGQAw&ved=0CCkQ6AEwAQ#v=onepage&q=mac%20drag%20manager%20translucency&f=false\">Drag Manager Translucency</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/History_of_Mac_OS#System_7\">Mac OS 7.5.3</a></li>\n<li><a href=\"https://developer.apple.com/legacy/library/documentation/Carbon/reference/Drag_Manager/drag_manager_ref.pdf\">Drag Manager</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Alpha_compositing\">Alpha channels</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/Introduction/Introduction.html\">Quartz</a></li>\n<li><a href=\"http://www.mactech.com/articles/develop/issue_06/Othmer_text_.html\">CopyBits</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Monochrome_monitor\">Black and white displays</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Motorola_68000_family\">68K computers</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/PowerPC\">PowerPC</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Bit_blit\">Blitting</a></li>\n<li><a href=\"http://www.macobserver.com/images/features/macos8/deskpictures.gif\">Desktop Pictures</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1995\">1995</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/NeXT\">NeXT</a></li>\n<li><a href=\"http://www.omnigroup.com\">Omni</a></li>\n<li><a href=\"http://www.swansontec.com/sprogram.html\">Assembly language</a></li>\n<li><a href=\"https://developer.apple.com/support/technical/\">DTS</a></li>\n<li><a href=\"http://oldcomputers.net/apple-newton.html\">Newton</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Teleprinter\">Teletypes</a></li>\n<li><a href=\"http://www.lawrencehallofscience.org\">Berkeley’s Lawrence Hall of Science</a></li>\n<li><a href=\"http://oldcomputers.net/appleii.html\">Apple II</a></li>\n<li><a href=\"http://www.youtube.com/watch?v=4aeETEoNfOg\">1979</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Mainframe_computer\">Mainframe</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Concentration_(game_show)\">Concentration</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Busboy\">Busboy</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Nolo.com\">Nolo Press</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/ComputerLand\">ComputerLand</a></li>\n<li><a href=\"http://stevenf.com/beagle/\">Beagle Bros.</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Integer_BASIC\">Integer BASIC</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Apple_80-Column_Text_Card\">80-column cards</a></li>\n<li><a href=\"http://oldcomputers.net/appleii.html\">Apple II Plus</a></li>\n<li><a href=\"http://www.applelogic.org/UserManuals.html\">Apple II Technical Manual</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Homebrew_Computer_Club\">Homebrew computers</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Electromagnetic_interference\">RF Interference</a></li>\n<li><a href=\"http://oldcomputers.net/appleiigs.html\">Apple II GS</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/TRS-80\">Non-Apple Machines</a></li>\n<li><a href=\"http://en.wikibooks.org/wiki/6502_Assembly\">6502 Assembly</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Missile_Command\">Missile Command</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1992\">1992</a></li>\n<li><a href=\"http://www.nasa.gov/\">NASA</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Artificial_neural_network\">Neural networks</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Robert_Hecht-Nielsen\">Robert Hecht-Nielsen</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1980s\">1980s</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Speech_recognition\">Voice recognition</a></li>\n<li><a href=\"http://eospso.gsfc.nasa.gov\">Earth Observing System</a></li>\n<li><a href=\"http://www.nasa.gov/centers/goddard/home/\">Goddard Space Flight Center</a></li>\n<li><a href=\"http://www.macusenet.com/\">comp.sys.mac</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Pascal_(programming_language)\">Pascal</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/C_(programming_language)\">C</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Macintosh_Programmer%27s_Workshop\">Macintosh Progammers Workshop (MPW)</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/THINK_C\">Lightspeed C / THINK C</a></li>\n<li><a href=\"http://www.danielsays.com/ss-gallery-macintosh-thinks-lightspeed-pascal-10.html\">Lightspeed Pascal</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/CodeWarrior\">CodeWarrior</a></li>\n<li><a href=\"http://lowendmac.com/roundtable/12rt/026-powerpc-transition.html\">PowerPC transition</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Macintosh_Toolbox\">Toolbox</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Inside_Macintosh\">Inside Mac</a></li>\n<li><a href=\"http://www.amazon.com/Macintosh-Programmers-Toolbox-Assistant-Cd-Rom/dp/0201483424\">Macintosh Programmers Toolbox Assistant</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/QuickView\">QuickView</a></li>\n<li><a href=\"http://hypercard.org/\">Hypercard</a></li>\n<li><a href=\"http://www.amazon.com/Write-Macintosh-Software-Scott-Knaster/dp/0672484293/ref=sr_1_7?s=books&ie=UTF8&qid=1391196136&sr=1-7\">How to Write Macintosh software by Scott Knaster</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1990s\">1990s</a></li>\n<li><a href=\"http://apple-history.com/emate\">eMate</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Apple_QuickTake\">Apple QuickTake</a></li>\n<li><a href=\"http://www.youtube.com/watch?v=ZYcAsOG2jaI\">Secret About Box</a></li>\n<li><a href=\"http://www.tuaw.com/2013/03/31/mac-101-easter-eggs/\">Easter eggs</a></li>\n<li><a href=\"http://www.mackido.com/EasterEggs/Breakout.html\">Breakout in 7.5</a></li>\n<li><a href=\"http://www.mackido.com/EasterEggs/Iguana.html\">Herman the Iguana</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Pointer_(computer_programming)\">Pointers</a></li>\n<li><a href=\"http://www.pacifict.com/ron/\">Ron Avitzur</a></li>\n<li><a href=\"https://www.apple.com/airplay/\">Airplay</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Front_Row_(software)\">Front Row</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Windows_Vista\">Windows Vista</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Microsoft_Office\">Microsoft Office</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Adobe_Photoshop\">Adobe Photoshop</a></li>\n<li><a href=\"http://www.seattle.gov/\">Seattle</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/RealPlayer\">RealPlayer</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1998\">1998</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Rob_Glaser\">Rob Glaser</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Macworld/iWorld\">Macworld Conference</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Extension_(Mac_OS)\">Marching extensions</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Conflict_Catcher\">Casady & Greene’s Conflict Catcher</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Carbon_(API)\">Carbon</a></li>\n<li><a href=\"https://developer.apple.com/technologies/mac/cocoa.html\">Cocoa</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2002\">2002</a></li>\n<li><a href=\"http://www.winamp.com/\">WinAmp</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Appearance_Manager\">Appearance Manager</a></li>\n<li><a href=\"http://www.lowendmac.com/thompson/06/0801.html\">Kaleidoscope</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Copland_(operating_system)\">Copland</a></li>\n<li><a href=\"http://inessential.com/2009/03/19/internetworld_spring_1997\">InternetWorld 1997</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/OpenDoc\">OpenDoc</a></li>\n<li><a href=\"http://scripting.com/\">Dave Winer</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/QuickDraw_GX\">Quickdraw GX</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Apple_Open_Collaboration_Environment\">Apple Open Collaborative Environment (AOCE)</a></li>\n<li><a href=\"http://www.apple.com/icloud/\">iCloud</a></li>\n<li><a href=\"http://llvm.org/\">LLVM</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/developertools/conceptual/InstrumentsUserGuide/Introduction/Introduction.html\">Instruments</a></li>\n<li><a href=\"http://msdn.microsoft.com/en-US/vstudio\">Microsoft Visual Studio</a></li>\n<li><a href=\"http://clang.llvm.org/docs/AutomaticReferenceCounting.html\">ARC</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/C_Sharp_(programming_language)\">C#</a></li>\n<li><a href=\"https://developer.apple.com/xcode/\">Xcode</a></li>\n<li><a href=\"https://www.eclipse.org/\">Eclipse</a></li>\n<li><a href=\"http://www.apple.com/quicktime/\">QuickTime</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Project_Builder\">Project Builder</a></li>\n<li><a href=\"https://www.macupdate.com/app/mac/24587/google-desktop\">Google Desktop</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Spotlight_(software)\">Spotlight</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/google-maps/id585027354?mt=8\">Google Maps for iOS</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2005\">2005</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Macintosh_Business_Unit\">Macintosh Business Unit (MacBU)</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/RSS\">RSS</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Google_Reader\">Google Reader</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Google_Keep\">Google Keep</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Google_driverless_car\">Self-driving cars</a></li>\n<li><a href=\"http://www.google.com/glass/start/\">Google Glass</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Big_data\">Big data</a></li>\n<li><a href=\"http://googlemac.blogspot.com/2011/08/new-objective-c-library-for-new.html\">Google Data APIs for Objective-C</a></li>\n<li><a href=\"http://www.w3.org/XML/\">XML</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/OAuth\">OAuth</a></li>\n</ul>\n\n",
"attachments": [
{
"url": "http://therecord.co/downloads/TheRecord-s1e3-GregRobbins.m4a",
"mime_type": "audio/x-m4a",
"size_in_bytes": 62216126
}
]
},
{
"title": "Seattle Before the iPhone #2 - John Nack",
"date_published": "2014-01-17T10:00:00-08:00",
"id": "http://therecord.co/2014/01/17/john_nack",
"url": "http://therecord.co/2014/01/17/john_nack",
"content_html": "<p>This episode was recorded 22 May 2013 live and in person at <a href=\"http://www.adobe.com/\">Adobe’s</a> offices in Fremont in Seattle.</p>\n\n<p>You can <a href=\"http://therecord.co/downloads/TheRecord-s1e2-JohnNack.m4a\">download the m4a file</a> or <a href=\"https://itunes.apple.com/us/podcast/the-record/id791861057\">subscribe in iTunes</a>. (Or <a href=\"http://therecord.co/xml/rss.xml\">subscribe to the podcast feed</a>.)</p>\n\n<p>John Nack is Principal Product Manager, Adobe Digital Video. <a href=\"http://blogs.adobe.com/jnack/\">He has a blog</a> (definitely worth reading, especially if you use Photoshop) and is <a href=\"https://twitter.com/jnack\">@jnack</a> on Twitter.</p>\n\n<p class=\"sponsor\">This episode is sponsored by <a href=\" http://www.windowsazure.com/en-us/develop/mobile/ios/?WT.mc_id=azurebg_us_pmm_mirluna_therecord\">Microsoft Azure Mobile Services</a>. One of the cooler features recently added is the ability to create custom APIs. Originally you were limited to standard operations on your database tables — but now you can design any API you want. This allows you to create a full REST/JSON API that’s tailored to your app, that works as efficiently as possible. (And it’s all in JavaScript. Mobile Services runs Node.js. Write your apps in your favorite text editor on your <i>Mac</i>.)</p>\n\n\n<p>Things we mention, in order of appearance (pretty much):</p>\n\n<ul>\n<li><a href=\"http://adobe.com/\">Adobe</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Adobe_LiveMotion\">LiveMotion</a></li>\n<li><a href=\"http://www.adobe.com/products/photoshop.html\">Photoshop</a></li>\n<li><a href=\"http://blogs.adobe.com/jnack/\">John’s Blog</a></li>\n<li><a href=\"http://www.vonnegut.com/\">Kurt Vonnegut</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Granfalloon\">Granfalloons</a></li>\n<li><a href=\"http://www.despair.com/\">despair.com</a></li>\n<li><a href=\"https://developer.apple.com/technologies/mac/cocoa.html\">Cocoa</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/64-bit_computing\">64-bit</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Carbon_(API)\">Carbon 64-bit</a></li>\n<li><a href=\"http://www.youtube.com/watch?v=G3J89Io28qM\">Unfrozen Cave Man</a></li>\n<li><a href=\"http://www.olivegarden.com/\">Olive Garden</a></li>\n<li><a href=\"http://www.ci.south-bend.in.us/\">South Bend, Indiana</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Tiramisu\">Tiramisu</a></li>\n<li><a href=\"http://www.catholic.org/saints/saint.php?saint_id=103\">St. Sebastian</a></li>\n<li><a href=\"http://abcnews.go.com/GMA/recipe?id=11745412\">Breadsticks</a></li>\n<li><a href=\"http://animals.nationalgeographic.com/animals/photos/monkeys/\">Monkeys</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/2005\">2005</a></li>\n<li><a href=\"http://movabletype.org/\">Movable Type</a></li>\n<li><a href=\"http://www.equilibrium.com/debabelizer/\">DeBabelizer</a></li>\n<li><a href=\"https://www.macupdate.com/app/mac/235/gifbuilder\">GifBuilder</a></li>\n<li><a href=\"http://nolobe.com/interarchy/\">Anarchie</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Nineteen_Eighty-Four\">1984</a></li>\n<li><a href=\"https://www.apple.com/mac/\">Mac</a></li>\n<li><a href=\"http://www.imdb.com/title/tt0062622/\">2001</a></li>\n<li><a href=\"http://www.algonquinhotel.com/\">Algonquin Hotel</a></li>\n<li><a href=\"http://oldcomputers.net/appleii.html\">Apple II</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/IBM_PCjr\">PCjr</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/ASCII_art\">ASCII Art</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Clip_art\">Clip Art</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Googly_eyes\">Googly Eyes</a></li>\n<li><a href=\"http://www.folklore.org/ProjectView.py?name=Macintosh&characters=Bill+Atkinson\">Bill Atkinson</a></li>\n<li><a href=\"http://www.folklore.org/StoryView.py?story=MacPaint_Evolution.txt\">MacPaint</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Rorschach_test\">Rorschach Test</a></li>\n<li><a href=\"http://oldcomputers.net/appleiigs.html\">Apple II GS</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Great_books\">Great Books</a></li>\n<li><a href=\"http://apple-history.com/840\">Quadra 840AV</a></li>\n<li><a href=\"http://www.youtube.com/watch?v=5tw454TPZtU\">Quadra Ad</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/MacroMind_Director\">Director</a></li>\n<li><a href=\"http://www.supercard.us/\">SuperCard</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Søren_Kierkegaard\">Søren Kierkegaard</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Immanuel_Kant\">Immanuel Kant</a></li>\n<li><a href=\"http://www.nd.edu/\">Notre Dame</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/American_football\">Football</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Windows_NT\">Windows NT</a></li>\n<li><a href=\"http://www.w3schools.com/html/\">HTML</a></li>\n<li><a href=\"http://www1.nyc.gov/\">New York City</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1998\">1998</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Adobe_Flash\">Flash</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Macromedia\">Macromedia</a></li>\n<li><a href=\"http://www.adobe.com/products/illustrator.html\">Illustrator</a></li>\n<li><a href=\"http://www.nrotc.navy.mil/\">Navy ROTC</a></li>\n<li><a href=\"http://www.sfgov.org/index.asp\">San Francisco</a></li>\n<li><a href=\"http://www.adobe.com/support/downloads/product.jsp?product=26&platform=Macintosh\">GoLive</a></li>\n<li><a href=\"http://netnewswireapp.com/\">NetNewsWire</a></li>\n<li><a href=\"http://www.adobe.com/products/aftereffects.html\">After Effects</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Thomas_Knoll\">Thomas Knoll</a></li>\n<li><a href=\"http://www.adobe.com/products/photoshop/extend.html\">Camera Raw</a></li>\n<li><a href=\"http://www.adobe.com/products/photoshop-touch.html\">Photoshop Touch</a></li>\n<li><a href=\"https://www.cia.gov/library/publications/the-world-factbook/geos/gm.html\">Germany</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Philistinism\">Philistinism</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Perfectionism_(psychology)\">Perfectionism</a></li>\n<li><a href=\"http://www.vw.com/en.html\">Volkswagen</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Radiocarbon_dating\">Carbon-dating</a></li>\n<li><a href=\"http://www.webstandards.org/\">Web Standards</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Scalable_Vector_Graphics\">SVG</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Cascading_Style_Sheets\">CSS</a></li>\n<li><a href=\"http://shapeof.com/\">Gus Mueller</a></li>\n<li><a href=\"http://www.flyingmeat.com/acorn/\">Acorn</a></li>\n<li><a href=\"https://twitter.com/mrgan\">Neven Mrgan</a></li>\n<li><a href=\"http://www.subtraction.com/\">Khoi Vinh</a></li>\n<li><a href=\"https://www.cia.gov/library/publications/the-world-factbook/geos/hr.html\">Croatia</a></li>\n<li><a href=\"http://www.portlandonline.com/\">Portland</a></li>\n<li><a href=\"http://www.internetslang.com/JDI-meaning-definition.asp\">JDI</a></li>\n<li><a href=\"http://helpx.adobe.com/photoshop/using/retouching-repairing-images.html\">Healing Brush</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Buck_Rogers\">Buck Rogers</a></li>\n<li><a href=\"http://www.adobe.com/products/creativecloud.html\">Creative Cloud</a></li>\n<li><a href=\"http://facebook.com/\">Facebook</a></li>\n<li><a href=\"http://www.smugmug.com/\">Smugmug</a></li>\n<li><a href=\"https://developer.apple.com/wwdc/\">WWDC</a></li>\n<li><a href=\"http://www.vw.com/en/models/jetta/gallery.html\">Jetta</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Ketchup\">Ketchup</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Death_march_(project_management)\">Death-march</a></li>\n<li><a href=\"http://www.simpsoncrazy.com/characters/comic-book-guy\">Comic Book Guy</a></li>\n<li><a href=\"http://daringfireball.net/\">John Gruber</a></li>\n<li><a href=\"http://parislemon.com/post/40128357896/if-you-see-a-stylus-they-blew-it\">“If you see a stylus, they blew it.”</a></li>\n<li><a href=\"http://www.microsoft.com/surface/en-us\">Microsoft Surface</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Metro_(design_language)\">Metro UI</a></li>\n<li><a href=\"http://www.youtube.com/watch?v=1yeA_kHHLow\">Rahm Emmanuel: “You never want a serious crisis to go to waste.”</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/The_Mythical_Man-Month\">The Mythical Man-Month</a></li>\n<li><a href=\"http://www.photoshopessentials.com/photo-editing/content-aware-fill-cs5/\">Content-Aware Fill</a></li>\n<li><a href=\"http://www.imdb.com/title/tt0111161/\">Shawshank</a></li>\n<li><a href=\"http://www.adobe.com/products/indesign.html\">InDesign</a></li>\n<li><a href=\"http://www.adobemagazine.com/\">Adobe Magazine</a></li>\n<li><a href=\"http://www.nike.com/\">Nike</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Adobe_PageMaker\">PageMaker</a></li>\n<li><a href=\"http://www.adobe.com/products/postscript/\">Postscript</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Single-lens_reflex_camera\">SLR</a></li>\n<li><a href=\"http://www.adobe.com/products/photoshop-lightroom.html\">Lightroom</a></li>\n<li><a href=\"http://www.blackanddecker.com/\">Black & Decker</a></li>\n<li><a href=\"http://austinpowers.wikia.com/wiki/Dr._Evil\">Dr. Evil</a></li>\n<li><a href=\"https://twitter.com/lorenb\">Loren Brichter</a></li>\n<li><a href=\"http://instagram.com/\">Instagram</a></li>\n<li><a href=\"http://www.kickstarter.com/\">Kickstarter</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Non-governmental_organization\">NGO</a></li>\n<li><a href=\"http://marissamayr.tumblr.com/post/50902274591/im-delighted-to-announce-that-weve-reached-an\">Tumblr Acquisition</a></li>\n<li><a href=\"http://www.troygaul.com/\">Troy Gaul</a></li>\n<li><a href=\"http://www.blurb.com/\">Blurb</a></li>\n<li><a href=\"http://www.theonion.com/articles/report-98-percent-of-us-commuters-favor-public-tra,1434/\">The Onion: Report: 98 Percent Of U.S. Commuters Favor Public Transportation For Others</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Data_(Star_Trek)\">Data</a></li>\n<li><a href=\"http://terminator.wikia.com/wiki/T-1000_(Terminator_2:_Judgment_Day)\">T-1000</a></li>\n<li><a href=\"https://www.cia.gov/library/publications/the-world-factbook/geos/sy.html\">Syria</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/MacApp\">MacApp</a></li>\n<li><a href=\"https://code.google.com/p/resourceviewer/\">Resource Manager</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/John_Knoll\">John Knoll</a></li>\n<li><a href=\"http://www.ilm.com/\">Industrial Light & Magic</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/QuickTime\">QuickTime</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/OpenDoc\">OpenDoc</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Common_Object_Request_Broker_Architecture\">Corba</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Object_Linking_and_Embedding\">OLE</a></li>\n<li><a href=\"https://twitter.com/snapseed\">SnapSeed</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/System_6\">Mac System 6</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Apple_events\">Apple events</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/AppleScript\">AppleScript</a></li>\n<li><a href=\"http://audiob.us/\">Audio Bus</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/1992\">1992</a></li>\n<li><a href=\"http://www.imdb.com/character/ch0190293/quotes\">“The only time you should start worrying about a soldier is when they stop bitchin’”</a></li>\n<li><a href=\"http://books.google.com/books?id=mXnw5tM8QRwC&pg=PA115&lpg=PA115&dq=first+computer+good+enough+to+criticize&source=bl&ots=PxLvdYbqXE&sig=N2QWjFNo-AoPE_PlP1di6HPglQc&hl=en&sa=X&ei=DcjYUs3nF4TzoATV_YGIBQ&ved=0CCsQ6AEwAA#v=onepage&q=first%20computer%20good%20enough%20to%20criticize&f=false\">Alan Kay: “The Mac is the first computer good enough to be criticized.”</a></li>\n<li><a href=\"http://tapbots.com/\">TapBots</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/tweetbot-2-iphone-ipod-touch/id428851691?mt=8\">Tweetbot 2</a></li>\n<li><a href=\"http://www.android.com/\">Android</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Kai's_Power_Tools\">Kai’s Power Tools</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Kai_Krause\">Kai Krause</a></li>\n<li><a href=\"http://fremont.com/\">Fremont</a></li>\n<li><a href=\"http://www.rundmc.com/\">RUN DMC</a></li>\n<li><a href=\"http://www.porsche.com/usa/models/boxster/\">Porsche Boxster</a></li>\n<li><a href=\"http://jnack.com/flavawagon\">Flavawagon</a></li>\n<li><a href=\"http://www.google.com/glass/start/\">Google Glass</a></li>\n<li><a href=\"http://scobleizer.com/\">Robert Scoble</a></li>\n</ul>\n\n",
"attachments": [
{
"url": "http://therecord.co/downloads/TheRecord-s1e2-JohnNack.m4a",
"mime_type": "audio/x-m4a",
"size_in_bytes": 60301043
}
]
},
{
"title": "Seattle Before the iPhone #1 - Luke Adamson",
"date_published": "2014-01-03T11:10:00-08:00",
"id": "http://therecord.co/2014/01/03/luke_adamson",
"url": "http://therecord.co/2014/01/03/luke_adamson",
"content_html": "<p>This episode was recorded 15 May 2013 live and in person at <a href=\"http://www.omnigroup.com/\">The Omni Group’s</a> lovely offices overlooking Lake Union in Seattle.</p>\n\n<p>You can <a href=\"http://therecord.co/downloads/TheRecord-s1e1-LukeAdamson.m4a\">download the m4a file</a> or <a href=\"https://itunes.apple.com/us/podcast/the-record/id791861057\">subscribe in iTunes</a> or <a href=\"http://therecord.co/xml/rss.xml\">subscribe to the podcast feed</a>.</p>\n\n<p><a href=\"https://twitter.com/lukesadamson\">Luke Adamson</a> is a founder of <a href=\"http://toyrockets.com/\">Toy Rockets</a>. He’s a former instructor at the University of Washington’s <a href=\"http://www.pce.uw.edu/certificates/ios-mac-development.html\">iOS and Mac certificate program</a> and a former developer at <a href=\"http://www.omnigroup.com/\">The Omni Group</a> (where, among other things, he helped create OmniOutliner).</p>\n\n<p class=\"sponsor\">This episode is sponsored by <a href=\" http://www.windowsazure.com/en-us/develop/mobile/ios/?WT.mc_id=azurebg_us_pmm_mirluna_therecord\">Microsoft Azure Mobile Services</a>. Does your app need online services? Syncing? Storage? Mobile Services is the easiest way to get started. Create your own APIs. Write your code using JavaScript (Mobile Services runs Node.js). Store data in a SQL database and/or in blob storage. Develop using your favorite text editor and terminal app on your favorite computer — a <i>Mac</i>. And never ever worry about applying security patches to a server. A trial account is free.</p>\n\n\n<p>Things we mention, in order of appearance (roughly):</p>\n\n<ul>\n<li><a href=\"http://www.youtube.com/watch?v=3lYm0c7gYyU\">Gophers</a></li>\n<li><a href=\"http://www.idaho.gov/\">Idaho</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Methamphetamine\">Meth</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Maze_War\">Maze War\n<li><a href=\"http://www.boisestate.edu/\">Boise State U</a></li>\n<li><a href=\"https://www.google.com/search?q=nextstation&client=safari&rls=en&tbm=isch&tbo=u&source=univ&sa=X&ei=FTfGUqndKZLkoATOvoCAAg&ved=0CDQQsAQ&biw=1147&bih=1283\">Nextstation</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/UUCP\">UUCP</a></li>\n<li><a href=\"https://twitter.com/HP\">HP</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Usenet\">Usenet</a></li>\n<li><a href=\"http://oldcomputers.net/c64.html\">Commodore 64</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/BASIC\">BASIC</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Pascal_(programming_language)\">Pascal</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html\">Objective-C</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/C%2B%2B\">C++</a></li>\n<li><a href=\"http://www.transmissionzero.co.uk/computing/win16-apps-in-c/\">Win16</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/cocoa/reference/applicationkit/objc_classic/_index.html\">AppKit</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/DOCUMENTATION/Cocoa/Reference/Foundation/ObjC_classic/_index.html\">Foundation</a></li>\n<li><a href=\"https://developer.apple.com/library/mac/documentation/cocoa/conceptual/Strings/introStrings.html\">NSString</a></li>\n<li><a href=\"http://www.uidaho.edu/\">University of Idaho</a></li>\n<li><a href=\"http://www.omnigroup.com/\">The Omni Group</a></li>\n<li><a href=\"http://www.tamu.edu/\">Texas A&M</a></li>\n<li><a href=\"https://www.omnigroup.com/more\">OmniWeb</a></li>\n<li><a href=\"https://www.macupdate.com/app/mac/5599/omnipdf-for-macos-x/\">OmniPDF</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/WebObjects\">WebObjects</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Lighthouse_Design\">Lighthouse Design</a></li>\n<li><a href=\"http://6ixpassions.com/post/6958648381/lighthouse-design-diagram\">Diagram!</a></li>\n<li><a href=\"http://www.quantrix.com/\">Quantrix</a></li>\n<li><a href=\"https://www.google.com/search?q=wainscoting&client=safari&rls=en&tbm=isch&tbo=u&source=univ&sa=X&ei=dxPHUoPGCM36oATrxYHwBA&ved=0CFwQsAQ&biw=1365&bih=1276\">Wainscoting</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Enterprise_Objects_Framework\">EOF</a></li>\n<li><a href=\"http://www.standardandpoors.com/home/en/us\">Standard & Poor’s</a></li>\n<li><a href=\"http://www.mitsubishielectric.com/\">Mitsubishi</a></li>\n<li><a href=\"http://www.toyota.com/\">Toyota</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/AT%26T_Wireless_Services\">McCaw Cellular</a></li>\n<li><a href=\"http://www.oracle.com/technetwork/documentation/oracle8-090636.html\">Oracle 8</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Craig_Federighi\">Craig Federighi</a></li>\n<li><a href=\"http://www.linkedin.com/pub/bruce-arthur/0/1/123\">Bruce Arthur</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Solaris_(operating_system)\">Solaris</a></li>\n<li><a href=\"http://www.sybase.com/\">Sybase</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Power_Mac_G4\">G4</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Ireland\">Ireland</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Quake_(video_game)\">Quake</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/HP-UX\">HP-UX</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Doom_(video_game)\">Doom</a></li>\n<li><a href=\"https://twitter.com/ID_AA_Carmack\">John Carmack</a></li>\n<li><a href=\"https://www.java.com/en/\">Java</a></li>\n<li><a href=\"https://www.google.com/search?q=beos&client=safari&rls=en&tbm=isch&tbo=u&source=univ&sa=X&ei=tjnGUvLVCcyHogSciYLQDQ&ved=0CDkQsAQ&biw=1147&bih=1283\">BeOS</a></li>\n<li><a href=\"http://www.adobe.com/\">Adobe</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/PowerPC\">PowerPC</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Power_Computing_Corporation\">Power Computing</a></li>\n<li><a href=\"https://developer.apple.com/legacy/library/documentation/LegacyTechnologies/WebObjects/WebObjects_3.1/DevGuide/WebScript/RoleOfScripts.html\">Webscript</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Lisp_(programming_language)\">Lisp</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Swing_(Java)\">Swing Toolkit</a></li>\n<li><a href=\"http://docs.oracle.com/javase/7/docs/technotes/guides/awt/\">AWT</a></li>\n<li><a href=\"https://twitter.com/kcase\">Ken Case</a></li>\n<li><a href=\"https://twitter.com/tjw\">Tim Wood</a></li>\n<li><a href=\"http://blog.wilshipley.com/\">Wil Shipley</a></li>\n<li><a href=\"https://twitter.com/gregtitus\">Greg Titus</a></li>\n<li><a href=\"https://twitter.com/andrewabernathy\">Andrew Abernathy</a></li>\n<li><a href=\"http://people.omnigroup.com/tom/\">Tom Bunch</a></li>\n<li><a href=\"http://www.retrospect.com\">Retrospect</a></li>\n<li><a href=\"http://stevenygard.com/\">Steve Nygard</a></li>\n<li><a href=\"https://github.com/nygard/class-dump\">Class-dump</a></li>\n<li><a href=\"http://www.omnigroup.com/omnioutliner\">OmniOutliner</a></li>\n<li><a href=\"http://office.microsoft.com/en-us/visio/\">Visio</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Rhapsody_(operating_system)\">Rhapsody</a></li>\n<li><a href=\"http://www.omnigroup.com/omnigraffle\">OmniGraffle</a></li>\n<li><a href=\"http://www.adobe.com/products/illustrator.html?promoid=KAUCB\">Illustrator</a></li>\n<li><a href=\"https://www.google.com/search?q=rx7&client=safari&rls=en&tbm=isch&tbo=u&source=univ&sa=X&ei=pDvGUr3jL4PkoATvh4KgCQ&ved=0CC4QsAQ&biw=1147&bih=1283\">Mazda RX-7</a></li>\n<li><a href=\"http://www.frontbase.com/cgi-bin/WebObjects/FBWebSite\">FrontBase</a></li>\n<li><a href=\"http://denmark.dk/\">Denmark</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Apple_Cinema_Display\">Cinema Displays</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/PowerBook_G4\">TiBook</a></li>\n<li><a href=\"http://www.ci.everett.wa.us/\">Everett, Washington</a></li>\n<li><a href=\"https://www.google.com/search?q=blue+hair&client=safari&rls=en&tbm=isch&tbo=u&source=univ&sa=X&ei=-zvGUuCsBYPpoATfzoG4Cw&ved=0CC4QsAQ&biw=1147&bih=1283\">Blue hair</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Subprime_lending\">Sub-prime mortgages</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Bear_Stearns\">Bear Stearns</a></li>\n<li><a href=\"https://www.db.com/us/\">Deutsche Bank</a></li>\n<li><a href=\"https://www.credit-suisse.com/\">Credit Suisse</a></li>\n<li><a href=\"http://www.internap.com/\">Internap</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Xserve\">Xserve</a></li>\n<li><a href=\"http://www.geekwire.com/2011/seattle-mobile-app-developer-ubermind-finds-buyer/\">Ubermind</a></li>\n<li><a href=\"http://www.deloittedigital.com/us/\">Deloitte Digital</a></li>\n<li><a href=\"http://www.societegenerale.com/en\">Societe General</a></li>\n<li><a href=\"http://india.gov.in/\">India</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/IOS\">iOS</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/IOS_jailbreaking\">Jailbroken iPhones</a></li>\n<li><a href=\"https://twitter.com/lllucas\">Lucas Newman</a></li>\n</ul>\n\n",
"attachments": [
{
"url": "http://therecord.co/downloads/TheRecord-s1e1-LukeAdamson.m4a",
"mime_type": "audio/x-m4a",
"size_in_bytes": 48641024
}
]
}
]
}`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment