JackGreenEarth

joined 2 years ago
[–] JackGreenEarth@lemm.ee 5 points 2 days ago (1 children)

No, it was clever from a business decision. Unethical, but strategic. 'Stupid' would imply it was a mistake, or not considered properly.

[–] JackGreenEarth@lemm.ee 8 points 2 days ago (3 children)

You think it was stupid? It was obviously an intentional choice to influence people to pester their friends to get Apple devices so it will 'just work'

[–] JackGreenEarth@lemm.ee 1 points 6 days ago

Maybe if it's something like an ender pearl stasis chamber either on a timer or on a server that needs a daily ping to not activate. Not a big bulky device.

[–] JackGreenEarth@lemm.ee 3 points 6 days ago (1 children)

It was wrong then - nothing existing is far preferable to this world with all its suffering

[–] JackGreenEarth@lemm.ee 1 points 1 week ago (1 children)

There should be a way to hard reset a device? Yes, there should, and it should be easy and simple. It's ok if it erases the device, but it shouldn't be a useless brick without connecting to any company's servers. Of course, I wouldn't expect any better from an Apple device, they're very locked down.

[–] JackGreenEarth@lemm.ee 3 points 1 week ago

It's selfish, but hair growth. Hair removal steals so much of my limited time.

[–] JackGreenEarth@lemm.ee 6 points 1 week ago

The only reason I decided to keep my last name (still changing my first) is that my parents decided to actually start being decent people and care about and respect me. If they hadn't, I probably would have wanted to change my last name too.

[–] JackGreenEarth@lemm.ee 5 points 1 week ago (1 children)

Sometimes we're told that, and sometimes it's true, but often it's an excuse to get people to work harder, eg at a job, but the result is actually lower quality work.

[–] JackGreenEarth@lemm.ee 5 points 1 week ago

According to Last-Thursdayism, both came at the same time - last Thursday, when the universe was created

 

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

[–] JackGreenEarth@lemm.ee 1 points 1 week ago

Coparents - the parent's of your child's partner/spouse

[–] JackGreenEarth@lemm.ee 1 points 1 week ago

Almost all games I've bought, I've done on impulse. Most of them I didn't regret, but it was probably still irresponsible.

[–] JackGreenEarth@lemm.ee 1 points 1 week ago

They would try to kill themselves, but get paralysed so they can't.

 

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?

0
submitted 3 weeks ago* (last edited 3 weeks ago) by JackGreenEarth@lemm.ee to c/linux@lemmy.ml
 

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.

 

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

I followed the recommended processes for adding images to my app, and it is being displayed correctly on the layout preview, but not at all on the app. I have vector assets, webp, png images, but none are being displayed.

The project is too big to put here in its entirety, but please ask for any snippets that could help you solve the issue. I've tried searching the web and asking LLMs and neither could help, so please help me, fellow humans.

view more: next ›