<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Matthieu Petiteau</title>
    <description>The latest articles on Forem by Matthieu Petiteau (@smallwat3r).</description>
    <link>https://forem.com/smallwat3r</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F316839%2F38d487aa-5f08-4384-a801-233de94eb6ca.png</url>
      <title>Forem: Matthieu Petiteau</title>
      <link>https://forem.com/smallwat3r</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/smallwat3r"/>
    <language>en</language>
    <item>
      <title>shhh-cli, a Go CLI client to interact with Shhh from the terminal</title>
      <dc:creator>Matthieu Petiteau</dc:creator>
      <pubDate>Sat, 14 Mar 2020 23:31:11 +0000</pubDate>
      <link>https://forem.com/smallwat3r/shhh-cli-a-go-cli-client-to-interact-with-shhh-from-the-terminal-f47</link>
      <guid>https://forem.com/smallwat3r/shhh-cli-a-go-cli-client-to-interact-with-shhh-from-the-terminal-f47</guid>
      <description>&lt;p&gt;Not that long ago I shared a &lt;a href="https://dev.to/smallwat3r/shhh-a-web-app-to-share-encrypted-secrets-using-secured-links-with-passphrases-and-expiration-dates-1c32"&gt;post&lt;/a&gt; about &lt;a href="https://github.com/smallwat3r/shhh" rel="noopener noreferrer"&gt;Shhh&lt;/a&gt;, a web-app I wrote to share encrypted secrets using secured links with passphrase and expiration dates, avoiding spreading sensitive data like passwords across time in emails.&lt;/p&gt;

&lt;p&gt;I encourage people to host their own instance of Shhh, so they make sure their data is even more secure.&lt;/p&gt;

&lt;p&gt;Python is my go-to language for development, but I always wanted to deep dive into Go. From my point of view, to learn a new language there is nothing better than learning while developing something useful.&lt;/p&gt;

&lt;p&gt;So as my first Go program I've decided to write a CLI client for Shhh, allowing users to create and read secrets directly from their terminal. Handy :)&lt;/p&gt;

&lt;p&gt;The source code is available here: &lt;a href="https://github.com/smallwat3r/shhh-cli" rel="noopener noreferrer"&gt;https://github.com/smallwat3r/shhh-cli&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>go</category>
      <category>cli</category>
      <category>showdev</category>
    </item>
    <item>
      <title>🖋Find synonyms in 15+ languages directly from your terminal</title>
      <dc:creator>Matthieu Petiteau</dc:creator>
      <pubDate>Wed, 22 Jan 2020 13:31:12 +0000</pubDate>
      <link>https://forem.com/smallwat3r/find-synonyms-in-15-languages-directly-from-your-terminal-326m</link>
      <guid>https://forem.com/smallwat3r/find-synonyms-in-15-languages-directly-from-your-terminal-326m</guid>
      <description>&lt;p&gt;I created a small bash utility to quickly find synonyms in 15 different languages directly from command line.&lt;/p&gt;

&lt;p&gt;I couldn't imagine how handy this would be, specially when writing READMEs or using Vim 😄!&lt;/p&gt;

&lt;p&gt;Thought I'd share it with you here!&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/smallwat3r/synonym" rel="noopener noreferrer"&gt;https://github.com/smallwat3r/synonym&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>bash</category>
      <category>writing</category>
      <category>productivity</category>
    </item>
    <item>
      <title>🚇 London Tube live status from your terminal 🇬🇧</title>
      <dc:creator>Matthieu Petiteau</dc:creator>
      <pubDate>Thu, 16 Jan 2020 23:07:52 +0000</pubDate>
      <link>https://forem.com/smallwat3r/london-tube-live-status-from-your-terminal-5870</link>
      <guid>https://forem.com/smallwat3r/london-tube-live-status-from-your-terminal-5870</guid>
      <description>&lt;p&gt;I've created a few months ago a really small bash script (with &lt;code&gt;jq&lt;/code&gt;) to get the live status of the London tube using the TFL Api.&lt;/p&gt;

&lt;p&gt;Since then I've also built a new habit to run a quick &lt;code&gt;tubestatus&lt;/code&gt; in my terminal before leaving my desk, helping me to avoid a lot of bad surprises 😄!&lt;/p&gt;

&lt;p&gt;Thought I'd share it with you as I'm sure there are some Londoners over here!&lt;/p&gt;

&lt;p&gt;repo: &lt;a href="https://github.com/smallwat3r/tubestatus" rel="noopener noreferrer"&gt;https://github.com/smallwat3r/tubestatus&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>bash</category>
      <category>london</category>
      <category>opensource</category>
    </item>
    <item>
      <title>🔐 Shhh, a web-app to share encrypted secrets using secured links with passphrases and expiration dates.</title>
      <dc:creator>Matthieu Petiteau</dc:creator>
      <pubDate>Tue, 14 Jan 2020 03:21:16 +0000</pubDate>
      <link>https://forem.com/smallwat3r/shhh-a-web-app-to-share-encrypted-secrets-using-secured-links-with-passphrases-and-expiration-dates-1c32</link>
      <guid>https://forem.com/smallwat3r/shhh-a-web-app-to-share-encrypted-secrets-using-secured-links-with-passphrases-and-expiration-dates-1c32</guid>
      <description>&lt;p&gt;I recently created a web-app to share encrypted secrets using secured links with passphrases and expiration dates.&lt;/p&gt;

&lt;p&gt;I know some great projects such as OnetimeSecret or PasswordPusher already exists, but it was actually really fun making my own from scratch!&lt;/p&gt;

&lt;p&gt;The app is also running live, but I understand that you can't trust anyone, that's why it's mainly built for people or organizations to set it up on their own local/private server to make sure no-ones using their data.&lt;/p&gt;

&lt;p&gt;Looking for new contributors to the project, so feel free to get in touch!&lt;/p&gt;

&lt;p&gt;Here is the repo: &lt;a href="https://github.com/smallwat3r/shhh" rel="noopener noreferrer"&gt;https://github.com/smallwat3r/shhh&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>python</category>
      <category>security</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
