<?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>DEV Community: Beck Mateo</title>
    <description>The latest articles on DEV Community by Beck Mateo (@beckmateo).</description>
    <link>https://dev.to/beckmateo</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%2F2900884%2Faed8d706-449f-4809-bb0a-75d81097a269.jpeg</url>
      <title>DEV Community: Beck Mateo</title>
      <link>https://dev.to/beckmateo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/beckmateo"/>
    <language>en</language>
    <item>
      <title>How to Create Strong Passwords, Privacy and Security for Dummies</title>
      <dc:creator>Beck Mateo</dc:creator>
      <pubDate>Fri, 18 Apr 2025 20:41:52 +0000</pubDate>
      <link>https://dev.to/beckmateo/how-to-create-strong-passwords-privacy-and-security-for-dummies-3cd</link>
      <guid>https://dev.to/beckmateo/how-to-create-strong-passwords-privacy-and-security-for-dummies-3cd</guid>
      <description>&lt;h2&gt;
  
  
  Intro
&lt;/h2&gt;

&lt;p&gt;Passwords is a very complicated topic, they serve as a barrier for protecting sensitive information from bad actors, in today's age, more and more people are using the internet, and you're probably not surprised to know that most of them still use dangerously simple passwords which can put them in a lot of harm , luckily, for an average user, there are only a few steps to take to drastically improve your account security and to create passwords that are near impossible to crack, so let me show you some of them.&lt;/p&gt;

&lt;h2&gt;
  
  
  What does a Strong Password Look Like?
&lt;/h2&gt;

&lt;p&gt;If you want to create a strong password, then &lt;strong&gt;there are simple rules that you can follow to do so&lt;/strong&gt;, the most important ones to keep in mind:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It should consist of a &lt;strong&gt;minimum of 16 characters&lt;/strong&gt; &lt;/li&gt;
&lt;li&gt;It should contain &lt;strong&gt;all types of characters&lt;/strong&gt; including upper and lowercase letters, numbers and special characters&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Don't use obvious things&lt;/strong&gt; that can be deduced by hackers using social engineering (like putting your birthday, your pet's name or your son's birth year)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;These rules are simple, and that's the point of it, creating a good password is easy, yet a lot of people ignore, it's 2025 and there are still people who use "password" as their password&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you want to check how strong the password you created is, you can visit&lt;/strong&gt; &lt;a href="https://www.useapassphrase.com/" rel="noopener noreferrer"&gt;useapassphrase&lt;/a&gt; to see how long it'll take to crack your password&lt;/p&gt;

&lt;h2&gt;
  
  
  The Most Important Rule : Never Reuse Passwords
&lt;/h2&gt;

&lt;p&gt;This point is still being underestimated by a lot of people&lt;/p&gt;

&lt;p&gt;I can't stress enough how important this point this, because no matter how strong you're password is, &lt;strong&gt;a big part of this strength is gone when you use the same password everywhere&lt;/strong&gt;, this means that you're putting all of your eggs in one basket, because the moment that one of the sites you used that password gets compromised (and that happens a lot more than you think), all of your other accounts will become instantly compromised, and to fix this problem, you'll have to go account by account resetting your password, that's a lot of effort, not the mention the damage that would've been already done by the time you get around to fixing it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The takeaway here, there's no point of knowing how to create a strong password if you'll use everywhere.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Better Alternatives : Passphrases
&lt;/h2&gt;

&lt;p&gt;This is make managing your accounts much easier&lt;/p&gt;

&lt;p&gt;So we've talked briefly about the topic of passwords and how you can go about creating strong passwords and the rules to follow to maintain a good level of security, yet, &lt;strong&gt;passwords still have some downsides, the biggest one being that they are hard to remember,&lt;/strong&gt; if you create a password that are 16 characters of random gibberish, firstly, it'll take a lot of effort to memorize this password, the first option are to store it physically by writing it down (but if you lose it, then it's game over), the other option is to store digitally using a password manager (please don't put your passwords in your notes app), the second option is probably the better one and we'll discuss later, secondly, 16-character password are strong but not as strong as the alternative, that alternative being passphrase&lt;/p&gt;

&lt;p&gt;To put it simply, &lt;strong&gt;passphrases are a group of regular words (mostly 4 words but the more the better) that we use in life separated by a space&lt;/strong&gt;, now you might think that passphrases are weak because a hacker can easily guess the words you typed and then you're toast, but that's not the case actually, in a passphrase , you should use a combination of words that aren't common in everyday use (not in the top 1000 most frequent used words in your language), and the words shouldn't be related to you or to each in any way, that make cracking such passphrases incredibly difficult, even more difficult than a regular password!&lt;/p&gt;

&lt;p&gt;You also use &lt;a href="https://www.useapassphrase.com/" rel="noopener noreferrer"&gt;useapassphrase&lt;/a&gt; to generate strong passphrases to use, if you prefer to use an offline method, you can try out &lt;a href="https://github.com/micahflee/passphraseme" rel="noopener noreferrer"&gt;passphraseme&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Another upside of passphrases is that they're easy to remember&lt;/strong&gt;, they maybe hard at first but after typing them for few times, you'll develop the muscle memory that'll make you type instantly in the future, this isn't the case for passwords as they're very difficult to memorize, this is perfectly encapsulated by the &lt;a href="https://xkcd.com/936/" rel="noopener noreferrer"&gt;xkcd comic&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp4idr3q18650ijz2tigf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp4idr3q18650ijz2tigf.png" alt="xkcd passphrases" width="740" height="601"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;To cap it off, a strong passphrase should have the following:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A minimum of four words (more is better but harder to remember)&lt;/li&gt;
&lt;li&gt;The words should be uncommon in daily use&lt;/li&gt;
&lt;li&gt;They shouldn't be related to your life and activities in any way&lt;/li&gt;
&lt;li&gt;Easy to memorize after a few times of typing it&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're interested in taking your account security, you should definitely look into password managers but that's a topic for a different day&lt;/p&gt;

&lt;p&gt;Be good people!&lt;/p&gt;

</description>
      <category>security</category>
      <category>privacy</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>3 Interesting Firefox Alternatives for People who are fed up with Mozilla’s Shenanigans</title>
      <dc:creator>Beck Mateo</dc:creator>
      <pubDate>Fri, 28 Mar 2025 03:11:53 +0000</pubDate>
      <link>https://dev.to/beckmateo/3-interesting-firefox-alternatives-for-people-who-are-fed-up-with-mozillas-shenanigans-57hi</link>
      <guid>https://dev.to/beckmateo/3-interesting-firefox-alternatives-for-people-who-are-fed-up-with-mozillas-shenanigans-57hi</guid>
      <description>&lt;p&gt;&lt;a href="https://www.flickr.com/photos/41894168820@N01/4291194" rel="noopener noreferrer"&gt;“Feed the Firefoxes”&lt;/a&gt; by &lt;a href="https://www.flickr.com/photos/41894168820@N01" rel="noopener noreferrer"&gt;Glutnix&lt;/a&gt; is licensed under &lt;a href="https://creativecommons.org/licenses/by/2.0/?ref=openverse" rel="noopener noreferrer"&gt;CC BY 2.0.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It has been clear by now that Mozilla isn't the company that it used to be, they have made some very bad mistakes over the past few years , the latest one was the changes they made to the their Privacy Policy and Terms of Use, that stated that Mozilla had "nonexclusive, royalty-free, worldwide license" to any data inside of Firefox, they later tried to &lt;a href="https://www.theverge.com/news/622080/mozilla-revising-firefox-terms-of-use-data" rel="noopener noreferrer"&gt;rectify this&lt;/a&gt; but the damage had already been done, for me, I was long done with Mozilla before this even happened, but for other people, this was the straw that broke the camel's back and they're looking for alternatives, so I'm here to present with 3 unique browsers to replace Firefox as your daily browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  Mullvad Browser
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fan42rnneh7bji3rvzq2q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fan42rnneh7bji3rvzq2q.png" alt="Mullvad Browser" width="800" height="429"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This one really changes the game when it comes to privacy and security&lt;/p&gt;

&lt;p&gt;&lt;a href="https://mullvad.net/en/browser" rel="noopener noreferrer"&gt;Mullvad Browser&lt;/a&gt; is the combination we didn't know we wanted so bad, &lt;em&gt;it's a browser made by two giant entities in the privacy and security space, the first one is &lt;a href="https://mullvad.net/en" rel="noopener noreferrer"&gt;Mullvad&lt;/a&gt;, a Swedish company known for its privacy-respecting VPN, and the second one is the Tor Project that develops the &lt;a href="https://www.torproject.org/download/" rel="noopener noreferrer"&gt;Tor Browser&lt;/a&gt;&lt;/em&gt;, their efforts culminated with the release of Mullvad Browser, &lt;strong&gt;A Firefox fork with privacy and security enhancements pulled from the Tor Browser itself&lt;/strong&gt;, the difference here is that you don't have the Tor network to connect to (although it's recommended to use a VPN of your choice), this means that this browser has very strong privacy and security settings out of the box and can really benefit people with higher threat models&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The downside here is that aesthetically, the browser doesn't look very appealing&lt;/strong&gt;, it looks just like Firefox with no additions (which will become more obvious when you see the other two browsers), &lt;em&gt;it can also break certain websites if you tighten it even more&lt;/em&gt;, but that's not something unusual, as more privacy and security means less convenience (it's a sliding scale)&lt;/p&gt;

&lt;p&gt;All in all, I think &lt;strong&gt;Mullvad Browser is the choice for people who want a great privacy and security out of the box while also wanting a more minimal and decluttered browser with no added features&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Vivaldi
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flbkxvmzggngexz8q2z5m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flbkxvmzggngexz8q2z5m.png" alt="Vivaldi" width="800" height="354"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This one is really powerful&lt;/p&gt;

&lt;p&gt;When it comes to customizability and features, there's pretty much no browser that can ever beat &lt;a href="https://vivaldi.com" rel="noopener noreferrer"&gt;Vivaldi&lt;/a&gt;, &lt;strong&gt;almost every thing you can think about is baked into the browser including features like Tab tiling (this one is my favorite), stacking, there are also quick commands&lt;/strong&gt; for those you love more keyboard in their browsing, and &lt;strong&gt;probably one of the most interesting things about this browser is that it integrates a Mail Client, an RSS reader, and a Calender&lt;/strong&gt; , this makes not just a browser but rather an entire ecosystem for whose you love to live inside their browser, and the features don't stop there, there are also notes, screenshots and &lt;em&gt;recently they added &lt;a href="https://protonvpn.com/" rel="noopener noreferrer"&gt;Proton VPN&lt;/a&gt; integration which is a great addition for privacy enthusiasts&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Privacy-wise, &lt;strong&gt;Vivaldi only collects &lt;a href="https://vivaldi.com/privacy/browser/" rel="noopener noreferrer"&gt;anonymized data&lt;/a&gt;  on its users to count the number of active users&lt;/strong&gt; , its business model is to make money through deals with Search Engines and so far the team behind it hasn't made any privacy transgressions, another thing to note is that &lt;em&gt;it comes with its own tracker blocker out of the box, however, I find that this blocker isn't enabled by default and you have to enable it in the settings&lt;/em&gt;, also, it's still not there when it comes to tracking protection so &lt;em&gt;I recommend you install &lt;a href="https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en" rel="noopener noreferrer"&gt;uBlock origin&lt;/a&gt; with it (Although it's a Manifest v2 extension).&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;One downside to &lt;strong&gt;Vivaldi is that the fact that &lt;a href="https://help.vivaldi.com/desktop/privacy/is-vivaldi-open-source/" rel="noopener noreferrer"&gt;its UI isn't Open Source&lt;/a&gt; but rather Source-Available&lt;/strong&gt;, this means that you can still view the source but you can't modify any of it, but unless you're a die hard FOSS supporter, this shouldn't affect you that much&lt;/p&gt;

&lt;h2&gt;
  
  
  Zen Browser
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4q7ezlsbcuecfo92erve.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4q7ezlsbcuecfo92erve.png" alt="Zen Browser" width="800" height="354"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the new kid on the block&lt;/p&gt;

&lt;p&gt;&lt;a href="https://zen-browser.app" rel="noopener noreferrer"&gt;Zen Browser&lt;/a&gt; is another fork of Firefox, but &lt;em&gt;what I really liked about it is the beautiful aesthetics as well as the sheer customizability of it&lt;/em&gt;, it's like the Vivaldi version of Firefox &lt;strong&gt;you can change the accent colors(I'm a big fan of this one too), you also have tab splitting, workspace management, the ability to preview tabs without clicking them, there are also &lt;a href="https://zen-browser.app/mods/" rel="noopener noreferrer"&gt;Zen mods&lt;/a&gt;&lt;/strong&gt; which make the browser even more customizable.&lt;/p&gt;

&lt;p&gt;Privacy-wise, &lt;strong&gt;the team clearly states in its &lt;a href="https://zen-browser.app/privacy-policy/" rel="noopener noreferrer"&gt;Privacy Policy&lt;/a&gt; that they don't collect any personal data nor is there any 3rd party tracking&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;em&gt;The biggest downsides I found with Zen is that the project is still in beta (although it feels pretty much like a finished product)&lt;/em&gt;, something else to note, the privacy and security settings out of the box aren't the best and need something tweaking, but the process isn't really that hard and &lt;strong&gt;installing &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/" rel="noopener noreferrer"&gt;uBlock origin&lt;/a&gt; will do a lot of you.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Overall, I think Zen Browser has the potential to be an amazing browser if they keep developing it with the same core principles and I definitely see myself daily driving it in the future.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;At the end of the day&lt;/strong&gt;, I want to say that the choice of the browser is something that you have to pay close attention because it's your gateway to the vast internet and you want to make sure you're as safe and private when browsing online.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>privacy</category>
      <category>browser</category>
    </item>
    <item>
      <title>4 Essential Things to Do for Everyday People to improve privacy online.</title>
      <dc:creator>Beck Mateo</dc:creator>
      <pubDate>Fri, 07 Mar 2025 11:29:55 +0000</pubDate>
      <link>https://dev.to/beckmateo/4-essential-things-to-do-for-everyday-people-to-improve-privacy-online-3jap</link>
      <guid>https://dev.to/beckmateo/4-essential-things-to-do-for-everyday-people-to-improve-privacy-online-3jap</guid>
      <description>&lt;p&gt;The Cover Photo : "Privacy" by g4ll4is is licensed under CC BY 2.0.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Most people believe privacy is dead, and it's easy to see why ,almost every single service or product we use collects huge amounts of data on us, from our interests, our relationships and even our mental status, and it's seems impossible to escape , &lt;strong&gt;but it's not, while 100% privacy isn't possible unless you of course unplug everything&lt;/strong&gt;, there are few things anyone can make to you more private online at almost no cost (both money and convenience-wise) so let me share a few of them with you.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stop Using Chrome, Use a more private Browser Instead
&lt;/h2&gt;

&lt;p&gt;This is by far the simplest and easiest one&lt;/p&gt;

&lt;p&gt;It's no secret that Google Chrome has become nothing but a giant data mine, it collects insane amounts of data even when you're not signed in.&lt;br&gt;
What's interesting is that you don't have to use it to get the same experience, You can use &lt;a href="https://www.chromium.org/Home/" rel="noopener noreferrer"&gt;Chromium&lt;/a&gt;, the open source browser it's based on, but &lt;strong&gt;What I recommend is using &lt;a href="https://brave.com/" rel="noopener noreferrer"&gt;Brave Browser&lt;/a&gt;&lt;/strong&gt;, it has the same features (plus some other things by the developing team), it's open source and has sensible defaults optimized for privacy.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;There are also Firefox-based browsers like &lt;a href="https://librewolf.net/" rel="noopener noreferrer"&gt;Librewolf&lt;/a&gt; and &lt;a href="https://mullvad.net/en/browser" rel="noopener noreferrer"&gt;Mullvad Browser&lt;/a&gt;&lt;/em&gt; but Browser Wars is a topic for another time&lt;/p&gt;

&lt;p&gt;In short, Just Stop using the data-hungry Chrome and Switch to Brave to get a decent privacy boost.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stop using Google for Search
&lt;/h2&gt;

&lt;p&gt;This is the second most important thing to do&lt;/p&gt;

&lt;p&gt;When it comes to search engines, it's obvious that Google will be one of the worst when it comes to privacy, &lt;strong&gt;it does all sorts of horrible things like logging your searches, tracking which links you click on, displaying some ads that somehow seem to know what you're thinking of (creepy, I know)&lt;/strong&gt; and most people just accept it because they think there's no other option really but what they don't know is that there are other alternatives that respect your privacy while still providing you with some level of privacy, &lt;strong&gt;the first one I want to mention is &lt;a href="http://search.brave.com/" rel="noopener noreferrer"&gt;Brave Search&lt;/a&gt;&lt;/strong&gt;, it's a search engine created by the same company that made the Brave Browser, what's unique about it is that it has an independent index, meaning it doesn't pull search results from other search providers like Google and bing, it also has a paid option which is worth exploring&lt;/p&gt;

&lt;p&gt;&lt;em&gt;There are other options like &lt;a href="https://duckduckgo.com/" rel="noopener noreferrer"&gt;DuckDuckGo&lt;/a&gt; (I found its search results on languages other than English to be hit or miss) and also &lt;a href="https://www.startpage.com/" rel="noopener noreferrer"&gt;Startpage&lt;/a&gt; (pulls search results from Google but is owned by an Ad company)&lt;/em&gt; but really what it comes down to is trying every search engine yourself and see which one gives you the best results&lt;/p&gt;

&lt;p&gt;To summarize, stop using Google for search and really spend some time trying a different search engine that respects your privacy and gives you the good results that you need&lt;/p&gt;

&lt;h2&gt;
  
  
  Start using a more privacy-respecting E-mail Provider
&lt;/h2&gt;

&lt;p&gt;This is another one about Google.&lt;/p&gt;

&lt;p&gt;You might think that I'm biased towards Google but really, the company has made some very bad decisions when it comes to privacy of its users (like most other Big Tech companies), and &lt;strong&gt;Gmail is no exception, it's a very poor choice for those seeking privacy&lt;/strong&gt; , it collects right about every single byte of data it can get and really the only upside it has is the 15GB of free storage which isn't worth the compromise (remember when something is free, you're the product), instead of using Gmail, there are several alternatives that provide just the same functionality without the privacy trade-off, &lt;strong&gt;the best one I found out there is &lt;a href="https://proton.me/mail" rel="noopener noreferrer"&gt;ProtonMail&lt;/a&gt;&lt;/strong&gt;, it's an e-mail provider based in Switzerland so it abides by the Swiss Privacy Laws, it has a beautiful interface that's not too different from Gmail (my favorite color is purple btw) , &lt;em&gt;it has a free plan but only with 500MB of free storage and the Proton team are building a full suite of apps to complement it like a Calender and a Drive storage&lt;/em&gt;&lt;br&gt;
There are &lt;strong&gt;other options worth considering like Tuta (Based in germany) and Mailbox&lt;/strong&gt; (also based in Germany but is a paid option)&lt;/p&gt;

&lt;p&gt;Overall, switching your email provider can have a drastic effect in boosting your privacy and reducing the amount of info data brokers can have about you and it has very minimal effects on convenience&lt;/p&gt;

&lt;h2&gt;
  
  
  Use an E-mail aliasing service to sign into Invasive services
&lt;/h2&gt;

&lt;p&gt;This is another one that a lot of people don't know about&lt;/p&gt;

&lt;p&gt;Most people subscribe to a services and then forget about only to have their inbox filled with spam and countless promotion e-mails that they don't want because they hand over their e-mail address to these services which will more than likely sell it data brokers that will then sell it to advertising agencies and it seems like the only option to get out of this hole to change your e-mail, thankfully, &lt;strong&gt;there's a much simpler solution , using an e-mail aliasing service, what it does simply is that it creates a fake e-mail like &lt;a href="mailto:alias@whatever.com"&gt;alias@whatever.com&lt;/a&gt; which you can use to sign in to services that you don't want to give you real e-mail&lt;/strong&gt; address, then the e-mails sent to this fake e-mail address will be rerouted into you real e-mail, &lt;em&gt;this accomplishes two things, the first is that it keeps your real e-mail address hidden from data brokers , the second is that the moment you ditch that service, you don't have to worry about spam mail&lt;/em&gt; because you can simply delete the fake e-mail and you won't hear from it again&lt;/p&gt;

&lt;p&gt;The best two providers for e-mail aliases are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://simplelogin.io/" rel="noopener noreferrer"&gt;Simplelogin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://addy.io/" rel="noopener noreferrer"&gt;addy.io&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In the end, I want to say that privacy isn't really that hard to improve and these simple steps are just the beginning of your journey towards a more private life online&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>tutorial</category>
      <category>opensource</category>
      <category>learning</category>
    </item>
    <item>
      <title>5 Very Common Mistakes a beginner should avoid when trying NixOS for the first time to truly start daily driving it.</title>
      <dc:creator>Beck Mateo</dc:creator>
      <pubDate>Thu, 27 Feb 2025 10:38:30 +0000</pubDate>
      <link>https://dev.to/beckmateo/5-very-common-mistakes-a-beginner-should-avoid-when-trying-nixos-for-the-first-time-to-truly-start-2j3n</link>
      <guid>https://dev.to/beckmateo/5-very-common-mistakes-a-beginner-should-avoid-when-trying-nixos-for-the-first-time-to-truly-start-2j3n</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;There are many ways to use NixOS, the one most people start with is probably why they quit when they use it for first time (myself included), so if you're a beginner looking to daily drive NixOS on your personal or work device then here are 5 mistakes you should avoid to make sure to have a smooth sailing&lt;/p&gt;

&lt;h2&gt;
  
  
  Completely ignoring garbage collection
&lt;/h2&gt;

&lt;p&gt;This is by far the most common mistake.&lt;/p&gt;

&lt;p&gt;Garbage collection means getting rid of the package versions that are no longer used, it's important because &lt;strong&gt;leaving the fifty something versions of a package will quickly cram up your disk space&lt;/strong&gt;&lt;br&gt;
Garbage collection is very easy on NixOS, &lt;em&gt;it can be done using the following command&lt;/em&gt;&lt;br&gt;
&lt;code&gt;nix-collect-garbage&lt;/code&gt;&lt;br&gt;
You can even add the &lt;code&gt;-d&lt;/code&gt; argument to delete older generations&lt;br&gt;
Or &lt;em&gt;you can add the following lines to your&lt;/em&gt; &lt;code&gt;/etc/nixos/configuration.nix&lt;/code&gt; to make garbage collection automated&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;nix.gc = {
  automatic = true;
  dates = "weekly";
  options = "--delete-older-than 30d";
};
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This is something that I didn't know how to do when I first installed NixOS and it frustrated me because my disk space never seemed to free up when trying to clear my cache!, that's why you should regularly clean up your garbage if you want to have space for the actual important stuff especially if you're using a small storage drive&lt;/p&gt;

&lt;h2&gt;
  
  
  Using nix-env to install packages
&lt;/h2&gt;

&lt;p&gt;This is an abnormally common mistake&lt;br&gt;
If the whole point of using NixOS is to have a declarative system , &lt;strong&gt;then going in and using nix-env to install packages feels like the most counter-intuitive thing&lt;/strong&gt; to do, this is because :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;You lose track of what packages you installed&lt;/strong&gt; (just like on a regular Linux Distro)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You can't really change the configuration options&lt;/strong&gt; of this package declaratively either&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This can easily be avoided my &lt;em&gt;simply adding the package name to the packages section of your&lt;/em&gt; &lt;code&gt;/etc/nixos/configuration.nix&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  users.groups.media = {};
  users.users.username = {
    isNormalUser = true;
    description = "username";
    extraGroups = [ "networkmanager" "wheel" "libvirtd" "media" ];
    packages = with pkgs; [
      package_name ];
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;If you just want a package temporarily&lt;/strong&gt;, then what &lt;em&gt;I recommend this using the nix-env&lt;/em&gt; which creates a temporary shell for the installed package which then gets deleted once you close the terminal&lt;br&gt;
&lt;code&gt;nix-shell -p package_name&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;The takeaway here is that there are better ways to install packages on your NixOS than just using the classic package manager install approach , this helps your system to be more organized and less prone to just randomly breaking&lt;/p&gt;

&lt;h2&gt;
  
  
  Not reading the available documentation
&lt;/h2&gt;

&lt;p&gt;This is a mistake that most people in make in general.&lt;/p&gt;

&lt;p&gt;Reading the documentation is crucial to understanding how a certain piece of software work , &lt;strong&gt;it's not just some random gibberish&lt;/strong&gt; , it contains the instructions on how to efficiently use and configure it and even if you're a complete beginner, &lt;strong&gt;there's always a Getting Started section&lt;/strong&gt; at the start of every online to help you along the way, for NixOS, the best way to start is the&lt;br&gt;
&lt;a href="https://nixos.org/manual/nixos/stable/" rel="noopener noreferrer"&gt;NixOS Manual&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;There's also the NixOS&lt;/strong&gt; unofficial wiki which contains useful information on certain topics like configuring the NVIDIA drivers, and using different desktop environments like GNOME or KDE Plasma.&lt;br&gt;
&lt;a href="https://nixos.wiki/wiki/Main_Page" rel="noopener noreferrer"&gt;NixOS Wiki&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I know that NixOS isn't the best when it comes to documentation but having something to work with is much better than trying to just randomly press buttons and hope things work out&lt;/p&gt;

&lt;h2&gt;
  
  
  Not searching for configuration options
&lt;/h2&gt;

&lt;p&gt;This is another one that'll save you a lot of time and hassle&lt;/p&gt;

&lt;p&gt;Instead of trying to do thing the classic way like like configuring you firewall or keyd manually, you can instead use NixOS options to do so in your configuration files, &lt;strong&gt;if you want to know what options you can put in your &lt;code&gt;/etc/nixos/configuration.nix&lt;/code&gt; just search on&lt;/strong&gt; &lt;a href="https://search.nixos.org/options?" rel="noopener noreferrer"&gt;NixOS options&lt;/a&gt; to get a list of available options with their default values, combine that with some information from the wiki and you won't have to edit multiple config files just to optimize your system, you can just do all of it from you config file.&lt;/p&gt;

&lt;p&gt;This is a much better and efficient way to manage your NixOS than just doing things manually and then forgetting what you did or not remembering where the configuration file (this happened a lot to me too)&lt;/p&gt;

&lt;h2&gt;
  
  
  Trying to jump on the Flakes ship way too soon
&lt;/h2&gt;

&lt;p&gt;Flakes can an amazing tool to manage your NixOS. &lt;/p&gt;

&lt;p&gt;However, they can be very frustrating to deal with if you don't exactly know what you're doing, they're also still considered to be an experimental option and the documentation still needs some work. &lt;strong&gt;For this reason, I recommend that you completely avoid using Flakes if you're a beginner and just stick to editing you&lt;/strong&gt; &lt;code&gt;/etc/nixos/configuration.nix&lt;/code&gt; to do must things and then after you become fluent in the Nix language should you start looking into Flakes and experimenting with them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;NixOS is an amazing system and getting to know it can be a very rewarding but the pitfalls are plenty , &lt;em&gt;much more than the ones mentioned here&lt;/em&gt; , and this can leave a beginner totally frustrated , in this article, I tried to clarify some of the most common ones to help future users avoid them.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>linux</category>
      <category>nixos</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
