<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Til on Christopher Tyler</title><link>https://cetyler.github.io/tags/til/</link><description>Recent content in Til on Christopher Tyler</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 01 Jan 2025 16:48:57 -0600</lastBuildDate><atom:link href="https://cetyler.github.io/tags/til/index.xml" rel="self" type="application/rss+xml"/><item><title>WAT Python Inspection Tool</title><link>https://cetyler.github.io/til/2025/2025-01-01_wat/</link><pubDate>Wed, 01 Jan 2025 15:44:34 -0600</pubDate><guid>https://cetyler.github.io/til/2025/2025-01-01_wat/</guid><description>A powerful inspection tool to help with unknown Python objects.</description></item><item><title>RightTyper to Generate Types</title><link>https://cetyler.github.io/til/2024/2024-12-31-right_typer/</link><pubDate>Tue, 31 Dec 2024 21:37:26 -0500</pubDate><guid>https://cetyler.github.io/til/2024/2024-12-31-right_typer/</guid><description>Get a helper with typing.</description></item><item><title>Count Number of Lines in a Git Repository</title><link>https://cetyler.github.io/til/2024/2024-09-04-count_number_lines_in_git/</link><pubDate>Thu, 05 Sep 2024 00:00:26 -0500</pubDate><guid>https://cetyler.github.io/til/2024/2024-09-04-count_number_lines_in_git/</guid><description>If you were ever curious how many lines of code you have in a repo.</description></item><item><title>Check for unused Indexes</title><link>https://cetyler.github.io/til/2023/20230909235222/</link><pubDate>Mon, 18 Dec 2023 14:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230909235222/</guid><description>Part of a larger PostgreSQL management article.</description></item><item><title>Powershell Remoting</title><link>https://cetyler.github.io/til/2023/20230823081624/</link><pubDate>Mon, 04 Dec 2023 00:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230823081624/</guid><description>A couple of different ways to connect to a remote PC.</description></item><item><title>View Code of Stored Procedure</title><link>https://cetyler.github.io/til/2023/20230817111325/</link><pubDate>Tue, 28 Nov 2023 14:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230817111325/</guid><description>&lt;p&gt;I needed to see the code of a stored procedure in MS SQL Server at work so that
I could create a modified query.
I normally don&amp;rsquo;t use
&lt;a href="https://stackoverflow.com/questions/8733088/how-to-view-the-stored-procedure-code-in-sql-server-management-studio"&gt;Stack Overflow&lt;/a&gt;
much anymore but this was actually useful and well described.&lt;/p&gt;
&lt;p&gt;Using SQL Server Management Studio do the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to Database -&amp;gt; Programmmability -&amp;gt; Stored Procedure.&lt;/li&gt;
&lt;li&gt;Right click on the procedure you want to view and click &lt;strong&gt;Modify&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Be careful not to modify it when you only want to view it.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>How to List Active Connections on PostgreSQL</title><link>https://cetyler.github.io/til/2023/20230529112626/</link><pubDate>Tue, 17 Oct 2023 11:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230529112626/</guid><description>How to check using a query what is actively running.</description></item><item><title>Check for Unvalidated Database Constraints</title><link>https://cetyler.github.io/til/2023/20230707183736/</link><pubDate>Tue, 10 Oct 2023 11:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230707183736/</guid><description>Verify that you don&amp;rsquo;t have a constraint created without validation.</description></item><item><title>Deprecated</title><link>https://cetyler.github.io/til/2023/20230617165321/</link><pubDate>Tue, 19 Sep 2023 11:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230617165321/</guid><description>I neat way to deprecate parts of a Python program.</description></item><item><title>Get Battery Status in CLI</title><link>https://cetyler.github.io/til/2023/20230603144133/</link><pubDate>Tue, 12 Sep 2023 11:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230603144133/</guid><description>How to get the battery status using standard CLI tools in Linux.</description></item><item><title>How to Read a Vim Swapfile</title><link>https://cetyler.github.io/til/2023/20230603143022/</link><pubDate>Tue, 12 Sep 2023 11:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230603143022/</guid><description>How to read a swapfile, especially where there isn&amp;rsquo;t an reference file.</description></item><item><title>Delete Files Older Than x Days on Linux</title><link>https://cetyler.github.io/til/2023/20230528001633/</link><pubDate>Tue, 05 Sep 2023 11:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230528001633/</guid><description>Quickly delete files older than a certain number of days.</description></item><item><title>How to Use a match case Statement</title><link>https://cetyler.github.io/til/2023/20230515090746/</link><pubDate>Tue, 29 Aug 2023 11:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230515090746/</guid><description>Some examples of how to use match case statement in Python.</description></item><item><title>Vim Tips</title><link>https://cetyler.github.io/til/2023/20230510083934/</link><pubDate>Tue, 22 Aug 2023 11:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230510083934/</guid><description>Notes from the VIM Workshop from pybites</description></item><item><title>Create Git Branch and Checkout</title><link>https://cetyler.github.io/til/2023/20230503080911/</link><pubDate>Tue, 15 Aug 2023 11:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230503080911/</guid><description>Create a git branch and checkout at once.</description></item><item><title>Set Statement Timeout</title><link>https://cetyler.github.io/til/2023/202308012255/</link><pubDate>Tue, 01 Aug 2023 22:55:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/202308012255/</guid><description>Set a timeout in case you want to terminate a long running query.</description></item><item><title>Escape Keys using psycopg2</title><link>https://cetyler.github.io/til/2023/20230502141136/</link><pubDate>Fri, 02 Jun 2023 20:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230502141136/</guid><description>Making sure that using &lt;code&gt;%&lt;/code&gt; in PostgreSQL works with psycopg2.</description></item><item><title>Setup Python Package to use with Pipx</title><link>https://cetyler.github.io/til/2023/20230502135936/</link><pubDate>Fri, 26 May 2023 20:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230502135936/</guid><description>Setting up your Python project to work with pipx and pyproject.toml</description></item><item><title>Prune Docker Images</title><link>https://cetyler.github.io/til/2023/20230218213148/</link><pubDate>Fri, 21 Apr 2023 00:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230218213148/</guid><description>Remove images that are not in use.</description></item><item><title>Clear Highlighting in Vim</title><link>https://cetyler.github.io/til/2023/20230130082138/</link><pubDate>Fri, 14 Apr 2023 00:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230130082138/</guid><description>Clearing highlighting after performing a search for an example.</description></item><item><title>Application Name in PostgreSQL</title><link>https://cetyler.github.io/til/2023/20230128205454/</link><pubDate>Fri, 31 Mar 2023 00:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230128205454/</guid><description>Send application name to PostgreSQL.</description></item><item><title>Find and Replace in Vim</title><link>https://cetyler.github.io/til/2023/20230119084147/</link><pubDate>Fri, 24 Mar 2023 00:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230119084147/</guid><description>Different ways to find and replace items using vim.</description></item><item><title>Calculate the Distance between two Latitudes and Longitudes</title><link>https://cetyler.github.io/til/2022/20221127204939/</link><pubDate>Fri, 17 Mar 2023 00:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2022/20221127204939/</guid><description>Calculation using SQL.</description></item><item><title>Get Disk Size for Each Database</title><link>https://cetyler.github.io/til/2022/20221106193508/</link><pubDate>Fri, 10 Mar 2023 00:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2022/20221106193508/</guid><description>Get the disk size for each database in PostgreSQL.</description></item><item><title>Include Schema in psycopg2 Connection String</title><link>https://cetyler.github.io/til/2022/20221218161531/</link><pubDate>Mon, 19 Dec 2022 17:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2022/20221218161531/</guid><description>Include schema in PostgreSQL connection string.</description></item><item><title>Create Automatic Timestamps in PostgreSQL</title><link>https://cetyler.github.io/til/2022/2022-12-15_timestamp/</link><pubDate>Fri, 16 Dec 2022 18:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2022/2022-12-15_timestamp/</guid><description>Create automatic timestamps by default.</description></item><item><title>Using Rich Inspect to Interrogate Python Objects</title><link>https://cetyler.github.io/til/2023/20230805171754/</link><pubDate>Sun, 13 Nov 2022 14:00:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/20230805171754/</guid><description>Using Rich can help format an object in the REPL.</description></item><item><title>Pasting Text in Vim</title><link>https://cetyler.github.io/til/2023/202304152031/</link><pubDate>Wed, 28 Apr 2021 14:30:00 -0500</pubDate><guid>https://cetyler.github.io/til/2023/202304152031/</guid><description>Pasting text into vim.</description></item></channel></rss>