• 0 Posts
  • 58 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

  • Funny, I actually started out with them disabled but I re-enabled them in the past year since I’m terrible at mistyping.

    I wish there were a way for only the app to know which sites you’ve visited previously so it could do a better job of helping my typos without exposing that data to websites you visit.

    Edit: oh I also wish you could have the address bar on the bottom :/


  • I forgot to mention a fringe benefit of Firefox Focus: I feel like it forces me to do a better job of not just opening a webpage and telling myself I’ll read it later (I never do). Since the session is ephemeral and the webpage will be gone if I don’t read it right away, I actually get down to reading the articles more often.

    This may also be a side effect of Lemmy, though, since there’s less content here than on reddit.


  • I like Firefox Focus.

    Every time you close the app (swipe up on the app switcher) or use the trash button it cleans every bit of cached or stored data including cookies, so every time you open it you have a fresh browsing session and it’s harder to be followed around the web.

    Obviously inconvenient for banking or the like, so I also have Firefox (regular) installed which stores my login sessions.











  • I started with the 2020 tutorial from these guys. They’ve updated it a few times through the years so I can’t speak to how good the new version is, but I’m sure it’s probably plenty to get started.

    https://www.smarthomebeginner.com/traefik-v3-docker-compose-guide-2024/

    After I followed this guide, I’ve deviated significantly as I learned and started to do my own thing. It’s a great place to start and learn the basics of containerized applications and once you have that then you can host most things that are dockerized. All I need to do now to start up a new service is pull up the README on Docker Hub (or better yet, if LinuxServer.io has a container that does what I want to do, on their website), figure out what I want to do with the variables and any setup that needs to happen, and then I add it to my .yml and start it up!

    I’ve got it all tracked now on GitHub so I can see what I’ve changed and when and if something were to go wrong I could revert back to a known-good configuration.