1 Commits

Author SHA1 Message Date
6ee5ccd440 WIP: Checking plugins, it will take some time 2023-08-18 17:11:23 +02:00
29 changed files with 207 additions and 192 deletions

View File

@ -1,12 +1,15 @@
---
# ----------------------------------------------
# -- Update the helm chart
# ----------------------------------------------
kind: pipeline
type: docker
name: Publish the helm chart
trigger:
event:
- push
steps:
- name: Publish the Helm chart
image: alpine/helm
@ -25,11 +28,13 @@ steps:
kind: pipeline
type: docker
name: Build badhouseplants.net
trigger:
event:
- push
clone:
disable: true
steps:
- name: clone
image: alpine/git
@ -39,25 +44,27 @@ steps:
- git clone $DRONE_REMOTE_URL .
- git checkout $DRONE_BRANCH
- git submodule update --init --recursive
- name: Test a build
image: git.badhouseplants.net/badhouseplants/hugo-container
image: git.badhouseplants.net/badhouseplants/hugo-builder
depends_on:
- clone
commands:
- hugo -s ./src
- name: Build and push the docker image
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
privileged: true
depends_on:
- Test a build
environment:
BUILDER_COMMIT: 2449b73b13a62ae916c6703778d096e5290157b3
GITEA_TOKEN:
from_secret: GITEA_TOKEN
commands:
- ./scripts/build-container.pl
- name: Sync pictures from lfs to Minio
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
depends_on:
- Test a build
environment:
@ -67,8 +74,9 @@ steps:
commands:
- echo "$RCLONE_CONFIG_CONTENT" > $RCLONE_CONFIG
- ./scripts/upload-media.pl
- name: Deploy the application
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
depends_on:
- Build and push the docker image
- Sync pictures from lfs to Minio
@ -83,8 +91,9 @@ steps:
from_secret: GOOGLE_OAUTH_KEY
commands:
- ./scripts/deploy-app.pl
- name: Cleanup everything
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
depends_on:
- Deploy the application
environment:
@ -104,11 +113,13 @@ steps:
kind: pipeline
type: docker
name: Spell-Checker
trigger:
event:
- push
clone:
disable: true
steps:
- name: clone
image: alpine/git
@ -117,8 +128,9 @@ steps:
commands:
- git clone $DRONE_REMOTE_URL --recurse-submodules .
- git checkout $DRONE_BRANCH
- name: Spell-Checker
image: node
commands:
commands:
- npm i markdown-spellcheck -g
- mdspell "src/content/**/*.md" -n -r
- mdspell "src/content/**/*.md" -n -r

View File

@ -132,18 +132,6 @@ LFO
beatmaker
wavetables
OSC
YOUTUBE
Twelve50TV
Robotik
McRoy
brah
aw
shite
lowrider
mdma
nah
clubby
MGK
- src/themes/papermod/README.md
PaperMod
hugo-paper

View File

@ -1,10 +0,0 @@
---
when:
event: push
steps:
spell-check:
name: Spell-Checker
image: node
commands:
- npm i markdown-spellcheck -g
- mdspell "src/content/**/*.md" -n -r

View File

@ -1,4 +1,4 @@
FROM git.badhouseplants.net/badhouseplants/hugo-container:dd6475f3c99b450d334d3377f3c1a1474a341ba7
FROM git.badhouseplants.net/badhouseplants/hugo-container:bad3393cdb76043a255347641d4157f1fae2b813
WORKDIR /src
COPY ./src /src
ENTRYPOINT ["hugo"]

View File

@ -34,7 +34,7 @@ params:
profileMode:
enabled: true
title: "Bad Houseplants"
subtitle: Easy DevOps by allanger
subtitle: ... by allanger.
imageUrl: "main-logo.png"
imageWidth: 150
imageHeight: 150

View File

@ -4,19 +4,7 @@ date: 2023-01-24T09:26:52+01:00
draft: false
---
## Welcome
Oi! Welcome to Bad Houseplants.
This is a blog about DevOps, self-hosting, Kubernetes, and stuff like that.
I'm allanger and I believe that DevOps should be easy to understand, and when saying DevOps, I also mean SRE and Ops in general. I see/hear it very often that teams working with GitOps and Kubernetes are making it increadbly hard, and I don't know the reasons for sure.
Here, I'll try do describe how things can be deployed to K8s, what one could do with that, and how to keep it maintainable. My main focus is self-hosted k8s, because it's the one I'm using on my own, but it doesn't mean that what you'll read here can't be applied to cloud providers and different k8s-as-a-service solutions.
Oi!
I'm allanger and currently I'm working as full time SRE, but recently I've found out that I'd like to spend more time doing things related to music and sound. So I'm currently looking for project to add to my portfolio. So if you want somebody do a decent (I hope) mix for you without asking for any money, just let shoot me a message.
I'm not a pro mixing engineer of course, but it's what I'm aiming for.
@ -26,4 +14,4 @@ Also, I'm a beatmaker, you can find my bets on this site, just go to the [Beats
---
### Information about the build
Built from the commit [{{< param GitCommit >}}](https://git.badhouseplants.net/badhouseplants/badhouseplants-net/commit/{{< param GitCommit >}})
[![Build Status](https://drone.badhouseplants.net/api/badges/badhouseplants/badhouseplants-net/status.svg?ref=refs/heads/{{< param GitBranch >}})](https://drone.badhouseplants.net/badhouseplants/badhouseplants-net)
[![Build Status](https://drone.badhouseplants.net/api/badges/badhouseplants/badhouseplants-net/status.svg?ref=refs/heads/{{< param GitBranch >}})](https://drone.badhouseplants.net/badhouseplants/badhouseplants-net)

View File

@ -2,123 +2,111 @@
title: Beats
date: 2023-01-24T09:26:52+01:00
draft: false
---
>I don't lease my beats. If you happen to like anything, just shout me a message and we will come to an agreement. And if you decide to use any of my beats you'll be the only one using it (legally).
---
---
### That's Rich
#### by allanger
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/36)
> I'm poor though, huh
Mainstream beats for dope rap about your luxury lifestyle, mate
### Easy Money
{{< rawhtml >}}
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=album&amp;id=36"></iframe>
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=18"></iframe>
{{< /rawhtml >}}
---
### Why So Serious?
#### by allanger
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/38)
> Don't be so suicidal, brah
Depressive and horror beats to show them all what's real suffering out there
### Monk
#### Not available anymore, but I can make a similar one if you'd like
{{< rawhtml >}}
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=album&amp;id=38"></iframe>
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=27"></iframe>
{{< /rawhtml >}}
---
### Coke Queue
#### by allanger
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/39)
> Aw, shite, I've meant line
Need a track that will be screaming out of your lowrider? Check it out then
### Ark
#### Not available anymore, but I can make a similar one if you'd like
{{< rawhtml >}}
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=album&amp;id=39"></iframe>
<iframe width="100%" height="150" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=21"></iframe>
{{< /rawhtml >}}
---
### Meta Irony's Bastard
#### by allanger
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/40)
> Or just an unwanted child
Your track is supposed to make no freaking sense? Pick it up
### Phantom Limb
{{< rawhtml >}}
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=album&amp;id=40"></iframe>
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=19"></iframe>
{{< /rawhtml >}}
---
### MDMA
#### by allanger
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/35)
> Nah, I'm not using
An album for four-on-the-floor or just clubby kinds of beats. If you want your track to be fitting in Berlin, this one is your choice.
### Silk Road
{{< rawhtml >}}
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=album&amp;id=35"></iframe>
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=34"></iframe>
{{< /rawhtml >}}
---
### Punk's Not Dead
#### by allanger
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/34)
> Unless it's MGK
Here I'll be uploading alternative beats that might not work for any track, but rather for something special.
### Tremor
{{< rawhtml >}}
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=album&amp;id=34"></iframe>
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=30"></iframe>
{{< /rawhtml >}}
---
### Boys Don't Cry
#### by allanger
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/37)
> ... do they?
Looking for something sad and not really of a hip-hop kind? This is the place
### Silver Grenade
{{< rawhtml >}}
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=album&amp;id=37"></iframe>
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=31"></iframe>
{{< /rawhtml >}}
---
### Trash Can
#### by allanger
[Listen on Funkwhale](https://funkwhale.badhouseplants.net/library/albums/33)
>It doesn't mean that beats are shitty, it just me not liking them too much
To this album, I will upload beats that I don't like, they all can be yours without any efforts of yours.
### Spinal Cord
{{< rawhtml >}}
<iframe width="100%" height="300" scrolling="yes" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=album&amp;id=33"></iframe>
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=32"></iframe>
{{< /rawhtml >}}
### Empty Cubicles
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=23"></iframe>
{{< /rawhtml >}}
### Vicious Shine
#### Not available anymore, but I can make a similar one if you'd like
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=36"></iframe>
{{< /rawhtml >}}
### Petrol
#### Not available anymore, but I can make a similar one if you'd like
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=35"></iframe>
{{< /rawhtml >}}
### PSY
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=28"></iframe>
{{< /rawhtml >}}
### Body Drop
#### Not available anymore, but I can make a similar one if you'd like
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=20"></iframe>
{{< /rawhtml >}}
### Broken Piano
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=22"></iframe>
{{< /rawhtml >}}
### Dead Wings
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=25"></iframe>
{{< /rawhtml >}}
### Trapped
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=17"></iframe>
{{< /rawhtml >}}
### Dusted
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=142"></iframe>
{{< /rawhtml >}}
### Fallen Folk
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=144"></iframe>
{{< /rawhtml >}}
### Pillows
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=143"></iframe>
{{< /rawhtml >}}
### Swipe
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=145"></iframe>
{{< /rawhtml >}}

View File

@ -1,19 +0,0 @@
---
title: "allanger"
date: 2018-12-26T00:00:00+02:00
draft: false
ShowToc: false
cover:
image: "/music/allanger.png"
caption: "allanger"
relative: false
responsiveImages: false
hideSummary: true
tags:
- music
- release
- indie
- alternative
---
I'm allanger, the owner of Bad Houseplants.

View File

@ -1,22 +0,0 @@
---
title: "Kid Robotik - I'm SO Sorry"
date: 2023-09-22T13:05:28+02:00
draft: true
ShowToc: true
cover:
image: "/posts/kid-robotik-im-so-sorry/cover.jpg"
caption: "Kid Robotik - I'm SO Sorry"
relative: true
responsiveImages: true
---
[OPEN ON SPOTIFY](https://open.spotify.com/album/6TTnfWZQyoZ8O1GuK8TtXf?si=cNchuEmfTAy52Z6jstnG2A) -- [OPEN ON DEEZER](https://deezer.page.link/D3M4JVdDYhmxXUUZ7) -- [OPEN ON YOUTUBE](https://youtube.com/playlist?list=OLAK5uy_l3BFAqPxAOkkzb-SByHbbvgBkdk3_idjg&si=bBo6cQE8jGWjLnsI)
It's not easy to find this album, to be honest. I think that I would never have listened to it unless I started trying to understand the Glaswegian accent. *I haven't succeeded really still*. While searching for artists from Scotland, I've bumped onto this YouTube channel: [Twelve50TV](https://www.youtube.com/@Twelve50TV). There are many rappers that I actually like, but they don't tend to publish their music on mainstream streaming platforms (read Spotify). So I couldn't really listen to them during my daily routine.
One of my favourites was that video: [Kid Robotik - War](https://youtu.be/LToW8CdBGOQ?si=-MgdWM1FvzGqKhnM). And this guy has his albums published on Spotify. I was listening to this song mostly because of other rappers performing on it: **Sherlock** and **McRoy**. And since this album is **Kid Robotik's** one, I wasn't trying to listen to it at all. I'm not saying that I didn't like his part there, but it didn't seem outstanding to me at all. Though, not so long ago I was bored by all the music I was listening to, and I've decided to check out the album finally. And after first listen I could already say that this guy, Kid Robotik is indeed one of favourite rappers. *Even though I still can't understand about 80% of what they're saying on that album, I freaking like beats, flow, voice and mixing.* And I think that it should gain a way more streams, than it has.
I can't even pick songs that I like the most, because they're all great in my opinion.
---
I want to build a completely non-profit independent public music library based on Funkwhale application, you can find it here: https://funkwhale.badhouseplants.net. At the moment of writing this post, I only have my music released there, but I hope that one day it will change. And I would really like to have this album there. So if you are Kid Robotik or someone who know him, please let me know if you'd be interested.

View File

@ -19,20 +19,20 @@ If you happen to like anything, just let me know, we will figure it out
### Dusted
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=157"></iframe>
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=142"></iframe>
{{< /rawhtml >}}
### Fallen Folk
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=154"></iframe>
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=144"></iframe>
{{< /rawhtml >}}
### Pillows
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=166"></iframe>
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=143"></iframe>
{{< /rawhtml >}}
### Swipe
{{< rawhtml >}}
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=159"></iframe>
<iframe width="100%" height="160" scrolling="no" frameborder="no" src="https://funkwhale.badhouseplants.net/embed.html?&amp;type=track&amp;id=145"></iframe>
{{< /rawhtml >}}

View File

@ -0,0 +1,81 @@
---
title: "What about open-source reverbs?"
date: 2023-08-16T13:46:29+02:00
draft: false
ShowToc: true
cover:
image: "/posts/what-about-open-source-reverbs/Cover.png"
caption: "What about open-source reverbs"
relative: false
responsiveImages: false
tags:
- Music
- OpenSource
- Plugins
---
## Intro
I decided to stop using Valhalla DSP plugins, because I totaly disagree with their position about Linux users. I understand that they might not want to build plugins against Linux, but I've offered them to add their plugins wrapped with `yabridge` to AUR, so they can have more users that would not actually require any support, but they said that they won't support it. So I've decided for myself to ban Valhalla plugins. So I've decided to start looking for other reverbs. I've decided to check different open source plugins, so I won't get into a situation like this one, with Valhalla.
## What are the options?
The most obvious place to be looking for open source plugins is (unfortunatelly) GitHub. So I went here: https://github.com/webprofusion/OpenAudio
And here we got several reverbs:
- [Cloud Seed](https://github.com/webprofusion/OpenAudio)
- [Convolver](https://github.com/teragonaudio/Convolver)
- [Dragonfly Reverb](https://github.com/michaelwillis/dragonfly-reverb)
- [Gverb/Gigaverb](http://elements.byethost3.com/plugins.html)
- [MVerb](https://github.com/martineastwood/mverb)
- [REACH](https://github.com/Sinuslabs/Reach)
Let's check all of them here. To check the sound I'll take several samples from FreeSound:
- Vocals: https://freesound.org/people/ashesanddreams/sounds/610416/
- Drums: https://freesound.org/people/holizna/sounds/629134/
- Synth: https://freesound.org/people/Rvgerxini/sounds/547113/
- Guitar: https://freesound.org/people/eqavox/sounds/683953/
## ~~Cloud Seed~~ CloudReverb
A new link: https://github.com/xunil-cloud/CloudReverb
Unfortunatelly, I've found out that Cloud Seed is supposed to work only on Windows, and I'm currently testing the Linux setup, so it doesn't work. But I've found another plugins that is based on the Cloud Seed algorithm, and it should work on Linux and MacOS.
I don't think it's packaged for any distro but binaries can bi found on GitHub, so let's download and try the plugin. The LV2 versions doesn't work for me, but VST3 is going just fine. It looks like that
![CloudReverb](/posts/what-about-open-source-reverbs/CloudReverb.png)
I think that the "blog" format doesn't play well with the "check-every-option-out" way, so I'll just be making small clips about whot plugin can sound like.
> You can hear some noizes and scratches, they are not plugins or audio artifacts, just my system produces them when I recodr Ardour with OBS studio. Just try to ignore them.
{{< video "/posts/what-about-open-source-reverbs/CloudReverb.mp4" "video-1" >}}
I'd say that it's a dope reverb, and I guess that I'll add it to my list of plugins that I'm using on Linux.
## Convolver
This project was archived, and the last commit was pushed 11 years ago, so I'd say that I'm not checking this one. If you know a project that has taken developmsent over, feel free to reach me, I'll try it then.
## Dragonfly Reverb
I'm using this reverb almost all the time and not only on Linux, so it's not something new to me, and I guess that many of you have heard about it already.
You can get it from AUR if you're on Arch, or download it from Github: https://github.com/michaelwillis/dragonfly-reverb/releases/tag/3.2.10
![DragonFly](/posts/what-about-open-source-reverbs/DragonFly.png)
As you can see, it's not just one reverb, it's four different ones.
### Early Reflections
{{< video "/posts/what-about-open-source-reverbs/DragonFlyER.mp4" "video-2" >}}
### Hall
> My Laptop can't pull it off, so there are a lot of noizes. I think you might want to check it yourself.
{{< video "/posts/what-about-open-source-reverbs/DragonFlyHall.mp4" "video-3" >}}

BIN
src/static/music/allanger.png (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.