WPEngine has been trash for a few years now but this felt like a weird way to handle it, I don’t love that they gobbled up ACF and DeliciousBrains and slowly began enshittifying their products which do feel almost necessary to core
WPEngine has been trash for a few years now but this felt like a weird way to handle it, I don’t love that they gobbled up ACF and DeliciousBrains and slowly began enshittifying their products which do feel almost necessary to core
This is pretty great advice to get into it. I previously ran 3 poweredge 2950s but have since switched to nothing self hosted and back to everything self hosted but on a much leaner setup with a NUC and 14tb WD my book drive with a dual Noctua 4020 fan shroud I 3d printed that it absolutely needed as I killed the original drive in two weeks.
My replica is just a 14tb in my desktop I run rsync to pull the data occasionally after checking SMART status on the primary. It’s not versioned or perfect but it works great to give me a chance to backup my jellyfin media. Everything I care about also gets backed up via restic.
Eventually plan to run a build with the Modcase MASS with multiple drives but for now this setup has been working fantastic.
Be careful depending on the model, some of those run hot. I managed to kill one in under 2 weeks just by copying a large amount of data to it and had to print a fan shroud for it’s replacement to keep the temps at a reasonable level.
JetBrains IDEs for me
I don’t do it and we have no expectation of it. A good portion of our infrastructure is self healing and spread across multiple zones which has been enough for us for the past 10 years. The parts that aren’t can wait until business hours and clients are aware no work is done outside of them so any fixes or changes wait until the following business day.
You would have to more than double my salary to get me onboard with structuring my personal life around “but what if there’s an outage”, and even then I probably wouldn’t do it lol
Heavily agree, a lot of content had issues playing for me with swiftfin. No issues at all with Infuse other than the fact that intro skipper doesn’t work with it
My money’s on them selling PS2 demo discs
JetBrains did similar with their perpetual fallback license and it did ok. My only gripe with their strategy was it required either the upfront year paid or at the end of 12 months of month to month you would get the license. Issue was the license was from the first month so you would have to go downgrade. I like your idea way more
Typically using Lando which is a frontend for docker-compose which makes it easier for the users unfamiliar with docker to use it to spin up their environments.
I’ve got 3 Wyze cam v3s running the wyze mini hacks firmware sectioned off in a VLAN that can only reach Frigate (no internet).
I have frigate running on a cheap Lenovo M900 I got on ebay for $65 that has an i7 and 8gb of memory and it actually does fairly well without the Google coral USB TPU as long as that was the only service on that system. Trying to run Frigate on my NUC with other services without a TPU caused some issues with CPU usage but with a TPU I would bet it’ll all run on the one system.
Home assistant works exceptionally well for notifying, one of my cameras I have on UDP since the signal isn’t great and get a couple artifacts that trip it up but other than that it has been much quicker to notify and more reliable than anything in the consumer market I’ve tried so far.
I added mine to an existing compose file and was up and running in a couple minutes. I only use it for chore tracking so cant speak to the rest of it.
Yep these are a great starter I got one about a month ago for $70 with everything included to go alongside my NUC and its been fantastic with proxmox running LXC containers
If you’re buying and want it cheap this is 100% the way to go. I got an M900 to go with my NUC and it only cost $60 for one with an i7 vs $200 for a similar NUC
Yep, moved off GitHub the moment they announced it cuz I thought they were gonna pull the old Microsoft embrace extend extinguish
Why would you say something so controversial yet so brave?
I would imagine you could run into an issue like this building off an M1 or newer Mac and deploying to a Linux based env. We’ve run into a bit of an adjustment with our docker image builds where we need to set the buildarch or else it fails to deploy.
Our build times aren’t blazingly fast, typically around 4 minutes for npm/yarn build for frontend apps and loading the data to the image and any other extras like composer installs. Best time saving for us was doing a base image for all the dependency junk that we do a nightly on