<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>terminal on Pudú Programming</title>
    <link>https://lderequesens.netlify.app/tags/terminal/</link>
    <description>Recent content in terminal on Pudú Programming</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 09 Jun 2024 12:00:34 -0400</lastBuildDate><atom:link href="https://lderequesens.netlify.app/tags/terminal/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Android Notifications for When a Process Ends in Linux</title>
      <link>https://lderequesens.netlify.app/posts/2024-06-09-android-notifications-for-when-a-process-ends-in-linux/</link>
      <pubDate>Sun, 09 Jun 2024 12:00:34 -0400</pubDate>
      
      <guid>https://lderequesens.netlify.app/posts/2024-06-09-android-notifications-for-when-a-process-ends-in-linux/</guid>
      <description>I was helping my wife to scrape some website with a really noob code that I made and since the page was loading slowly the script did break several times and I had to be waiting this to happen since I didn&amp;rsquo;t have a way to check the process from other room of my house.
This issue gave me the idea to generate an android app that could show me notifications about some process that I was running on my machine but that it was long enough that I really didn&amp;rsquo;t wanted to wait it watching my pc.</description>
    </item>
    
    <item>
      <title>Trying to get the duration of videos in a folder</title>
      <link>https://lderequesens.netlify.app/posts/2024-02-20-doing-a-tui-with-bubbletea/</link>
      <pubDate>Mon, 25 Mar 2024 00:00:57 -0300</pubDate>
      
      <guid>https://lderequesens.netlify.app/posts/2024-02-20-doing-a-tui-with-bubbletea/</guid>
      <description>I have an script to get the duration of all .mp4 and .mvk files and sum it to get the total time of the folder, I do this using ffprobe but could I do it with go?
tl;dr: no, I&amp;rsquo;m not that good and I should use the tools that are available.
Step 1: get duration with Go So I&amp;rsquo;m not good with go but I like the language and I will try to use it, first problem is&amp;hellip; how do you get the duration of a file?</description>
    </item>
    
    <item>
      <title>How to Rewrite a Line in the Terminal</title>
      <link>https://lderequesens.netlify.app/posts/2023-08-27-how-to-rewrite-a-line-in-the-terminal/</link>
      <pubDate>Sun, 27 Aug 2023 09:45:19 -0300</pubDate>
      
      <guid>https://lderequesens.netlify.app/posts/2023-08-27-how-to-rewrite-a-line-in-the-terminal/</guid>
      <description>I have always liked when you run a command on the terminal and the output is updated in the same line, not having lots of prints in the terminal is something that I always wanted to do but never searched.
Example:
# Not this Hello world! 1 2 3 4 Good Bye! # This Hello world! 4 Good Bye! I always thought that this was fully done by your code with some special dependency, something like this:</description>
    </item>
    
  </channel>
</rss>
