catharso

joined 2 years ago
[–] catharso@discuss.tchncs.de 11 points 1 week ago (1 children)

A fresh post might shortly dip into -1 or -2 territory, but posts hitting -3 or worse are the ones i'd like to be able to filter out as well.

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

oh man, you got my hopes up there for a sec.

sadly it didn't work.

 

This is a Levoit Vital 100 and it has a timer to switch itself off after x hours but i'd like to turn it on automatically.

I'm somewhat fit with soldering and taking stuff apart but i don't wanna go that route before i have atleast a rough understanding of what's up with those buttons.

Thx! 🙂

[–] catharso@discuss.tchncs.de 3 points 1 month ago

what if mustard?!

[–] catharso@discuss.tchncs.de 26 points 1 month ago* (last edited 1 month 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 1 month ago

ja, hast recht. macht spaß ☺️

[–] catharso@discuss.tchncs.de 29 points 2 months ago (11 children)
[–] catharso@discuss.tchncs.de 15 points 2 months ago (6 children)

then how will we pay for pitchforks and guillotines?!

[–] catharso@discuss.tchncs.de 27 points 2 months ago* (last edited 2 months ago) (4 children)

Luke Skywanker

[–] catharso@discuss.tchncs.de 65 points 2 months 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 2 months ago (43 children)

why the fuck am i awake?!

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

you're right, lol.

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

🔥 🧠 🔥

 

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 6 months ago* (last edited 6 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 ›