

Inheritance is clearly societal ill, and even on a personal level, depending on inheritance might cause family troubles
Inheritance is clearly societal ill, and even on a personal level, depending on inheritance might cause family troubles
I don’t see the connection between neurodivergence and phones
Lemmy.ml is also the instance made by the lemmy devs
it still doesn’t work with a whole load of software even with Wine.
I don’t think being able to run programs designed and compiled for windows is a requirement to be considered a usable os. For example, you can not run safari on windows. Does this mean windows doesn’t count as a usable os?
I think the definition of useable should be that software exists that can do the kind of things you want to do on your computer. In that sense, Linux is perfecty useable on the desktop, at least for people who have similar computing requirements to me.
Did you try my suggestion in this comment?
https://lemmy.sdf.org/comment/1491482
I think your problem is that you aren’t pointing PowerShell at the right folder. You can use the cd
command to get to the right folder containing the python script and config file.
It’s not too bad, it seems more difficult because I added all the steps. Changing the folder PowerShell is looking at is easy to do, but hard to explain.
Here’s a thread where I helped someone else with the process on windows: https://lemmy.sdf.org/comment/1420339
The steps are:
config.ini
. Use notepad to edit the file to have your server URL and login credentials.py -m pip install --user requests
cd <pasted path>
in powershell. This path will very likely be something like C:\\Users\Wu9fee\Downloads\lemmy_migrate-1.1.0
. If you don’t want to copy and paste the path from explorer, you can just do cd Downloads
then cd lemmy_migrate-1.1.0
py lemmy-migrate.py -c config.ini
Let me know if you run into any problems.
If you can pull this off, you can officially say you know how to code.
I bet replacing python3 with py will work:
py -m pip install --user requests
py lemmy-migrate.py -c config.ini
What problem are you having? Ive been using the 2nd gen for years, and didn’t notice any problems, except more xruns than I think ought to happen. But it’s hard to know what to blame for xruns.
First, edit the .ini file with your lemmy servers, usernames and passwords.
Then make sure you have python interpreter with requests installed. You can check this with python3 -m pip show requests
. if it says something like package not found, you should look into how to install python requests on your operatation system. If you downloaded it from python.org, python3 -m pip install --user requests
should work.
Then you can do python3 lemmy-migrate.py -c config.ini
. Let me know if you run into any problems!
It would be possible to have a fully decentralized Lemmy. For example, just have everyone self host an instance and perhaps change how caching works. But there’s a downside of being harder for users to use and more duplation of moderation.
Federation is a balance between the decentralization and centralization
I’ve used this tool to migrate subscriptions.
Is temporary posts the feature you’re looking for?
One weakness of open platforms like activitypub is that it’s hard to ensure that your post is deleted. A bad actor can make a permanent copy of data they receive through activitypub.
I guess this is a situation where the proper name of GNU / Linux is useful
Edit: Chrome OS is is a GNU/ Linux and a couple of “proper” Linuxes are not.
Ive used pythorhead which seems to be more actively maintained