New Post for Creating a Gif on the CLI.
This commit is contained in:
@ -29,7 +29,10 @@
|
||||
}
|
||||
|
||||
</style>
|
||||
</noscript><meta property="og:title" content="Posts" />
|
||||
</noscript>
|
||||
|
||||
|
||||
<meta property="og:title" content="Posts" />
|
||||
<meta property="og:description" content="A semi-technical blog & series of experiences working in tech and my homelab" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="/posts.html" /><meta property="og:site_name" content="Self-hosted Norm" />
|
||||
@ -98,11 +101,6 @@
|
||||
<span>Posts</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./search.html" title="Search (Alt + /)" accesskey=/>
|
||||
<span>Search</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -113,6 +111,18 @@
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
<article class="post-entry">
|
||||
<header class="entry-header">
|
||||
<h2 class="entry-hint-parent">Create a GIF from a video - Right from the Command Line!
|
||||
</h2>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
<p>Finding this little set of commands is one of the main reasons why I love the Command Line. Once I realized that almost everything that I was doing in a UI was possible on the CLI, the world opened up. One of the things I return to from time to time is when I can’t find a GIF I want to use in a message or email. Every time, I look up how to convert a video to a GIF and every time, I’m given a new solution....</p>
|
||||
</div>
|
||||
<footer class="entry-footer"><span title='2024-07-03 17:41:15 -0400 EDT'>July 3, 2024</span> · 2 min · 409 words · Me</footer>
|
||||
<a class="entry-link" aria-label="post link to Create a GIF from a video - Right from the Command Line!" href="./posts/create_gif_on_commandline.html"></a>
|
||||
</article>
|
||||
|
||||
<article class="post-entry">
|
||||
<header class="entry-header">
|
||||
<h2 class="entry-hint-parent">How to Revisit your Terminal Session's History
|
||||
@ -187,19 +197,6 @@ In order to greatly reduce the number of nodes needed in the single recipe, I cr
|
||||
<footer class="entry-footer"><span title='2023-10-16 11:34:14 -0400 EDT'>October 16, 2023</span> · 6 min · 1170 words · Me</footer>
|
||||
<a class="entry-link" aria-label="post link to ESP8266 Medicine Indicator Light" href="./posts/medicine_indicator_light.html"></a>
|
||||
</article>
|
||||
|
||||
<article class="post-entry">
|
||||
<header class="entry-header">
|
||||
<h2 class="entry-hint-parent">BirdNET-PI & HomeAssistant: Part 2
|
||||
</h2>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
<p>Checking for Entities If you’re following up on this from my first post, you’ve already added your AppDaemon script and confirmed that the AppDaemon logs don’t show any errors. Now is the true test if it’s working: do you have the new sensors in HomeAssistant?!
|
||||
The best way to do this is by just type e from any screen in the HomeAssistant UI! That will bring up a list of entities....</p>
|
||||
</div>
|
||||
<footer class="entry-footer"><span title='2023-10-04 10:35:23 -0400 EDT'>October 4, 2023</span> · 10 min · 1986 words · Me</footer>
|
||||
<a class="entry-link" aria-label="post link to BirdNET-PI & HomeAssistant: Part 2" href="./posts/birdnet_homeassistant_part2.html"></a>
|
||||
</article>
|
||||
<footer class="page-footer">
|
||||
<nav class="pagination">
|
||||
<a class="next" href="./posts/page/2.html">Next »
|
||||
|
||||
Reference in New Issue
Block a user