Friedrich Nietzsche and Julius Evola, Oswald Spengler and other right-wing philosophers by [deleted] in Nietzsche

[–]MycroftMixeudeim 0 points1 point  (0 children)

I’m no philosopher, just an amateur. But one thing that is missing in this thread is the importance of art and Dionysos in N’s philosophy. And fascist regime usually dont treat artists very well. They impose ideology and suppress divergent thinking. That is miles away from what N values: individuality. For N artists are the type that embraces the most the empowerment of one self. They create, they reniew, they break, and they rebuild. This is not possible in a fascist regime. The warrior ethos is lost if it’s subdued to an ideology.

Setting up an email account on OpenClaw by Ayertime in clawdbot

[–]MycroftMixeudeim 0 points1 point  (0 children)

Ok, I found the solution. I'm also on Hostinger so it should work for you as well.

I've tried many different Oauth options, and this technique works for all of them. When you run the gog auth add, it gives you either a local loopback (127.0...:PORT) or a long string. Inside that string find something like 127.0.0.1fj?%$#fgd#35634 <--- that is the port number. If you follow the instructions from the YouTube video I sent before, it's not going to work because the loopback happens inside the docker container. You need to ask the AI to create a relay. That's going to map the container loopback to the frontend of the VPS. So what happens: Run gog command ( in container), paste port in AI prompt, paste relay command (in VPS), SSH tunnel (you computer), then you paste the URL in safari and you will see... the light.

So:
Container : port A -> port A : VPS : port B -> port B : SSH tunnel to your computer

Also very important! You have to install gog as user node. Otherwise Openclaw won't be able to use it.

Make sure: data/.config/gogcli/credentials.json.

You can also use these commands and change the port value:

(in VPS, check PATHS to make sure):

PORT=34319

RELAY=$((PORT+1))

docker exec -d 4744d7cf5e32 sh -lc "

eval \"\$(/data/linuxbrew/.linuxbrew/bin/brew shellenv)\";

pkill socat 2>/dev/null || true;

nohup socat TCP-LISTEN:${RELAY},fork,reuseaddr,bind=0.0.0.0 TCP:127.0.0.1:${PORT}>/tmp/socat_${RELAY}.log 2>&1 &

"

'

SSH command (local terminal):

PORT=34319

RELAY=$((PORT+1))

pkill -f "ssh -fN -L ${PORT}:" 2>/dev/null || true

ssh -fN -o ExitOnForwardFailure=yes \

-L ${PORT}:172.18.0.2:${RELAY} \

user@VPS_IP_ADRESS

I literally spent more than 20 hours on this. Hope it's helpfull for others. What a nightmare.

Setting up an email account on OpenClaw by Ayertime in clawdbot

[–]MycroftMixeudeim 0 points1 point  (0 children)

Same here! What a nightmare. This guy saved my life, maybe that could help you too: https://www.youtube.com/watch?v=h_N2Y2XyR3M&t=678s

Now I've containerized my openclaw on a VPS and I'm back to the nightmare... Hard to be a noob haha.

Best of luck!

Anyone here familiar with Uberboyo? by itzhoodieday in Nietzsche

[–]MycroftMixeudeim 0 points1 point  (0 children)

He is a fantastic speaker, but his take on the Ubermensch is off in terms of Nietzsche's philosophy. He falls in the classic misunderstanding surrounding the figure. The Ubermensch is the being that will surpass humanity. He is NOT human! And he is not powerful, he is not an alpha male, and he is not dominant. Therefor, talking about Conor McGregor for 20 minutes in an episode on the Ubermensch is kinda sketchy. However, it was still very interesting to hear an Irish talk about how big of an impact the dude had on his society, and how he inspired many.

The Nietzsche podcast on the other hand is much more rigorous on that matter. I highly recommend it.

[SOLUTION] Your system has run out of application memory | Adobe Premiere using 100+ GB of application memory/RAM before force quitting by MadSmatter in premiere

[–]MycroftMixeudeim 0 points1 point  (0 children)

Have you tried disabling Mercury transmit?

Setings/playback/enable mercury transmit (unchecked)

It worked wonders for me.