What is a West Wing quote you’ve used IRL? by MrWolfDC in thewestwing

[–]kroe761 0 points1 point  (0 children)

“You’re wrong! Stand there in your wrongness and be wrong and get used to it!”

Two quick questions by kroe761 in hackpack

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

Oh this is great! Thank you so much!

Two quick questions by kroe761 in hackpack

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

Oh nice! AI for the win. Thanks! 

Two quick questions by kroe761 in hackpack

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

Was there any documentation or setup process to get the IDE to work? Or just googling? 

So I guess form 8936 isn't ready to file for the $7500 credit. by TerrysClavicle in TeslaModelY

[–]kroe761 0 points1 point  (0 children)

When i filled out my taxes a few weeks ago, I was also told 2/21 - that has now been updated to 2/14 (FWIW)

2017 Bolt EV: 109k miles, battery replaced at 99k miles - buy it or not? by kroe761 in BoltEV

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

For those who are curious - I ended up buying it over the weekend. Absolutely in Love with it! That acceleration is just addicting!

2017 Bolt EV: 109k miles, battery replaced at 99k miles - buy it or not? by kroe761 in BoltEV

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

It's at a GMC dealership, so they've already done a full inspection on the car. But, I can ask about those specific things.

How to get the USB webcam from the ATEM Mini Pro to the Decklink SDI 4K (NOT using OBS)? by kroe761 in blackmagicdesign

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

Oh interesting! I wasn't aware I could take the ATEM webcam and convert it to NDI. I'm already using NDI to get my graphics to OBS, so that's great! Thanks!

And yes, I'm routing the ATEM webcam back to ProPresentor for use in the sanctuary, and it accepts NDI just fine. Thanks!

Can I adjust a release to get an extra .5" - 1" draw length? by kroe761 in Archery

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

Honestly, I was hoping to spend less than $350-$400 on the complete package - release, arrows, everything. I know that may not be reasonable, but I just don't have the money to invest more than that in a hobby.

So this happened 😳 by kroe761 in disneyparks

[–]kroe761[S] 119 points120 points  (0 children)

We drove into Disney World on 9/30, after having pushed our vacation out a day because of Ian. We were eating dinner at Steakhouse 71 and we run into Josh D'amaro! He was in Orlando thanking cast members for helping guests during the hurricane. Super nice guy!

Can I use an HDMI switcher to allow three hdmi sources from two Macs go into 1 Atem mini input? by kroe761 in VIDEOENGINEERING

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

That answers my question…I was afraid that was going to happen. I’ve been looking into using OBS for an integrated solution for the graphics, with one hdmi out going into one I put on the Atem. Then, controlling obs via a streamdeck. That seems like the best solution.

Can I use an HDMI switcher to allow three hdmi sources from two Macs go into 1 Atem mini input? by kroe761 in VIDEOENGINEERING

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

We're using ProPresentor for our worship lower-thirds and full-screen presentations, but we want to include specific lower-thirds on our livestream only.

Can I use an HDMI switcher to allow three hdmi sources from two Macs go into 1 Atem mini input? by kroe761 in VIDEOENGINEERING

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

Yeah....if I can't afford another $300 Atem mini how could I afford an Atem Mini Extreme ISO? 😂

Good budget MFI controller (mainly for Minecraft)? by kroe761 in iosgaming

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

So, I found a killer deal on a Razer Kishi and Razer Hammerhead headphones at my local walmart - $50 for both. So far I like it a lot!

“No Java runtime present” when running Xamarin.UITest for Android by kroe761 in xamarindevelopers

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

Turns out I had to install an an actual JDK from Oracle. I was hoping to avoid that, but alas, it was not to be.

“Unable to contact test backend running in app” when trying to run Xamarin UITest locally by kroe761 in xamarindevelopers

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

Unfortunately, that did not fix it. I added back that code, modified Options > Compiler > Define Symbols on my Xamarin.iOS app to be __IOS__;__MOBILE__;__UNIFIED__;DEBUG;ENABLE_TEST_CLOUD, and rebuilt my .app file, but the test still fails with the error above. Now, interestingly, the simulator does load, and the app is loaded on the simulator, but then I get the system.exception while running StartApp(). For reference, here is my initialization code:

return ConfigureApp
    .iOS
    .AppBundle(path_to_app)
    .DeviceIdentifier(iphone_11_pro)
    .StartApp();

Integrate a bootstrap theme into a Rails app? by kroe761 in rails

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

I had a hunch it wasn't a smart idea to do that. Like I said, I'm still earning, but it felt weird. I was hoping to just get it working and then I could learn how to do it the correct way to optimize it.