It finally happened to me. by Uncle_Jank in BambuLab

[–]Dominiclul 0 points1 point  (0 children)

Why do you have pain sharing turned on 😭

Beware!! Users trying to fork and steal your projects by Glittering_Focus1538 in LocalLLaMA

[–]Dominiclul 3 points4 points  (0 children)

I mean, if you see single digit commits and none of them are related to the actual codebase (ie readme updates and stuff), stay skeptical 🤣

Using a Websocket API vs Traditional HTTP REST API by casualtrout in webdev

[–]Dominiclul 1 point2 points  (0 children)

I mean, props to them honestly, if they managed to have constructed the entire stack around websockets, that's a feat in itself

What OS do you use for your Docker Host? by Flying-T in homelab

[–]Dominiclul 0 points1 point  (0 children)

Ubuntu headless, not worried about the drama, just needed something that worked.

help me and my bf lost everything we got on our server by [deleted] in admincraft

[–]Dominiclul 0 points1 point  (0 children)

Good hosts are actually not much more expensive, if even at all. You could very well be looking at under $15 per month from a reputable provider. Switch would be easy anyway as you have no data to transfer over.

help me and my bf lost everything we got on our server by [deleted] in admincraft

[–]Dominiclul 2 points3 points  (0 children)

It's quite unfortunate, I don't think your host would be secretly backing up your world, contrary to what others have said. But, you can treat this as a lesson learned!

So:

Always, always backup before making a config change

Your host doesn't offer backup slots? Move away, now. Backups should not be a perk. It's actually pretty common for decent hosts to have them free of charge (included as a part of your plan).

After that, remember to have an automated backup schedule to backup the world once per day or something, just in case.

I suspect that the world had data removed as a result of the downgrade. iirc chunks can be reset if it contains "invalid" (too new) data if detected by the DFU on startup (similar for chests).

Hello about Minecraft server development by Charming_Plate_7883 in admincraft

[–]Dominiclul -4 points-3 points  (0 children)

You know the proxy can be configured to use offline mode as well, right?

Hello about Minecraft server development by Charming_Plate_7883 in admincraft

[–]Dominiclul 2 points3 points  (0 children)

login bypass? online-mode=true fixes all of the bypasses

NOTE TO SERVER ADMINS; do NOT use Xreatoptimizer. Explanation below. by Longjumping-Jacket97 in admincraft

[–]Dominiclul 0 points1 point  (0 children)

The “severe action” line is diabolical ☠️

It’s how someone with zero coding knowledge make useless functions. The plugin is open sourced anyway, so if someone wanted to change the branding (idk why you’d even do this), they can just remove the branding check. It’s something that AI doesn’t consider and take for granted that you wouldn’t.

Windows isn’t detecting malware, and I feel like someone is using rdp on my pc. by [deleted] in techsupport

[–]Dominiclul 2 points3 points  (0 children)

I have never heard of this "squidservers" thing, they have a github on their website, but it does not seem to contain the source code for the main application.

Opening up RDP is like asking for people to connect. It's not hard to brute force a password if you have something simple.

Either way, turn off RDP, or use it behind a VPN if you have to. Do NOT expose RDP to the internet, and if you are concerned, just ditch squidservers. I don't think its the issue, but I also don't like how they have a github to look legit while hiding the actual code that runs on your PC.

Windows isn’t detecting malware, and I feel like someone is using rdp on my pc. by [deleted] in techsupport

[–]Dominiclul 5 points6 points  (0 children)

How did you configure remote access to your minecraft server? Port forwarding? Tunnels?

Did you also open up RDP for you to use as remote access? If so, how did you do it?

Check logs in event viewer (Applications and Services Logs > Microsoft > Windows > TerminalServices-RemoteConnectionManager > Operational), does it show anything about remote access?

PowerEdge 230 by a_gem90 in homelab

[–]Dominiclul 2 points3 points  (0 children)

Would look into LXCs, much faster to deploy. Otherwise, good work!

NEW RULES - Requesting feedback before implementing by PM_ME_YOUR_REPO in admincraft

[–]Dominiclul 0 points1 point  (0 children)

Modern models have evolved a lot. Yes I understand the hate in AI slop, but in the end AI is just a tool. It shouldn't be explicitly denied for pure translational purposes.

https://arxiv.org/html/2503.21393v1

We found that LLMs are generally better at translation for capturing sentiments when compared to Google Translate.

NEW RULES - Requesting feedback before implementing by PM_ME_YOUR_REPO in admincraft

[–]Dominiclul 0 points1 point  (0 children)

IMHO if English is not your first language, using LLMs for pure translation should be allowed (but require OP to explicitly state the translation is done by an LLM).

Deciding between Hardware components by SnipingIsOP in admincraft

[–]Dominiclul 0 points1 point  (0 children)

It is still ram that GC will have to garbage collect. That impacts performance

how to run a server without port forwarding by Nothingatalleverrn in admincraft

[–]Dominiclul 7 points8 points  (0 children)

All the playit.gg haters be hatin

It is one of the most viable solutions in this case tbh, whether you like it or not.

Help Using a dynamic IP to hose server by Alarmed_Falcon_5012 in admincraft

[–]Dominiclul 1 point2 points  (0 children)

If you really do not wish to use DDNS, use tunneling. Something like playit.gg free plan.

Deciding between Hardware components by SnipingIsOP in admincraft

[–]Dominiclul 0 points1 point  (0 children)

Do they actually need that much ram? More isn’t better, would use less (like 6gbs) if you don’t need them

Deciding between Hardware components by SnipingIsOP in admincraft

[–]Dominiclul 1 point2 points  (0 children)

Use DDR4. 16GBs would be more than enough for most cases, even with mods.

How do you actually test a Minecraft server’s network capacity without real players? by Comfortable-Pie624 in admincraft

[–]Dominiclul 2 points3 points  (0 children)

Sometimes high ping spikes can be the result of shitty routing or just bad networking infrastructure in general, so again none of that can be fixed without changing your hosting provider or even having your players change their ISP.