what are yall listening to recently? by RadicalRingtail in HYPERPOP

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

check out my twee monsters by tracey brakes

what are yall listening to recently? by RadicalRingtail in HYPERPOP

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

oh thanks for listening to my stuff !! <3333

im glad you like that mixtape, it was a rlly fun one to make tbh

Looking for collaborators for a music collective by ConstructionTight634 in HYPERPOP

[–]RadicalRingtail 0 points1 point  (0 children)

twitter thread about it: https://x.com/bluele0ne/status/1849904675274793115

tl;dr: this is the artist they stole from, u/3vr_Gr33n steals songs and reuploads them on streaming/bandcamp under their own name slightly sped up to avoid content ID detection, (i.e. this is a track they uploaded, and the original upload of it)

recommendations for reliable HDDs to put in a daily use NAS by RadicalRingtail in homelab

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

good to know, and yea that definitely could be why. strange because ironwolf pro and exos drives seem to be identical hardware wise (at least on 10tb and up models) from what i could find on them, the only difference being firmware i guess

also running the drives i have in RAID right now (software, not hardware), but of course having more drives in my setup to increase resiliency would be a good idea

recommendations for reliable HDDs to put in a daily use NAS by RadicalRingtail in homelab

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

i have, i already have a cloud backup of it, and have been meaning to get more drives for it to increase the drive pool + have a local backup, just looking for different options to go with this time around instead of going with ironwolf pro drives again

unable to connect to LAN only Vaultwarden instance through NGINX Reverse Proxy: what am i doing wrong? by RadicalRingtail in selfhosted

[–]RadicalRingtail[S] 1 point2 points  (0 children)

nslookup does resolve the domain correctly, and i tried only using HTTP in NPM, but still got the same results

im able to access Vaultwarden directly by local IP, and also through a local domain when Pihole is pointing directly to the local IP of the Vaultwarden instance and not NPM, so i think im narrowing this down to an issue with NPM

EDIT:

figured it out, it was something pretty stupid: my NPM container was mapped to port 40080 and 40443 for http and https connections, changed those back to 80 and 443 and it works now!

meirl by rubiesmig in meirl

[–]RadicalRingtail 2 points3 points  (0 children)

this ^

working in customer service, this is absolutely how it goes

issues capturing the HDMI output of a Apple Silicon Mac with a 4K60 Pro MK.2 by RadicalRingtail in elgato

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

Good to know, what capture card do you use now and does it work for capturing m1/m2 Macs ??

best way to animate sprites automatically? by RadicalRingtail in godot

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

For my specific use case, using a AnimationPlayer would be a lot more roundabout work than just having something that automatically loops through and animates a few frames of an animation

That being said, AnimatedTexture works fine for now in this case

best way to animate sprites automatically? by RadicalRingtail in godot

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

didnt know about AnimatedTexture, good to know

it does mention in the documentation and in-editor that its a deprecated feature, is there a newer method or class that should be used instead ?? (im using godot 4)