Spyke

Posts

Music related YouTube channels to understand and appriciate music more

I'm trying to learn to listen more consciously to albums and not just individual songs that get recommended by the Spotify algorithm. Unfortunately, I'm at a point where I struggle with appreciating good music as I'm mainly used to just use it as background noise.

Can anyone recommend good channels that dive deeper into songs and talk about the individual instruments? I'm also interested in artist showcases that explain what it took to create the song, their inspiration and reasoning behind it.

I think I just want to be able to appreciate music more and be able to understand whats going on.

My favorite genres are Rock, Hard Rock, Metal, and Rock and Roll type of things.

I've been watching a bunch of
https://www.youtube.com/@DrumeoOfficial
https://www.youtube.com/@MusoraOfficial
and found it really interesting.

Any input is greatly appreciated :)

View original on feddit.online

Encrypt existing emails

My provider (mailbox.org) offers PGP encryption at rest. Which means incoming mails get automatically encrypted with my key. This only works for new, incoming mails though. When I migrated, all my old mails got transferred unencrypted.

Is there a way in Thunderbird to encrypt my old, unencrypted mails? The only other way I can think of is to forward all old mails to myself, but I would prefer to not do that.

View original on feddit.online
obsidianmd·ObsidianMDbybigchunga

Android Widget with Obsidian Sync

I understand that technically any widget that can manipulate .md files works and I have found some that do exactly that.
My problem is that as I use the official Obsidian Sync, I can't find my vault folder on Android and thus those tools don't work.

Does anyone know of a widget tool that works with Sync or how to point an existing tool to the Sync folder?

View original on feddit.online
piefed_help·PieFed helpbybigchunga

Disable max-height for feed images

Hi!

I have set 'Compact UI' in the settings to 'No - expand images' but in my home feed they are still cut off. Looking at the code I can see the following:

.post_teaser_image_preview a {  
    max-height: 575px;  
    overflow: hidden;  
}  

and disabling max-height solves my issue (seeing the whole image in the feed without clicking it).

How do I specify this in the custom CSS section in the settings so that the max-height is always disabled?
I tried

:disable {  
    .post_teaser_image_preview a {  
        max-height: 575px;  
    }  
}  

but it doesn't work.

View original on feddit.online
feddit_online·feddit.onlinebybigchunga

Disable max-height for feed images

Hi!

I have set 'Compact UI' in the settings set to 'No - expand images' but in my home feed they are still cut off. Looking at the code I can see the following:

.post_teaser_image_preview a {  
    max-height: 575px;  
    overflow: hidden;  
}  

and disabling max-height solves my issue (seeing the whole image in the feed without clicking it).

How do I specify this in the custom CSS section in the settings so that the max-height is always disabled?
I tried

:disable {  
    .post_teaser_image_preview a {  
        max-height: 575px;  
    }  
}  

but it doesn't work.

View original on feddit.online

You reached the end