catharso

joined 2 years ago
[โ€“] catharso@discuss.tchncs.de 26 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

it's so annoying that i'm totally aware but still unable to trick myself into starting

[โ€“] catharso@discuss.tchncs.de 11 points 3 weeks ago

ja, hast recht. macht spaรŸ โ˜บ๏ธ

[โ€“] catharso@discuss.tchncs.de 29 points 1 month ago (11 children)
[โ€“] catharso@discuss.tchncs.de 15 points 1 month ago (6 children)

then how will we pay for pitchforks and guillotines?!

[โ€“] catharso@discuss.tchncs.de 27 points 1 month ago* (last edited 1 month ago) (4 children)

Luke Skywanker

[โ€“] catharso@discuss.tchncs.de 65 points 1 month 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 month ago (43 children)

why the fuck am i awake?!

[โ€“] catharso@discuss.tchncs.de 6 points 2 months ago* (last edited 2 months 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 2 months 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 2 months ago* (last edited 2 months ago) (3 children)

~~203โ‚ฌ per gram?~~

~~seems expensive.~~

shit nevermind. i'm an idiot ๐Ÿ˜…

 

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
submitted 5 months ago* (last edited 5 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 โ€บ