• 3 Posts
  • 94 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • I came in here knowing exactly what the comments would look like, and I'm still disappointed. "Just don't use so many tabs" is not an answer. If you don't have anything constructive to say, just move on instead of getting uppity about...not using browsers very heavily or understanding other use cases.

    Yeah, thousands of tabs seems extreme. But "you should dedicate a larger amount of time and effort all day, every day to make the computer's job easier" is a bad take. That's obviously worse than OP's existing workflow.

    Sorry OP, I don't have a real answer either. You might find Arc Browser's tab system to suit you better, but since it's chromium-based I suspect performance might be worse.

    Edit: out of curiosity, how much memory does your PC have, and how much is Firefox using during these freezes? I wonder how much of the delay is caused by swapping.




  • Not sure I understand this one. I'm finding it difficult to read this as anything other than "yes, most people understand negation as negation, and not as something entirely different". Are there any languages or cultures where negation is same as inversion?

    How would you even invert an adjective that doesn't exist on a one-dimensional scale? For example, good<->bad makes sense, because they are clear opposites. But happy<->sad does not make sense, because emotions don't exist on a single axis and do not have clear opposites. "Not happy" encompasses all states besides happiness. Could be angry, could be sad, could just be neutral. Like the old saying goes, "the opposite of love is not hate; it's indifference".



  • If you're only testing on one set of hardware, it isn't going to tell the whole story. The results might be very different on an AMD vs Nvidia GPU, or even on a brand-new vs 1-3 generation old GPU.

    Probably the most important thing for gaming is driver support and ease of installation. This sometimes runs directly counter to other general-purpose needs.

    I'm still on the hunt for a distro where everything I need is easy to install. I don't think any exist, primarily because GPU drivers suuuuuuuck, especially when you need CUDA or ROCm to work.




  • When MacBooks are plugged in, they get their power from the charger. They are not simultaneously draining and charging the battery in general, unless they need more power than the charger can provide (unlikely unless you are using a charger with lower wattage than the official charger that came with your laptop).

    I was not able to find an official source on this from a quick search, but if I remember correctly, this should be true for any moderately recent MacBook. Maybe any MacBook at all, since they only started making "MacBooks" in 2006 and then tech hasn't changed much since then.

    Personally, I leave my MBP plugged in during use whenever possible, and I typically unplug it at the end of the day. You don't need to unplug it, but hey, it's a good idea to unplug anything that doesn't need to be plugged in, just to save power.


  • This is my plan A. I'll only go to plan B if something goes wrong — which has happened to me a couple times. I tried to upgrade Ubuntu (LTS, I forget which version) years ago, but it failed hard. I still don't know why. It wasn't something I could figure out in half an hour, and it wasn't worth investing more time than that.

    Come to think of it, it's possible all my upgrade woes came down to Nvidia drivers. It was a common problem on Suse (TW), to the point where I pinned my kernel version to avoid the frequent headaches. I'll try a rolling distro again when I switch to AMD, maybe.





  • It's nutty that we haven't had a proper offline mode in like 20, maybe 25 years. This was something every browser had in the 90s. Loading from cache was the default, even. Now it's like, I'm not sure why Firefox even has a cache folder. They bend over backwards to prevent you from using it.

    Before you tell me that Firefox has an offline mode, yeah, I know. It's basically useless.

    I would love a way to have my browser automatically store a local, static copy of everything I view.



  • Yeah, Apple moved to Zsh as default some years back, which is the main reason I'm familiar with its differences in terms of parameter expansion. They still ship Bash 3.2 with macOS, but they can't ship newer versions due to GPLv3 licensing, or something like that. So they had the motivation to switch.

    In the Linux world, there's no great motivation to change the default, because Bash 5.x is already comparable to zsh in terms of features, and it's what everyone is already familiar with.

    Perhaps I misunderstood OP's question. I figured they meant using variables. Otherwise I don't know how to make sense of it.



  • The short answer is that you can't without rooting. If ALL your apps use Google cloud backup, then it'll work great. But that's not very likely.

    Here's what I do when I switch phones, without root:

    Use Google cloud restore. This gets app data for supported apps.

    Run the built-in backup and restore features for any apps that have them. A few examples of such apps off the top of my head are Lawnchair, Eternity for Lemmy, Relay for Reddit, and Signal.

    Copy internal storage (like downloads, photos, etc.) using a USB cable with MTP or ADB. This gets non-app-specific files.

    Your contacts app should have an export feature. If you're using your Google account to store contacts, then you don't need to bother with this.

    That gets almost everything. Over the years I have mostly stopped using apps that lock data in protected locations with no way to export. The biggest problem is that there's no easy way to see which apps use Google backup. IIRC there's a way to check in your Google settings on the web but not directly on Android.

    Edit: a little historical context in case you find outdated results in web searches: this used to be a lot easier. On older OSes, adb backup could pull ALL app data, and the were some user-friendly apps like Helium that used the same mechanism to back up and restore arbitrary app data. Google locked that down at some point (I forget when, maybe Android 10?) and it's not possible without root now.


  • Doesn't it require jumping through a ton of hoops to install apks from unknown sources on modern Android? How many people are A) capable of doing this, and B) naive enough to actually do it?

    That said, I don't use Chrome so I've never seen that incredibly shady-looking real update notification they showed in the article. If Google has indeed trained users to expect and accept something like that, then shame on Google. I can't blame users for thinking the fake one is legit. It looks very similar (and it seems like it would be trivial to make it look 100% identical). But still, how does the apk actually get installed?