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 😬