<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Untitled Publication]]></title><description><![CDATA[Untitled Publication]]></description><link>https://blog.ryanconley.net</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 10:07:09 GMT</lastBuildDate><atom:link href="https://blog.ryanconley.net/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Transferring old music from your iPod to MacOS]]></title><description><![CDATA[Context
I grew up in a music town. Nashville is to musicians what LA is to actors. It was fun to find not only my old iPod but discover it still played music. This 5th gen iPod had been powered off for ~5 years. Yet, the iPod fired up without hard dr...]]></description><link>https://blog.ryanconley.net/transferring-old-music-from-your-ipod-to-macos</link><guid isPermaLink="true">https://blog.ryanconley.net/transferring-old-music-from-your-ipod-to-macos</guid><category><![CDATA[ipod]]></category><category><![CDATA[AppleMusic]]></category><category><![CDATA[macOS Tips]]></category><dc:creator><![CDATA[Ryan Conley]]></dc:creator><pubDate>Wed, 13 Nov 2024 01:10:21 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-context">Context</h2>
<p>I grew up in a music town. Nashville is to musicians what LA is to actors. It was fun to find not only my old iPod but discover it still played music. This 5th gen iPod had been powered off for ~5 years. Yet, the iPod fired up without hard drive clicks and still played music. The nostalgia wore off as I had to repeatedly pull out wired headphones to listen to albums purchased at shows decades ago. Many of which who either broke up long ago or songwriters whose early albums never made it to streaming.</p>
<p>Apple originally limited the ability the ability to transfer music from an iPod to a computer in an effort to fight piracy. The days before Sean Parker was an established VC and philanthropist. I was happy to find a post on the <a target="_blank" href="https://forums.macrumors.com/threads/i-found-my-old-ipod.2377868/">MacRumors forums</a> that provided a set of CLI commands.</p>
<p>My setup:</p>
<ul>
<li><p>5th generation iPod</p>
</li>
<li><p>MacOS Sequoia, 15.2 Beta build 24C5073e</p>
</li>
</ul>
<p>Pre-requisites:</p>
<ul>
<li><p>Attach iPod to Mac via USB</p>
</li>
<li><p>Launch Finder → iPod (Finder replaced iTunes long ago)</p>
<ul>
<li><p>Verify sync disabled</p>
</li>
<li><p>Verify disk mode enabled</p>
</li>
</ul>
</li>
<li><p>Launch preferred terminal: CMD + Space “terminal” for MacOS Terminal</p>
</li>
</ul>
<p>Transfer steps via terminal:</p>
<ol>
<li>Verify iPod mounted as disk:</li>
</ol>
<pre><code class="lang-plaintext">ls /volumes
</code></pre>
<p>My output:</p>
<pre><code class="lang-plaintext">(base) ryanconley@Ryans-MacBook-Pro ~ % ls /volumes
IPOD        Macintosh HD
</code></pre>
<ol start="2">
<li>Copy the contents of your iPod’s Music folder to your Mac’s desktop. This step will take time to load as the data transfer speed is limited by the iPod’s antiquated USB speeds. This step took ~40x minutes for me but your results will vary. Note, this folder will not show up <em>yet</em> on your desktop.</li>
</ol>
<pre><code class="lang-plaintext">cp -r /Volumes/iPod/iPod_Control/Music ~/Desktop
</code></pre>
<ol start="3">
<li>Remove the MacOS hidden file flag attribute on the newly copied Music folder. Note, this folder <em>remains hidden until step 5</em>.</li>
</ol>
<pre><code class="lang-plaintext">chflags -R nohidden ~/Desktop/Music
</code></pre>
<ol start="4">
<li>Remove the default MacOS extended quarantine attribute. Security note: Use caution, this is my personal iPod that only had files synced from my iTunes with purchased albums of days past. My security risk was low. Your mileage may vary</li>
</ol>
<pre><code class="lang-plaintext">xattr -rd com.apple.quarantine ~/Desktop/Music
</code></pre>
<ol start="5">
<li>Remove default MacOS extended attribute for Finder metadata. The Music folder will appear on your desktop after this cmd.</li>
</ol>
<pre><code class="lang-plaintext">xattr -rd com.apple.FinderInfo ~/Desktop/Music
</code></pre>
<ol start="6">
<li><p>Import into Apple Music:</p>
<ol>
<li><p>Launch Apple Music: CMD + Space “music”</p>
</li>
<li><p>Import Music folder: CMD + O → Select newly copied “Music” folder</p>
<p> *Note iCloud took a considerable amount of time (hours?) to complete. During this time, these Artist &amp; albums reflected on my iPhone, but I could not play the music.</p>
</li>
<li><p>Optional: Authorize your Mac’s Apple Music app for your iTunes. It had been years I needed this step but it was commonly used in the days pre-streaming.</p>
</li>
</ol>
</li>
</ol>
<h2 id="heading-summary">Summary:</h2>
<p>A brief effort of four CLI steps allowed me to bring decades old from home town artists into my music library. iCloud further enables me to stream these albums on the go. Now I can enjoy music from iPhone at home and on the go. Enjoy!</p>
]]></content:encoded></item><item><title><![CDATA[AI/ML Sessions at Explore Barcelona 2023]]></title><description><![CDATA[Frank Denneman's recent blog, "Gen AI Sessions at Explore Barcelona 2023", inspired me to list and categorize the different AI/ML sessions that will be presented this week at VMware Explore Barcelona. The live broadcast for Tuesday can be watched her...]]></description><link>https://blog.ryanconley.net/aiml-sessions-at-explore-barcelona-2023</link><guid isPermaLink="true">https://blog.ryanconley.net/aiml-sessions-at-explore-barcelona-2023</guid><category><![CDATA[AI]]></category><category><![CDATA[genai]]></category><category><![CDATA[Machine Learning]]></category><category><![CDATA[#vmwareexplore]]></category><dc:creator><![CDATA[Ryan Conley]]></dc:creator><pubDate>Tue, 07 Nov 2023 05:31:14 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1699334778924/aa319007-1762-4058-868f-ede2a61c0692.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Frank Denneman's recent blog, "<a target="_blank" href="https://frankdenneman.nl/2023/11/01/gen-ai-sessions-at-explore-barcelona-2023/">Gen AI Sessions at Explore Barcelona 2023"</a>, inspired me to list and categorize the different AI/ML sessions that will be presented this week at VMware Explore Barcelona. <a target="_blank" href="https://blogs.vmware.com/explore/2023/11/06/announcing-vmware-explore-2023-barcelona-general-session-live-broadcast/">The live broadcast for Tuesday can be watched here.</a></p>
<p>I differentiate sessions by format, breakout sessions, Customer Tech Exchange, Meet the Experts, and workshops hosted by Hands on Labs. I've formatted the session numbers to allow for easier scheduling via <a target="_blank" href="https://event.vmware.com/flow/vmware/explore2023bcn/content/page/catalog">Explore Barcelona Content Catalog</a> or for watching after the live conference ends.</p>
<p>I hope this helps attendees towards scheduling, or if one is like me, list sessions to watch recordings post-Explore. <a target="_blank" href="https://github.com/lamw/vmware-explore-2023-session-urls">William Lam will list links on his GitHub here.</a></p>
<h3 id="heading-breakout-sessions-monday-gtthursday">Breakout Sessions (Monday-&gt;Thursday):</h3>
<p>These sessions are limited by room capacity. If a session is sold out, add yourself to the waitlist, as can lead the events team to schedule later in the week. One can also show up before the session and wait in the queue. If seating is available, the event staff will let one in a few minutes after the session begins.</p>
<ul>
<li><p><strong>’Til the Last Drop of GPU: Run Large Language Models Efficiently VIT2101BCN</strong> Monday 11:00-12:30pm CET<br />  Agustin Malanco, Emerging Workloads Solutions Architect, VMware<br />  Steve Blow, Solutions Engineer, Run:ai</p>
</li>
<li><p><strong>Using VMware Private AI for Large Language Models &amp; Generative AI on VMware Cloud Foundation &amp; vSphere</strong> <strong>CEIB2050BCN</strong><br />  Tuesday 10:30-11:15am CET<br />  Justin Murray, Technical Marketing Architect, VMware<br />  Shawn Kelly, Principal Solutions Engineer, VMware</p>
</li>
<li><p><strong>How to Accelerate Innovation with Artificial Intelligence VIB2613BCNS</strong><br />  Tuesday 10:30-11:15am CET<br />  Elliott Young, CTO, EMEA, Dell Technologies</p>
</li>
<li><p><strong>Ask Me Anything: Large Language Models VIM2332BCN</strong><br />  Tuesday 10:30-11:00amCET<br />  Rick Battle, Staff Machine Learning Engineer, VMware</p>
</li>
<li><p><strong>ML/AI &amp; Large Language Models – Implications for VMware Infra</strong> <strong>CEIM2282BCN</strong> Tuesday 12:30-1:00pm CET<br />  Justin Murray, Technical Marketing Architect, VMware</p>
</li>
<li><p><strong>Empowering Business Growth with Generative AI VIB2368BCN</strong><br />  Tuesday 2:15-3:00pm CET<br />  Robbie Jerome, Principal Technologist - AI, VMware<br />  Serge Palaric, Vice President Alliances &amp; OEMs EMEA, NVIDIA<br />  Shobhit Bhutani, Principal Product Marketing Manager, VMware</p>
</li>
<li><p><strong>AI and ML Accelerator Deep Dive</strong> <strong>CEIB1197BCN</strong><br />  Wednesday 9:00-9:45am CET<br />  Frank Denneman, Chief Technologist, VMware</p>
</li>
<li><p><strong>Exploring the Future of AI/ML and Edge with VMware AI Labs VIB1780BCN</strong><br />  Wednesday 10:15-11:00am CET<br />  Natalie Fisher, Sr Product Line Manager, VMware</p>
</li>
<li><p><strong>When Healthcare Meets Modern AI &amp; VMware: The Results are Life-Changing INDB1728BCN</strong><br />  Wednesday 10:15-11:00am CET<br />  Enrique Estrada, Sr. Director Healthcare Industry Solutions, VMware<br />  Jens Koegler, Healthcare and Life Science Industry Director EMEA, VMware<br />  Hasan Jouni, EMEA Senior Partner Manager, Healthcare, NVIDIA</p>
</li>
<li><p><strong>Accelerate End-to-End AI Pipeline on VMware VIB2287BCNS</strong><br />  Wednesday 11:30-12:15pm CET<br />  Simon Todd, Technical Solution Specialist, Intel</p>
</li>
<li><p><strong>Improving Developer Productivity Using LLM’s VBT2627BCN  
  </strong>Wednesday 12:30-12:55pm CET<br />  Giampiero Caprino, Staff 2 Software Engineer, VMware</p>
</li>
<li><p><strong>AI Without GPU’s: Run AI/ML Workloads on Intel AMX CPU’s with vSphere 8 &amp; Tanzu MAPB2367BCN</strong><br />  Wednesday 12:45-1:30pm CET<br />  Chris Gully, Staff II Solutions Architect, VMware<br />  Earl Ruby, Staff Engineer, VMware</p>
</li>
<li><p><strong>Fighting Fiscal &amp; Social Fraud: How IT Could Save Billions to Taxpapers INDB1517BCN</strong><br />  Wednesday 12:45-1:30pm CET<br />  Joachim Murat, Civilian Government Industry Director EMEA, VMware<br />  Serge Palaric, Vice President Alliances &amp; OEMs EMEA, NVIDIA<br />  Rodolfo Rotondo, Business Solution Strategist Director, VMware</p>
</li>
<li><p><strong>Leveraging the AI Ecosystem: VMware Private AI Partnership Panel</strong> <strong>VIB2306BCN</strong><br />  Wednesday 2:00-2:45pm CET<br />  Abhay Kumar, Vice President, Ecosystem Strategy &amp; Technology Pa, VMware<br />  Ana Manrique, VP of Design - watsonx, IBM<br />  Yuval Zukerman, Director, Technical Alliances, Domino Data Lab</p>
</li>
<li><p><strong>Deploy Generative AI with VMware Private AI and Unlock Business Innovation CEIB2369BCN</strong><br />  Thursday 10:00 AM - 10:45 AM CET<br />  Shobhit Bhutani, Principal Product Marketing Manager, VMware<br />  Earl Ruby, Staff Engineer, VMware<br />  Himanshu Singh, Director, Cloud Infrastructure &amp; AI, VMware<br />  Chris Gully, Staff II Solutions Architect, VMware</p>
</li>
</ul>
<h3 id="heading-customer-tech-exchange-ctex">Customer Tech Exchange (CTEX)</h3>
<p>CTEX sessions require an invitation and a non-disclosure agreement (NDA.) These small sessions feature roadmap presentations and provide avenues for feedback discussions</p>
<ul>
<li><p><strong>Why Do I Need AI in My Data Center? Does this Help Me Become a Differentiator?</strong><br />  Tuesday 3:30-4:00pm CET<br />  Gareth Edwards, Solution Engineer</p>
</li>
<li><p><strong>Building an LLM Deployment Architecture</strong>: <strong>Five Lessons Learned</strong><br />  Wednesday 1:30-2:30pm CET<br />  Frank Denneman, Chief Technologist, VMware<br />  Shawn Kelly, Principal Solutions Engineer, VMware</p>
</li>
</ul>
<h3 id="heading-hands-on-labs-expert-led-workshops-elw">Hands on Labs Expert Led Workshops (ELW):</h3>
<p>Expert Led Workshops offer a guided hands on enablement session led by 2-3x subject matter experts in the lab topic. These sessions are typically capped at around 50x attendees.</p>
<ul>
<li><p><strong>Tanzu and Kubernetes for the vSphere Administrators ELW-2413-01-SDC</strong><br />  Monday 9:45-11:15am CET<br />  Tuesday 11:45-1:15pm CET<br />  Bob Bauer, Sr. Staff Solutions Engineer, VMware<br />  Jose Manzaneque, Emerging Solutions Engineer, VMware<br />  Thomas Kraus, Field Principal, VMware</p>
</li>
<li><p><strong>Introduction to AI/ML ELW-HOL-2447-01-ISM</strong><br />  Wednesday 3:30-5:00pm CET<br />  Thursday 1:15-2:45pm CET<br />  Diane Scott, Staff Solutions Engineer, VMware<br />  Cristian Lamson, Staff Cloud Infrastructure Engineer, VMware<br />  Matthew Meyer, Staff Solutions Architect, VMware</p>
</li>
</ul>
<p><a target="_blank" href="https://www.vmware.com/explore/eu/engage/activities.html">Dive into Hands on Labs workshops and their self-paced labs, Meet the Experts panels, and more Explore Activities here.</a></p>
<h3 id="heading-meet-the-experts">Meet the Experts:</h3>
<p>These sessions offer intimate, ~6-10x round table discussions led by an Subject Matter Expert (SME) with a whiteboard to 1:1 or 1:M questions, answers, and architectural diagrams.</p>
<ul>
<li><p><strong>Machine Learning Accelerator Deep Dive CEIM1199BCN</strong><br />  Monday 4:30-5:00pm CET<br />  Tuesday 11:30am-12:00pm CET<br />  Frank Denneman, Chief Technologist, VMware</p>
</li>
<li><p><strong>Ask Me Anything: Large Language Models VIM2332BCN</strong><br />  Tuesday 10:30 AM - 11:00 AM CET<br />  Wednesday 3:30 PM - 4:00 PM CET<br />  Rick Battle, Staff Machine Learning Engineer, VMware</p>
</li>
</ul>
<ul>
<li><strong>ML/AI and Large Language Models – Implications for VMware Infrastructure CEIM2282BCN</strong><br />  Tuesday 12:30 PM - 1:00 PM CET<br />  Wednesday 4:30 PM - 5:00 PM CET<br />  Justin Murray, Technical Marketing Architect, VMware</li>
</ul>
<ul>
<li><strong>Intel Xeon Accelerator Benefits for Your Critical Workloads</strong> <strong>CEIM2313BCNS</strong><br />  Tuesday 4:30-5:00pm CET<br />  Mohamed Elsaid, Cloud Solutions Specialist, Intel</li>
</ul>
<ul>
<li><strong>What Can AI Do for You: Lenovo, NVIDIA, and VMware Deep Dive</strong> <strong>CEIM2459BCNS</strong><br />  Wednesday 2:30-3:00pm CET<br />  David Reeves, Director, Global Alliances, Lenovo<br />  Terry Kaigg, Alliance Manager, NVIDIA<br />  Anthony Sayers, EMEA Edge Business Development, Lenovo</li>
</ul>
<h3 id="heading-sponsor-booth-sessions">Sponsor Booth Sessions:</h3>
<ul>
<li><p><strong>Lenovo + NVIDIA + VMware: 90 Minute Tutorial – Future Ready AI Infrastructure: Edge to Cloud Transformation</strong> at Lenovo Booth</p>
</li>
<li><p><strong>VMware: Democratizing Generative AI for All Enterprises with VMware Private AI VBT2596BCN</strong> at VMware booth<br />  Wednesday 3:00-3:25pm<br />  Shubot Bhutani, Principal Product Marketing Manager, VMware</p>
</li>
<li><p><strong>Intel:</strong> Technology Innovation Showcase <strong>TECK3257BCN</strong></p>
</li>
</ul>
<h3 id="heading-exhausted-what-to-do-next">Exhausted? What to do next:</h3>
<ul>
<li><p><a target="_blank" href="https://event.vmware.com/flow/vmware/explore2023bcn/content/page/catalog?tab.contentcatalogtabs=1627421929827001vRXW">Dive into the VMware Explore Barcelona Session Catalog</a> *Recordings will also be available here</p>
</li>
<li><p>Check out <a target="_blank" href="https://huggingface.co/VMware">VMware's AI Labs models on HuggingFace</a> and <a target="_blank" href="https://github.com/vmware-ai-labs">open source projects on GitHub</a></p>
</li>
<li><p><a target="_blank" href="https://frankdenneman.nl/">Read Frank Denneman's blog</a> for deep technical knowledge into designing systems for support AI/ML applications</p>
</li>
<li><p>Think about how your team's projects can measure successful outcomes by leveraging these new AI/ML technologies</p>
</li>
</ul>
]]></content:encoded></item></channel></rss>