<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Divya A</title>
    <description>The latest articles on DEV Community by Divya A (@gopher65).</description>
    <link>https://dev.to/gopher65</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1347034%2F39c84e55-8cfb-4bcc-9cae-b39e0617a7e3.png</url>
      <title>DEV Community: Divya A</title>
      <link>https://dev.to/gopher65</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gopher65"/>
    <language>en</language>
    <item>
      <title>Asciinema vs Savvy CLI: Terminal recording tools</title>
      <dc:creator>Divya A</dc:creator>
      <pubDate>Fri, 16 Aug 2024 02:12:23 +0000</pubDate>
      <link>https://dev.to/gopher65/asciinema-vs-savvy-cli-terminal-recording-tools-42j3</link>
      <guid>https://dev.to/gopher65/asciinema-vs-savvy-cli-terminal-recording-tools-42j3</guid>
      <description>&lt;p&gt;&lt;a href="https://docs.getsavvy.so/guides/quick_start/" rel="noopener noreferrer"&gt;Savvy CLI&lt;/a&gt; and &lt;a href="https://asciinema.org/" rel="noopener noreferrer"&gt;Asciinema&lt;/a&gt; are both powerful tools that can record terminal activity, but they serve different purposes and are built with different core functionalities.&lt;/p&gt;

&lt;h2&gt;
  
  
  Savvy
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Purpose and Functionality&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Savvy CLI is primarily designed to automate capturing actionable knowledge from terminal activity. Developers who need to document and share operational procedures or incident responses can easily create runbooks or non-developers can simply run those runbooks to get the job done.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Session Recording:&lt;/strong&gt; Savvy captures command-line sessions and automatically converts them into detailed documentation like a runbook that anyone can run locally on their machine. These runbooks can include commands, links, and notes, providing a comprehensive guide for repetitive tasks or troubleshooting procedures​.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;AI Integration:&lt;/strong&gt; Savvy uses LLMs to interpret and document terminal sessions, turning complex commands into easy-to-understand steps. Another AI component called &lt;code&gt;Savvy Explain&lt;/code&gt;, can also generate explanations for shell commands, helping users understand what each command does.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Sharing and Collaboration:&lt;/strong&gt; Users can share runbooks via simple links or export them to Markdown or MDX, facilitating easy integration with other documentation tools and platforms. ​&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Asciinema
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Purpose and Functionality&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Asciinema is a tool for recording terminal sessions and sharing them as replayable videos. This makes it useful for educational content or demonstrations where seeing the real-time command execution is beneficial.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Session Recording:&lt;/strong&gt; Asciinema captures every keystroke and output in the terminal, allowing others to view the session exactly as it occurred. Viewers can copy-paste the content they want directly from the recording.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;AI Integration:&lt;/strong&gt; Looking forward to it!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Sharing and Collaboration:&lt;/strong&gt; Recorded sessions are stored in a lightweight, text-based format, which can be played back in any web browser. This makes it easier to share across different platforms without compatibility issues.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Savvy CLI is best suited for creating actionable, detailed &lt;a href="https://docs.getsavvy.so/examples/example/" rel="noopener noreferrer"&gt;documentation&lt;/a&gt; that can be used repeatedly by teams to standardize procedures or troubleshoot issues. Asciinema, however, is best suited for &lt;a href="https://asciinema.org/explore" rel="noopener noreferrer"&gt;demonstrations&lt;/a&gt; where the process and flow of terminal activity are crucial for understanding.&lt;/p&gt;

&lt;p&gt;Savvy’s runbook output format is text-based that can be edited and formatted further. Asciinema’s output is a shareable, replayable session that mimics the original terminal activity, but unfortunately cannot be edited.&lt;/p&gt;

&lt;p&gt;Both tools provide valuable capabilities depending on user's needs!&lt;/p&gt;

</description>
      <category>cli</category>
      <category>terminalrecording</category>
      <category>devops</category>
      <category>go</category>
    </item>
    <item>
      <title>AI copilot tools for your terminal</title>
      <dc:creator>Divya A</dc:creator>
      <pubDate>Wed, 12 Jun 2024 06:56:17 +0000</pubDate>
      <link>https://dev.to/gopher65/ai-copilot-tools-for-your-terminal-18hk</link>
      <guid>https://dev.to/gopher65/ai-copilot-tools-for-your-terminal-18hk</guid>
      <description>&lt;p&gt;ChatGPT has forever changed how we discover knowledge on the web.  Below, I am sharing some products that have done the same for the terminal &lt;/p&gt;

&lt;p&gt;&lt;code&gt;Github copilot&lt;/code&gt; comes in the CLI version, though it forces a question and answer style format, which disrupts my flow&lt;/p&gt;

&lt;p&gt;&lt;code&gt;HeyCLI&lt;/code&gt; allows you to use your command line terminal in natural language&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Savvy Ask&lt;/code&gt; Interactively turns natural language into shell commands. You can pass in files and ask savvy to generate commands that operate on your data. &lt;/p&gt;

&lt;p&gt;&lt;code&gt;Savvy Explain&lt;/code&gt; generates a simple and easy to understand explanation for any command or error message. I have stopped reading man pages thanks to Savvy!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnrgxis7qbztc3oloyfys.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnrgxis7qbztc3oloyfys.jpeg" alt="Image description" width="800" height="621"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So far &lt;a href="https://github.com/getsavvyinc/savvy-cli"&gt;Savvy&lt;/a&gt; has been very easy to use on the terminal. I’m also using it to create and share runbooks, like the ones below&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://app.getsavvy.so/runbook/rb_b5dd5fb97a12b144/How-To-Retrieve-and-Decode-a-Kubernetes-Secret"&gt;Retrieve and Decode Kubernetes Secret&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://app.getsavvy.so/runbook/rb_aa91fbd28b8b83ad/How-To-Setup-and-Run-ROS-Noetic-Desktop-in-Docker-on-Mac"&gt;Install ROS on your Mac&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>devops</category>
      <category>cli</category>
      <category>ai</category>
      <category>chapgpt</category>
    </item>
    <item>
      <title>Make your oncall easy with Savvy's AI</title>
      <dc:creator>Divya A</dc:creator>
      <pubDate>Sun, 21 Apr 2024 01:07:15 +0000</pubDate>
      <link>https://dev.to/gopher65/make-your-oncall-easy-with-savvys-ai-1bi</link>
      <guid>https://dev.to/gopher65/make-your-oncall-easy-with-savvys-ai-1bi</guid>
      <description>&lt;p&gt;Depending on the developer in charge of the oncall, an issue can be resolved in 15 minutes or after many hours and numerous escalations till the right person is paged. &lt;/p&gt;

&lt;p&gt;Creating and sharing expertise to resolve user facing incidents is a critical requirement for a well functioning engineering team. &lt;/p&gt;

&lt;p&gt;However, sharing the tools and knowledge to resolve user incidents is a high friction, manual process. Runbooks and commands are stored in general purpose editors like Slab, Notion, Google Docs, Microsoft etc which hinders discoverability, analytics and recall. &lt;/p&gt;

&lt;p&gt;Savvy's AI eliminates all friction from creating and sharing knowledge. Savvy provides an unified dashboard to search across all runbooks. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Savvy's AI-generated runbooks don't look boring or intimidating with good UX and easy to follow steps, any developer with no prior knowledge of the issue, can automatically run these runbooks to resolve user-facing issues at lightning speed!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Get started with Savvy today at &lt;a href="https://getsavvy.so/"&gt;https://getsavvy.so/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>sitereliabilityengineering</category>
      <category>devops</category>
      <category>webdev</category>
      <category>go</category>
    </item>
  </channel>
</rss>
