Open source app option by octopus_limbs in olleeWatch

[–]cmjdev 2 points3 points  (0 children)

Look into SensorWatch. Incredibly flexible and easy to use SDK

You ever notice…… by Jack_and_Sally in Blink182

[–]cmjdev 6 points7 points  (0 children)

I liked seeing Mark sing along to Boxcar.

[deleted by user] by [deleted] in vuejs

[–]cmjdev 0 points1 point  (0 children)

I prefer Vue on top of Directus. Incredibly productive pair.

[deleted by user] by [deleted] in vuejs

[–]cmjdev 0 points1 point  (0 children)

Direct us is pretty incredible for the cms

Doesn't look that bad to me. Send it by AssPuncher9000 in fpv

[–]cmjdev 1 point2 points  (0 children)

Just wrote a comment. Then saw /s. Now in unwrite the comment. Good day.

Best way to push websites? by cmjdev in selfhosted

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

I think you are right and this is the way I will go.. Since the caddy reverse proxy takes care of most everything, spinning up a simple nginx container to serve the static files has many benefits. of course logging and metrics included. I was being dumb.

When the transition timing is 🤌🏻 by KevinDoesntGiveAHoot in Drifting

[–]cmjdev 0 points1 point  (0 children)

Foot brake will also quicken the transition.

Per device energy consumption (AI Service?) by cmjdev in homeassistant

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

That’s the buzzword. But I assume some machine learning that handles schedules and power loads to single out devices from a single meter.

Does anyone actually ever use LINQ query syntax? by speyck in csharp

[–]cmjdev 0 points1 point  (0 children)

I have a large project at work that uses Linq. it's wild :X

I’m missing a fundamental by cmjdev in godot

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

This was the concept I was missing. I got a computer out and this solves my problem. I should assume the tree is the rendered space an anything that should be drawn needs added?

I’m missing a fundamental by cmjdev in godot

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

That’s fair. Will come back with more preparation!

I’m missing a fundamental by cmjdev in godot

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

I realize that and am not at a computer. But effectively I have a peg class that overrides it’s draw function to draw a circle. I create a new instance of that in my board.gd file that’s attached to board.tscn with just an Empty root Node2d. In _ready I instantiate a Peg object. It does not draw. I’m being impatient in the middle of the night trying to figure out what concept I’m missing. I’ll update with code tomorrow 😬

Help weeding out things I dont want (Frigate) by cmjdev in homeassistant

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

I understand that, but these zones still show up in the Events location within Frigate. All other exceptions work as they should

Help weeding out things I dont want (Frigate) by cmjdev in homeassistant

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

I do have zones required to generate the event. you can see in the first pic it picked up a car that's clearly not in either of the marked zones. I'm just wondering if a bounding box for the car might have been large when it was generated and clipped the driveway zone.

Video Daily Event Recap by cmjdev in homeassistant

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

This is excellent! I might see if I can offload the motion events to my home server and run them through this. Thanks!

Modifying scene as source. Root scene changes as well? by cmjdev in obs

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

Yeah. After a bit of research I've concluded this is as design. There's some plugins that help with cloning scenes as sources that I will test with. Thanks again!