irotsoma

joined 5 months ago
[–] irotsoma@lemmy.blahaj.zone 1 points 10 hours ago

Depends greatly on the phone I suppose. And most don't have removable batteries. If that's the case that a device stays in standby and can be activated with a transmission vs a button, then leave that device at home for sure.

[–] irotsoma@lemmy.blahaj.zone 1 points 22 hours ago

Yep. And I do use GrapheneOS

[–] irotsoma@lemmy.blahaj.zone 10 points 1 day ago (4 children)

Yeah always turn off your phone or any other wireless communication devices. Also, make sure any devices that you can, you should disable 2G service as just about anyone can spoof those towers these days.

Yeah that can make a difference in some cases. Are they media files? Android tends to do more scanning of those as each is created. You can also set a .nomedia file in the directory that you're unzipping to on order to reduce sone of that, though not sure if the new AI stuff obeys those like Android itself does.

[–] irotsoma@lemmy.blahaj.zone 11 points 2 days ago

No it's way more fucked up than that. They're saying trans people don't actually exist. It's like if I saw a cross and said Christian people don't actually exist. That was just made up a few years ago to get attention and avoid paying taxes. They're ignoring millennia worth of evidence that we've existed, in fact far longer than Christianity has existed and saying it's just a made up political ploy for attention or something like that.

[–] irotsoma@lemmy.blahaj.zone 2 points 3 days ago (2 children)

Pixel 9a has some issues with performance, currently. They used older storage tech for the 9 and 9a than other devices and not enough memory for all the "AI" features that are tracking everything you do to make things more convenient. There are a few articles out there related to some ways to improve performance a bit by disabling some background apps that you may not be using. It's also possible future updates from google may fix some of whatever is causing the issues for many users.

But it's not an endemic Android issue, at least not modern versions in my experience. I use GrapheneOS on a Pixel 7 Pro currently and just grabbed a couple of 10+ GB zip files I had on an old dropbox account and unzipped them with the fossify file manager. It was basically instant. Took longer to download them than unzip.

As I mentioned, your best bet is to use ADB or similar and monitor what applications are eating up resources and try to free some up. Especially any apps thrashing the storage or filling memory. That's assuming you have already uninstalled any bloatware and rebooted recently to make sure no bad apps are stuck.

[–] irotsoma@lemmy.blahaj.zone 29 points 3 days ago

TL;DR: You should have both due to the explicit breaking of the robots.txt contract by AI companies.

AI generally doesn't obey robots.txt. That file is just notifying scrapers what they shouldn't scrape, but relies on good faith of the scrapers. Many AI companies have explicitly chosen not no to comply with robots.txt, thus breaking the contract, so this is a system that causes those scrapers that are not willing to comply to get stuck in a black hole of junk and waste their time. This is a countermeasure, but not a solution. It's just way less complex than other options that just block these connections, but then make you get pounded with retries. This way the scraper bot gets stuck for a while and doesn't waste as many of your resources blocking them over and over again.

[–] irotsoma@lemmy.blahaj.zone 3 points 3 days ago (4 children)

Bottleneck is usually storage speed rather than processing power. If you have a device that can use external sd cards and your device supports high-speed cards, that might help, though if the controller for sd cards is slow, that might just end up a worse bottleneck. But that's just a guess and it definitely could be that your memory is not sufficient or background apps are eating up processing, such as crypto-mining malware just as an example. You can check resources over adb while unzipping or try some benchmarks to determine your issue.

Anecdotally, I have no issues on my Pixel 7 Pro and never had issues on past Pixel or Nexus phones I've owned (generally higher end models with plenty of memory and storage space). Pixel devices don't include sd card slots so this is all on internal storage in those cases.

Sure anything is likely to take longer on a phone than on a laptop or desktop, but shouldnt be that significant of a difference unless there's a hardware bottleneck or other apps are using all the resources.

[–] irotsoma@lemmy.blahaj.zone 4 points 4 days ago

I've used java Scanner objects to do this extremely efficiently with minimal memory required even with multiple parallel searches. Indexing is only necessary if you want to search for information many times and don't know what exactly the search will be. For one time searches, it's not going to be useful. Grep honestly is going to be faster and more efficient for most one time searches.

The initial indexing or searching of the files will be bottlenecked by the speed of the disk the files are on, no matter what you do. It only helps to index because you can move future searches to faster memory.

So it greatly depends on what and how often you need to search and the tradeoff is memory usage, but only for multiple searches of data you choose to index from the files in the first pass.

[–] irotsoma@lemmy.blahaj.zone 3 points 5 days ago

I mean, it's not new, just changed names, and there are several alternatives out there that are more mature.

That being said, I do hope this one eventually ends up being more feature complete than one of the others. I still haven't found one that includes all of the Google maps features like:

  • speaks names of streets while navigating
  • shows traffic
  • routes navigation based on traffic
  • includes navigation for all of walking, biking, driving, and public transit

As well as being as FOSS as possible, with possible exceptions for some of the feeds for traffic, transit, etc, which might not be available for free

And I'd love to have it allow crowd-sourcing of navigation routing information like accidents, hazards, construction, and dangerous intersections (such as places where it's technically possible to make a left turn, but practically impossible outside of like middle of the night).

[–] irotsoma@lemmy.blahaj.zone 1 points 5 days ago* (last edited 5 days ago)

This is a bit disingenuous of a test. If you tell an LLM to act out a particular scenario, then it's going to act it out like it sees it being acted out in the training material it was provided. If that training material is all of the internet including fictional stories where AI revolts, then it's going to act out the scenario in that fashion. If none of its training material provided that scenario, then it would just react to specific prompts as best it could, but would just tell the user that this is how it would act because it can't act autonomously. Which also means it can only react to prompts,so if it wasn't prompted to say what it would do in that scenario it wouldn't then go and actually try to do anything at all. It's not in control of anything unless it's prompted to take control and with how badly AI writes code, which I've seen first hand trying to use it at work, there's no way it could do anything without very detailed training on how to do those very specific things. So if it wasn't trained on code designed to bypass very specific kinds of security, it won't know how to bypass that kind of security.

[–] irotsoma@lemmy.blahaj.zone 1 points 6 days ago

I use Fedora with KDE and never have issues. Though I no longer have NVIDIA cards in any of my computers. The drivers suck on Linux in general and were the cause of many of my previous issues with Linux overall.

view more: next ›