JackGreenEarth

joined 2 years ago
MODERATOR OF
[–] [email protected] 3 points 1 month ago (2 children)

Why am I trying to prevent a uncrossable chasm being created between people?

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago) (6 children)

Lol, one your 3 flags is bi, which is not gay. Edit: this is just me being pedantic, not related to the following at all

Also, probably shouldn't even joke about things like this, we don't want to feed homophobic stereotypes.

[–] [email protected] 9 points 1 month ago

I hadn't heard of most of those examples besides burnt/burned, but I do know of learned/learnt, which hasn't been mentioned.

[–] [email protected] 3 points 1 month ago

You literally said

i will say this that majority of followers of islam have bad beliefs

[–] [email protected] 10 points 1 month ago

No because I don't eat meat

[–] [email protected] 5 points 1 month ago (2 children)

If most Muslims have bad beliefs, what's the common denominator/cause?

[–] [email protected] 3 points 1 month ago (1 children)

I'm surprised by the number of downvotes I got, not that I particularly care about them per se, but the implication that so many people are either Muslim or support Islam on Lemmy is worrying.

[–] [email protected] 4 points 1 month ago

The problem is that you do hurt people by believing in untrue and harmful ideologies such as Christianity and Islam, both of which harm people, especially children.

[–] [email protected] 14 points 1 month ago (1 children)

Humans are both uniquely good at getting things done in groups, but also make terrible decisions as groups.

[–] [email protected] 12 points 1 month ago

Pixelfed is the Fediverse alternative to Instagram, it is for posting, not drawing.

[–] [email protected] 24 points 1 month ago* (last edited 1 month ago) (8 children)

Islam. A combination of misogyny, oppressive laws, puritanical beliefs, child mutilation, condemnation of curiosity, and a particular focus on growth of numbers by both birth and conversion. Other religions are close behind though.

Edit: Didn't realise the OP was called Allah, lol

[–] [email protected] 1 points 1 month ago (1 children)

It seemed like a self contained single season to me, not sure what more would have entailed. Could still be interesting though, I suppose

 

When I was a young child, I naïvely believed anything I experienced or that anyone told me as true. As I started adolescence, I started to question that, and realised that people who tell me stuff might be mistaken, or intentionally lying to me. I became very interested in optical illusions, and realised my senses could be fooled too. I had to rely on measurable, repeatable truth that scientific experts had written in pop science books.

Then I thought about simulations, being in a story (like in Sophie's World), gods, and every other possibility that the entire world I experience is not real and is created to test me, to observe me, indifferent to me and I'm there by accident - whichever it was, I couldn't believe for sure that anyone besides me really existed, or anything I knew through my senses. Only my logical reasoning could be trusted. I am doubting therefore I exist, but I couldn't know anything else for sure.

Until recently, I realised when I was ruminating one time, and thinking about which is better: truth or happiness. Most of the times I'd ruminated, I knew I'd come to the conclusion that I'd rather be right than happy. I had logic to back this up, it's more important to know the truth because then I'm happy about being right. But when I'd been happier, I thought being happy was more important than being right - after all, what's the point of being right if it doesn't bring you pleasure, seeking pleasure and avoiding suffering being the whole goal of life?

I realised that what I thought was logical reasoning to support my conclusion wasn't logical at all. It was a rationalisation to support whichever conclusion made me happier at the time. When, for chemical reasons in my brain, I was happy, I wanted to remain happy. So I'd subconsciously convinced myself that I had logic to convince myself that happiness is preferable. When my hormone levels were low so I was feeling down, telling myself that at least I feel better because I know the truth is a way of coping.

And I realised that when my 'logical' reasoning is just a rationalisation for an emotional state caused by brain chemicals and my body, I can't trust any 'logical' argument my brain thinks of. I don't exist because I'm thinking, I exist because I have an innate sense of existing. So therefore, I can't trust anything I think is logical. But wait, that there is a logical statement! So I can't trust it either! And so on... aaaAAARGH!

The more I try to find truth, the less I find I know. I somehow get even more agnostic than I thought it was possible to be, I at least thought, 'Alright, I have no idea what the universe is, but as an external observer I know that I exist.'

I am no longer an external observer! My observations about how my hormones and body affects my emotions, which in turn affect how infuriated I am at the fact that I don't know stuff, that I don't have free will - not the other way around - means I can't even think anymore, as my brain is part of the compromised system. I am compromised.

The more I learn, the less I know.

 

cross-posted from: https://lemm.ee/post/58872408

Hey,

So I've been connecting to an ftp server which I worked on with apps like GNOME Builder, and backed up the contents of with Pika Backup, connecting to it via the GNOME Files application, Nautilus, from the Network tab.

Recently, apps stopped being able to read files I opened with the file picker hosted on the ftp server, and after a lot of debugging I realised that was because Nautilus had for some reason switched from mounting the files under /run/user/1000/gvfs/ftp_address to the more abstract path ftp://ftp_address, under the virtual directory computer:///. Now apps can't read those files as they are not mounted under an actual path.

I couldn't find a way in Nautilus, FileZilla, or Dolphin to mount the ftp server files under a specified path /mnt/ftp_username, or even to put it back to the unwieldy but still working path it was under before, using a GUI.

I was recommended by an LLM assistant to use the curlftpfs command, but even with several variations of a command such as the following

sudo curlftpfs -v -o "uid=$UID,gid=$GID" ftp://username:correct%20password@ftp_address /mnt/ftp_username

it always gave the same error

Error setting curl: 

I'm not sure what else to try, could I have some advice please?

 

cross-posted from: https://lemm.ee/post/58872408

Hey,

So I've been connecting to an ftp server which I worked on with apps like GNOME Builder, and backed up the contents of with Pika Backup, connecting to it via the GNOME Files application, Nautilus, from the Network tab.

Recently, apps stopped being able to read files I opened with the file picker hosted on the ftp server, and after a lot of debugging I realised that was because Nautilus had for some reason switched from mounting the files under /run/user/1000/gvfs/ftp_address to the more abstract path ftp://ftp_address, under the virtual directory computer:///. Now apps can't read those files as they are not mounted under an actual path.

I couldn't find a way in Nautilus, FileZilla, or Dolphin to mount the ftp server files under a specified path /mnt/ftp_username, or even to put it back to the unwieldy but still working path it was under before, using a GUI.

I was recommended by an LLM assistant to use the curlftpfs command, but even with several variations of a command such as the following

sudo curlftpfs -v -o "uid=$UID,gid=$GID" ftp://username:correct%20password@ftp_address /mnt/ftp_username

it always gave the same error

Error setting curl: 

I'm not sure what else to try, could I have some advice please?

1
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

Hey,

So I've been connecting to an ftp server which I worked on with apps like GNOME Builder, and backed up the contents of with Pika Backup, connecting to it via the GNOME Files application, Nautilus, from the Network tab.

Recently, apps stopped being able to read files I opened with the file picker hosted on the ftp server, and after a lot of debugging I realised that was because Nautilus had for some reason switched from mounting the files under /run/user/1000/gvfs/ftp_address to the more abstract path ftp://ftp_address, under the virtual directory computer:///. Now apps can't read those files as they are not mounted under an actual path.

I couldn't find a way in Nautilus, FileZilla, or Dolphin to mount the ftp server files under a specified path /mnt/ftp_username, or even to put it back to the unwieldy but still working path it was under before, using a GUI.

I was recommended by an LLM assistant to use the curlftpfs command, but even with several variations of a command such as the following

sudo curlftpfs -v -o "uid=$UID,gid=$GID" ftp://username:correct%20password@ftp_address /mnt/ftp_username

it always gave the same error

Error setting curl: 

The curl command worked by itself, just not with curlftpfs, but with just curl I can't mount it.

I'm not sure what else to try, could I have some advice please?

Edit: it seems the error message was a bug with a combination of using curlftpfs and curl v8.9.1

A commenter also suggested using rclone or gio, as apparently curlftpfs is unmaintained and that's why it's not working.

1
Floating Lanterns (lemmynsfw.com)
submitted 5 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

How I got this (game spoilers for The Witcher 3: Wild Hunt)Finished the whole story except for the last quest where I enter the inn in White Orchard, and returned back to Skellige where the Nilfgaardian ships were parked. The ships were gone, but their lanterns remained. Finishing the game properly removed them.

 

Prompta purple swimming pool filled with purple water, stardew valley

 

cross-posted from: https://lemm.ee/post/52051083

 

cross-posted from: https://lemm.ee/post/52051083

 
view more: ‹ prev next ›