Spyke

Replies

Comment on

What's a good budget home server?

Reply in thread

Definitely agree. If you need to spin up a bunch of discrete VMs for labbing, that's one thing, but noise, cooling, power consumption, and space all come into play for dedicated hardware. I host a variety of services and they all run on small, low energy hardware (which is often pretty cheap). I just spun up a matrix server on a $100 ebay HP ProDesk which has plenty of power (probably enough to deploy my whole stack).

Comment on

FPS gripe

Reply in thread

I have to imagine that this is an aim-assistance scenario. CS does not have aim-assist in order to prevent abuse by M&K players. Most other games have toggles in the settings for contrller use.

You could always try one of the more precise deck aiming schemes like flick-stick+gyro.

Comment on

What are YOU self-hosting?

Reply in thread

I was thinking more along the lines of simply thowing up a port to SSH into. No Fail2Ban and no keys, just a password.

I would just containerize and reverse proxy, but I understand the hesitation, wireguard would be preferable.

sffpc

Comment on

SGPC K49 Build Complete

Reply in thread

Not as tight as I expected, actually. You could fit another 4-5cm in GPU length with no real issues, and I crammed 2 2.5in SSDs in there, even though the manufacturer only claims 1 can fit.

sffpc

Comment on

SGPC K49 Build Complete

Reply in thread

Thanks! The slots seem to be pretty decent for cooling. I'm seeing similar temps to my previous much larger case. They do include an acrylic side panel as well, not sure how that performs.

Comment on

Upgraded Ender 3v2 Issues

Not sure how hacky you want to get, but I found that my E3V2Neo got significantly more accurate once I set up independent z control.

Unfortunately, the Mini SKR only has 4 stepper drivers, so I used my old 4.2.2 board in conjunction with the Mini SKR and klipper to enable z_tilt_adjust.

I had a ton of trouble (bed leveling) with the regular dual-z upgrade until then. It's pretty easy to run another set of 24v wires to the old Creality board and I found a printable case to hold everything. Just make sure you use one board for both Z's rather than splitting them across two boards to avoid latency.

I'm happy to post my klipper config if you want to try it.