deleted by creator
deleted by creator
Any chance you’d be willing to share playbooks or point me toward any resources you used?
I use Ansible to manage config across all my workstations/servers but I haven’t gotten around to automating log shipping yet or aggregating system metrics.
The five node limit is a dealbreaker for me too. I’m also annoyed the free version doesn’t have any real built in options to secure data by default. I followed a TechnoTim tutorial to get the NetData/Prometheus/Grafana stuff setup but it was too limited and required too much manual effort.
I’m in a pretty bad fucking mood but I kind of figured that was more my problem.
Maybe next time they’ll lose by even less! That’s about the best progress I can hope for in this country in my lifetime.
No one here is mentioning that Crysis released right when single core processors were maxing out their clock speed while dual and quad core processors were basically brand new. It wasn’t obvious to software developers that we wouldn’t have 12GHz processors in a couple years. Instead, the entire industry would shift direction to add more cores to boost performance rather than sizing up each core.
So a big bottleneck for Crysis was that it would max out single core performance on every PC for years because single core clock speed didn’t improve very much after that point.
A couple of multi-millionaires would pay you to stop and then you’d implode.
Still a net win for everyone else though, I support this.
I’d take it. Truly mastering any single skill is almost certainly beyond my ability anyway.
I’m only okay at some things so being okay at all things is a total win.
This breaks things like Whoogle that used the JavaScript-less api to pull search results.
I do not know who I am. I do not know why I am here. All I know is that I must kill.
I was a teenage boy at the time so I was an asshole about everything. The trumpet was just one tool in my arsenal of ways to bother people.
I played trumpet but I was a real asshole about it so this feels justified.
Mostly infrastructure as code with folks installing software natively on their windows host (terraform, ansible, powershell modules, but we also do some NPM stuff too). I’m trying to get people used to running a container instead of installing things on their host so I don’t have to chase people down when they run commands using the wrong version or something.
I’ve been really trying to push for more usage of dev containers at my org. I deal with so much hassle helping people install dependencies and deal with bizarre environment issues. And then doing it all over again every time there is turnover or someone gets a new laptop. We’re an Ops team though so it’s a real struggle to add the additional complexity of running and troubleshooting containers on top of mostly new dev concepts anyway.
To deploy a docker container to a Windows host you first need to install a Linux virtual machine (via WSL which is using Hyper-V under the hood).
It’s basically the same process for FreeBSD (minus the optimizations), right?
Containers still need to match the host OS/architecture they are just sandboxed and layer in their own dependencies separate from the host.
But yeah you can’t run them directly. Same for Windows except I guess there are actual windows docker containers that don’t require WSL but if people actually use those it’d be news to me.
Every other game storefront has been like “But Valve doesn’t even do anything! We’ll cut them out and then we’ll make so much more money!” And then they force you over to their own garbage storefront that has none of the features of Steam, has a smaller selection of games and demands equal space in your system tray at all times.
It’s kind of wild how much Microsoft failed to capitalize on PC gaming over the last 20 years. Arguably PC Gaming has thrived in spite of them, not because of them.
Valve was smart to understand how Microsoft could threaten their business model but it barely mattered considering how many rakes Microsoft stepped on over the years. Don’t even get me started on Games For Windows Live.
I learned to write scripts on Windows Powershell and got spoiled by everything being an object so when I started writing bash scripts I think 90% of the work is trying to parse the raw text output of commands with things like awk or sed.
Guys will see this and just be like “Hell yeah.”
Windows can still be made into a tolerable usable OS, but it basically requires a minimum of 20 years of knowledge about where the legacy control panels, settings, and secret reg keys are hidden. Every new version obfuscates them even more and yet they are no closer to feature parity with the ‘modern’ control panels that barely work at all.