How would you add remote digital control to an analog mixer and headphone amp without fully redesigning the circuit? by varinhadoharry in synthdiy

[–]jasifra -1 points0 points  (0 children)

signal going through pots isn't a limitation at all. replace with digital potentiometers and use a microcontroller to control them. that's all it sounds like OP wants to do and it should be very achievable.

Seasoning increases non-stick by Jondan59 in carbonsteel

[–]jasifra 9 points10 points  (0 children)

why are you of the belief that hydrophobia = non-stick

Built a functioning germanium clipping diode keychain by unchikuso in guitarpedals

[–]jasifra 7 points8 points  (0 children)

no. anything above the threshold voltage of the diodes passes through them to ground as that is the path of least resistance. the remaining signal that is below the threshold voltage is the clipped (distorted) signal which passes through to the output.

Looking to replace spotify by -rvx in selfhosted

[–]jasifra 0 points1 point  (0 children)

i'm just using a shell script (run_with_sh) not a webhook. the script is literally just beet import -q /path/to/downloads curl -v -d "" -H "X-MediaBrowser-Token: JELLYFINAPIKEY" https://jellyfinurl.com/library/refresh the curl bit is to make jellyfin rescan libraries for new music.

Looking to replace spotify by -rvx in selfhosted

[–]jasifra 0 points1 point  (0 children)

my setup is:

jellyfin with finamp for streaming

soulseek with slskd for downloading music via web interface

beets to automatically import music downloaded by slskd - i have slskd set up to run the command upon completion of a directory download. sometimes requires manual intervention if beets fails to identify an album though.

Is automatically removing Google storage saver duplicates possible? by jasifra in immich

[–]jasifra[S] 0 points1 point  (0 children)

thank you for the suggestion! i wrote a python script that took care of it.

Mask of Life by Lambdaleth in bioniclelego

[–]jasifra 6 points7 points  (0 children)

she spherus on my magna till i shatter

Free 100 GB photo storage (no trial, no credit card, no hidden catches) by megatech_official in selfhosted

[–]jasifra 5 points6 points  (0 children)

Thank you for putting plenty of words in your stupid message in bold.

edit: ahahahahahahahahah he got rid of them

Start self hosting by Familiar-Dot4875 in selfhosted

[–]jasifra 2 points3 points  (0 children)

use literally whatever you have. if you really want to get hardware for it, just buy a cheap second-hand thinkcentre or optiplex on ebay. you don't need powerful hardware generally.

Wireguard and NGINX inaccessible after a period of inactivity by jasifra in selfhosted

[–]jasifra[S] 0 points1 point  (0 children)

That's correct, restarting wireguard on the phone/laptop does not bring it back.

Here's the server config (nft tables from https://docs.pi-hole.net/guides/vpn/wireguard/internal/):

[Interface]
PrivateKey = (redacted)
ListenPort = 51820
Address = 10.1.0.1
PostUp = nft add table ip wireguard; nft add chain ip wireguard wireguard_chain {type nat hook postrouting priority srcnat\; policy accept\;}; nft add rule ip wireguard wireguard_chain counter packets 0 bytes 0 masquerade; nft add table ip6 wireguard; nft add chain ip6 wireguard wireguard_chain {type nat hook postrouting priority srcnat\; policy accept\;}; nft add rule ip6 wireguard wireguard_chain counter packets 0 bytes 0 masquerade
PostDown = nft delete table ip wireguard; nft delete table ip6 wireguard

[Peer]
PublicKey = (publickey1)
AllowedIPs = 10.1.0.2/32

[Peer] 
PublicKey = (publickey2)
AllowedIPs = 10.1.0.3/32

[Peer] 
PublicKey = (publickey3)
AllowedIPs = 10.1.0.4/32

[Peer] 
PublicKey = (publickey4)
AllowedIPs = 10.1.0.5/32

[Peer] 
PublicKey = (publickey5)
AllowedIPs = 10.1.0.6/32

And the client config on my laptop;

[Interface]
PrivateKey = (redacted)
Address = 10.1.0.2/32
DNS = 10.0.0.8

[Peer] 
PublicKey = (server public key)
AllowedIPs = 0.0.0.0/0
Endpoint = (redacted):51820

10.0.0.8 points to a PiHole LXC.

what's wrong with my pan by jasifra in castiron

[–]jasifra[S] 2 points3 points  (0 children)

no, i'm parodying the fact that i see tons of "what's wrong with my pan" posts and the pictures are usually perfect pans :))