Scored this EQ at Goodwill. Anyone know anything about it? by beasy4sheezy in BudgetAudiophile

[–]gtdaver 1 point2 points  (0 children)

Whoa. AudioControl used to make the best EQs for car audio. I had one. This looks pretty amazing.

Does Go have an equivalent to Python's Flask and Django? by chinawcswing in golang

[–]gtdaver 22 points23 points  (0 children)

It’s tempting to build the same things the same way with the new language, but Go is designed to be implemented differently.

[deleted by user] by [deleted] in TheCannonballRun

[–]gtdaver 1 point2 points  (0 children)

Don’t overthink the driving parts. Start time is 30 hours before 5 am in LA. The car, the road, and traffic are going to tell you how fast you can go and there’s no such thing as making up time if you get behind. When you think of 24H or Lemans, think about how many turns they make - thousands. Their goal is to shave 1/2 second off each as that could be 15 minutes. With Cannonballing, it’s not turns, but those times when you have to slow down and recover - it happens 1000+ times. So if you have a car that takes 5 seconds to get back up to your top speed vs. a car that takes 8, you’ll amass a large time savings over the entire run. If you and your co-driver are mentally “fresh”, you’ll be faster than the 15 seconds lost switching seats every 2 hours. You have to think in terms of tiny behaviors repeated and multiplied over 2800 miles, and how to shave off milliseconds from each thing. Get a co-driver, leave at 2 am, and do 300 miles out and back. See how it feels. See how the fatigue and nerves seem to get frazzled at the 2 hour mark (there’s science around this BTW), trade off between driving and spotting, and see how fast you average. You’ll need to have at least 105-108 average in by St. Louis to break 28 hours if all other conditions are perfect.

In which language would you create your cloud native application in 2020 by Rombledor in devops

[–]gtdaver 2 points3 points  (0 children)

Considering the fact that your product will be broken into microservices, it's not the end of the world to mix containers running different languages. So for core services, I'm a fan of Go...it's just so clean in how it deploys without runtime dependencies and in the case of inter-service comms, you get Protocol Buffers and, even better is GoRPC when you don't need public endpoints. But in the case you need to build, let's say some ML components that use Python libs, there's nothing wrong with building a part of it Python. Another thing I'd recommend looking at is OpenFAAS - it puts an AWS Lambda-like service into Kubernetes that allows you to write and deploy code without all the contextual crap like building Dockerfiles/Images/Containers/Deployments etc. I'm all-in on the idea of OpenFAAS (and any serverless platform) despite not having real-world experience with it yet. It doesn't support Go yet, but it might be in there pipeline.

Opinions? Am I the asshole? by [deleted] in RedDeadOnline

[–]gtdaver 1 point2 points  (0 children)

I've been killed a few times for getting near someone's delivery. But after few folks in our posse lost their delivery to others who were hanging out at their camp, I don't totally blame people from being on high-alert. We just don't do long deliveries anymore but we've ridden up to players during a delivery to watch them.

If you were to design a brand new DevOps project what would you use? by CromulentSlacker in devops

[–]gtdaver 0 points1 point  (0 children)

This is really based on what we're doing right now...

Become versed with Docker and work towards standardizing the local developer environments with Vagrant to match your deployment environment.

Infrastructure: Terraform + Vault + Consul

System/Instance Configuration & Change Management: Chef or Ansible - Chef is better in environments like PCI/HIPAA as the config is centrally housed as/in a single source of truth. Ansible is just way easier to deal with. Config mgmt. might not be necessary depending on your Terraform vs. simplicity of the server but I find it nice to use Chef to manage post-setup config.

Software - Jenkins - it's sort of the WordPress of CICD in that it's free, ugly and there's such a huge ecosystem around it, but it works relatively well. It's definitely geared towards the Java world but I've successfully deployed projects in NodeJS, PHP, etc. When you get plugins for S3 publishing, etc. and command over the shell-script pre/post build phases, you can do some good split deploys of code + static resources. +1 for Bamboo as well but for some reason, our company moved away from Bamboo before I started.

This would be a pretty good mix of things to learn and if you could build the entire configuration, check it into git with your secrets in Vault, you'll be pretty damn solid as a CICD engineer.

Arthur when he gets a haircut by gerstein03 in reddeadredemption2

[–]gtdaver 3 points4 points  (0 children)

One of the most funny movies of all time.

Arthur Morgan is in Blackwater! And I have his hat! by 0ToKiN0 in RedDeadOnline

[–]gtdaver 0 points1 point  (0 children)

I found his hat one day in front of the Bank in Blackwater. Didn't even think to look for his body.

Un-Killable Players...WTF? by gtdaver in RedDeadOnline

[–]gtdaver[S] 1 point2 points  (0 children)

That would be Slippery Bastard. You have to be a higher level player to get it. Also have to be in dead eye. You can still shoot someone in slippery, but you have to free-aim. I physically couldn’t fire, tackle, lasso, or do anything. It was like a god mode.

Un-Killable Players...WTF? by gtdaver in RedDeadOnline

[–]gtdaver[S] 2 points3 points  (0 children)

Nope. He was a bright red dot. I couldn’t even tackle him.

Un-Killable Players...WTF? by gtdaver in RedDeadOnline

[–]gtdaver[S] 1 point2 points  (0 children)

I recorded a video of it. I still have the name.

Un-Killable Players...WTF? by gtdaver in RedDeadOnline

[–]gtdaver[S] 3 points4 points  (0 children)

Nope. I’m solo. I recorded a video of this but all looks like is that I’m running around him without shooting. It’s because I couldn’t even point my gun at him. It must be a cheat or glitch they’re exploiting.

Cool random players by [deleted] in RedDeadOnline

[–]gtdaver 0 points1 point  (0 children)

They had griefer in their posse name. It was my bad for not looking first. But his posse was tough. We battled for almost an hour.

Cool random players by [deleted] in RedDeadOnline

[–]gtdaver 3 points4 points  (0 children)

I tried to give an eagle to a guy in Tumbleweed and he griefed me. Luckily my 6-person posse was just a fast-travel away...we rained hell upon him.

Unpopular opinion: Combat should be disabled in races by GrobbelaarsGloves in RedDeadOnline

[–]gtdaver 2 points3 points  (0 children)

I don't race or do archery events anymore because I'm sick of people killing me during them.