{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "Over Thin Wire",
  "home_page_url": "https://overthinwire.com",
  "feed_url": "https://overthinwire.com/feed.json",
  "items": [
    {
      "id": "https://overthinwire.com/back-to-basics/",
      "url": "https://overthinwire.com/back-to-basics/",
      "title": "Back to Basics",
      "content_html": "<p>Over the last ten years or so, I also fell for the convenience of everything-as-a-service.\nI used several of them, but music and films/series are the ones that stuck with me the most.</p>\n<p>At some point, I started to have mixed feelings about things I would normally love doing, like listening to music.<br>\nIt started to feel boring, tiring, and even overwhelming at times.</p>\n<p>Last month, I opened my &ldquo;Year in Music&rdquo; report to find&hellip; <em>silence</em>. And it wasn&rsquo;t <em>DM&rsquo;s Enjoy The Silence</em>. It was the type of silence you hear when something suddenly clicks for you:</p>\n<p><em>My music habits changed from listening to my favourite albums to playing algorithm-based playlists in the hope of finding &ldquo;new music&rdquo;, which effectively felt like dumb scrolling and a never-ending task.</em></p>\n<p>— <em>That’s enough!</em> I said to myself (<a href=\"/note-taking/\">again</a>)</p>\n<p>I was having a -social media déjà vu-, so I decided to get rid of the toxic convenience in favour of good old mp3 files.</p>\n<p>I started the experiment by ripping only a couple of my old CDs, but quickly added more. After some days it became super clear: I don&rsquo;t need the world&rsquo;s discography, I just want <em>my albums</em>.</p>\n<p>The joy of listening is slowly coming back. Organising folders, properly tagging songs and finding album artwork surely takes time, but it&rsquo;s the closest I&rsquo;ve come to feeling like I&rsquo;m the owner of something digital. Maybe I’ll start buying CDs again.</p>\n",
      "date_published": "2026-01-10"
    },
    {
      "id": "https://overthinwire.com/note-taking/",
      "url": "https://overthinwire.com/note-taking/",
      "title": "Note-taking",
      "content_html": "<p>I don&rsquo;t usually take notes, but I do write things down when I find something interesting that doesn’t have a place in my mind yet.</p>\n<p>I tried almost all the usual apps, but my note-taking habits don&rsquo;t fit into the usual workflow. So I ended up having a text file on my desktop or an unsaved window in my code editor for years.</p>\n<p>— <em>That&rsquo;s enough!</em> I said to myself</p>\n<p>And that&rsquo;s how I ended up making my own note-taking app. Well, maybe calling it an app is a bit much.</p>\n<p>I already knew I wanted something simple that gave me a basic structure and nothing more than that.<br>\nSince I was already using ‘text files’, I’d call it a success if I managed to organise them in a single place and find an easy way to open them.</p>\n<p>And this is what I ended up with:</p>\n<pre><code>#!/bin/bash\n\nNOTES_FOLDER=&quot;$HOME/Notes&quot;\n\nif [ -n &quot;$1&quot; ]; then\n  case $1 in\n    ls)\n      ls &quot;$NOTES_FOLDER&quot;\n    ;;\n\n    open|new)\n      $EDITOR &quot;$NOTES_FOLDER/$2&quot;\n    ;;\n  esac\nelse\n  echo &quot;Notes:&quot;\n  ls &quot;$NOTES_FOLDER&quot; \n  exit 0\nfi\n</code></pre>\n<p><em>Success.</em></p>\n<p>It supports endless text file formats (markdown included!), syncing between devices, quantum-grade encryption and much more! $0.99/m unlocks all features!</p>\n<p>Jokes aside, that&rsquo;s surprisingly enough for me.</p>\n",
      "date_published": "2025-09-06"
    },
    {
      "id": "https://overthinwire.com/about-this-place/",
      "url": "https://overthinwire.com/about-this-place/",
      "title": "About This Place",
      "content_html": "<p>I’m done with social networks.</p>\n<p>There are countless posts online about people explaining how they came to this decision (some more extreme than others), and while I’m not going to describe yet another case, I’d simply like to say that I eventually experienced that emptiness myself and decided to close all my accounts.</p>\n<p>I’m building this place to document my thoughts, projects and experiences. I’m building this place to rediscover what uploading something to the internet used to feel like, without unwritten rules or the fear of being “off-brand” on a platform.</p>\n<p>This is my place, and I’m planning to keep it as basic and accessible as possible. No JS (I’m a JS dev, btw), no tracking, no comment section or reactions. If you want to get in touch with me or share your thoughts about a post, you can send me an email. I’m a real person after all.</p>\n",
      "date_published": "2025-05-28"
    }
  ]
}
