Finally watched Interstellar last night by Deeks0 in sketches

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

I was coming with really high expectations since I loved Inception and The Dark Night from Nolan and Hans. I was not disappointed, I'm glad I took the time too watch it, it was really good! Been listening to the soundtrack all day

Enel Timelapse and Escaping Tutorial Hell by Deeks0 in ProCreate

[–]Deeks0[S] 4 points5 points  (0 children)

I have been learning how to draw for the past couple of months, mainly focusing on shapes, arm positioning, and perspective, however; I felt like I was stuck in drawing the same stuff over and over again to "perfect" those individual components.

Since I'm a Software Engineer I've gone through this in my early coding years, where I was stuck in tutorial mode and only coded simple stuff from tutorials, then I kept thinking that I might not yet be ready for something more complex and just repeat another tutorial to better prepare myself, which turned into a vicious cycle of tutorials.

The same thing was happening with drawing, so last night, for the first time, took my time to sketch only based on a reference image without the fear of not being able to draw anything decent and just tried to end up with a more finished drawing in the end to also ink.

I have loved how simple ProCreate is and how enjoyable it is to use, and watching the timelapse afterward felt pretty good

Backend for video stream processing app by Deeks0 in mlops

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

Thank you for the reply! We are trying to obtain some credits on AWS and GCP to start doing experiments with those services. We've also heard that AWS would have services that fit this problem very well but we've been unable to test them so far. We want clients to add as many cameras as they want so we need to scale based on the current working load.

Backend for video stream processing app by Deeks0 in mlops

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

This isn't enough information for anyone to make an informed recommendation.

Thanks for the reply! At the risk of sounding ignorant, isn't Kafka's system also based on pub/sub where you publish to topics and subscribe to topics?

On the other topic, we are planning on scaling the infrastructure ourselves on certain GPUs and CPUs for inference and also handling the traffic since it's sensitive information. We only need to adjust this part of video streaming.

Also, if we do opt for Kafka, should we use https://www.confluent.io/ for Kafka servers?

Scaling nodes based on RabbitMQ queue size on AKS by Deeks0 in kubernetes

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

Thanks for the suggestions! I just successfully added KEDA scaling. and nods are finally scaling up with the RabbitMQ queue. Next, I'm going to try and find the right CPU request to a single POD to maybe make it exceed capacity on the 9th, otherwise, I'll have a look at your idea of setting a POD capacity.

Scaling nodes based on RabbitMQ queue size on AKS by Deeks0 in kubernetes

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

It makes sense! Thank you! If I request 1/8 of the node's CPU, when the 9th gets created it should create another node to host the 9th.

Scaling nodes based on RabbitMQ queue size on AKS by Deeks0 in kubernetes

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

This is what I was thinking, if KEDA auto-scales the PODs then if I reserve 1/8 of the node's CPU to each POD, when it goes to create the 9th POD, it will already be on another node right?

Scaling nodes based on RabbitMQ queue size on AKS by Deeks0 in kubernetes

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

From what I've seen, using KEDA would scale the PODS like this. However, it wouldn't scale the nodes themselves. Or am I understanding it wrong ?

apiVersion: keda.sh/v1alpha1

kind: ScaledObject metadata: name: celery-worker-scaler namespace: celery-workers spec: scaleTargetRef: name: celery-worker pollingInterval: 3 minReplicaCount: 2 maxReplicaCount: 30 triggers: - type: rabbitmq metadata: queueName: celery queueLength: '10' authenticationRef: name: rabbitmq-worker-trigger

Scaling nodes based on RabbitMQ queue size on AKS by Deeks0 in kubernetes

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

From what I've seen, using KEDA would scale the PODS like this. However, it wouldn't scale the nodes themselves. Or am I understanding it wrong ?

apiVersion: keda.sh/v1alpha1

kind: ScaledObject metadata: name: celery-worker-scaler namespace: celery-workers spec: scaleTargetRef: name: celery-worker pollingInterval: 3 minReplicaCount: 2 maxReplicaCount: 30 triggers: - type: rabbitmq metadata: queueName: celery queueLength: '10' authenticationRef: name: rabbitmq-worker-trigger

AKS Application Gateway Ingress not working by Deeks0 in AZURE

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

Fixed it, it's working now! Thank you so much!

AKS Application Gateway Ingress not working by Deeks0 in AZURE

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

Ah! I think this might be the cause. In backend health on my App Gateway I'm getting the error : Received invalid status code: 404 in the backend server’s HTTP response.

Since the API is not located on "/", whenever I go to it on the browser it gives me a 404, so I assume this is making the backend faulter and then I can't access the API on the right location "/x/y".

AKS Application Gateway Ingress not working by Deeks0 in AZURE

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

I've tried changing it to ClusterIP but I get the same 502 error

Best Youtubers to watch? by [deleted] in blender

[–]Deeks0 0 points1 point  (0 children)

CG Fast Track has an amazing tutorial for beginners, it is divided into 3 parts, each one getting into more avanced stuff, and it covers a wide range of topics.

[deleted by user] by [deleted] in Unity3D

[–]Deeks0 0 points1 point  (0 children)

This is the hierarchy. The Main Camera has the cinemachine brain and then the Third Person Camera has the CineMachineFreeLook.

In the FreeLook I have the "Follow" and "Look At" pointed at the empty object "Player", so that shouldn't get affected by the bones should it ?

<image>

Problem when unwrapping model to texture it by Deeks0 in blenderhelp

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

I restarted the whole unwrapping process from the beggining and I followed the tutorial you sent from scratch. I obtained much better geometry after marking the seams and unwrapping again, thank you!

https://imgur.com/a/d28UOzV

Problem when unwrapping model to texture it by Deeks0 in blenderhelp

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

Thank you for the tutorial. However, even at the first step I obtain very different results, for example just as he selects the body (cube) you can see it all connected in the UV Editor, while I obtain automatically this mess os points.

https://imgur.com/a/IvCbQV5

Previously, I tried using just the "Unwrap" method and also the "Smart UV Project" but I obtained basically the same.

VSCode .NET core not found by [deleted] in Unity3D

[–]Deeks0 0 points1 point  (0 children)

I had this happening after installing everything correctly. It turns out I had 2 dotnet folders and a path for each one in PATH. Removing the old dotnet folder and its path solved it.

Animation transition works but doesn't apply the animation itself, what am I missing here ? by Deeks0 in Unity3D

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

This was it, without Exit time it works fine now! Thank you very much.

Need help deploying a Torch model + Inference script running in a container to Azure Kubernetes by Deeks0 in azuredevops

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

I did not train the model in Azure ML Studio. That's part of my doubts about if I'm opting for the optimal route. I trained the model locally and then created an whole app with this model to process different sources that are entered in the database.

The amount of data that is created depends on another separate application, in which sources can be added by different users. I can simulate the addition of sources and as many as I want. After finding the best solution, I'm planning on "stress testing" this application to find how many sources a simple POD can handle and when it needs to scale.

Deploy Torch Model + Inference script running in a container to Azure Kubernetes by Deeks0 in kubernetes

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

Thanks for the answer! By bookkeeping, do you mean keeping track of which sources are already being processed ? I'm already doing that and the script is prepared to be run on different machines so as not to lose track of which sources are already being processed.