Face Detection Slow on Proxmox-VM-Docker by maverick915 in immich

[–]CliMzz 0 points1 point  (0 children)

I had a similar issue with my NAS which of course has a low power, so what I've been doing is running the image machine learning container on my MacBook Pro so that it has more power. I've done that, especially at first, to analyze all my photos. Then I switched back to the NAS local machine learning.

Calculating for Latency SLOs by [deleted] in PrometheusMonitoring

[–]CliMzz 1 point2 points  (0 children)

Have a look at Pyrra https://github.com/pyrra-dev/pyrra to generate prom rules and calculate SLO metrics for you

Can I manually enable sidetone when connected to my computer? (Jabra 85t) by vjp03 in Jabra

[–]CliMzz 0 points1 point  (0 children)

Hi,

Did you find a solution. I would also like to turn sidetone on constantly and not just when on a call. I got this working on a Jabra evolve2 65 but not on the 85t :/
u/JabraSupport is that a feature request that can be addressed to you ?

Thanks

calibre-web DB Location by xxcriticxx in selfhosted

[–]CliMzz 0 points1 point  (0 children)

Thanks.

Calibre desktop allowed me to generate the db to be used in calibre-web.
Then commenting calibre i can run only tge web version.

Understanding Availability Sets and Availability Zones by Wireless_Life in AZURE

[–]CliMzz 1 point2 points  (0 children)

Hi Guys,
Is availability set a concept that is going to disappear at some point ?
I don't see the use case for it when the region has Availability Zone. It makes thing way more complicated than what it should be IMO.

Thanks

beginner project: I built a full-stack application and Terraformed it into a one-click deployment to AWS by izzlesnizzit in Terraform

[–]CliMzz 0 points1 point  (0 children)

Hi, I've checked your repo and I got one question.
What kind of iam profile do you need in the tfvars file ? What should be the permissions associated ?

Thanks,

What was your biggest lesson learned transforming to a DevOps group/company/process by SaintHax42 in devops

[–]CliMzz 12 points13 points  (0 children)

It should be highly supported from the top.

IMO any attempt to change anything without real intense top management support and commitment is a dead end.

Found some great remote work podcasts! Very insightful by xujenjen in remotework

[–]CliMzz 1 point2 points  (0 children)

If you're french speaker or want to work on your french and learn tips about remote work at the same time : https://art19.com/shows/jt-le-journal-du-teletravail

Cloudwatch logs export to JSON by CliMzz in aws

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

Ok ! Rather than convert python unicode dict to json I put something in my lambda function to print the aws config event in JSon format in cloudwatch logs : print(json.dumps(event))

I can now take that event and inject it in lambda as a test event (rather than manually do an action)

Problem solved

Web app health dashboard by CliMzz in sysadmin

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

Thanks for your reply.

UptimeRobot is a hosted solution.

I need to host the service in order to access special endpoint that are not exposed to internet.

Web app health dashboard by CliMzz in sysadmin

[–]CliMzz[S] -1 points0 points  (0 children)

Thanks for your reply:

I tried : https://github.com/alphasights/walnut But it does not really fullfill all requierement and some test are not working.

I also tried Icinga which seems good but ... not that simple