That’s a good point to illustrate the importance of banning cars for personal transportation; all of the traffic is making your partner’s job slower and more stressful
That’s a good point to illustrate the importance of banning cars for personal transportation; all of the traffic is making your partner’s job slower and more stressful
I see, my favorite podcast (“A History of Rock Music in 500 Songs”)[https://500songs.com/] has no ads. I’d strongly recommend if your interested in that kind of music
I don’t understand what you mean. I just skip the ads with my skip 30 seconds button.
If you’re doing it over an app, without the chance for the person you’re dumping to respond, I see no risk of things turning nasty
I’m not an expert, but have used a real time kernel for scientific research, using rtxi. My understanding is that the real time threads allows the computations to occur in a deterministic amount of time. This is necessary if you want to quickly respond to changes in personal membrane voltage with injections of current, and don’t want it to sometimes take longer to calculate how much current to inject.
In the US you sometimes hear that phones in class are necessary to see if your kids are OK in a school shooting scenario.
I think this isn’t a good argument, since school shootings are rare, and it’s unclear if each student having a phone would do more harm than good in that kind of situation.
I don’t see the connection between neurodivergence and phones
Short haul flights should probably be high speed train rides anyway
I’ve been using Rofi for a few years. I can’t think of anything to look out for, pretty much does what it says on the tin.
The obscurity of the Fediverse is not its defense from enshittification. The fact that it’s so easy to move from server to server is.
If lemmy.world enshittifies, you can just move to lemmy.sdf.org without a big loss.
I think that lemmy could use more people.
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
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!
Bike