<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Privacy on tigger.dev</title><link>https://tigger.dev/tags/privacy/</link><description>Recent content in Privacy on tigger.dev</description><generator>Hugo</generator><language>en-gb-oed</language><copyright>© Tadhg O'Brien</copyright><lastBuildDate>Sun, 01 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tigger.dev/tags/privacy/index.xml" rel="self" type="application/rss+xml"/><item><title>A file renaming tool for humans</title><link>https://tigger.dev/smart-rename/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://tigger.dev/smart-rename/</guid><description>&lt;p&gt;
I deal with a lot of PDFs. Medical invoices, insurance correspondence, bank statements, tax documents—they all arrive with names like &lt;code class="verbatim"&gt;e134-a1cf-4b4b-af65-ccf83c5270cb.pdf&lt;/code&gt; or &lt;code class="verbatim"&gt;Document(3).pdf&lt;/code&gt; or, my personal favourite, &lt;code class="verbatim"&gt;scan.pdf&lt;/code&gt;. Every. Single. Time.&lt;/p&gt;
&lt;p&gt;
So I started renaming files to something like &lt;code class="verbatim"&gt;2025-09-30-125.00-rahona-clinic.pdf&lt;/code&gt;. Now I know what it is without opening the thing - an invoice, with the date and amount right there in the name. I&amp;#39;m halfway to the spreadsheet already. And thanks to ISO date format, they sort nicely too.&lt;/p&gt;</description></item><item><title>Firefox: disable autofill in forms</title><link>https://tigger.dev/ff-autofill/</link><pubDate>Fri, 18 Apr 2025 11:23:46 +0100</pubDate><guid>https://tigger.dev/ff-autofill/</guid><description>&lt;div id="outline-container-headline-1" class="outline-2"&gt;
&lt;h2 id="headline-1"&gt;
How to disable autofill (or autocompletion) in Firefox forms
&lt;/h2&gt;
&lt;div id="outline-text-headline-1" class="outline-text-2"&gt;
&lt;p&gt;For some reason they don&amp;#39;t make this so straightforward any more.&lt;/p&gt;
&lt;p&gt;
Just go to &lt;code class="verbatim"&gt;about:config&lt;/code&gt; and set&lt;/p&gt;
&lt;div class="src src-text"&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;browser.formfill.enable = false
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;browser.formfill.expire_days = 1
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;services.sync.prefs.sync.browser.formfill.enable = false&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;
There&amp;#39;s a suggestion that setting &lt;code class="verbatim"&gt;browser.formfill.expre_days&lt;/code&gt; to &lt;code class="verbatim"&gt;0&lt;/code&gt; is more secure for expiring existing saved data, however &lt;code class="verbatim"&gt;0&lt;/code&gt; often means &lt;em&gt;never expire&lt;/em&gt;. Without looking at the code, I&amp;#39;m just going to err on the (to my mind) safer bet of setting it at &lt;code class="verbatim"&gt;1&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>AI Safety: A Quick Reference</title><link>https://tigger.dev/2025-12-26-ai-safety/</link><pubDate>Thu, 27 Mar 2025 00:00:00 +0000</pubDate><guid>https://tigger.dev/2025-12-26-ai-safety/</guid><description>&lt;p&gt;
This is a reference companion to my series on &lt;a href="https://tigger.dev/genai/ai-overview/"&gt;understanding AI&lt;/a&gt;. Before diving into the practical guides and opinion pieces, take a moment to understand the risks.&lt;/p&gt;
&lt;div id="outline-container-headline-1" class="outline-2"&gt;
&lt;h2 id="headline-1"&gt;
Using AI-generated material
&lt;/h2&gt;
&lt;div id="outline-text-headline-1" class="outline-text-2"&gt;
&lt;p&gt;
Before using information or data generated by an AI service, be aware:&lt;/p&gt;
&lt;p&gt;
Generative AI can &lt;em&gt;hallucinate&lt;/em&gt;, which is another way of saying it makes things up. Check all information before using it. Carefully parse summaries in case it misses nuance or key information.&lt;/p&gt;</description></item></channel></rss>