• 0 Posts
  • 35 Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle



  • In general, yes more tabs = more RAM used, but Firefox does have a neat trick compared to Chrome that helps lower memory usage for those of us with hundreds of tabs. When you launch Chrome with a bunch of tabs open from a previous session, it actually loads them all into RAM at launch, with Firefox, it doesn’t actually load the pages of tabs from previous sessions, until you switch to them. The page titles and icons get loaded into RAM, obviously, but if you have lots of old tabs that you almost never open, the memory usage impact of lots of tabs is minimized.


  • Yes, it’s a pretty big privacy concern, unfortunately Riot kinda already boiled that frog with Valorant. Not that Valorant was the first, but it was kinda the first one that people seemed to be okay with. Weirdly, Valorant only really got popular because CS:GO and Overwatch were getting stale, and neither Valve or Blizzard were doing much to keep their games fresh.



  • So, I in no way want to argue that algorithms are better, as they are often used to manipulate and their design to drive engagement at any cost leads to plenty of their own problems.

    That said, I was raised in a pretty strong echo chamber (that a good portion of my family is still firmly in). If I had been solely responsible for curating what content I got via RSS (which I did for a short period in the early 2010s). I never would have been exposed to content that challenged the worldview I was given. Ironically, it ended up being the YouTube algorithm that while it was simultaneously feeding people down the gamergate conspiracy tunnel was opening my eyes to the realities of climate change, making me less bigoted towards LGBTQ people, and helping me find the empathy that I had hidden to fit in with the world around me.

    I don’t know what the answer is. On the one hand, I know how bad echo chambers can be, on the other hand, corporations and algorithms manipulate people all the time and shouldn’t be trusted either. I do think RSS had potential to be better than what we have now (where social media sites like Twitter and Digg/Reddit/Lemmy essentially act as everyone’s shared feed reader and end up putting people into new echo chambers), but I think having the chance of seeing content that challenges our worldviews has also been a good thing, that I’m not sure would happen as often if we all only read our personally-curated RSS feeds.

    That said algorithms are getting more manipulative, and I may just be a lucky outlier that an algorithm happened to push in a positive direction.





  • Honestly, let’s bring geocities back (not exactly in that form). Anything that isn’t a throwaway post on social media goes there, and you can post links to it from all the social platforms for reaching a broader audience. Then there’s a place for getting the most up to date information about an event, that doesn’t require making an account, and the person putting the event on doesn’t have to make sure posts across multiple platforms are updated with the same new information.



  • I’ve dabbled with some monitoring tools in the past, but never really stuck with anything proper for very long. I usually notice issues myself. I self-host my own custom new-tab page that I use across all my devices and between that, Nextcloud clients, and my home-assistant reverse proxy on the same vps, when I do have unexpected downtime, I usually notice within a few minutes.

    Other than that I run fail2ban, and have my vps configured to send me a text message/notification whenever someone successfully logs in to a shell via ssh, just in case.

    Based on the logs over the years, most bots that try to login try with usernames like admin or root, I have root login disabled for ssh, and the one account that can be used over ssh has a non-obvious username that would also have to be guessed before an attacker could even try passwords, and fail2ban does a good job of blocking ips that fail after a few tries.

    If I used containers, I would probably want a way to monitor them, but I personally dislike containers (for myself, I’m not here to “yuck” anyone’s “yum”) and deliberately avoid them.




  • If you are okay with trusting an extension, I use Tab Session Manager, it takes snapshots of all your open windows and tabs, and it can restore them when, for example, you forget to restore the previous session before closing Firefox, and overwrite the previous session of dozens of tabs, with the current session that you don’t care about.

    I usually just rely on the built-in restore, but having the backup just in case is such a relief to have on those occasions when “reload last session” is grayed out.




  • Class action is probably their best bet. Up until now, for the most part, companies have opted to refund digital purchases like this, like when Google ended Stadia and refunded everything. And while it’s easy to laugh at people who trusted and believed that they had permanent ownership, I truly hope that there are enough people who stand up and take this to court, because people shouldn’t be punished for not being cynical like us. And if a company is going to sell something as a purchase, rather than a rental, they should at least have to continue to provide it to those who did buy it. I have several games on Steam that can no longer be sold due to licensing reasons, but Valve still lets me download and play them, because I purchased a license. Sony and Discovery should either have to refund people, or continue hosting the files for those who purchased these shows.


  • As someone who used to do web design when there were around 5 different rendering engines, I found having multiple browsers to design for was often a good thing. You could easily build something that worked 90% of the time on the primary testing browser, and hit a wall trying to fix the remaining bugs, but then testing in a different browser would reveal something obviously broken with your solution, and once you fixed that, would fix some of the minor quirks you were having a hard time solving in the primary testing browser. 5 was probably too many engines, and I’m thrilled to see Trident (IE) in the grave where it always belonged. But if you aren’t testing in multiple browsers, you’re making your life harder, not easier.