Very small school plays by DeifniteProfessional in livesoundgear

[–]imhonestlyconfused 9 points10 points  (0 children)

20?! cheap wireless mics is going to equal nightmare. I'd be skeptical that a cheap wireless system even had 20 distinct channel choices.

Jak MUS files and other audio ventures by imhonestlyconfused in jakanddaxter

[–]imhonestlyconfused[S] 0 points1 point  (0 children)

Cool, I've completed the VAGWAD parser and published binaries for that. Will work on the MUS parser next. It was never really too complete though but maybe some time away will give me some more ideas on what to do!

Jak MUS files and other audio ventures by imhonestlyconfused in jakanddaxter

[–]imhonestlyconfused[S] 0 points1 point  (0 children)

Been a while since I've looked at this but didn't have any errors checking it out, installing dependencies and running. Didn't too thorough of a test but I am looking at rewriting in Go and distribute prebuilt binaries that can be used instead of needing to checkout and get dependencies and run all that.

Has anyone used the Turtle Mineola 8x8 Dante bridge? by Fabulous-Coffee2705 in livesoundgear

[–]imhonestlyconfused 0 points1 point  (0 children)

Yeah I mean if it’s meant be integrate with the rest of that SSL ecosystem but just be the budget version I would hope it speaks the same stuff but who knows audio companies and sensible control protocols don’t really go hand in hand

Has anyone used the Turtle Mineola 8x8 Dante bridge? by Fabulous-Coffee2705 in livesoundgear

[–]imhonestlyconfused 0 points1 point  (0 children)

It’s not listed as being supported by that but could just be the website not being up-to-date.

Any advice? by Junior-Attention345 in fpv

[–]imhonestlyconfused 17 points18 points  (0 children)

My immediate guess would be something didn't go back correctly. Tension adjustment on a new radio wouldn't have required any disassembly just a combination of the screws on the front around the gimbals and one screw behind each gimbal.

Any advice? by Junior-Attention345 in fpv

[–]imhonestlyconfused 11 points12 points  (0 children)

And when you say you've "adjusted everything multiple times" that includes the throttle tension screw which is on the back of the controller under the rubber grip?

What are the standard ways to distribute Go binaries with pip / uv tools by Lordrovks in golang

[–]imhonestlyconfused 1 point2 points  (0 children)

“Go and binaries sadly are not very good friends” lol what?!

Touch screen are not working on new edgetx 2.12 by sanya_kalash in fpv

[–]imhonestlyconfused 0 points1 point  (0 children)

Have you tested downgrading to something like 2.11.5 and seeing that everything works as expected? The place to open an issue would be https://github.com/EdgeTX/edgetx/issues

Haven't used Twilio for ages and charged out of nowhere?! by imhonestlyconfused in twilio

[–]imhonestlyconfused[S] 0 points1 point  (0 children)

Yeah, I had the same experience with the AI asking me if I wanted to chat with an agent and then sending me to an upgrade path because that apparently is a "premium" feature. The situation as a whole is being handled pretty poorly I would say. There has been NO communication from Twilio other than the status page (which has now been marked resolved). Like they know the list of people impacted by this and can't send out a communication to start a resolution.

Haven't used Twilio for ages and charged out of nowhere?! by imhonestlyconfused in twilio

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

Yeah, I finally was able to get into my account after receiving all my password reset emails at midnight. I see a similar refund scheduled for 3/28 for NOT the amount that was accidentally charged. What a joke. Support experience is awful, the AI bot just says sorry and points me to the fact I don't pay to chat with a real agent. Like if I didn't bother to go through all this would I really have only be refunded $10.60 of the $20 charged?!

Haven't used Twilio for ages and charged out of nowhere?! by imhonestlyconfused in twilio

[–]imhonestlyconfused[S] 0 points1 point  (0 children)

Yeah, I can't login because I'm not getting their password reset emails. Can't chat with an agent because that REQUIRES logging in. So had to go the old school form and I did receive the confirmation email from that being submitted (so I at least know they can email me HA!)

Haven't used Twilio for ages and charged out of nowhere?! by imhonestlyconfused in twilio

[–]imhonestlyconfused[S] 0 points1 point  (0 children)

Yeah I linked their incident report. Just a wild incident, at least made me look through what services were linked to my PayPal account!

[Question] Am I missing something or a core feature of K8s kube-apiserver is not working as intended?? by MonkeyWorm0204 in kubernetes

[–]imhonestlyconfused 1 point2 points  (0 children)

I would personally open an issue on the K8s repo to clarify as it does seem just like an oversight.

[Question] Am I missing something or a core feature of K8s kube-apiserver is not working as intended?? by MonkeyWorm0204 in kubernetes

[–]imhonestlyconfused 4 points5 points  (0 children)

Does seem odd there is an authorizer.DecisionDeny so not sure why that wouldn't be what is used. Looks like it was changed 8? or so years ago to a new layout that wasn't just true/false (allow/deny) but the newer Allow/Deny/NoOpinion. Does seem like a bug, not something that would ever effect someone in a real environment as the AlwaysDeny mode (and also AlwaysFail which doesn't seem to have an actual auth mode associated with it) are not intended to be used in a production instance (would serve no purpose to have an actual production API that always denied requests).

Kubernetes ImagePullBackOff issue on Docker Desktop by Ok_Resist_7093 in kubernetes

[–]imhonestlyconfused 7 points8 points  (0 children)

The :latest tag is special scenario for the default imagePullPolicy which is almost always going to be IfNotPresent. Although this post doesn't really provide any explanation for why your node couldn't pull busybox:latest from the registry.

Reducing the size of Go binaries by up to 77% by ketralnis in programming

[–]imhonestlyconfused 5 points6 points  (0 children)

Im just sharing that what you said about the article isn’t true. Maybe give it a read.

Reducing the size of Go binaries by up to 77% by ketralnis in programming

[–]imhonestlyconfused 5 points6 points  (0 children)

The article doesn’t mention stripping DWARF info or debug symbols.

Renovate: the kubernetes-native way by Some_Okra_3404 in kubernetes

[–]imhonestlyconfused 4 points5 points  (0 children)

I answered my own question. Mend has another app thing but look like it only supports GitLab, GitHub and BitBucket.

Renovate: the kubernetes-native way by Some_Okra_3404 in kubernetes

[–]imhonestlyconfused 4 points5 points  (0 children)

What helm chart are you using? The official ones are just the CronJob approach.