<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>recommendations &amp;mdash; dominicDS</title>
    <link>https://dominicds.com/tag:recommendations</link>
    <description>always learning</description>
    <pubDate>Thu, 16 Apr 2026 23:08:11 +0000</pubDate>
    <item>
      <title>App Highlight: Pinboard</title>
      <link>https://dominicds.com/app-highlight-pinboard?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[---------&#xA;Pinboard is one of the few apps that I don&#39;t mind paying a yearly fee to use. It&#39;s a simple, Easy to use cloud-based bookmarking service. Google Bookmarks without the data mining. &#xA;&#xA;!--more--&#xA;&#xA;Adding a bookmark with the Firefox browser plugin&#xA;&#xA;It features some interesting social features, including sharing links with your network, and a feed of what&#39;s popular. This alone could replace a good chunk of what we use social media for (if only all of our friends agreed to use it). &#xA;&#xA;The popular bookmarks&#xA;&#xA;Personally, I keep all of my bookmarks private. I don&#39;t have anyone in my networks. I never look at the popular bookmarks feed. I still find Pinboard to be a nice tool. I can use my own custom tags to organize links. &#xA;One of my tags, and some related one&#xA;&#xA;I can add bookmarks from any device. The website it fast, and I can even expand my search a to include cached version of the site contents in addition to the usual title+tag search. &#xA;&#xA;I&#39;ve been using it for years, and I&#39;m very pleased. The site has been stable and reliable. It&#39;s been compatible with many devices. Check it out https://pinboard.in&#xA;&#xA;#tech #recommendations]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p><a href="https://pinboard.in">Pinboard</a> is one of the few apps that I don&#39;t mind paying a yearly fee to use. It&#39;s a simple, Easy to use cloud-based bookmarking service. Google Bookmarks without the data mining.</p>



<p><img src="https://i.snap.as/xL8P6NZ8.png" alt="Adding a bookmark with the Firefox browser plugin"/></p>

<p>It features some interesting social features, including sharing links with your network, and a feed of what&#39;s popular. This alone could replace a good chunk of what we use social media for (if only all of our friends agreed to use it).</p>

<p><img src="https://i.snap.as/KUnn3lNQ.png" alt="The popular bookmarks"/></p>

<p>Personally, I keep all of my bookmarks private. I don&#39;t have anyone in my networks. I never look at the popular bookmarks feed. I still find Pinboard to be a nice tool. I can use my own custom tags to organize links.
<img src="https://i.snap.as/E5Rvpcsf.png" alt="One of my tags, and some related one"/></p>

<p>I can add bookmarks from any device. The website it fast, and I can even expand my search a to include cached version of the site <strong>contents</strong> in addition to the usual title+tag search.</p>

<p>I&#39;ve been using it for years, and I&#39;m very pleased. The site has been stable and reliable. It&#39;s been compatible with many devices. Check it out <a href="https://pinboard.in">https://pinboard.in</a></p>

<p><a href="https://dominicds.com/tag:tech" class="hashtag"><span>#</span><span class="p-category">tech</span></a> <a href="https://dominicds.com/tag:recommendations" class="hashtag"><span>#</span><span class="p-category">recommendations</span></a></p>
]]></content:encoded>
      <guid>https://dominicds.com/app-highlight-pinboard</guid>
      <pubDate>Sat, 27 Nov 2021 19:33:41 +0000</pubDate>
    </item>
    <item>
      <title>App Highlight: Ventoy</title>
      <link>https://dominicds.com/app-highlight-ventoy?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[---&#xA;A &#34;live USB&#34; is a term used by computer people to describe a USB flash drive that&#39;s been configured to contain a full operating system that can be run directly from the drive. This is neat because it lets any compatible computer run the operating system without first needing to install anything.&#xA;&#xA;There are a lot of cool purpose-built operating systems that wouldn&#39;t really make sense for general usage, but work great from a live USB, such as:&#xA;&#xA; DBAN - A tool for securely erasing disks&#xA; System Resuce - A toolkit for repairing or salvaging data from damaged or unbootable computers&#xA; Clonezilla - A tool for imagining drives&#xA; Tails - A security-hardened OS that doesn&#39;t store anything&#xA;&#xA;However, carrying around a dozen flash drives is annoying, and the process of keeping all of them up-to-date quickly becomes cumbersome.&#xA;&#xA;On an episode of the Linux Unplugged podcast, I learned about a neat tool called Ventoy. &#xA;&#xA;!--more--&#xA;&#xA;Ventoy is really great. It sets up a USB thumb drive so it looks like a mass storage device when I insert it into my running computer. I can then drop .iso (or .img, .vhd, .efi and others) files into the drive. &#xA;&#xA;OS .iso files in a directory&#xA;&#xA;After that&#39;s done, if I tell a computer to boot from that thumb drive, I am presented with a menu listing all of those disk images. &#xA;&#xA;Boot menu listing OS .iso files&#xA;&#xA;Half a dozen live USBs are combined into one, and updating any of .isos is as simple as copying a new file over. &#xA;&#xA;The thumb drive is still usable as a basic data storage device for stashin or sharing files. It&#39;s been a great tool, check it out.&#xA;&#xA;#tech #recommendations&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p>A “live USB” is a term used by computer people to describe a USB flash drive that&#39;s been configured to contain a full operating system that can be run directly from the drive. This is neat because it lets any compatible computer run the operating system without first needing to install anything.</p>

<p>There are a lot of cool purpose-built operating systems that wouldn&#39;t really make sense for general usage, but work great from a live USB, such as:</p>
<ul><li><a href="https://dban.org/">DBAN</a> – A tool for securely erasing disks</li>
<li><a href="https://www.system-rescue.org/">System Resuce</a> – A toolkit for repairing or salvaging data from damaged or unbootable computers</li>
<li><a href="https://clonezilla.org/">Clonezilla</a> – A tool for imagining drives</li>
<li><a href="https://tails.boum.org/">Tails</a> – A security-hardened OS that doesn&#39;t store anything</li></ul>

<p>However, carrying around a dozen flash drives is annoying, and the process of keeping all of them up-to-date quickly becomes cumbersome.</p>

<p>On an <a href="https://linuxunplugged.com/389">episode</a> of the Linux Unplugged podcast, I learned about a neat tool called <a href="https://github.com/ventoy/Ventoy">Ventoy</a>.</p>



<p>Ventoy is really great. It sets up a USB thumb drive so it looks like a mass storage device when I insert it into my running computer. I can then drop .iso (or .img, .vhd, .efi and others) files into the drive.</p>

<p><img src="https://i.snap.as/qqPeKK5X.png" alt="OS .iso files in a directory"/></p>

<p>After that&#39;s done, if I tell a computer to boot from that thumb drive, I am presented with a menu listing all of those disk images.</p>

<p><img src="https://i.snap.as/3Q75EJFm.png" alt="Boot menu listing OS .iso files"/></p>

<p>Half a dozen live USBs are combined into one, and updating any of .isos is as simple as copying a new file over.</p>

<p>The thumb drive is still usable as a basic data storage device for stashin or sharing files. It&#39;s been a great tool, <a href="https://www.ventoy.net">check it out</a>.</p>

<p><a href="https://dominicds.com/tag:tech" class="hashtag"><span>#</span><span class="p-category">tech</span></a> <a href="https://dominicds.com/tag:recommendations" class="hashtag"><span>#</span><span class="p-category">recommendations</span></a></p>
]]></content:encoded>
      <guid>https://dominicds.com/app-highlight-ventoy</guid>
      <pubDate>Fri, 22 Oct 2021 14:00:27 +0000</pubDate>
    </item>
    <item>
      <title>App Highlight: youtube-dl</title>
      <link>https://dominicds.com/app-highlight-youtube-dl?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[----&#xA;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/-ppc1pX67Fc&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&#34; allowfullscreen/iframe&#xA;&#xA;Do you ever want to download a video from a website? I often do. The easiest way I&#39;ve found is with youtube-dl. &#xA;!--more--&#xA;This tool will download a video for you, and it supports a lot more than just Youtube. The full list of supported sites is here, it&#39;s quite extensive. I have found it quite easy to use. The basic operation is simply:&#xA;&#xA;$ youtube-dl URL&#xA;It will crawl the page metadata, find the video file, and pull it down for you. You can tell it to download the best quality:&#xA;&#xA;$ youtube-dl -f bestvideo+bestaudio URL&#xA;&#xA;If you&#39;re concerned about file size, you can ask for the best video with a size constraint. This will download the best quality (audio and video) with a filesize under 50 MB:&#xA;$ youtube-dl -f &#39;best[filesize&lt;50M]&#39;&#xA;&#xA;There are a ton more options, check out the documentation for more info.&#xA;&#xA;I&#39;ve only used youtube-dl on Linux, but it supports Windows and MacOS as well.&#xA;&#xA;#tech #recommendations&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<iframe width="560" height="315" src="https://www.youtube.com/embed/-ppc1pX67Fc" frameborder="0" allowfullscreen=""></iframe>

<p>Do you ever want to download a video from a website? I often do. The easiest way I&#39;ve found is with <a href="https://youtube-dl.org/">youtube-dl</a>.

This tool will download a video for you, and it supports a lot more than just Youtube. The full list of supported sites is <a href="https://github.com/ytdl-org/youtube-dl/blob/master/docs/supportedsites.md">here</a>, it&#39;s quite extensive. I have found it quite easy to use. The basic operation is simply:</p>

<pre><code>$ youtube-dl &lt;URL&gt;
</code></pre>

<p>It will crawl the page metadata, find the video file, and pull it down for you. You can tell it to download the best quality:</p>

<pre><code>$ youtube-dl -f bestvideo+bestaudio &lt;URL&gt;
</code></pre>

<p>If you&#39;re concerned about file size, you can ask for the best video with a size constraint. This will download the best quality (audio and video) with a filesize under 50 MB:</p>

<pre><code>$ youtube-dl -f &#39;best[filesize&lt;50M]&#39;
</code></pre>

<p>There are a ton more options, check out <a href="https://github.com/ytdl-org/youtube-dl/blob/master/README.md#readme">the documentation</a> for more info.</p>

<p>I&#39;ve only used youtube-dl on Linux, but it supports Windows and MacOS as well.</p>

<p><a href="https://dominicds.com/tag:tech" class="hashtag"><span>#</span><span class="p-category">tech</span></a> <a href="https://dominicds.com/tag:recommendations" class="hashtag"><span>#</span><span class="p-category">recommendations</span></a></p>
]]></content:encoded>
      <guid>https://dominicds.com/app-highlight-youtube-dl</guid>
      <pubDate>Mon, 20 Jul 2020 18:26:57 +0000</pubDate>
    </item>
  </channel>
</rss>