<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>tools &amp;mdash; Dino’s Journal 📖</title>
    <link>https://journal.dinobansigan.com/tag:tools</link>
    <description>A peek into the mind of a sleep deprived software developer, husband, dad and gamer.</description>
    <pubDate>Thu, 30 Apr 2026 13:51:37 +0000</pubDate>
    <image>
      <url>https://i.snap.as/BVD4B4O.png</url>
      <title>tools &amp;mdash; Dino’s Journal 📖</title>
      <link>https://journal.dinobansigan.com/tag:tools</link>
    </image>
    <item>
      <title>Dirty Dave’s Poweruser Tips | David Blue</title>
      <link>https://journal.dinobansigan.com/dirty-daves-poweruser-tips-david-blue?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Have had this open on a tab on my browser for awhile now. I finally got to it. Good list of apps, tools, utilities and even tips for Windows users. There&#39;s also some information on alternatives if you&#39;re on MacOS.&#xA;&#xA;Link: Dirty Dave’s Poweruser Tips&#xA;&#xA;  Somehow, I did not discover Alt-D until 2018, which means that I had spent the entirety of my 24 years since triple-clicking to select every single URL I’d ever copied. I built a media company this way, and I can’t believe nobody told me about this shortcut. Open any given web browser, use Alt-D, and your selection will move to the URL in the address bar on top of the page. It’s very possible this will be of little use to you, but anyone who regularly shares or copies links will save themselves so much time.&#xA;&#xA;What?!?! I didn&#39;t know you could do that...&#xA;!--more--&#xA;&#xA;  While we’re on the subject of text – and hopefully without finding ourselves exploring the entire history of word processing – I’d like to evangelize what very well might be the Ultimate Formatting Language for digital text. It’s called Markdown, and it’s something you’ve likely already used in one form or another.&#xA;&#xA;I&#39;m a big fan of Markdown too. My introduction to it came when I was trying to setup my dev blog using Wyam. Writing new posts with Wyam required the use of Markdown. And for awhile I was referring to this Markdown Cheatsheet. There is a slight learning curve at the start. But once you get used to it, the text starts flowing right out of your finger tips.&#xA;&#xA;Tags: #Bookmarks #Tools&#xA;&#xA;!--emailsub--&#xA;&#xA;div id=&#34;post-signature&#34;&#xD;&#xA;div class=&#34;alert-info&#34;&#xD;&#xA;ba href=&#34;https://remark.as/p/journal.dinobansigan.com/dirty-daves-poweruser-tips-david-blue&#34;Discuss.../a/b or leave me a comment below.&#xD;&#xA;/div&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>Have had this open on a tab on my browser for awhile now. I finally got to it. Good list of apps, tools, utilities and even tips for Windows users. There&#39;s also some information on alternatives if you&#39;re on MacOS.</p>

<p>Link: <a href="https://bilge.world/poweruser-tips-software-shortcuts">Dirty Dave’s Poweruser Tips</a></p>

<blockquote><p>Somehow, I did not discover Alt-D until 2018, which means that I had spent the entirety of my 24 years since triple-clicking to select every single URL I’d ever copied. I built a media company this way, and I can’t believe nobody told me about this shortcut. Open any given web browser, use Alt-D, and your selection will move to the URL in the address bar on top of the page. It’s very possible this will be of little use to you, but anyone who regularly shares or copies links will save themselves so much time.</p></blockquote>

<p>What?!?! I didn&#39;t know you could do that...
</p>

<blockquote><p>While we’re on the subject of text – and hopefully without finding ourselves exploring the entire history of word processing – I’d like to evangelize what very well might be the Ultimate Formatting Language for digital text. It’s called Markdown, and it’s something you’ve likely already used in one form or another.</p></blockquote>

<p>I&#39;m a big fan of Markdown too. My introduction to it came when I was trying to setup my dev blog using <a href="https://wyam.io/">Wyam</a>. Writing new posts with Wyam required the use of Markdown. And for awhile I was referring to this <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">Markdown Cheatsheet</a>. There is a slight learning curve at the start. But once you get used to it, the text starts flowing right out of your finger tips.</p>

<p><em>Tags: <a href="https://journal.dinobansigan.com/tag:Bookmarks" class="hashtag"><span>#</span><span class="p-category">Bookmarks</span></a> <a href="https://journal.dinobansigan.com/tag:Tools" class="hashtag"><span>#</span><span class="p-category">Tools</span></a></em></p>



<div id="post-signature" id="post-signature">
<div class="alert-info">
<b><a href="https://remark.as/p/journal.dinobansigan.com/dirty-daves-poweruser-tips-david-blue">Discuss...</a></b> or leave me a comment below.
</div>
</div>
]]></content:encoded>
      <guid>https://journal.dinobansigan.com/dirty-daves-poweruser-tips-david-blue</guid>
      <pubDate>Wed, 13 May 2020 19:24:46 +0000</pubDate>
    </item>
    <item>
      <title>Delete Facebook Posts Using Selenium</title>
      <link>https://journal.dinobansigan.com/delete-facebook-posts-using-selenium?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[This is for the techie ones out there who want to delete their Facebook posts, but keep their account active. Probably helps to be familiar with using automated UI testing tools/scripts like Selenium. I for one don&#39;t know how to use Selenium, but I can do Coded UI. &#xA;&#xA;Anyway, check out the link below. The readme page should have all the info you need to do this.&#xA;&#xA;Link: DeleteFB&#xA;&#xA;Tags: #Facebook #Tools&#xA;&#xA;!--emailsub--&#xA;&#xA;div id=&#34;post-signature&#34;&#xD;&#xA;div class=&#34;alert-info&#34;&#xD;&#xA;ba href=&#34;https://remark.as/p/journal.dinobansigan.com/delete-facebook-posts-using-selenium&#34;Discuss.../a/b or leave me a comment below.&#xD;&#xA;/div&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>This is for the techie ones out there who want to delete their Facebook posts, but keep their account active. Probably helps to be familiar with using automated UI testing tools/scripts like Selenium. <em>I for one don&#39;t know how to use Selenium, but I can do <a href="https://docs.microsoft.com/en-us/visualstudio/test/use-ui-automation-to-test-your-code?view=vs-2015">Coded UI</a>.</em></p>

<p>Anyway, check out the link below. The readme page should have all the info you need to do this.</p>

<p>Link: <a href="https://github.com/weskerfoot/DeleteFB">DeleteFB</a></p>

<p><em>Tags: <a href="https://journal.dinobansigan.com/tag:Facebook" class="hashtag"><span>#</span><span class="p-category">Facebook</span></a> <a href="https://journal.dinobansigan.com/tag:Tools" class="hashtag"><span>#</span><span class="p-category">Tools</span></a></em></p>



<div id="post-signature" id="post-signature">
<div class="alert-info">
<b><a href="https://remark.as/p/journal.dinobansigan.com/delete-facebook-posts-using-selenium">Discuss...</a></b> or leave me a comment below.
</div>
</div>
]]></content:encoded>
      <guid>https://journal.dinobansigan.com/delete-facebook-posts-using-selenium</guid>
      <pubDate>Tue, 04 Jun 2019 13:32:40 +0000</pubDate>
    </item>
  </channel>
</rss>