<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Script on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/script/</link>
    <description>Recent content in Script on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 27 Jan 2025 16:28:35 +0100</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/script/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Work with LLMs on the command line</title>
      <link>https://janikvonrotz.ch/2025/01/27/work-with-llms-on-the-command-line/</link>
      <pubDate>Mon, 27 Jan 2025 16:28:35 +0100</pubDate>
      <guid>https://janikvonrotz.ch/2025/01/27/work-with-llms-on-the-command-line/</guid>
      <description>&lt;p&gt;I used VSCodium and Codeium to develop Python code. VSCode is my editor of choice and Codeium is a well integrated AI-tool that helps writing code. While it solved a lot of problems for me, especially writing boilerplate code, I became more and more frustrated using this setup.&lt;/p&gt;&#xA;&lt;p&gt;No longer I wanted to understand the actual problem or piece of code, but just to prompt out a solution. Often I was eagerly waiting for the auto-complete feature to fix my code. I copied pieces of code to LLM chats in the browser and then updated the code in the editor. This workflow didn&amp;rsquo;t feel right. This isn&amp;rsquo;t coding.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Backup Docker volumes with this script</title>
      <link>https://janikvonrotz.ch/2020/08/18/backup-docker-volumes-with-this-script/</link>
      <pubDate>Tue, 18 Aug 2020 21:38:34 +0200</pubDate>
      <guid>https://janikvonrotz.ch/2020/08/18/backup-docker-volumes-with-this-script/</guid>
      <description>&lt;p&gt;The official Docker documentation has &lt;a href=&#34;https://docs.docker.com/storage/volumes/#backup-restore-or-migrate-data-volumes&#34;&gt;section about container backup&lt;/a&gt;. This section tells you how to backup an attached volume and the command to do so is pretty elaborate. For automating backups you don&amp;rsquo;t want to script parametrized commands such as this one. A simple script will do the job.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Restore Odoo database with this script</title>
      <link>https://janikvonrotz.ch/2020/05/19/restore-odoo-database-with-this-script/</link>
      <pubDate>Tue, 19 May 2020 10:29:27 +0200</pubDate>
      <guid>https://janikvonrotz.ch/2020/05/19/restore-odoo-database-with-this-script/</guid>
      <description>&lt;p&gt;Odoo&amp;rsquo;s database manager provides an simple interface to backup and restore an Odoo database (aka tenant). This interface can be used to run scripted restores. In the same manner as the &lt;a href=&#34;https://janikvonrotz.ch/2020/04/02/automate-odoo-backups-with-this-script/&#34;&gt;Odoo backup script&lt;/a&gt; I&amp;rsquo;ve created a restore script.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Automate Odoo backups with this script</title>
      <link>https://janikvonrotz.ch/2020/04/02/automate-odoo-backups-with-this-script/</link>
      <pubDate>Thu, 02 Apr 2020 11:38:06 +0200</pubDate>
      <guid>https://janikvonrotz.ch/2020/04/02/automate-odoo-backups-with-this-script/</guid>
      <description>&lt;p&gt;Odoo&amp;rsquo;s database manager provides an simple interface to backup an odoo database (tenant). This interface can be used to run automated backups. I have created a script to easily request odoo backup archives. The script works like every other command line tool.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
