Black616Angel
@Black616Angel@discuss.tchncs.de
- Comment on How can you tell 23 subgenres of equally shitty growls and screams apart, but not see the most Metal basics? 3 days ago:
I had never heard over NSBM (nazi black metal) before and am actually kinda shocked, this exists… Fuck them.
- Comment on Thank you guys for the advice last post. I found a tech support job now. One step closer to leaving homelessness 2 weeks ago:
Okay, since no one told you how to do it:

- Comment on What is Docker? 2 weeks ago:
Please don’t call yourself stupid. The common internet slang for that is ELI5 or “explain [it] like I’m 5 [years old]”.
I’ll also try to explain it:
Docker is a way to run a program on your machine, but in a way that the developer of the program can control.
It’s called containerization and the developer can make a package (or container) with an operating system and all the software they need and ship that directly to you.You then need the software docker (or podman, etc.) to run this container.
Another advantage of containerization is that all changes stay inside the container except for directories you explicitly want to add to the container (called volumes).
This way the software can’t destroy your system and you can’t accidentally destroy the software inside the container. - Comment on What CI/CD tools are you guys using? I have Forgejo but I need a simple way of running automation. 3 weeks ago:
We use forgejo at work and the runners usually do the trick. You cab have them run any shell command you want, manage secrets and the syntax is the same as on github.
- Comment on Commerce Secretary Lutnick says tariff exemptions for electronics are only temporary: Lutnick said "semiconductor tariffs" will likely come in "a month or two.". 4 weeks ago:
I think you flll for sarcasm.
- Comment on How do I securely host Jellyfin? (Part 2) 4 weeks ago:
Just to give you another way of doing it, I propose using “a third party provider” for your DNS, which you said you didn’t want, but since I think it could still work, I tell you how it would work:
Duckdns is a free provider for DNS and let’s you create standard certificates via let’s encrypt without exposing the rpi.
You can register for free and just input your local IP for the raspberry e.g. at charger8283.duckdns.org
Since the IP is local, no one outside your network can access it, but because the URL is registered globally, you can get a certificate using nginx proxy manager.
This would result in https traffic, that never leaves your local network and is also free.
- Comment on 3's grip looks the most comfy 1 month ago:
Is there a difference between #1 and #2?
Please answer fast, I am sitting on the urinal.
- Comment on sharevb/it-tools: Collection of handy online tools for developers, with great UX. 1 month ago:
Lemmy also allows you to edit your post afterwards, so you could still do it.
- Comment on Online office suite alternatives 2 months ago:
LibreOffice can be configuresd to open online files with your local editor.
- Comment on The science is divided 2 months ago:
Sounds nice, go on!
(I’m gullible and will fall into any trap I come across)
- Comment on The science is divided 2 months ago:
Actually this just refers to the color of their fur. I’d say that a blonde white man and a white read head are the same color, just their hair has a different color.
(I’m not totally serious and will not die on this hill)
- Comment on Understimulated 2 months ago:
There is an end to it. (In case you didn’t know)
- Comment on sorry for the brief interruption 4 months ago:
You’re doing great and are worth every cent you are receiving through donations.
- Comment on I present: Managarr - A TUI and CLI to help you manage your Servarr instances 6 months ago:
This looks very good. I have never thought about a TUI/CLI for my *arrs, but I will give it a try.
If this works out for me, do you also seek contributions?