<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>Jenny Faulkner</title>
      <link>https://jennyfaulkner.com</link>
      <description>Last 10 notes on Jenny Faulkner</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>📍 Productivity and tools</title>
    <link>https://jennyfaulkner.com/Notes/Productivity/%F0%9F%93%8D-Productivity-and-tools</link>
    <guid>https://jennyfaulkner.com/Notes/Productivity/%F0%9F%93%8D-Productivity-and-tools</guid>
    <description><![CDATA[ Obsidian Obsidian CLI 🌿 Using Obsidian with Claude. ]]></description>
    <pubDate>Sun, 03 May 2026 15:55:49 GMT</pubDate>
  </item><item>
    <title>🌱 Python collections and flow</title>
    <link>https://jennyfaulkner.com/Notes/Python,-Stats--and--Tech/%F0%9F%8C%B1-Python-collections-and-flow</link>
    <guid>https://jennyfaulkner.com/Notes/Python,-Stats--and--Tech/%F0%9F%8C%B1-Python-collections-and-flow</guid>
    <description><![CDATA[ This note has an emphasis on how lists, dictionaries, loops, booleans, and conditionals combine in practical code. 1. ]]></description>
    <pubDate>Sun, 03 May 2026 15:55:49 GMT</pubDate>
  </item><item>
    <title>Obsidian CLI</title>
    <link>https://jennyfaulkner.com/Notes/Productivity/Obsidian-CLI</link>
    <guid>https://jennyfaulkner.com/Notes/Productivity/Obsidian-CLI</guid>
    <description><![CDATA[ Obsidian has recently released a CLI (command line interface) that lets you control Obsidian from your terminal. ]]></description>
    <pubDate>Sun, 03 May 2026 15:55:49 GMT</pubDate>
  </item><item>
    <title>🌿 Using OpenAI with Python</title>
    <link>https://jennyfaulkner.com/Notes/Python,-Stats--and--Tech/%F0%9F%8C%BF-Using-OpenAI-with-Python</link>
    <guid>https://jennyfaulkner.com/Notes/Python,-Stats--and--Tech/%F0%9F%8C%BF-Using-OpenAI-with-Python</guid>
    <description><![CDATA[ To install the OpenAI Python library: !pip install openai The library needs to be configured with your account’s secret key. ]]></description>
    <pubDate>Sun, 03 May 2026 15:55:49 GMT</pubDate>
  </item><item>
    <title>🌿 Using Obsidian with Claude</title>
    <link>https://jennyfaulkner.com/Notes/Productivity/%F0%9F%8C%BF-Using-Obsidian-with-Claude</link>
    <guid>https://jennyfaulkner.com/Notes/Productivity/%F0%9F%8C%BF-Using-Obsidian-with-Claude</guid>
    <description><![CDATA[ Obsidian can be used with Claude Desktop via a MCP. ]]></description>
    <pubDate>Sun, 03 May 2026 15:55:49 GMT</pubDate>
  </item><item>
    <title>🌱 Ads within AI models</title>
    <link>https://jennyfaulkner.com/Notes/AI/Wider-AI/%F0%9F%8C%B1-Ads-within-AI-models</link>
    <guid>https://jennyfaulkner.com/Notes/AI/Wider-AI/%F0%9F%8C%B1-Ads-within-AI-models</guid>
    <description><![CDATA[ In February 2026, OpenAI announced that ads would be shown to free users. Anthropic responded with a Super Bowl that mocked this decision. ]]></description>
    <pubDate>Sun, 03 May 2026 15:55:49 GMT</pubDate>
  </item><item>
    <title>🌱 Classification with Python and OpenAI</title>
    <link>https://jennyfaulkner.com/Notes/Python,-Stats--and--Tech/%F0%9F%8C%B1-Classification-with-Python-and-OpenAI</link>
    <guid>https://jennyfaulkner.com/Notes/Python,-Stats--and--Tech/%F0%9F%8C%B1-Classification-with-Python-and-OpenAI</guid>
    <description><![CDATA[ def get_completion_from_messages(messages, model=&quot;gpt-3.5-turbo&quot;, temperature=0, max_tokens=500): response = openai.ChatCompletion.create( model=model, messages=messages, temperature=temperature, max_tokens=max_tokens, ) return response.choices[0].message[&quot;content&quot;] When classify... ]]></description>
    <pubDate>Sun, 03 May 2026 15:55:49 GMT</pubDate>
  </item><item>
    <title>🌱 The impact of AI on jobs</title>
    <link>https://jennyfaulkner.com/Notes/AI/Wider-AI/%F0%9F%8C%B1-The-impact-of-AI-on-jobs</link>
    <guid>https://jennyfaulkner.com/Notes/AI/Wider-AI/%F0%9F%8C%B1-The-impact-of-AI-on-jobs</guid>
    <description><![CDATA[ The move towards a central competency Nate B Jones (9th February 2026) claims that AI will cause a convergence of previously distinct knowledge-work roles such as engineering, product management, marketing, analysis, design, and operations. ]]></description>
    <pubDate>Sun, 03 May 2026 15:55:49 GMT</pubDate>
  </item><item>
    <title>Workflow</title>
    <link>https://jennyfaulkner.com/Notes/@_About/Workflow</link>
    <guid>https://jennyfaulkner.com/Notes/@_About/Workflow</guid>
    <description><![CDATA[  ]]></description>
    <pubDate>Sun, 03 May 2026 15:55:49 GMT</pubDate>
  </item><item>
    <title>🌱 Multiple dependent dropdown lists in Google Sheets</title>
    <link>https://jennyfaulkner.com/Notes/Python,-Stats--and--Tech/%F0%9F%8C%B1-Multiple-dependent-dropdown-lists-in-Google-Sheets</link>
    <guid>https://jennyfaulkner.com/Notes/Python,-Stats--and--Tech/%F0%9F%8C%B1-Multiple-dependent-dropdown-lists-in-Google-Sheets</guid>
    <description><![CDATA[ This YouTube video shows an interesting way of creating multiple dependent, or cascading, drop down lists in Google Sheets: www.youtube.com/watch\&amp;list=WL\&amp;index=1. ]]></description>
    <pubDate>Sun, 03 May 2026 15:55:49 GMT</pubDate>
  </item>
    </channel>
  </rss>