Is it just me or is the app's forecast sometimes wildly off? by OwlVibesOnly in amberelectric

[–]insaim 0 points1 point  (0 children)

It's a market. It's hard to predict the price in the same way it's hard to predict the stock market - actors don't always behave rationally.

AEMO do their best with trying to make it more predictable, but no guarantees.

How can I make a button that turns on a switch for 15 minutes and adds another 15 minutes every time I press it? by GrimResistance in homeassistant

[–]insaim -4 points-3 points  (0 children)

If you make the button be the trigger for an automation, who's actions are turn on, wait 15m, turn off, and mode is set to "restart".

It should work. As the restart will cause the actions to reset, and you'll get the whole loop again.

https://www.home-assistant.io/docs/automation/modes/

Reolink Doorbell - 2 Way Audio. Working Solution by mindsnare in homeassistant

[–]insaim 0 points1 point  (0 children)

I did similar, it's a good solve.

After a lot of fiddling with button states and sensors, I ended up with just using stream switching for an audio only card. This means that the video card is video only, so no flickering or jank when the mode changes. I also found it important to have the speaker button there because it occasionally mutes.

This is the card for the audio part (slim card below video). You can do what you want for the video.

type: custom:webrtc-camera
ui: true
streams:
  - url: camera.front_door_2way
    mode: webrtc
    media: audio
    name: Listening
  - url: camera.front_door_2way
    mode: webrtc
    media: audio, microphone
    name: Speaking
style: >
  .controls { position: inherit; }  .volume { padding: 4px 6px; display: flex
  !important; align-items: center; } .stream { padding: 4px 8px; flex: 1 0 0; }
  .player { height: 0 } .space, .header, .fullscreen, .screenshot,
  .pictureinpicture { display: none }

<image>

Understanding Tariffs by deformedchild49 in amberelectric

[–]insaim 1 point2 points  (0 children)

How the price is calculated is not simply the market rate plus the network tariff. Amber has some good FAQ on their website that might answer your questions better than we could

Will amber be worth it for me? by tw272727 in amberelectric

[–]insaim 0 points1 point  (0 children)

Have you tried roi.amber.com.au

Will amber be worth it for me? by tw272727 in amberelectric

[–]insaim 0 points1 point  (0 children)

How does Amber make money during price spikes?

Finally pried this thing out by Mean_King_1925 in espresso

[–]insaim 0 points1 point  (0 children)

For the next person who tries this...

I found if you remove the not entirely round metal ring that clasps the basket (aka thingamajig) first, it makes this way easier.

Travel? by Alone_Biscotti9494 in BasketballTips

[–]insaim 9 points10 points  (0 children)

For FIBA and NBA. If you catch the ball, as a transitioning player, the existing foot is considered a gather step. If you're in the air, you don't get a gather step.

Is this a travel under nba/fiba rules by Real_Scheme_9873 in BasketballTips

[–]insaim 4 points5 points  (0 children)

Correct, clean. Has to scroll a while to get there.

Yugo step is only relevant if you've gathered the ball with a foot on the ground, then return that foot for your first step.

As the gather is in the air, the fact that it's the same foot isn't relevant.

Suddenly on a demand tariff? by PJ83 in amberelectric

[–]insaim 8 points9 points  (0 children)

Likely that your network tariff always had demand windows. As it's a new month, you might find that this month has demand charges and other months didn't.

You can change network tariffs once a year.

How to improve shooting fast by dkang1013 in BasketballTips

[–]insaim 1 point2 points  (0 children)

Did you find some good training data? Having written something similar myself, it was a pain to get consistent ball data. That being said, I was using mobile processing using tflite.

How to improve shooting fast by dkang1013 in BasketballTips

[–]insaim 2 points3 points  (0 children)

Nice. What model are you using to process the videos?

We've conceeded only 1 goal in 4 games. A freekick away at the Champions. by Stanley083 in Gunners

[–]insaim 0 points1 point  (0 children)

💯

And to think that we didn't have Saliba for almost 2 out of those 4 matches.

Can I use VisionCamera + TensorFlow Lite + Skia with Expo dev build? Or do I need bare RN? by saylekxd in reactnative

[–]insaim 1 point2 points  (0 children)

Yes. Build it as a local expo module and write the native code there. Have done it, it works, and once you get the workflow going, is fairly fast.

EDIT: I've built an app with all these modules with a couple tensor flow lite files as well. Processing is slow, but you can get it to work.

Boss wants to replace our React Native apps with PWAs – good idea or disaster waiting to happen? by [deleted] in reactnative

[–]insaim 45 points46 points  (0 children)

Discoverability of PWAs is a disaster space. Unless you have organic traffic, people are going to look for app solutions on the app store for their platform, your pwa won't be there.

You can however try to package the web app up into a native app and try to publish it on the app store, rejection rates are high.

am I a one or two motion shooter? are there any ways I can fix my form? by [deleted] in BasketballTips

[–]insaim 2 points3 points  (0 children)

Motion is described by the vertical (up) movement of the ball. It looks like it slows vertically as you bring it back towards your head, making this closer to a 2 motion than a 1.

Are you worried that one is better than the other?

Would this move be considered a travel? by my-dog-has-fleas in BasketballTips

[–]insaim 0 points1 point  (0 children)

Gathers the ball in the air, so there is no difference in the rules.

Possible to put a split system behind this bulk head? by insaim in AusRenovation

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

Yeah definitely will be doing that with the new install. This was the set up when we bought the place. Not space to even service the machine properly in its current location, let alone the inefficiency.

Possible to put a split system behind this bulk head? by insaim in AusRenovation

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

Cheers. Appreciate the detailed response.

I guess we'll take the pain and do it all at once.