<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Matteo De Venuto</title><description>Trader and Ambassador at Falcon FX | Passionate about markets, programming, technology and much more.</description><link>https://matteodevenuto.com/</link><item><title>Homelabbing and Self-Hosting</title><link>https://matteodevenuto.com/blog/2026/homelabbing-and-self-hosting/</link><guid isPermaLink="true">https://matteodevenuto.com/blog/2026/homelabbing-and-self-hosting/</guid><description>Repurposing a Mac Mini into a secure, private homelab: Jellyfin streaming, Tailscale access, Pi-hole ad-blocking, and the joys of self-hosting without exposing anything to the internet.</description><pubDate>Fri, 06 Mar 2026 15:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;img src=&quot;https://matteodevenuto.com//assets/img/2026/homelabbing-and-self-hosting/header.jpg&quot; alt=&quot;Homelabbing and Self-Hosting&quot; style=&quot;max-width:100%;height:auto&quot; /&gt;&lt;/p&gt;&lt;p&gt;Last summer, well before the whole &lt;a&gt;OpenClaw&lt;/a&gt; frenzy exploded and sent everyone scrambling for Mac Minis, I picked up a base-model &lt;a&gt;M4 Mac Mini&lt;/a&gt;. My main goal was simple: run the iOS Simulator (which I couldn&apos;t do on Linux) and use it to work on the iOS version of my mobile position size calculator app, &lt;a&gt;Forexizer&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;At home, my main desktop already handles everything else, running &lt;a&gt;Omarchy&lt;/a&gt; (I’ll write a full post about that setup eventually). That left the Mac Mini gathering dust most of the time. Instead of letting it sit idle, I decided to turn it into the starting point for my homelab adventure.&lt;/p&gt;
&lt;p&gt;{% twitter https://twitter.com/matteodevenuto/status/1966878941525766567 %}&lt;/p&gt;
&lt;p&gt;I’ve been into open-source software and privacy-focused tools for years. Self-hosting felt like the natural next step, especially since I love tinkering with computers.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://matteodevenuto.com//assets/img/2026/homelabbing-and-self-hosting/jellyfin.png&quot; alt=&quot;Jellyfin&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I kicked things off with a media server using &lt;a&gt;Jellyfin&lt;/a&gt;, which I’ve been running for a while now. Honestly, it’s absolutely fantastic. The interface is clean, playback is reliable across devices.&lt;/p&gt;
&lt;p&gt;Over time, I experimented with different setups: various reverse proxies, domain configurations, the usual self-hosting rabbit hole. But I never loved the idea of exposing everything directly to the open internet. Security concerns always nagged at me.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://matteodevenuto.com//assets/img/2026/homelabbing-and-self-hosting/tailscale.png&quot; alt=&quot;Tailscale&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Recently, I integrated &lt;a&gt;Tailscale&lt;/a&gt;, and it&apos;s a game-changer. It instantly made everything more secure without complicated port forwarding or firewall gymnastics. Now I can access my Jellyfin library (and everything else) from anywhere, on any device, with zero exposure to the public web. The experience feels seamless and private, which is exactly what I wanted.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://matteodevenuto.com//assets/img/2026/homelabbing-and-self-hosting/raspberry-pi-2w.png&quot; alt=&quot;Raspberry Pi Zero 2 W&quot; /&gt;&lt;/p&gt;
&lt;p&gt;My next addition was a Raspberry Pi running &lt;a&gt;Pi-hole&lt;/a&gt;. I had a &lt;a&gt;Raspberry Pi Zero 2 W&lt;/a&gt; laying around, so I set it up to block ads and telemetry network-wide. The installation was surprisingly straightforward, just a one-liner curl command on fresh &lt;a&gt;Raspberry Pi OS&lt;/a&gt; and within minutes, I had it acting as my DNS sinkhole. Pointing my router&apos;s DNS to the Pi&apos;s static IP was the only real config step, and boom: cleaner browsing across every device in the house, from phones and laptops to smart TVs, without installing a single browser extension. The difference is immediately noticeable, pages load faster, no more creepy trackers phoning home, and I’ve already blocked millions of queries according to the web dashboard. It pairs perfectly with Tailscale too, letting me enjoy the same ad-free experience even when I’m away from home. For something so lightweight and low-power, it’s become one of the highest-impact pieces of my homelab.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://matteodevenuto.com//assets/img/2026/homelabbing-and-self-hosting/pi-hole.png&quot; alt=&quot;Pi-hole&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This Mac Mini experiment has been a lot of fun so far, and it’s only the beginning. I’m already eyeing more services to add and if you’re on the fence about turning an old/new Mac into a homelab server, I’d say go for it. Especially with tools like Tailscale, the security side is way easier than it used to be, tinkering is always fun, and you definitely will learn something.&lt;/p&gt;
</content:encoded></item><item><title>Privacy &amp; Security 2025: Two Years Later, New Tools, and a Linux Leap</title><link>https://matteodevenuto.com/blog/2025/privacy--security-2025---two-years-later-new-tools-and-a-linux-leap/</link><guid isPermaLink="true">https://matteodevenuto.com/blog/2025/privacy--security-2025---two-years-later-new-tools-and-a-linux-leap/</guid><description>Two years later: Arch Linux on desktop, Proton Pass + YubiKey, Siri gone, and a Framework + GrapheneOS future in sight.</description><pubDate>Mon, 10 Mar 2025 13:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;img src=&quot;https://matteodevenuto.com//assets/img/2025/privacy-and-security-2025/header.png&quot; alt=&quot;Privacy &amp;amp; Security 2025: Two Years Later, New Tools, and a Linux Leap&quot; style=&quot;max-width:100%;height:auto&quot; /&gt;&lt;/p&gt;&lt;p&gt;It’s been a little over two years since my last blog post about my privacy and digital security journey, which you can find &lt;a&gt;here&lt;/a&gt;. A lot has changed and evolved in that time, so I figured it’s time for an update.&lt;/p&gt;
&lt;h3&gt;Hardware Updates&lt;/h3&gt;
&lt;p&gt;Starting with hardware, I’m still using an iPhone as my primary mobile device, but that’s likely not going to last much longer. I’ll dive into the details in a future blog post once I make the switch. As I mentioned in my previous post, a &lt;a&gt;Google Pixel&lt;/a&gt; running &lt;a&gt;GrapheneOS&lt;/a&gt; remains the gold standard for privacy-focused mobile setups, and that’s where I’m headed in the near future. Good tutorial &lt;a&gt;here&lt;/a&gt; if you are interested.&lt;/p&gt;
&lt;p&gt;On the iPhone front, there are a couple of updates worth noting. Last time, I mentioned that &lt;a&gt;Advanced Data Protection&lt;/a&gt; wasn’t available in my region yet. It is now, and I enabled it as soon as it rolled out—highly recommend turning it on if you’re an Apple user. Another tweak I’ve made is disabling Siri completely. If you still want to use Siri, I’d suggest turning off the “Listen for ‘Hey Siri’” option (which stops your phone from constantly listening for the wake phrase) and sticking to “Press Side Button for Siri” instead. Personally, I’ve ditched it entirely—timers were the only thing I used it for, and setting those manually is quick enough.&lt;/p&gt;
&lt;p&gt;For my laptop, I’m still limping along with my 2017 MacBook Pro. It’s definitely showing its age and becoming borderline useless—especially since Apple won’t let me run the iOS 18 simulator for app development without updating to the latest macOS, which my mine can’t support. It’s frustrating, to say the least, and it’s clear an upgrade is on the horizon. I’ll dive into the full story in a dedicated post soon, but for now, the &lt;a&gt;Framework Laptop&lt;/a&gt; 13 running a Linux distro is looking like the frontrunner for me.&lt;/p&gt;
&lt;p&gt;I’m drawn to the Framework for its repairability and upgradability. I’ve also heard  good reviews from people who’ve been using it. Pairing it with Linux feels like the perfect setup for me. More on that once I make the switch!&lt;/p&gt;
&lt;p&gt;On the desktop side, I’ve already made a big shift—I switched to &lt;a&gt;Arch Linux&lt;/a&gt; a few weeks ago and haven’t booted into Windows since. The transition took some effort to get everything configured just right, but once it’s dialed in, it’s fantastic. No bloat, fully customizable, runs like a dream, and also thanks to &lt;a&gt;Proton&lt;/a&gt;—Valve’s compatibility layer—and &lt;a&gt;Steam Deck’s Linux gaming advancements&lt;/a&gt;, now most games work flawlessly.&lt;/p&gt;
&lt;h3&gt;Password Management&lt;/h3&gt;
&lt;p&gt;On the password manager front, there’s a new player in my setup. Since &lt;a&gt;Proton&lt;/a&gt; released &lt;a&gt;Proton Pass&lt;/a&gt;, I’ve been using it and absolutely love it. The integration with &lt;a&gt;SimpleLogin&lt;/a&gt; for email aliases is a game-changer—it saves me so much time while keeping my inbox private. That said, I still stand by &lt;a&gt;Bitwarden&lt;/a&gt; as an excellent option if you’re not in the Proton ecosystem. For those who prefer an offline solution, &lt;a&gt;KeePassXC&lt;/a&gt; remains a solid choice.&lt;/p&gt;
&lt;h3&gt;Two-Factor Authentication (2FA)&lt;/h3&gt;
&lt;p&gt;Last time, I mentioned I was waiting for my &lt;a&gt;YubiKey&lt;/a&gt;, which finally arrived. I’ve been using it ever since, and it’s been a fantastic addition—definitely worth considering if you’re serious about security. For an authenticator app alternative, I’d recommend &lt;a&gt;Aegis&lt;/a&gt; (open-source and Android-friendly), though I’ve phased out authenticator apps myself. For my most sensitive accounts, I use my YubiKey for both hardware-based security and OTP (one-time passwords) when a site doesn’t support security keys directly. For less critical accounts, I store 2FA codes in my password manager for seamless autofill.&lt;/p&gt;
&lt;h3&gt;AI Tools&lt;/h3&gt;
&lt;p&gt;On the AI side, I’ve been mostly using &lt;a&gt;Grok&lt;/a&gt;. For now, I’m not too worried about privacy implications since I don’t share sensitive info with it. If you’re looking for a more private alternative, running &lt;a&gt;Ollama&lt;/a&gt; with your favorite model locally is a great option.&lt;/p&gt;
&lt;h3&gt;What’s Stayed the Same&lt;/h3&gt;
&lt;p&gt;The rest of my setup has largely stayed consistent—at least until I switch phones. Once that happens, I expect a cascade of changes, and I’ll write a dedicated post about the new phone setup when the time comes. If you’re interested in the rest please read my previous blog post from 2 years ago &lt;a&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;New Resources&lt;/h3&gt;
&lt;p&gt;One book I’ve recently started digging into is &lt;a&gt;&lt;em&gt;This Is How They Tell Me the World Ends&lt;/em&gt;&lt;/a&gt; by &lt;a&gt;Nicole Perlroth&lt;/a&gt;. It’s a fascinating read that dives into zero-day brokers, cybersecurity, and some wild stories from the frontlines of the digital world—highly recommended.&lt;/p&gt;
&lt;p&gt;I’m also obsessed with the &lt;a&gt;Darknet Diaries&lt;/a&gt; podcast by &lt;a&gt;Jack Rhysider&lt;/a&gt;. If you’re into tech and privacy, it’s a must-listen. There’s even an episode featuring Nicole Perlroth that talks about the zero-day brokers—check it out &lt;a&gt;here&lt;/a&gt;.&lt;/p&gt;
</content:encoded></item><item><title>My Privacy and Digital Security Journey... So Far !</title><link>https://matteodevenuto.com/blog/2023/my-privacy-and-digital-security-journey-so-far-/</link><guid isPermaLink="true">https://matteodevenuto.com/blog/2023/my-privacy-and-digital-security-journey-so-far-/</guid><description>From basic tweaks to encrypted tools and planned GrapheneOS/Linux leaps: my real, ongoing path to reclaiming digital privacy</description><pubDate>Fri, 13 Jan 2023 13:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;img src=&quot;https://matteodevenuto.com//assets/img/2023/my-privacy-and-digital-security-journey/header.jpg&quot; alt=&quot;My Privacy and Digital Security Journey... So Far !&quot; style=&quot;max-width:100%;height:auto&quot; /&gt;&lt;/p&gt;&lt;p&gt;In today&apos;s digital age, protecting our personal information and digital security is more important than ever. As we rely more and more on technology for our daily tasks and communication, it&apos;s crucial to take steps to safeguard our information from potential threats. In this post, I&apos;ll be sharing my journey towards improving my privacy and digital security and the various components that I&apos;ve incorporated.&lt;/p&gt;
&lt;p&gt;First, let&apos;s start with the hardware components. The devices we use on a daily basis such as our phones and computers are the foundation of our digital lives. I use an iPhone with iOS as my primary phone, and I have turned off all the iCloud functions except Find My. If I would still be using iCloud features, I would recommend turning on Advanced Data Protection (which is the new end-to-end encrypted feature for some iCloud services), unfortunately it is not yet available in my region The more I dive deep into privacy, the more I want to move to a Google Pixel with GrapheneOS, as it is a more secure and open-source option. GrapheneOS is built on top of the Android Open Source Project, with additional privacy and security features such as the ability to run apps in a sandboxed environment, and the ability to easily and quickly wipe the device of all personal data.&lt;/p&gt;
&lt;p&gt;My computer is a Mac at the moment, but in the future, I am looking for something Linux-based like Pop!_OS and a System76 laptop, as Linux is known for its security features and open-source nature. Linux-based operating systems, in general, are considered more secure than Windows or macOS, as they are less susceptible to malware and viruses, and they are more customizable to the user&apos;s needs.&lt;/p&gt;
&lt;p&gt;Next, let&apos;s talk about browsers and search engines. The browser is the gateway to the internet, and it&apos;s essential to use a secure browser that encrypts your data and blocks potential threats. I use Brave as my main browser, mainly for websites where I need to log in, with Brave Search as my search engine. Brave is built on top of the Chromium open-source project, and it blocks third-party cookies and ads by default, and it also has a feature called Tor which allows you to browse the internet anonymously, I personally do not use it within the Brave browser, if necessary I would use the Tor application but very rarely require it, for people wiht different threat models that might be of interest to you. I also use Firefox with hardened settings for added security, I use that for random searches.&lt;/p&gt;
&lt;p&gt;In terms of email, I use ProtonMail, which offers end-to-end encryption for added security.
I have 2 of my domains connected to ProtonMail and have completely abandoned the Google Suite. For messaging, I use Signal, which also offers end-to-end encryption. Signal is considered one of the most secure messaging apps out there, this is because it uses the open-source Signal Protocol for end-to-end encryption, which has been independently audited and is considered to be very secure. I still keep WhatsApp since many people still use it, but if possible I would try to switch to Signal completely.&lt;/p&gt;
&lt;p&gt;In terms of VPN, I use ProtonVPN, which offers a high level of security and privacy. ProtonVPN is a zero-log VPN, this means that they do not track or store any information about your browsing habits. I have it on constantly on my computer and phone when connected to WiFi, I don&apos;t see the use of having it on my phone when using cellular data, but either way if I&apos;m connecting to public Wi-Fi at airports, hotels etc... I would absolutely have it on.&lt;/p&gt;
&lt;p&gt;For my password manager, I use Bitwarden and is the one I would recommend for most people.
I used LastPass previously (given the recent events I would not recommend it), but switched a while back to Bitwarden as it&apos;s open-source and much cheaper, for most people the free option is more than enough, but having ordered a security key the subscription is necessary (only $10 per year), and you can also self-host it. For people with higher threat models/or that want to keep the passwords completely offline (no sync to multiple devices unless you do it some other way) I would recommendKeePassXC.&lt;/p&gt;
&lt;p&gt;For my 2FA app I use Raivo currently, but I have a YubiKey on order, so I will be implementing that as soon as it arrives. YubiKey is a small hardware device that you can use as an additional form of authentication, it is considered to be more secure than using SMS or an authenticator app.&lt;/p&gt;
&lt;p&gt;For storage, I have been using Proton Drive, which is an encrypted cloud storage service offered by ProtonMail. I also use encrypted USB drives with VeraCrypt for some backups, and I am looking to build my own home server soon, maybe with Nextcloud to sync pictures and other files. This way, I would have control over my data and where it is stored, and I can ensure that it is properly encrypted and secure.&lt;/p&gt;
&lt;p&gt;In terms of other FOSS (Free and Open-Source Software) apps, I use Standard Notes for my encrypted note-taking, Obsidian (not encrypted, and I sync it using GitHub) for working on other projects such as these blog posts, Proton Calendar as my calendar of choice, Pocket Casts for listening to podcasts without needing to make an account, and Vienna as my Mac RSS feed reader.&lt;/p&gt;
&lt;p&gt;In conclusion, my privacy and digital security journey has been a process of continually researching and implementing new tools and techniques. It is important to note that there is no such thing as a fail-proof system when it comes to digital security, but by taking a step-by-step approach and constantly updating and improving our security measures, we can greatly reduce the risk of our personal information being compromised. By using secure hardware and operating systems, secure browsers and search engines, encrypted email and messaging, a VPN, a password manager and 2FA, and utilizing FOSS apps, we can take control of our digital lives and protect ourselves from potential threats.&lt;/p&gt;
&lt;p&gt;It&apos;s important to remember that this is a journey, and not a destination. As technology and threats evolve, so should our security measures. Staying informed about new developments and staying vigilant is the key to maintaining a high level of digital security. The most important thing is to make sure that your security is better than the average person, as it&apos;s not always possible to protect against every threat, but by making it more difficult for attackers to access your information, you reduce the risk of being a target.&lt;/p&gt;
&lt;p&gt;In summary, my privacy and digital security journey has been an ongoing process, but by taking a step-by-step approach and constantly researching and implementing new tools and techniques, I am able to take control of my digital life and protect myself from potential threats.&lt;/p&gt;
&lt;h2&gt;Resources&lt;/h2&gt;
&lt;p&gt;In addition to the steps and tools I have discussed in this blog post, there are also a number of resources available for those who are interested in learning more about privacy and digital security.&lt;/p&gt;
&lt;p&gt;One such resource is &quot;Why Privacy Matters&quot; by Glenn Greenwald. This article/video provides a comprehensive overview of the importance of privacy in today&apos;s digital age and the various ways in which our personal information is being collected and used without our knowledge or consent.&lt;/p&gt;
&lt;p&gt;Another great resource is &quot;Extreme Privacy&quot; by Michael Bazzell. This book provides a detailed and practical guide to protecting your personal information and maintaining your privacy in the digital age. It covers various topics such as encryption, VPNs, password managers, and more.&lt;/p&gt;
&lt;p&gt;For those who are interested in learning more about the impact of surveillance on privacy, the Snowden documents and the movie &quot;Citizenfour&quot; offer a deep dive into the inner workings of government surveillance programs and their impact on individual privacy. As well as the &quot;Snowden&quot; film by Oliver Stone.&lt;/p&gt;
&lt;p&gt;&quot;Beginner&apos;s Introduction to Privacy&quot; by Naomi Brockwell is a great resource for those who are new to the topic and want to learn more about privacy in the digital age and how to get started.&lt;/p&gt;
&lt;p&gt;&quot;The Art of Invisibility&quot; by Kevin Mitnick is a great resource for those who want to learn more about the techniques and tools used by experts to maintain their privacy and security in the digital age.&lt;/p&gt;
&lt;p&gt;&quot;Privacy, Security &amp;amp; OSINT&quot; podcast with Michael Bazzell is a great resource for those $ho are interested in learning more about the intersection of privacy, security, and OSINT (Open-Source Intelligence). It&apos;s one of my favorite podcasts at the moment.&lt;/p&gt;
</content:encoded></item></channel></rss>