<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Posts tagged: glossary</title>
  <id>https://waylonwalker.com/tags/glossary/atom.xml</id>
  <updated>2026-01-08T20:17:27Z</updated>
  <subtitle>All posts with the tag &#34;glossary&#34;</subtitle>
  <link href="https://waylonwalker.com/tags/glossary/" rel="alternate" type="text/html"></link>
  <link href="https://waylonwalker.com/tags/glossary/atom.xml" rel="self" type="application/atom+xml"></link>
  <author>
    <name>Waylon Walker</name>
  </author>
  <generator uri="https://github.com/WaylonWalker/markata-go">markata-go</generator>
  <entry>
    <title>POG</title>
    <id>https://waylonwalker.com/pog/</id>
    <updated>2026-01-08T20:17:27Z</updated>
    <published>2026-01-08T20:17:27Z</published>
    <link href="https://waylonwalker.com/pog/" rel="alternate" type="text/html"></link>
    <summary type="text">**: **lay **f the **ame - used to express shock or excitement after a noteworthy moment.</summary>
    <content type="html">&lt;p&gt;&lt;strong&gt;POG&lt;/strong&gt;: &lt;strong&gt;P&lt;/strong&gt;lay &lt;strong&gt;O&lt;/strong&gt;f the &lt;strong&gt;G&lt;/strong&gt;ame - used to express shock or excitement&#xA;after a noteworthy moment.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Git</title>
    <id>https://waylonwalker.com/glossary/git/</id>
    <updated>2025-12-06T09:59:01Z</updated>
    <published>2025-12-06T09:59:01Z</published>
    <link href="https://waylonwalker.com/glossary/git/" rel="alternate" type="text/html"></link>
    <summary type="text">Git is a version control system for tracking changes in source code during software development. In the beginning there were many, some were licensed. As...</summary>
    <content type="html">&lt;p&gt;Git is a version control system for tracking changes in source code during&#xA;software development.  In the beginning there were many, some were licensed.&#xA;As Linus worked on Linux one tried to strike him for using it without paying so&#xA;he made git in 10 days as an F U.  He made it because he needed it to work on&#xA;the kernel with no one else in mind as the target audience.  It’s since been&#xA;maintained by Junio Hamano and became nearly the only version control system&#xA;used by anyone in software.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Starlette</title>
    <id>https://waylonwalker.com/starlette/</id>
    <updated>2025-10-22T09:21:39Z</updated>
    <published>2025-10-22T09:21:39Z</published>
    <link href="https://waylonwalker.com/starlette/" rel="alternate" type="text/html"></link>
    <summary type="text">Starlette is a low level web framework for modern (as of 2025) async python development most famously used by FastAPI.</summary>
    <content type="html">&lt;p&gt;Starlette is a low level web framework for modern (as of 2025) async python development most&#xA;famously used by FastAPI.&lt;/p&gt;&#xA;&lt;h2 id=&#34;from-the-starlette-documentationhttpswwwstarlettedev&#34;&gt;From the &lt;a href=&#34;https://www.starlette.dev/&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/www.starlette.dev.png&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/www.starlette.dev.png&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;Starlette documentation&lt;/a&gt; &lt;a href=&#34;#from-the-starlette-documentationhttpswwwstarlettedev&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Starlette is a lightweight ASGI framework/toolkit, which is ideal for building&#xA;async web services in Python.&lt;/p&gt;&#xA;&lt;p&gt;It is production-ready, and gives you the following:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A lightweight, low-complexity HTTP web framework.&lt;/li&gt;&#xA;&lt;li&gt;WebSocket support.&lt;/li&gt;&#xA;&lt;li&gt;In-process background tasks.&lt;/li&gt;&#xA;&lt;li&gt;Startup and shutdown events.&lt;/li&gt;&#xA;&lt;li&gt;Test client built on httpx.&lt;/li&gt;&#xA;&lt;li&gt;CORS, GZip, Static Files, Streaming responses.&lt;/li&gt;&#xA;&lt;li&gt;Session and Cookie support.&lt;/li&gt;&#xA;&lt;li&gt;100% test coverage.&lt;/li&gt;&#xA;&lt;li&gt;100% type annotated codebase.&lt;/li&gt;&#xA;&lt;li&gt;Few hard dependencies.&lt;/li&gt;&#xA;&lt;li&gt;Compatible with asyncio and trio backends.&lt;/li&gt;&#xA;&lt;li&gt;Great overall performance against independent benchmarks.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Html</title>
    <id>https://waylonwalker.com/html/</id>
    <updated>2025-09-16T11:49:20Z</updated>
    <published>2025-09-16T11:49:20Z</published>
    <link href="https://waylonwalker.com/html/" rel="alternate" type="text/html"></link>
    <summary type="text">HTML (HyperText Markup Language) is the standard markup language used to create and design documents on the World Wide Web. It structures web content by...</summary>
    <content type="html">&lt;p&gt;HTML (HyperText Markup Language) is the standard markup language used to create&#xA;and design documents on the World Wide Web. It structures web content by&#xA;defining elements such as headings, paragraphs, links, images, and other&#xA;multimedia components. HTML uses a system of tags to denote different types of&#xA;content and their relationships, allowing browsers to render the content&#xA;appropriately for users. It is a fundamental technology alongside CSS&#xA;(Cascading Style Sheets) and JavaScript that enables the creation of&#xA;interactive and visually appealing web pages.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Clippy No Simpy</title>
    <id>https://waylonwalker.com/clippy-no-simpy/</id>
    <updated>2025-09-02T20:58:32Z</updated>
    <published>2025-09-02T20:58:32Z</published>
    <link href="https://waylonwalker.com/clippy-no-simpy/" rel="alternate" type="text/html"></link>
    <summary type="text">&#34;Clippy no Simpy&#34; is a term coined by Louis Rossmann, when people try to stand up for companies doing scummy things like charging your for features that you...</summary>
    <content type="html">&lt;p&gt;“&lt;a href=&#34;/clippy/&#34; class=&#34;wikilink&#34; data-title=&#34;Clippy&#34; data-description=&#34;Clippy is a virtual office assistant from Microsoft, shipped from office 97 to office 2003. It was used to help train people how to use the software that was...&#34; data-date=&#34;2025-09-02&#34; data-preview=&#34;Clippy is a virtual office assistant from Microsoft, shipped from office 97 to office 2003. It was used to help train people how to use the software that was...&#34;&gt;Clippy&lt;/a&gt; no Simpy” is a term coined by Louis Rossmann, when people try to&#xA;stand up for companies doing scummy things like charging your for features that&#xA;you already own, taking the companies best interest ahead of the consumers.&#xA;This is often used when companies change the terms and conditions after you&#xA;make your purchase requiring something like a subscription to use the product&#xA;you already own.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Clippy</title>
    <id>https://waylonwalker.com/clippy/</id>
    <updated>2025-09-02T20:32:23Z</updated>
    <published>2025-09-02T20:32:23Z</published>
    <link href="https://waylonwalker.com/clippy/" rel="alternate" type="text/html"></link>
    <summary type="text">Clippy is a virtual office assistant from Microsoft, shipped from office 97 to office 2003. It was used to help train people how to use the software that was...</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/afcb19dc-f886-4d5e-b263-b81f3569f1bc.png&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/api/file/afcb19dc-f886-4d5e-b263-b81f3569f1bc.png&#34; alt=&#34;screenshot-2025-09-03T01-36-09-835Z.png&#34;/ data-glightbox=&#34;description: screenshot-2025-09-03T01-36-09-835Z.png&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;Clippy is a virtual office assistant from Microsoft, shipped from office 97 to&#xA;office 2003.  It was used to help train people how to use the software that was&#xA;becoming commonplace at the time.  Before this era most people probably never&#xA;had a reason to touch a computer.&lt;/p&gt;&#xA;&lt;p&gt;As AI assistants are taking over everything in 2025, Clippy is standing as a&#xA;mascot of a better time.  Was Clippy perfect no.  Could you turn him off, yes.&#xA;Did he send your data to back to M$, no.  Did he try to sell you&#xA;something that you didn’t ask for, no.  Did he try to up charge you for&#xA;something you already own, no.  Clippy just wanted to help, that’s all he knew,&#xA;that’s all that he was designed to do.  There was no malicious intent in Clippy.&lt;/p&gt;&#xA;&lt;p&gt;Here is a quote from &lt;a href=&#34;https://youtu.be/3NyUgv6dpJc?si=-M_mnWyqvGkpmEVI&amp;amp;t=893&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/youtu.be.png&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/youtu.be.png&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;Louis Rossmann&lt;/a&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Office_Assistant&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/en.wikipedia.org.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/en.wikipedia.org.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;Clippy&lt;/a&gt; didn’t sick an&#xA;virtual dog on you that followed you everywhere you went, logged your&#xA;personal communications, and reported them to the police, and to the guys&#xA;that wanted to protect the children, Clippy just wanted to help, Clippy&#xA;protected the children too, while protecting their privacy.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Self Host</title>
    <id>https://waylonwalker.com/self-host/</id>
    <updated>2025-08-05T19:06:45Z</updated>
    <published>2025-08-05T19:06:45Z</published>
    <link href="https://waylonwalker.com/self-host/" rel="alternate" type="text/html"></link>
    <summary type="text">Self hosting is the act of hosting your own applications and services without using a SAS provider. This is typically done with your own hardware, but there...</summary>
    <content type="html">&lt;p&gt;Self hosting is the act of hosting your own applications and services without&#xA;using a SAS provider.  This is typically done with your own hardware, but there&#xA;is no shame for using a cloud vendor to host your own services.  These services&#xA;typically come in the form of a web app, file share, or game server.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Vibe Coding</title>
    <id>https://waylonwalker.com/vibe-coding/</id>
    <updated>2025-08-05T10:54:58Z</updated>
    <published>2025-08-05T10:54:58Z</published>
    <link href="https://waylonwalker.com/vibe-coding/" rel="alternate" type="text/html"></link>
    <summary type="text">A coding style popularized in 2025. It is the act of using LLMs to generate code for an application, but the author never looks at the output. The author...</summary>
    <content type="html">&lt;p&gt;A coding style&#xA;&lt;a href=&#34;https://simonwillison.net/2025/Mar/19/vibe-coding/&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/simonwillison.net.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/simonwillison.net.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;popularized&lt;/a&gt; in 2025.  It&#xA;is the act of using LLMs to generate code for an application,  but the author&#xA;never looks at the output.  The author does not likely care about the output&#xA;code, but is looking for a certain result they can see.  This technique is&#xA;highly criticised for large projects, often the output is immediaately&#xA;considered &lt;a href=&#34;https://blog.val.town/vibe-code&#34;&gt;legacy code&lt;/a&gt;. Vibe coding has been&#xA;proven effective for one off tasks that are not critical and the result can be&#xA;easily verified.&lt;/p&gt;&#xA;&lt;p&gt;The term was coined by &lt;a href=&#34;https://twitter.com/karpathy&#34;&gt;karpathy&lt;/a&gt; in this&#xA;&lt;a href=&#34;https://x.com/karpathy/status/1886192184808149383&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/x.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/x.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;tweet&lt;/a&gt;&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Ai Slop</title>
    <id>https://waylonwalker.com/ai-slop/</id>
    <updated>2025-08-05T10:51:39Z</updated>
    <published>2025-08-05T10:51:39Z</published>
    <link href="https://waylonwalker.com/ai-slop/" rel="alternate" type="text/html"></link>
    <summary type="text">AI slop is unwanted AI content, generally shared by someone who did not review the output and is considered highly offensive and rude.</summary>
    <content type="html">&lt;p&gt;AI slop is unwanted AI content, generally shared by someone who did not review&#xA;the output and is considered highly offensive and&#xA;&lt;a href=&#34;https://distantprovince.by/posts/its-rude-to-show-ai-output-to-people/&#34;&gt;rude&lt;/a&gt;.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Homelab</title>
    <id>https://waylonwalker.com/homelab/</id>
    <updated>2025-08-02T15:02:50Z</updated>
    <published>2025-08-02T15:02:50Z</published>
    <link href="https://waylonwalker.com/homelab/" rel="alternate" type="text/html"></link>
    <summary type="text">A place to self host applications. For me this is primarily self built web applications, and applications for sharing files with my family. Techno Tim has a...</summary>
    <content type="html">&lt;p&gt;A place to self host applications.  For me this is primarily self built web&#xA;applications, and applications for sharing files with my family. Techno Tim has&#xA;a great starter - &lt;a href=&#34;https://technotim.live/posts/we-are-homelab/&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/technotim.live.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/technotim.live.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;we are&#xA;homelab&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;bump1&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Aur</title>
    <id>https://waylonwalker.com/aur/</id>
    <updated>2025-07-06T21:12:10Z</updated>
    <published>2025-07-06T21:12:10Z</published>
    <link href="https://waylonwalker.com/aur/" rel="alternate" type="text/html"></link>
    <summary type="text">Arch User Repository, a collection of community maintained packages for archlinux.</summary>
    <content type="html">&lt;p&gt;Arch User Repository, a collection of community maintained packages for archlinux.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Paru</title>
    <id>https://waylonwalker.com/paru/</id>
    <updated>2025-07-06T21:11:32Z</updated>
    <published>2025-07-06T21:11:32Z</published>
    <link href="https://waylonwalker.com/paru/" rel="alternate" type="text/html"></link>
    <summary type="text">paru is a package manager for archlinux that installs packages from the AUR.</summary>
    <content type="html">&lt;p&gt;paru is a package manager for archlinux that installs packages from the AUR.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Virtual Environment</title>
    <id>https://waylonwalker.com/virtual-environment/</id>
    <updated>2025-07-06T13:36:02Z</updated>
    <published>2025-07-06T13:36:02Z</published>
    <link href="https://waylonwalker.com/virtual-environment/" rel="alternate" type="text/html"></link>
    <summary type="text">Virtual Environment is term for a sandboxed environment commonly associated with the python programming language. If you are installing any sort of python...</summary>
    <content type="html">&lt;p&gt;Virtual Environment is term for a sandboxed environment commonly associated&#xA;with the python programming language.  If you are installing any sort of python&#xA;library you want it in a virtual environment, you do not want it in your system&#xA;causing conflicts with system level environment.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Htmx</title>
    <id>https://waylonwalker.com/htmx/</id>
    <updated>2025-07-05T19:25:11Z</updated>
    <published>2025-07-05T19:25:11Z</published>
    <link href="https://waylonwalker.com/htmx/" rel="alternate" type="text/html"></link>
    <summary type="text">htmx is a frontend javascript library for creating dynamic web applications.</summary>
    <content type="html">&lt;p&gt;htmx is a frontend javascript library for creating dynamic web applications.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
</feed>