This is how I would describe my experience. Sometimes it’s crunch time and most of the time it’s fuck around time. After crunch time I always throw a tantrum about how if we only bothered with planning we could largely avoid it.
This is how I would describe my experience. Sometimes it’s crunch time and most of the time it’s fuck around time. After crunch time I always throw a tantrum about how if we only bothered with planning we could largely avoid it.
Most people shouldn’t self host. It’s a hobby for people who want to do it, and there are benefits, but spending 3 hours on a weekend fixing stuff is not how most people wish to spend their time. Furthermore, it’s not a good use of most people’s time. We split labor up into specialties, forcing people to do work outside their specialty causes pointless inefficiency. I agree with what other commenters have said in that a better approach would be to have more small businesses hosting federated together, and anyone not inclined to self host should just purchase service through one of those many small providers instead.
I use it to describe a variety of things, but usually it’s related to servers not being able to handle load rather than an outright crash, but I’m not strict about it. Laos balancer failures could be it, could also just be that something was really I efficient but wasn’t noticed until it went into production.
sudoedit copies a file to a temp directory, invokes $EDITOR with that temp file, and after the editor process exits, it copies the file back to overwrite the original. This way you get your user preferred and configured editor, but it doesn’t have any elevated privileges.
As far as I know there is only one SSD model that meets my criteria (Samsung 870 QVO 8TB), and at $520 right now so I’ve decided it’s best to wait. I’d like it to be quieter but not so badly as to spend $1k on it (need two).
How noisy are these? I have a pair of shucked WD drives that should be equivalent to reds, and they’re pretty noisy in my otherwise quiet home office. Given they’re only 8TB, upgrading them to SSDs for full silence is something in considering as soon as the pricing and availability permits.
I’m learning swift and I actually just discovered ??
today. Am I missing out in other languages?
Oh I see, I misunderstood your comment.
No pro and air models use the same chassis.
Add the Logitech unifying receiver to this list. It cuts out constantly with the dock model most people use at my work, and I have to put it on a dongle or extension cable to fix it.
I use rectangle for window snapping. It supports basic side snapping, more advanced layouts, and configurable keyboard bindings. It’s open source and you can install it from their website, it’s just a .app. I think I installed it via brew cask but that was just because it’s convenient.
Out of curiosity, what are some use cases that would fit this criteria? VMs and containers are very capable and it’s much easier to debug a failed VM than a failed piece of hardware.
As a person who has been managing Linux servers for about a decade now, trust me that a few hours or days of learning docker now will save you weeks if not months in the future. Docker makes managing servers and dealing with updates trivial and predictable. Setting everything up in docker compose makes it easy to recover if something fails, it’s it’s self documenting because you can quickly see exactly how your applications are configured and running.