JackGreenEarth

joined 2 years ago
MODERATOR OF
[–] [email protected] 2 points 2 weeks ago

I think she actually believes trans people are a danger to society, that's the only way that makes sense with her actions. It's sad though. I'm not sure if we can convince her otherwise, she seems quite entrenched. If we could though, she could be quite an influential advocate for trans rights.

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

This community isn't about JK Rowling, it's about Harry Potter. That's what I came here to see. If it turns into just a JK Rowling dunk fest, I'll unsubscribe.

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

JK Rowling is a horrible person, but is this community just turning into a 'dunk on JK Rowling' community?

[–] [email protected] 18 points 2 weeks ago (2 children)

By design, they don't know how they work. It's interesting to see this experimentally proven, but it was already known. In the same way the predictive text function on your phone keyboard doesn't know how it works.

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

Yes, our time system is weird

[–] [email protected] -3 points 2 weeks ago* (last edited 2 weeks ago)

Oh, sorry, my comment could have implied the first part was related to the second. No, that was just me being annoying and pedantic, the second part was my actual concern of not feeding into the 'gay people are turning your kids gay' propaganda

Also, happy pride month! 🌈🗓️🦁🦁🦁

[–] [email protected] 9 points 2 weeks 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 2 weeks ago

You literally said

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

[–] [email protected] 9 points 2 weeks ago

No because I don't eat meat

 

It's a metaphor for the idea that things that are hard to accomplish are often not as rewarding as we might expect.

 

There is no 'the answer'... or we don't know 'the answer'... or we don't know if there is a 'the answer'... or we don't know if we can know the 'the answer'? 4 kinds of agnosticism, all different.

Which famous philosopher said this before me? I'm sure I'm not the first to have thought about it this way.

 

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?

3
submitted 3 months ago* (last edited 2 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.

 

As I was donning underwear
I saw a girl who wasn't there
She wasn't there again today
I wish that man would go away!

Original - Antigonish by William Hughes MearnsAs I was walking up the stair
I met a man who wasn't there
He wasn't there again today
Oh how I wish he'd go away!

(This is just one version, there are several variations on the theme)

8
submitted 4 months ago* (last edited 3 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

view more: ‹ prev next ›