• 0 Posts
  • 23 Comments
Joined 6 months ago
cake
Cake day: February 17th, 2026

help-circle
  • I’ve used both Graphene and e/OS (based on Lineage), ime they have one thing that they do better than the other. Graphene comes with more granular privacy controls, and e/OS comes with tor connectivity built into the OS itself (“hide my IP” option). Both are daily driver capable phones and I like them both.

    Just make sure to set up a firewall as well if you want to keep unnecessary shit from connecting to the internet, as neither of them allows you to block all of the bloatware out of the box (but you can block more of it using Graphene).





  • I have no idea what anyone should be doing, but I’ll tell you what I personally am doing:

    • emailing my representatives over and over
    • emptied all cloud services and all personal big tech accounts (can’t do much about the work ones…)
    • getting acquainted with Linux, VPNs and Tor
    • learning to flash custom ROMs
    • testing said custom ROMs
    • digging into app permissions - even graphene comes with things enabled that I realized I want to turn off (like ad privacy, printer services and android services that enable nearby share which I personally don’t use)
    • use Obtainium and F-droid for apps
    • testing out p2p services to see which ones are useful
    • stashing Linux isos, so I hopefully always have at least one that either doesn’t have age verification or one where it’s easy enough to rip out
    • downloaded “linux from scratch”, but I’ll admit I haven’t read it yet


  • Not just influencers, but also politicians and news media. I have a master’s degree in statistics, and it’s not at all uncommon for politicians and media to misrepresent scientific results. Correlation does not equal causation. If a study hasn’t been peer reviewed, I wouldn’t say that it proves anything just yet. Studies on a non-representative sample aren’t generalizeable to the population as a whole. And so on…






  • The first thing I ever did in Python, after the obligatory “Hello World”, was to follow a tutorial to make a simple task tracker web app. Then I made a small routine to edit Excel files. A few months later I was getting paid to write Python code (and yes, I got lucky as shit, but my point is that it was easy to keep going as soon as I just got started). Just start making things, it doesn’t really matter what as long as you enjoy it. It will be useful. Follow tutorials, look stuff up online, you’ll absorb syntax without cramming it. You’ve got this!