<!DOCTYPE html><html lang="en-US"><head ><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /><title>Toqueland - Andrew Talks to Chefs</title><meta name="description" content="OFFICIAL blog of author &amp; chef specialist Andrew Friedman &amp; his Andrew Talks to Chefs podcast. Interviews &amp; commentary from inside the world of pro-chefs." /><link rel="canonical" href="https://andrewtalkstochefs.com/blog/" /><link rel="next" href="https://andrewtalkstochefs.com/blog/page/2/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="article" /><meta property="og:title" content="Toqueland - Andrew Talks to Chefs" /><meta property="og:description" content="OFFICIAL blog of author &amp; chef specialist Andrew Friedman &amp; his Andrew Talks to Chefs podcast. Interviews &amp; commentary from inside the world of pro-chefs." /><meta property="og:url" content="https://andrewtalkstochefs.com/blog/" /><meta property="og:site_name" content="Andrew Talks to Chefs" /><meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://andrewtalkstochefs.com/#organization","name":"Andrew Talks to Chefs","url":"https://andrewtalkstochefs.com/","sameAs":[],"logo":{"@type":"ImageObject","@id":"https://andrewtalkstochefs.com/#logo","inLanguage":"en-US","url":"https://andrewtalkstochefs.com/wp-content/uploads/ATTC-logotype-white-e1572276458859.png","contentUrl":"https://andrewtalkstochefs.com/wp-content/uploads/ATTC-logotype-white-e1572276458859.png","width":113,"height":75,"caption":"Andrew Talks to Chefs"},"image":{"@id":"https://andrewtalkstochefs.com/#logo"}},{"@type":"WebSite","@id":"https://andrewtalkstochefs.com/#website","url":"https://andrewtalkstochefs.com/","name":"Andrew Talks to Chefs","description":"","publisher":{"@id":"https://andrewtalkstochefs.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://andrewtalkstochefs.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["WebPage","CollectionPage"],"@id":"https://andrewtalkstochefs.com/blog/#webpage","url":"https://andrewtalkstochefs.com/blog/","name":"Toqueland - Andrew Talks to Chefs","isPartOf":{"@id":"https://andrewtalkstochefs.com/#website"},"datePublished":"2016-10-26T19:41:59+00:00","dateModified":"2019-12-18T21:46:04+00:00","description":"OFFICIAL blog of author & chef specialist Andrew Friedman & his Andrew Talks to Chefs podcast. Interviews & commentary from inside the world of pro-chefs.","breadcrumb":{"@id":"https://andrewtalkstochefs.com/blog/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://andrewtalkstochefs.com/blog/"]}]},{"@type":"BreadcrumbList","@id":"https://andrewtalkstochefs.com/blog/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://andrewtalkstochefs.com/"},{"@type":"ListItem","position":2,"name":"Toqueland Blog"}]}]}</script> <link rel='dns-prefetch' href='//use.typekit.net' /><link rel='dns-prefetch' href='//s.w.org' /><link rel="alternate" type="application/rss+xml" title="Andrew Talks to Chefs &raquo; Feed" href="https://andrewtalkstochefs.com/feed/" /><link rel="alternate" type="application/rss+xml" title="Andrew Talks to Chefs &raquo; Comments Feed" href="https://andrewtalkstochefs.com/comments/feed/" />  <script src="//www.googletagmanager.com/gtag/js?id=UA-27896094-1"  type="text/javascript" data-cfasync="false" async></script> <script type="text/javascript" data-cfasync="false">var em_version = '7.1.0';
				var em_track_user = true;
				var em_no_track_reason = '';
				
								var disableStrs = [
															'ga-disable-UA-27896094-1',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if ( __gtagTrackerIsOptedOut() ) {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						window[ disableStrs[ index ] ] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[ disableStrs[ index ] ] = true;
					}
				}

				if ( 'undefined' === typeof gaOptout ) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.ExactMetricsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if ( em_track_user ) {
					function __gtagDataLayer() {
						dataLayer.push( arguments );
					}

					function __gtagTracker( type, name, parameters ) {
						if ( type === 'event' ) {
							
															parameters.send_to = exactmetrics_frontend.ua;
								__gtagDataLayer.apply( null, arguments );
													} else {
							__gtagDataLayer.apply( null, arguments );
						}
					}
					__gtagTracker( 'js', new Date() );
					__gtagTracker( 'set', {
						'developer_id.dNDMyYj' : true,
											} );
															__gtagTracker( 'config', 'UA-27896094-1', {"forceSSL":"true"} );
										window.gtag = __gtagTracker;										(
						function () {
							/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
							/* ga and __gaTracker compatibility shim. */
							var noopfn = function () {
								return null;
							};
							var newtracker = function () {
								return new Tracker();
							};
							var Tracker = function () {
								return null;
							};
							var p = Tracker.prototype;
							p.get = noopfn;
							p.set = noopfn;
							p.send = function (){
								var args = Array.prototype.slice.call(arguments);
								args.unshift( 'send' );
								__gaTracker.apply(null, args);
							};
							var __gaTracker = function () {
								var len = arguments.length;
								if ( len === 0 ) {
									return;
								}
								var f = arguments[len - 1];
								if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
									if ( 'send' === arguments[0] ) {
										var hitConverted, hitObject = false, action;
										if ( 'event' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[3] ) {
												hitObject = {
													'eventAction': arguments[3],
													'eventCategory': arguments[2],
													'eventLabel': arguments[4],
													'value': arguments[5] ? arguments[5] : 1,
												}
											}
										}
										if ( 'pageview' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[2] ) {
												hitObject = {
													'eventAction': 'page_view',
													'page_path' : arguments[2],
												}
											}
										}
										if ( typeof arguments[2] === 'object' ) {
											hitObject = arguments[2];
										}
										if ( typeof arguments[5] === 'object' ) {
											Object.assign( hitObject, arguments[5] );
										}
										if ( 'undefined' !== typeof arguments[1].hitType ) {
											hitObject = arguments[1];
											if ( 'pageview' === hitObject.hitType ) {
												hitObject.eventAction = 'page_view';
											}
										}
										if ( hitObject ) {
											action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
											hitConverted = mapArgs( hitObject );
											__gtagTracker( 'event', action, hitConverted );
										}
									}
									return;
								}

								function mapArgs( args ) {
									var arg, hit = {};
									var gaMap = {
										'eventCategory': 'event_category',
										'eventAction': 'event_action',
										'eventLabel': 'event_label',
										'eventValue': 'event_value',
										'nonInteraction': 'non_interaction',
										'timingCategory': 'event_category',
										'timingVar': 'name',
										'timingValue': 'value',
										'timingLabel': 'event_label',
										'page' : 'page_path',
										'location' : 'page_location',
										'title' : 'page_title',
									};
									for ( arg in args ) {
																				if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) {
											hit[gaMap[arg]] = args[arg];
										} else {
											hit[arg] = args[arg];
										}
									}
									return hit;
								}

								try {
									f.hitCallback();
								} catch ( ex ) {
								}
							};
							__gaTracker.create = newtracker;
							__gaTracker.getByName = newtracker;
							__gaTracker.getAll = function () {
								return [];
							};
							__gaTracker.remove = noopfn;
							__gaTracker.loaded = true;
							window['__gaTracker'] = __gaTracker;
						}
					)();
									} else {
										console.log( "" );
					( function () {
							function __gtagTracker() {
								return null;
							}
							window['__gtagTracker'] = __gtagTracker;
							window['gtag'] = __gtagTracker;
					} )();
									}</script>  <script type="text/javascript">window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/andrewtalkstochefs.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.8.1"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);</script> <style type="text/css">img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}</style><link rel='stylesheet' id='attc-for-genesis-css'  href='https://andrewtalkstochefs.com/wp-content/themes/attc/style.css?ver=1572382920' type='text/css' media='all' /><link rel='stylesheet' id='wp-block-library-css'  href='https://andrewtalkstochefs.com/wp-includes/css/dist/block-library/style.min.css?ver=5.8.1' type='text/css' media='all' /><link rel='stylesheet' id='wp-components-css'  href='https://andrewtalkstochefs.com/wp-includes/css/dist/components/style.min.css?ver=5.8.1' type='text/css' media='all' /><link rel='stylesheet' id='wp-block-editor-css'  href='https://andrewtalkstochefs.com/wp-includes/css/dist/block-editor/style.min.css?ver=5.8.1' type='text/css' media='all' /><link rel='stylesheet' id='wp-nux-css'  href='https://andrewtalkstochefs.com/wp-includes/css/dist/nux/style.min.css?ver=5.8.1' type='text/css' media='all' /><link rel='stylesheet' id='wp-reusable-blocks-css'  href='https://andrewtalkstochefs.com/wp-includes/css/dist/reusable-blocks/style.min.css?ver=5.8.1' type='text/css' media='all' /><link rel='stylesheet' id='wp-editor-css'  href='https://andrewtalkstochefs.com/wp-includes/css/dist/editor/style.min.css?ver=5.8.1' type='text/css' media='all' /><link rel='stylesheet' id='sf_blocks-style-css-css'  href='https://andrewtalkstochefs.com/wp-content/cache/autoptimize/css/autoptimize_single_672152d2f4d4d7b9a9349cb018a111ef.css?ver=1572286936' type='text/css' media='all' /><link rel='stylesheet' id='dashicons-css'  href='https://andrewtalkstochefs.com/wp-includes/css/dashicons.min.css?ver=5.8.1' type='text/css' media='all' /><link rel='stylesheet' id='main.css-css'  href='https://andrewtalkstochefs.com/wp-content/cache/autoptimize/css/autoptimize_single_730618c8401e20a8d92aebff1f09adbf.css?ver=1621255876' type='text/css' media='' /><link rel='stylesheet' id='adobefonts-css'  href='https://use.typekit.net/tov4gfe.css?ver=5.8.1' type='text/css' media='all' /> <script type='text/javascript' id='exactmetrics-frontend-script-js-extra'>var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/andrewtalkstochefs.com","hash_tracking":"false","ua":"UA-27896094-1","v4_id":""};</script> <script type='text/javascript' src='https://andrewtalkstochefs.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=7.1.0' id='exactmetrics-frontend-script-js'></script> <script type='text/javascript' src='https://andrewtalkstochefs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script> <script type='text/javascript' src='https://andrewtalkstochefs.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <link rel="https://api.w.org/" href="https://andrewtalkstochefs.com/wp-json/" /><link rel="icon" href="https://andrewtalkstochefs.com/wp-content/uploads/cropped-attc-favicon-32x32.png" sizes="32x32" /><link rel="icon" href="https://andrewtalkstochefs.com/wp-content/uploads/cropped-attc-favicon-192x192.png" sizes="192x192" /><link rel="apple-touch-icon" href="https://andrewtalkstochefs.com/wp-content/uploads/cropped-attc-favicon-180x180.png" /><meta name="msapplication-TileImage" content="https://andrewtalkstochefs.com/wp-content/uploads/cropped-attc-favicon-270x270.png" /><style type="text/css" id="wp-custom-css">body.archive main.content#genesis-content .archive-description.taxonomy-archive-description.taxonomy-description p {
    text-align: center !important;
    width: 100%;
    font-size: 2.3rem !important;
    line-height: 1.4 !important;
}</style></head><body class="blog wp-custom-logo custom-header header-full-width full-width-content genesis-breadcrumbs-hidden genesis-footer-widgets-hidden statusforward"><div class="site-container"><ul class="genesis-skip-link"><li><a href="#genesis-nav-primary" class="screen-reader-shortcut"> Skip to primary navigation</a></li><li><a href="#genesis-content" class="screen-reader-shortcut"> Skip to main content</a></li></ul><div class="search-modal-container"><div class="modal-search-block"><div class="form-block w-form"><form class="search-form" method="get" action="https://andrewtalkstochefs.com/" role="search"><label class="search-form-label screen-reader-text" for="searchform-1">Search this website</label><input class="search-form-input" type="search" name="s" id="searchform-1" placeholder="Search this website"><input class="search-form-submit" type="submit" value="Search"><meta content="https://andrewtalkstochefs.com/?s={s}"></form></div> <a href="https://andrewtalkstochefs.com" class="search-close"><div>X</div> </a></div></div><header class="site-header"><div class="wrap"><div class="title-area"><p class="site-title"><span class="screen-reader-text">Andrew Talks to Chefs</span><a href="https://andrewtalkstochefs.com/" class="custom-logo-link" rel="home"><img width="113" height="75" src="https://andrewtalkstochefs.com/wp-content/uploads/ATTC-logotype-white-e1572276458859.png" class="custom-logo" alt="Andrew Talks to Chefs Logo" /></a></p></div><div class="header-right w-nav"><nav class="nav-primary" aria-label="Main" id="genesis-nav-primary"><ul id="menu-main-menu" class="menu genesis-nav-menu menu-primary"><li id="menu-item-684" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-684"><a href="/podcasts"><span >The Pod</span></a></li><li id="menu-item-3052" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3052"><a href="https://andrewtalkstochefs.com/podcast-guests/"><span >Guests</span></a></li><li id="menu-item-15" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15"><a href="https://andrewtalkstochefs.com/about/"><span >Meet Andrew</span></a></li><li id="menu-item-685" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-685"><a href="https://andrewtalkstochefs.com/books/"><span >Books</span></a></li><li id="menu-item-686" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-686"><a href="/appearances"><span >Appearances</span></a></li><li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item current_page_parent menu-item-14"><a href="https://andrewtalkstochefs.com/blog/" aria-current="page"><span >Toqueland Blog</span></a></li><li id="menu-item-2998" class="search search-icon menu-item menu-item-type-custom menu-item-object-custom menu-item-2998"><a href="/search"><span >Search</span></a></li><li id="menu-item-708" class="subscribe menu-item menu-item-type-custom menu-item-object-custom menu-item-708"><a target="_blank" rel="noopener" href="https://toqueland.us4.list-manage.com/subscribe?u=a12ad386a7ac2ae6bda42d1f5&#038;id=db341f0e14"><span >Subscribe</span></a></li></ul></nav></div></div></header><div class="site-inner"><div class="wrap"><div class="content-sidebar-wrap"><main class="content" id="genesis-content"><div class="archive-description posts-page-description"><h1 class="archive-title">Toqueland</h1></div><article class="post-2923 post type-post status-publish format-standard has-post-thumbnail category-uncategorized entry sticky" aria-label="Every Little Bit Helps"><a href="https://andrewtalkstochefs.com/every-little-bit-helps/" class="entry-image-link"><span class="screen-reader-text">Every Little Bit Helps</span><img width="828" height="1038" src="https://andrewtalkstochefs.com/wp-content/uploads/IMG_5404-2.jpg" class="entry-image wp-post-image" alt="" loading="lazy" srcset="https://andrewtalkstochefs.com/wp-content/uploads/IMG_5404-2.jpg 828w, https://andrewtalkstochefs.com/wp-content/uploads/IMG_5404-2-800x1003.jpg 800w, https://andrewtalkstochefs.com/wp-content/uploads/IMG_5404-2-768x963.jpg 768w" sizes="(max-width: 828px) 100vw, 828px" /></a><div class="post-inner"><header class="entry-header"><p class="entry-meta"><time class="entry-time">January 14, 2021</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/every-little-bit-helps/">Every Little Bit Helps</a></h2></header><div class="entry-content"><p>You Don&#8217;t Have to Be a Hero to Make a Difference to Restaurants at this Tenuous Moment&#8211;the Littlest Gestures Can&hellip;</p> <a href="https://andrewtalkstochefs.com/every-little-bit-helps/" class="button yellow w-button">CONTINUE READING</a></div></div><footer class="entry-footer"></footer></article><div class="posts-wrap"><article class="post-2591 post type-post status-publish format-standard has-post-thumbnail category-restaurateurs tag-alfred-portale tag-bret-csencsitz tag-food-news tag-gotham-bar-and-grill tag-jeff-bliss tag-jerry-kretchmer tag-nyc-restaurants tag-rick-rathe tag-robert-rathe tag-victoria-blamey entry" aria-label="Goodbye, Gotham"><a href="https://andrewtalkstochefs.com/goodbye-gotham/" class="entry-image-link"><span class="screen-reader-text">Goodbye, Gotham</span><img width="614" height="476" src="https://andrewtalkstochefs.com/wp-content/uploads/IMG_3089.jpg" class="entry-image wp-post-image" alt="" loading="lazy" /></a><header class="entry-header"><p class="entry-meta"><time class="entry-time">March 22, 2020</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/goodbye-gotham/">Goodbye, Gotham</a></h2></header><div class="entry-content"><p>A (belated) requiem for Gotham Bar and Grill, a beloved &#038; crucial American classic.</p></div><footer class="entry-footer"></footer></article><article class="post-2521 post type-post status-publish format-standard has-post-thumbnail category-writing-life tag-andrew-friedman-cookbooks tag-andrew-talks-to-chefs tag-cookbook-collaborating tag-cookbook-publishing tag-cookbooks tag-food-news tag-food-writers tag-food-writing entry" aria-label="Confessions of a Cookbook Collaborator"><a href="https://andrewtalkstochefs.com/confessions-of-a-cookbook-collaborator/" class="entry-image-link"><span class="screen-reader-text">Confessions of a Cookbook Collaborator</span><img width="800" height="533" src="https://andrewtalkstochefs.com/wp-content/uploads/Michael-White-and-Andrew-Friedman-at-Nicoletta-copyright-by-Nick-Solares-800x533.jpg" class="entry-image wp-post-image" alt="" loading="lazy" srcset="https://andrewtalkstochefs.com/wp-content/uploads/Michael-White-and-Andrew-Friedman-at-Nicoletta-copyright-by-Nick-Solares-800x533.jpg 800w, https://andrewtalkstochefs.com/wp-content/uploads/Michael-White-and-Andrew-Friedman-at-Nicoletta-copyright-by-Nick-Solares-768x512.jpg 768w, https://andrewtalkstochefs.com/wp-content/uploads/Michael-White-and-Andrew-Friedman-at-Nicoletta-copyright-by-Nick-Solares-900x600.jpg 900w, https://andrewtalkstochefs.com/wp-content/uploads/Michael-White-and-Andrew-Friedman-at-Nicoletta-copyright-by-Nick-Solares.jpg 1200w" sizes="(max-width: 800px) 100vw, 800px" /></a><header class="entry-header"><p class="entry-meta"><time class="entry-time">February 13, 2020</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/confessions-of-a-cookbook-collaborator/">Confessions of a Cookbook Collaborator</a></h2></header><div class="entry-content"><p>Behind the scenes of a sometimes quirky profession.</p></div><footer class="entry-footer"></footer></article><article class="post-2483 post type-post status-publish format-standard has-post-thumbnail category-chef-profiles category-guest-contributors tag-andrew-talks-to-chefs tag-chef-history tag-daniel-boulud tag-drew-nieporent tag-eric-ripert tag-food-history tag-food-news tag-jean-louis-at-the-watergate tag-jean-louis-cooking-with-the-seasons tag-jean-louis-palladin tag-michael-mina tag-michel-richard entry" aria-label="Jean-Louis Palladin: A Belated Remembrance"><a href="https://andrewtalkstochefs.com/jean-louis-palladin-a-belated-remembrance/" class="entry-image-link"><span class="screen-reader-text">Jean-Louis Palladin: A Belated Remembrance</span><img width="502" height="497" src="https://andrewtalkstochefs.com/wp-content/uploads/JLP_featured.jpg" class="entry-image wp-post-image" alt="" loading="lazy" /></a><header class="entry-header"><p class="entry-meta"><time class="entry-time">January 31, 2020</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/jean-louis-palladin-a-belated-remembrance/">Jean-Louis Palladin: A Belated Remembrance</a></h2></header><div class="entry-content"><p>A remembrance of the late, great chef Jean-Louis Palladin, who helped transform the dining landscape in the United States.</p></div><footer class="entry-footer"></footer></article><article class="post-2473 post type-post status-publish format-standard has-post-thumbnail category-ruminations tag-alfred-portale tag-andrew-friedman tag-andrew-friedman-chefs tag-andrew-talks-to-chefs tag-anthony-bourdain tag-chefs tag-jasper-white tag-jean-louis-palladin tag-mary-sue-milliken tag-susan-feniger tag-thomas-keller entry" aria-label="Not Fade Away"><a href="https://andrewtalkstochefs.com/not-fade-away/" class="entry-image-link"><span class="screen-reader-text">Not Fade Away</span><img width="640" height="483" src="https://andrewtalkstochefs.com/wp-content/uploads/Dali.jpg" class="entry-image wp-post-image" alt="" loading="lazy" /></a><header class="entry-header"><p class="entry-meta"><time class="entry-time">January 24, 2020</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/not-fade-away/">Not Fade Away</a></h2></header><div class="entry-content"><p>Why does the public, and even the industry, tend to forget chefs more easily than writers, actors, filmmakers, and musicians? We give it a think.</p></div><footer class="entry-footer"></footer></article><article class="post-2458 post type-post status-publish format-standard has-post-thumbnail category-ruminations entry" aria-label="So, you say you&#8217;re a chef. Can you be more specific?"><a href="https://andrewtalkstochefs.com/so-you-say-youre-a-chef-can-you-be-more-specific/" class="entry-image-link"><span class="screen-reader-text">So, you say you&#8217;re a chef. Can you be more specific?</span><img width="800" height="533" src="https://andrewtalkstochefs.com/wp-content/uploads/dreamstime_s_109304307.jpg" class="entry-image wp-post-image" alt="" loading="lazy" srcset="https://andrewtalkstochefs.com/wp-content/uploads/dreamstime_s_109304307.jpg 800w, https://andrewtalkstochefs.com/wp-content/uploads/dreamstime_s_109304307-768x512.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a><header class="entry-header"><p class="entry-meta"><time class="entry-time">January 11, 2020</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/so-you-say-youre-a-chef-can-you-be-more-specific/">So, you say you&#8217;re a chef. Can you be more specific?</a></h2></header><div class="entry-content"><p>The profession offers more possibilities than ever; shouldn&#8217;t our language reflect that?</p></div><footer class="entry-footer"></footer></article><article class="post-2200 post type-post status-publish format-standard has-post-thumbnail category-dispatches category-ruminations tag-amanda-cohnen tag-andrew-zimmern tag-anthony-bourdaine tag-bourdian tag-cayman-cookout tag-emeril-lagasse tag-emma-bengtsson tag-eric-ripert tag-jose-andres tag-nancy-silverton tag-parts-unknown tag-slider entry" aria-label="Ruminations: Ghost in the Machine"><a href="https://andrewtalkstochefs.com/ruminations-ghost-in-the-machine/" class="entry-image-link"><span class="screen-reader-text">Ruminations: Ghost in the Machine</span><img width="528" height="397" src="https://andrewtalkstochefs.com/wp-content/uploads/featured_ghost-in-the-machine-1.jpg" class="entry-image wp-post-image" alt="" loading="lazy" /></a><header class="entry-header"><p class="entry-meta"><time class="entry-time">January 20, 2019</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/ruminations-ghost-in-the-machine/">Ruminations: Ghost in the Machine</a></h2></header><div class="entry-content"><p>Anthony Bourdain&#8217;s Presence, and Absence, Have Been Palpable at this Year&#8217;s Cayman Cookout </p></div><footer class="entry-footer"></footer></article><article class="post-2180 post type-post status-publish format-standard has-post-thumbnail category-chefs-drugs-and-rock-roll category-writing-life tag-book-promotion tag-chefs-drugs-and-rock-roll tag-slider entry" aria-label="The Writing Life: How Bad Do You Want It?"><a href="https://andrewtalkstochefs.com/the-writing-life-how-bad-do-you-want-it/" class="entry-image-link"><span class="screen-reader-text">The Writing Life: How Bad Do You Want It?</span><img width="800" height="801" src="https://andrewtalkstochefs.com/wp-content/uploads/hail-mary-800x801.jpg" class="entry-image wp-post-image" alt="" loading="lazy" srcset="https://andrewtalkstochefs.com/wp-content/uploads/hail-mary-800x801.jpg 800w, https://andrewtalkstochefs.com/wp-content/uploads/hail-mary-450x450.jpg 450w, https://andrewtalkstochefs.com/wp-content/uploads/hail-mary-1200x1201.jpg 1200w, https://andrewtalkstochefs.com/wp-content/uploads/hail-mary-900x901.jpg 900w, https://andrewtalkstochefs.com/wp-content/uploads/hail-mary-768x769.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a><header class="entry-header"><p class="entry-meta"><time class="entry-time">December 31, 2018</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/the-writing-life-how-bad-do-you-want-it/">The Writing Life: How Bad Do You Want It?</a></h2></header><div class="entry-content"><p>Publishing budgets aren&#8217;t what they used to be. One author&#8217;s tale of what it took to get on the road and promote a book in 2018.</p></div><footer class="entry-footer"></footer></article><article class="post-2193 post type-post status-publish format-standard has-post-thumbnail category-commentary tag-four-seasons tag-four-seasons-restaurant tag-new-york-times tag-new-york-times-food tag-new-york-times-restaurant-reviews tag-pete-wells tag-slider tag-star-system entry" aria-label="Commentary: Julian Niccolini Goes Down, But Can Pete Wells Come Back?"><a href="https://andrewtalkstochefs.com/commentary-julian-niccolini-goes-down-but-can-pete-wells-come-back/" class="entry-image-link"><span class="screen-reader-text">Commentary: Julian Niccolini Goes Down, But Can Pete Wells Come Back?</span><img width="449" height="354" src="https://andrewtalkstochefs.com/wp-content/uploads/LadyJustice-copy.png" class="entry-image wp-post-image" alt="" loading="lazy" /></a><header class="entry-header"><p class="entry-meta"><time class="entry-time">December 18, 2018</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/commentary-julian-niccolini-goes-down-but-can-pete-wells-come-back/">Commentary: Julian Niccolini Goes Down, But Can Pete Wells Come Back?</a></h2></header><div class="entry-content"><p>The Intellectual Indefensibility of the Paper’s Four Seasons Review Just Came Into High Relief</p></div><footer class="entry-footer"></footer></article><article class="post-2185 post type-post status-publish format-standard has-post-thumbnail category-slice-of-life tag-batard tag-drew-nieporent tag-frenchette tag-john-winterman tag-markus-glocker tag-restaurants tag-slider entry" aria-label="Slice of Life: The List (a.k.a. Where Should We Go For Dinner?)"><a href="https://andrewtalkstochefs.com/slice-of-life-the-list-a-k-a-where-should-we-go-for-dinner/" class="entry-image-link"><span class="screen-reader-text">Slice of Life: The List (a.k.a. Where Should We Go For Dinner?)</span><img width="750" height="713" src="https://andrewtalkstochefs.com/wp-content/uploads/fullsizeoutput_5aa4.jpeg" class="entry-image wp-post-image" alt="" loading="lazy" /></a><header class="entry-header"><p class="entry-meta"><time class="entry-time">December 17, 2018</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/slice-of-life-the-list-a-k-a-where-should-we-go-for-dinner/">Slice of Life: The List (a.k.a. Where Should We Go For Dinner?)</a></h2></header><div class="entry-content"><p>Picking a Restaurant Has Become an Emotional and Social Minefield for Diner and Chef</p></div><footer class="entry-footer"></footer></article><article class="post-2162 post type-post status-publish format-standard has-post-thumbnail category-ruminations tag-andrew-talks-to-chefs tag-dan-savage tag-filmspotting tag-marc-maron tag-podcast tag-pop-culture-happy-hour tag-savage-lovecast tag-slider tag-the-front-burner-with-jimmy-and-andrew tag-the-tennis-podcast tag-wtf entry" aria-label="Ruminations: For the Love of Pod"><a href="https://andrewtalkstochefs.com/ruminations-for-the-love-of-pod/" class="entry-image-link"><span class="screen-reader-text">Ruminations: For the Love of Pod</span><img width="484" height="483" src="https://andrewtalkstochefs.com/wp-content/uploads/ipodd.png" class="entry-image wp-post-image" alt="" loading="lazy" srcset="https://andrewtalkstochefs.com/wp-content/uploads/ipodd.png 484w, https://andrewtalkstochefs.com/wp-content/uploads/ipodd-450x450.png 450w" sizes="(max-width: 484px) 100vw, 484px" /></a><header class="entry-header"><p class="entry-meta"><time class="entry-time">February 23, 2018</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/ruminations-for-the-love-of-pod/">Ruminations: For the Love of Pod</a></h2></header><div class="entry-content"><p>A few of my favorite podcasts &#8230;</p></div><footer class="entry-footer"></footer></article><article class="post-2172 post type-post status-publish format-standard has-post-thumbnail category-uncategorized tag-slider tag-vintage entry" aria-label="Saturday Morning, 6AM"><a href="https://andrewtalkstochefs.com/saturday-morning-6am/" class="entry-image-link"><span class="screen-reader-text">Saturday Morning, 6AM</span><img width="569" height="400" src="https://andrewtalkstochefs.com/wp-content/uploads/Unknown-3-e1580677360243-3.jpg" class="entry-image wp-post-image" alt="" loading="lazy" /></a><header class="entry-header"><p class="entry-meta"><time class="entry-time">February 17, 2018</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/saturday-morning-6am/">Saturday Morning, 6AM</a></h2></header><div class="entry-content"><p>Where I went this week, in the post I swore I&#8217;d never write</p></div><footer class="entry-footer"></footer></article><article class="post-2155 post type-post status-publish format-standard has-post-thumbnail category-clocking-out tag-20-feet-from-stardom tag-andrew-talks-to-chefs tag-charter-of-conduct tag-chefs tag-david-chang tag-eric-ripert tag-food-news tag-herve-riou tag-hillary-sterling tag-kitchen-abuse tag-morgan-neville tag-slider tag-vintage entry" aria-label="Clocking Out: Code of Conduct; Critical Condition; On the Road Again"><a href="https://andrewtalkstochefs.com/clocking-code-conduct-critical-condition-road/" class="entry-image-link"><span class="screen-reader-text">Clocking Out: Code of Conduct; Critical Condition; On the Road Again</span><img width="800" height="600" src="https://andrewtalkstochefs.com/wp-content/uploads/IMG_4224-1-800x600.jpg" class="entry-image wp-post-image" alt="" loading="lazy" srcset="https://andrewtalkstochefs.com/wp-content/uploads/IMG_4224-1-800x600.jpg 800w, https://andrewtalkstochefs.com/wp-content/uploads/IMG_4224-1-768x576.jpg 768w, https://andrewtalkstochefs.com/wp-content/uploads/IMG_4224-1-1200x900.jpg 1200w, https://andrewtalkstochefs.com/wp-content/uploads/IMG_4224-1-900x675.jpg 900w, https://andrewtalkstochefs.com/wp-content/uploads/IMG_4224-1.jpg 1700w" sizes="(max-width: 800px) 100vw, 800px" /></a><header class="entry-header"><p class="entry-meta"><time class="entry-time">February 9, 2018</time></p><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://andrewtalkstochefs.com/clocking-code-conduct-critical-condition-road/">Clocking Out: Code of Conduct; Critical Condition; On the Road Again</a></h2></header><div class="entry-content"><p>Notes from the Week in Toqueland (February 2 &#8211; February 9, 2018)</p></div><footer class="entry-footer"></footer></article></div><div class="archive-pagination pagination" role="navigation" aria-label="Pagination"><ul><li class="active" ><a href="https://andrewtalkstochefs.com/blog/" aria-label="Current page" aria-current="page"><span class="screen-reader-text">Go to page</span> 1</a></li><li><a href="https://andrewtalkstochefs.com/blog/page/2/"><span class="screen-reader-text">Go to page</span> 2</a></li><li><a href="https://andrewtalkstochefs.com/blog/page/3/"><span class="screen-reader-text">Go to page</span> 3</a></li><li class="pagination-omission"><span class="screen-reader-text">Interim pages omitted</span> &#x02026;</li><li><a href="https://andrewtalkstochefs.com/blog/page/12/"><span class="screen-reader-text">Go to page</span> 12</a></li><li class="pagination-next"><a href="https://andrewtalkstochefs.com/blog/page/2/" ><span class="screen-reader-text">Go to</span> Next Page &#x000BB;</a></li></ul></div></main></div></div></div><footer class="site-footer"><div class="wrap"><div class="footer-area first"><a href="/"><img src="https://andrewtalkstochefs.com/wp-content/themes/attc/lib/images/ATTC-logotype-white.png" width="113" alt="Andrew Talks to Chefs Logo" class="footer-image"></a><div class="social"> <a href="https://www.instagram.com/chefpodcast/" target="_blank" rel="noopener nofollow" class="fa fa-instagram"></a> <a href="https://www.facebook.com/ChefPodcast/" target="_blank" rel="noopener nofollow" class="fa fa-facebook"></a> <a href="https://twitter.com/toquelandandrew" target="_blank" rel="noopener nofollow" class="fa fa-twitter"></a></div></div><div class="footer-area"><nav class="menu-footer"><div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-714" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-714"><a href="https://andrewtalkstochefs.com/about/">ABOUT ANDREW</a></li><li id="menu-item-716" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-716"><a href="https://toqueland.us4.list-manage.com/subscribe?u=a12ad386a7ac2ae6bda42d1f5&#038;id=db341f0e14">JOIN OUR MAILING LIST</a></li><li id="menu-item-720" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-720"><a href="https://andrewtalkstochefs.com/contact/">CONTACT US</a></li><li id="menu-item-2299" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2299"><a href="https://andrewtalkstochefs.com/how-to-listen/">HOW TO LISTEN</a></li><li id="menu-item-2306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2306"><a href="https://andrewtalkstochefs.com/leave-us-a-voicemail/">LEAVE A VOICEMAIL!</a></li><li id="menu-item-2301" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2301"><a href="https://andrewtalkstochefs.com/become-a-sponsor/">BECOME A SPONSOR</a></li><li id="menu-item-2381" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2381"><a href="https://andrewtalkstochefs.com/being-a-guest/">Being a Guest</a></li><li id="menu-item-2393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2393"><a href="https://andrewtalkstochefs.com/our-music/">Our Music</a></li></ul></div></nav></div></div><div class="colophon-wrap"><p class="copy">&copy; 2021 Andrew Talks to Chefs is a registered trademark of Table 12 Productions, Inc.</p><p class="byline">Website by: <a href="https://statusforward.com/" target="_blank" rel="noopener nofollow" class="colophon-link">Status Forward</a></p></div></footer></div><script type='text/javascript' src='https://andrewtalkstochefs.com/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=3.3.5' id='skip-links-js'></script> <script type='text/javascript' id='sf-bundle.js-js-extra'>var StatusforwardL10n = {"mainMenu":"<span class=\"screen-reader-text\">Menu<\/span>","subMenu":"Menu"};</script> <script src="https://andrewtalkstochefs.com/wp-content/themes/attc/dist/bundle.min.js?ver=1616616915" defer="defer" type="text/javascript"></script> <script type='text/javascript' src='https://andrewtalkstochefs.com/wp-content/cache/autoptimize/js/autoptimize_single_77de698ddac7c3f7e49d5605c3e65b0e.js?ver=1572286936' id='sf_accordion_block.js-js'></script> <script type='text/javascript' src='https://andrewtalkstochefs.com/wp-includes/js/wp-embed.min.js?ver=5.8.1' id='wp-embed-js'></script> </body></html>