

There’s also plenty of good GUI editors if vim and emacs aren’t your cup of tea. Personally I think Kate’s fantastic, for instance.
– Frost


There’s also plenty of good GUI editors if vim and emacs aren’t your cup of tea. Personally I think Kate’s fantastic, for instance.
– Frost


The moment you get a TLS cert, it’ll show up in Certificate Transparency logs and apparently the attack bots scan that for targets.


Oof, yikes. 🧡 Maybe switching instance to a more chill place would help?
If people are jumping on you like that, that should a thing your mods can deal with. I don’t know if lemmy.world has the kind of mod team that would go out of their way to protect you from this kinda shit (since they’re a big generalist instance), but if not, you’re likely to get better moderation on a smaller server. Like how we’re on pawb.social and it’s probably pretty good here. Just like, having a place with admins who care. But it might be worth bringing the stuff up to the lemmy.world mod team, because if they can handle it it’s easier than packing up and moving.
(We’re not teen here, but are also Super Online. And also various forms of queer and otherwise marginalized so yeah, I get it.)
– Frost


The server you’re on!
Like how you’re on infosec.pub, the OP is on break3.social, the community (subreddit equivalent) is on lemmy.world, and I’m on pawb.social. :3
– Frost


You can totally do that yeah!
We have our stuff set up so inbound VPS traffic (for HTTPS) comes in on port 4430, while LAN traffic is on 443. It’s not done for firewall reasons, it’s so we can pass the client’s IP through with Nginx’s proxy_protocol feature, but you could just make your local-only services not listen on 4430. Boom, done.
Fail2Ban on the VPS is probably good. On the home server, it might just lock out the VPS (since everything comes from there).
Anyway yeah, I’ve got a whole guide on this sort of setup! https://frost.brightfur.net/blog/selfhosting-with-a-bounce-vps-part-1/
– Frost


Fedi, tracking accounts? What do you mean by “tracking”?
Semi-permanent, yeah, I’ll give you that one. That said, if you delete something, generally it’s actually deleted. Any servers which turn out to be ignoring delete requests tend to get cut off from everyone else pretty quickly. I guess there’s always the possibility your “hey this post was deleted” notification might not bubble through to a given server, but it should work.
We have a spindle of CD-Rs. I wish it was DVDs! We’d have a use for DVDs! It’s WAY easier to just burn a Linux ISO than it is to faff about with a USB stick. Less convoluted to boot from, too (hybrid ISOs are a bit cursed; it doesn’t matter if you’re doing the usual pure “overwrite the entire stick” thing, but it’s not great if you’re also using the drive for other stuff – that’s not an issue with DVD[-+]Rs, they come in packs and each individual disc is cheap enough it’s one disc per thing).
Wee do have a couple OpenBSD install CDs. We don’t use them enough to be super useful. But a Debian install DVD? I’d use that.
– Frost


It’ll definitely be more expensive than a console, since they sell the consoles at a loss expecting to make it back on the games. (But not that much more.)
… Especially in this fucking economy when it seems they’re deliberately trying to destroy the concept of having a functional computer that you own and can run arbitrary stuff on.
Which, is why it’s more important than ever to have a PC.
It, uh, was at least definitely possible to do a <$1000 computer back in 2020-25. Ours is under $1000 (I think we started at $400 for a no-GPU build in 2020ish, then got a used RX 580 ($150) once the GPU craze died down and a slightly better CPU ($100), and have an RX 6600 now). Though now with the exploding RAM prices…
– Frost
The fact that I’m stuck in a human body. I’m a wolf, dammit.
– Frost


Man, it’s so weird to think about misogynistic/degrading/abusive porn existing. I’m used to furry porn which, generally, is much more positive “yay let’s do [insert rule 34 of literally anything you could possibly think of] and have a great time!” type stuff.
– Frost
Honestly, I may not be the best person to ask if an IDE is what you want, heh. We usually just use it as an editor, and we don’t really have much in the way of IDE features in vim either. But we also don’t really use languages that practically need an IDE, like Java. Stuff like HTML and perl and JS are much easier to write with a normal text editor.
If you just need LSP autocomplete and such, though, Kate’s got that! There’s a plugin for it, I think. You might have to turn it on.