30p87
@30p87@feddit.org
- Comment on Is there a way to mirror corporate social media to the Fediverse? 1 day ago:
The main problem with that is the lack of communicating with the OP. The only place where that is negligible would probably be peertube/YT. Especially since YT is one of the worst with 3rd party frontends, so fully mirroring might just work better (ignoring any laws, that is).
- Comment on Question: why mastodon hastag timeline shows posts from lemmy community of same name? 2 days ago:
The confusing part is that it didn’t work most of the time. This seems to be a very recent change. Before, and still now, you could only post to lemmy communities by tagging them with @. Now they federate back, but as hashtags.
- Comment on How to Run Custom Linux Images on Oracle Free Tier 3 days ago:
mines crypto
- Comment on Cloudflare is down this morning 4 days ago:
Maybe Kevin Fang will make a video about all combined?
My prejudice tells me that it’s vibe slopped code.
- Comment on Anti-AI communities might be helping AI 5 days ago:
In most cases, anti-AI means anti-capitalist etc. So it’s like training on the manifest over and over (which is good!)
- Comment on The 'if this goes down, I riot' self-hosted app 1 week ago:
Even Email can be down for two days or so without major consequences, and I could pull that up from backups in an hour max.
- Comment on Using Fail2ban to protect exposed services 1 week ago:
My primary scare is wg being another potential single point of software failure, preventing remote access
- Comment on When we eat the billionaires, we should spare Gabe Newell? No? 1 week ago:
Proton, nice return policies, the best launcher, disclosure of BS like ML, other launchers, kernel level anticheat. Just a few.
Relative to his wealth? No. Relative to others? A lot.
- Comment on When we eat the billionaires, we should spare Gabe Newell? No? 1 week ago:
I hate misused taxes.
Gabe at least gives us 95% greatness back (5% being gambling)
- Comment on Jellyfin: why is the line two different colors? 2 weeks ago:
And red is right… maybe Weidel and Musk were correct, Hitler was actually a communist/socialist?
- Comment on How often do you update software on your servers? 3 weeks ago:
Every day to once a week, depending on free time
- Comment on perplexity pro 3 weeks ago:
Though, your intelligence seems not far from Eliza’s.
- Comment on perplexity pro 3 weeks ago:
Pinged our admins in the Matrix
- Comment on Planning to selfhost images and calendar in addition to HTTP(S) 3 weeks ago:
Can’t you just use Apache as a reverse proxy and configure it to proxy to Nextcloud?
- Comment on [deleted] 3 weeks ago:
ZFS? I prefer ext4 on Lvm2.
- Comment on Why do I need a domain to access my Funkwhale library but not SyncThing? 3 weeks ago:
But: Depending on your ISP, you may be able to get a free public (but not stable, and no rDNS) IPv4, or you already have an IPv6 range that can directly route to your router freely. And if you need a Domain, you can either rent one for ~5€/Year, or use a free Domain service (eg. ddns.net)
- Comment on Where can I buy used computers, and are they on a discount now because of Windows 10 end of life? 4 weeks ago:
FB marketplace and alternatives.
- Comment on So admins, hows your instances looking today? 4 weeks ago:
Perks of running bare metal at home, the service is never down (as long as I’m home)
- Comment on Selfhosting Sunday! What's up? 4 weeks ago:
Gitlab and Nextcloud broke (cuz I ctrl+c’d the pacman hooks, oops), but some manual DB upgrades and rebooting fixed that. However, I can’t login into my synapse from anywhere, and can only use it with existing sessions for some reason.
Also, there’s searxng.30p87.de now :3
- Comment on Why isn't Lemmy doing anything about issues where the propagandists/spammers can be seen spreading staged or AI-generated propaganda, such as "This is Gaza, Unfiltered"? 5 weeks ago:
- Comment on [deleted] 1 month ago:
10’s where Alc, 20’s are Weed, LSD, Shrooms, maybe (5-Meo-)DMT…
- Comment on SearXNG doesn't load the settings ... 1 month ago:
No, knowing literally “systemctl enable --now” and “journalctl -ru” is not even learning. The level of knowledge of the OS needed for running a native package vs a container is exactly the same.
- Comment on [question] Help me access my local homeserver using a public domain name 1 month ago:
The obvious question: Do you want to access your server only from within your network or also from anywhere else?
- Comment on SearXNG doesn't load the settings ... 1 month ago:
Love how all “just works”-app debugging is just debugging the overly complicated and annoying container/-engine.
- Comment on Those who don't use dashboards, how are you managing your services? 1 month ago:
Arch packages. All services have systemd integration.
- Comment on Zero-configuration TLS and password management best practices in MariaDB 11.8 1 month ago:
/var/run/postgresql is my eternal friend
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 1 month ago:
Exactly. Therefore, docker is not useful for those purposes to me, as using arch packages (or similar) is easier to fulfill my needs.
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 1 month ago:
One main server, with backup servers being very easy to get up and running, either by full-restoring the backup, or installing and restoring specific services. As everything’s backed up to a Hetzner Storage Box, I can always restore it (if I have my USB sticks with the keyfiles).
I don’t really see the need for multiple running hosts, apart from:
- Router
- Workstation which has a 1070 in it, if I need a GPU for something. My 1U server only has space for a low profile and one slot GPU/HPC processor, and one of those would cost way more than its value over my old 1070 would be.
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 1 month ago:
That I’ve yet to see a containerization engine that actually makes things easier, especially once a service does fail or needs any amount of customization. I’ve two main services in docker, piped and webodm, both because I don’t have the time (read: am too lazy) to write a PKGBUILD. Yet, docker steals more time than maintaining a PKGBUILD, with random crashes (undebuggable, as the docker command just hangs when I try to start one specific container), containers don’t start properly after being updated/restarted by watchtower, and debugging any problem with piped is a chore, as logging in docker is the most random thing imagineable. With systemd, it’s in journalctl, or in /var/log if explicitly specified or obviously useful (eg. in multi-host nginx setups). With docker, it could be a logfile on the host, on the guest, or stdout. Or nothing, because, why log after all, when everything “just works”? (Yes, that’s a problem created by container maintainers, but one you can’t escape using docker. Or rather, in the time you have, you could more easily properly(!) install it bare metal) Also, if you want to use unix sockets to more closely manage permissions and prevent roleplaying a DHCP and DNS server for ports (by remembering which ports are used by which of the 25 or so services), you’ll either need to customize the container, or just use/write a PKGBUILD or similar for bare metal stuff.
Also, I need to host a python2.7 django 2.x or so webapp (yes, I’m rewriting it), which I do in a Debian 13 VM with Debian 9 and Debian 9 LTS repos, as it most closely resembles the original environment, and is the largest security risk in my setups, while being a public website. So into qemu it goes.
And, as I mentioned, either stuff is officially packaged by Arch, is in the AUR or I put it into the AUR.
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 1 month ago:
Considering I have a full backup, all services are Arch packages and all important data is on its own drive, I’m not concerned about anything