catharso

joined 2 years ago
[–] catharso@discuss.tchncs.de 29 points 1 day ago (11 children)
[–] catharso@discuss.tchncs.de 15 points 1 day ago (6 children)

then how will we pay for pitchforks and guillotines?!

[–] catharso@discuss.tchncs.de 26 points 5 days ago* (last edited 5 days ago) (4 children)

Luke Skywanker

[–] catharso@discuss.tchncs.de 65 points 6 days ago (5 children)

I accidentally watched a few Asmongold videos since the TrumpStein thing hit.

He seems to have a huuuuge youtube following.

Today he released a video regarding this incident, all somber and rational for like 10 minutes about how both sides have to cool down their rhetoric etc. And then out of nowhere be goes all in on how dangerous and crazy the people on the left are and how it's all their fault - for the next 7 mins.

Dude, did you forget what you yourself just said in this very same video?!

44000 comments at that point. 95% rightwing madness.

I knew something isn't right with this guy and his followers but that was kinda shocking.

[–] catharso@discuss.tchncs.de 5 points 1 week ago (43 children)

why the fuck am i awake?!

[–] catharso@discuss.tchncs.de 6 points 3 weeks ago* (last edited 3 weeks ago)

I bought one for myself a while ago. I think a Rider Waite 78 card deck, because they seem to be the most used original decks.

But i never really put the time in to learn all the meanings and patterns, so i'm not the best reference.

They look nice though.

Edit: i got this one: https://www.amazon.de/gp/aw/d/B071YNQSB1

[–] catharso@discuss.tchncs.de 2 points 1 month ago (1 children)

you're right, lol.

sorry, i had a wild weekend and it seems i have fried parts of my brain.

🔥 🧠 🔥

[–] catharso@discuss.tchncs.de 3 points 1 month ago* (last edited 1 month ago) (3 children)

~~203€ per gram?~~

~~seems expensive.~~

shit nevermind. i'm an idiot 😅

[–] catharso@discuss.tchncs.de 3 points 1 month ago* (last edited 1 month ago) (2 children)

🤷🏼‍♂️ what's the problem?

[–] catharso@discuss.tchncs.de 2 points 1 month ago* (last edited 1 month ago)

I'm having the same "failed to load media"-problem with feddit.org.

For weeks now.

I noticed, that it does not only affect Voyager but also one of the 3 browsers i have on my phone (Pixel 6a).

These two apps do have this exact problem:

  • Voyager
  • Via (Browser)

These two apps don't have this problem:

  • Chrome (Browser)
  • Kiwi (Browser)

Then:

  • I tried clearing the cache of Voyager & Via.
  • I tried clearing the cache of the native web-view, just in case it's the one that's been used by voyager or via.
  • I tried mobile & wi-fi.
  • I tried various NordVPN servers.
  • I tried an app to change the DNS servers.
  • I tried a reboot.

Actually the Via-Browser even shows a "Nginx 403 Forbidden" page when i visit https://feddit.org/.

My guess would be the User-Agent string; But since most Voyager users don't seem to have this problem this probably isn't it. 🤔

It's weird 🤷🏼‍♂️

[–] catharso@discuss.tchncs.de 3 points 1 month ago* (last edited 1 month ago) (2 children)

huh, nee – am pc is ok!

aber am handy in voyager und meinem standard-browser (via) laden die inhalte nicht.

in zwei anderen browser-apps (chrome, kiwi) wiederum tut es.

voyager cache clearen hilft nicht.

via cache clearen hilft nicht.

mal schauen, ob ich lust hab' auf storage clearen … 🤔

 

I hate this.

Every time i add an event to my calendar i have to read the whole list of freshly randomized, non-fitting reminder-time-options just to set a custom one anyway.

And as my memory is completely unreliable i set like 10 different reminders a day for everything.

This is on Pixel 6a.

Is there an obvious fix i'm not seeing?

Thx! 🙂

24
ich🐟🥚💀iel (discuss.tchncs.de)
submitted 4 months ago* (last edited 4 months ago) by catharso@discuss.tchncs.de to c/ich_iel@feddit.org
 
 
 

Hey 🙂

i'm trying to find a painting that'd look cool on the wall above the head of my bed.

I like art, but don't know much about it.

Goya, Caravaggio, Blake, ... love that kinda stuff.

But i'd like to find an image that somehow depicts hedonism (preference hedonism / desire satisfaction theory) in a not so creepy way. Don't wanna scare away my potential companions 😅

Do you have an idea?

Thx!

 
 

"my, my! humans! so aggressive."

rape, murder, nukes, war, torture, power, seemingly unlimited greed...

why don't i have that insatiable drive?

can't all be how i was raised, can it?

do you know of any studies or philosophical insights?

thx! 🙂

 

i want to make sure to not forget that drunk-dialing or texting someone late at night might be a bad idea.

some substances make me a bit to chatty, lol.

just want to make sure i postpone texting until i'm sober again, without blocking texting all together.

 

I often set the playback-rate of youtube videos to something like 1.25 or 1.5 to get through a video a little faster without getting bored.

But sometimes 1.25 is a little to fast for my taste.

So i just went and had a look into the html and found that i can easily get any playback speed i want by running this snippet:

document.getElementsByClassName('video-stream html5-main-video')[0].playbackRate=1.125;

This sets the speed to 1.125. But any rate will do: 0.69, 4.20, 6.666. Doesn't matter.

It's kinda obvious that it will throw an error if there is not at least one element on the page with the classnames 'video-stream html5-main-video', but nevermind.

I then added this snippet into a browser-bookmark i can click anytime i'm watching a yt video and want to set the speed.

javascript:{document.getElementsByClassName('video-stream html5-main-video')[0].playbackRate=1.125;}

view more: next ›