JackGreenEarth

joined 2 years ago
[–] JackGreenEarth@lemm.ee 9 points 2 weeks ago

No because I don't eat meat

[–] JackGreenEarth@lemm.ee 5 points 2 weeks ago (2 children)

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

[–] JackGreenEarth@lemm.ee 2 points 2 weeks 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.

[–] JackGreenEarth@lemm.ee 4 points 2 weeks 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.

[–] JackGreenEarth@lemm.ee 14 points 2 weeks ago (1 children)

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

[–] JackGreenEarth@lemm.ee 12 points 2 weeks ago

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

[–] JackGreenEarth@lemm.ee 10 points 2 weeks ago* (last edited 2 weeks 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

[–] JackGreenEarth@lemm.ee 1 points 2 weeks 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

[–] JackGreenEarth@lemm.ee 1 points 2 weeks ago (3 children)

Was Years and Years discontinued/the ending was changed? From how I saw it, it seemed to have a proper ending.

[–] JackGreenEarth@lemm.ee 3 points 2 weeks ago

Is this a Terraria reference?

[–] JackGreenEarth@lemm.ee 2 points 2 weeks ago

In Voyager, it's under the 'more' menu > crosspost

[–] JackGreenEarth@lemm.ee 22 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

How could you know that? You don't know who's reading this. What if someone like Donald Trump is reading it, you're saying those things to him?

I'm not trying to create an argument, this just feels empty to me.

 

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

 

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 months ago* (last edited 3 months 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/52051083

 

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.

 

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.

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

Here's mine. No inspiration at all taken from a certain California based company's OS ;p

I use:

  • Manjaro OS
  • GNOME desktop
  • WhiteSur icon theme (with a few icons changed in the desktop file)
  • WhiteSur GTK and shell theme
  • Bing wallpaper
  • net speed simplified
  • Logo Menu
  • Show Desktop
  • Top Bar Organiser (to move the time to the right)
  • Overview background

I apologise if I missed anything.

0
submitted 1 year ago* (last edited 1 year ago) by JackGreenEarth@lemm.ee to c/android@lemmy.world
 

I can't root my phone because I don't have an image for it (Moto G73) although I'd like to, but for some reason my banking app thinks it's rooted and refuses to work. This happened just after I updated it, it wasn't happening before.

Edit: I'm regretting not getting the Motorola Edge 40 Neo, which also costs £250, but is slightly better in multiple ways, and seems like it has better root support.

view more: ‹ prev next ›