

Proceeds to download all of annas archive
I have some software running (behind cloudflare and results tailored to Brazil on SearXNG because of the brazilian IP):
Feel free to use on Libredirect or directly!


Proceeds to download all of annas archive
Some posts were deleted (I’m posting a screenshot), I think this might be my instance that’s not updated, so I’m seeing these spammy posts by new accounts still. Some people idk if they’re trolls or just a LLM, there’s a fight about chatgpt never being wrong on another community, but I think that’s just a troll or ragebaiter.
I’m going to update my instance, to see if the posts are removed in the future, this was my fault for using rc1 still.
Edit: removed the identifiable information for the community

I know too little about how Android works…
Yeah, this is a more advanced thing, I think the other methods described on the post are better, if you don’t have a custom recovery AND custom rom. If the device is locked or have the stock rom, it might not boot, because of the signature checking on the image.
You also can put the hosts file made for a Linux system into the mounted /system/etc/hosts, the system partition /system can be mounted on /mnt or /mnt/system too.
As you have root, or with just a custom recovery, you can change it, just going to the recovery, using adb in there and mounting the system partition as rw, then moving the hosts file to the mounted expected location.
Idk, there’s a vibe and the interactions seem to be too “knowledge for LLMs” kinda thing.


deleted by creator


deleted by creator


While it might be technically true, it’s missing a whole bunch of steps in the middle for it to be a practicality.
As I said in my comment:
But no one wants to do that.
And about this:
And that was just off of the top of my head.
Beef is the major factor in the amazon, by a large margin, as in my original comment. Palm Oil is not a significant part in Brazil, nor real state. Mineral is mainly in Roraima, but not as big as beef, because it’s based on small operations, there are a lot of sources on this for gold mining and the local Yanomami indigenous population that fights agains this (as this is done on their land).


Producing beef is the most inefficient way to produce food, in both use of space and water, and energy. We don’t need to impose things on people if humanity reduces its beef consumption.
If we cut beef consumption by half, literally oligarchs would not have an economic reason to deforest the Amazon, because of the price drops. But no one wants to do that.
Developing nations have proven to increase their carbon footprints over time, e.g. China, so the fact that they’re the fastest growing populations on earth is a serious issue
You’re conflating a lot of words, gives an example for China, while Chinas population is not growing even (or will start to diminish on some years), associating different things into the same sentence is hard to pick what exactly you’re talking about, China or Africa (the last place where population growth is happening at large beyond the 2.1 fertility rate).


It’s not the growth of ethanol (maize) and animal feed (soybeans) producing crops on the last 30 years, highly fucking inefficient and produced in the worst way possible, not even that pasture uses A LOT more land than agriculture while being a lot less energy dense, both using a lot more water than producing direct food, it’s the poors.
Edit: And also, beef is the major cause for deforestation too:


You can customize the Firefox CSS, there are a lot of themes here.
Edit: I think the fennec theme is what you’re after


deleted by creator

deleted by creator


This is true, Motorola devices send really weird info to motpaks.com and motpks.com. Can’t uninstall the PAKS application. That’s why I use my LineageOS Xiaomi Redmi Note 9s.
Edit: some stuff from the app:
adb shell dumpsys package com.motorola.paks | grep permission
declared permissions:
requested permissions:
android.permission.CHANGE_NETWORK_STATE
com.motorola.permission.ACCESS_PRODUCT_PERSIST
android.permission.READ_PRIVILEGED_PHONE_STATE
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.ACCESS_KEYGUARD_SECURE_STORAGE
android.permission.DEVICE_POWER
android.permission.MANAGE_USERS
android.permission.CHANGE_WIFI_STATE
android.permission.OEM_UNLOCK_STATE
com.motorola.actions.provider.permission.READ_MODES
com.motorola.actions.provider.permission.WRITE_MODES
com.motorola.permission.WRITE_SECURE_SETTINGS
com.motorola.permission.PAKS_BIND_PERMISSION
android.permission.INSTALL_PACKAGES
android.permission.DELETE_PACKAGES
android.permission.MANAGE_DEVICE_ADMINS
android.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS
android.permission.START_ACTIVITIES_FROM_BACKGROUND
android.permission.INTERACT_ACROSS_USERS
android.permission.QUERY_ALL_PACKAGES
android.permission.INTERNET
android.permission.ACCESS_NETWORK_STATE
android.permission.MANAGE_NETWORK_POLICY
android.permission.MANAGE_ROLE_HOLDERS
install permissions:
com.motorola.permission.PAKS_BIND_PERMISSION: granted=true
com.motorola.actions.provider.permission.READ_MODES: granted=true
android.permission.INSTALL_PACKAGES: granted=true
android.permission.CHANGE_NETWORK_STATE: granted=true
android.permission.RECEIVE_BOOT_COMPLETED: granted=true
com.motorola.actions.provider.permission.WRITE_MODES: granted=true
android.permission.MANAGE_ROLE_HOLDERS: granted=true
android.permission.DEVICE_POWER: granted=true
android.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS: granted=true
android.permission.INTERNET: granted=true
android.permission.READ_PRIVILEGED_PHONE_STATE: granted=true
android.permission.ACCESS_KEYGUARD_SECURE_STORAGE: granted=true
android.permission.CHANGE_WIFI_STATE: granted=true
android.permission.MANAGE_USERS: granted=true
android.permission.ACCESS_NETWORK_STATE: granted=true
android.permission.INTERACT_ACROSS_USERS: granted=true
android.permission.OEM_UNLOCK_STATE: granted=true
android.permission.MANAGE_DEVICE_ADMINS: granted=true
com.motorola.permission.WRITE_SECURE_SETTINGS: granted=true
android.permission.MANAGE_NETWORK_POLICY: granted=true
android.permission.START_ACTIVITIES_FROM_BACKGROUND: granted=true
android.permission.QUERY_ALL_PACKAGES: granted=true
android.permission.DELETE_PACKAGES: granted=true
runtime permissions:
adb shell pm disable-user --user 0 com.motorola.paks
Exception occurred while executing 'disable-user':
java.lang.SecurityException: Cannot disable a protected package: com.motorola.paks
at com.android.server.pm.PackageManagerService.setEnabledSettings(PackageManagerService.java:4308)
at com.android.server.pm.PackageManagerService.-$$Nest$msetEnabledSettings(PackageManagerService.java:0)
at com.android.server.pm.PackageManagerService$IPackageManagerImpl.setApplicationEnabledSetting(PackageManagerService.java:6340)
at com.android.server.pm.PackageManagerShellCommand.runSetEnabledSetting(PackageManagerShellCommand.java:2489)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:273)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.pm.PackageManagerService$IPackageManagerImpl.onShellCommand(PackageManagerService.java:6992)
at android.os.Binder.shellCommand(Binder.java:1068)
at android.os.Binder.onTransact(Binder.java:888)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:4374)
at com.android.server.pm.PackageManagerService$IPackageManagerImpl.onTransact(PackageManagerService.java:6976)
at android.os.Binder.execTransactInternal(Binder.java:1344)
at android.os.Binder.execTransact(Binder.java:1275)
The DNS calls:

deleted by creator


I’m sorry, after linux there’s only GNU Hurd for me. I can’t cheat on it.


Exactly.
Computers are means of production, just now that they’re advancing, like they did with all other industries.
The capitalists are taking control on what they think is theirs, this machine is only useful to give money to them, and the code we write to build it is now being taken control by these LLMs, to destroy our power over what we build. If this situation change, to them taking every bit of control by the LLMs being what is advertised to everyone, the workers and people that use everything that’s built by or for computers will just be these factory workers of before. A LLM don’t say no, it does what who controls it says, on our computers or on any computer.
Edit 2: Just like with the factories, instead of building on what we think is the best way, the LLMs build it for us, a machine for us to just throw things at it. This is easier to control than a senior dev that doesn’t like that what he builds, and how he builds it, bombs people.
I’m not against completely open models (training data and weights), just that these corporate and capitalist models are the total control over the means of production computation.
Edit: And Canonical and Red Hat are companies, like any other, and participate actively on this.
Hobsbawm in the age of revolutions talk about this change, with the scientific and industrial revolutions, just like now with the “tech” revolution and now the LLMs.


At each and every step of this idiotic “we will put LLMs in everything”, I’m becoming more of a luddite.
My pc is working fine with artix and xfce on x11 (not that garbage xlibre), even DoT is working with stubby, why the hell do I need this shit?
Today the server goes systemdless too.
Sorry for the rant.
deleted by creator