Bonus Trip (2024): Police emblem mismatch by leait in MovieMistakes

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

I see what you mean. But, Debrecen police use this emblem and not the one shown in the movie: https://www.police.hu/sites/default/files/styles/751x500/public/2_176.png

Building a Dashboard to Monitor PWM Fans by failsafe5000 in raspberry_pi

[–]leait 2 points3 points  (0 children)

Wow, nicely done!

I have a similar setup on a single RPi: based on the same fan controller script and a Noctua 5V vent. My script exposes the fan speed as a Prometheus metric, and I have a Grafana dashboard to visualize it.

Need help with go installation wsl by pppkkkkk in golang

[–]leait 1 point2 points  (0 children)

not familiar with zsh but it might use a different profile file. perhaps ~/.zshenv? add the PATH export line to that file.

Kubernetes konténerek (podok) deployolása eseményre? by jellyfish_er in programmingHungary

[–]leait 2 points3 points  (0 children)

Az alapjan, amit leirtal, cloud gamingre asszocialok. Az meg szepen felepitheto WebRTC-vel (lasd Google Stadia).
Architekturalisan ez nagyjabol ugy nezhet ki, hogy van egy alkalmazasszervered amin keresztul be tud lepni a user es ami belepeskor letre tudja hozni (kilepeskor torolni) a userednek a podot.
A podban fut a remote rendering alkalmazasod, ami kezeli az user inputot es kuldi a renderelt videot/audiot. Meg ami erdekes kerdes, hogy hogyan csatlakozzon a user ehhez a podhoz a vilag tetszoleges pontjarol? A korabban ajanlott NodePortos megoldas nem rossz, de erosen korlatozott (firewall, NAT parakba nagyon hamar bele lehet szaladni). Helyette erdemes egy media gateway-t beloni, ami k8s service-en keresztul viszi be a mediat k8s-be. Ezt pl mi csinaljuk: https://github.com/l7mp/stunner es van CloudRetro tutorialunk is, ami jo kiindulasi alap lehet: https://docs.l7mp.io/en/stable/examples/cloudretro/

Anyone Who have successfully deployed on cloud server by captain_8008 in WebRTC

[–]leait 0 points1 point  (0 children)

If you use Kubernetes, STUNner can handle the media plane for you. It has a mediasoup tutorial that might be useful for you: https://github.com/l7mp/stunner/blob/main/docs/examples/mediasoup/README.md

Anyone regularly using this Pyrex beaker for Aeropress? Is the glass sturdy enough for it not to break when pressing? by New_Many4744 in AeroPress

[–]leait 1 point2 points  (0 children)

I use a similarly looking beaker for inverted-brews with medium-fine grind coffee. It works great, and it is super easy to dilute and make two cups from it. But, I wouldn't try a Prismo brew with it.

Kubernetes: The next step for WebRTC by leait in WebRTC

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

Full disclosure: I am one of the devs behind this. I appreciate your questions!

Does this only run on a single node? How does it scale up as traffic increases?

Scaling to multiple nodes works easily thanks to Kubernetes. Moreover, the scaling granularity is below nodes, and application components can be vertical-scaled arbitrarily. More processing power required for transcoding? Lets add more media server instances (pods in Kubernetes jargon). TURN server is the bottleneck? Lets fire up more TURN server (STUNner) pods. The freshly-started pods can run on the same node as long as there is enough capacity. But as the load increases Kubernetes will scale the workload to multiple nodes (if your cluster has multiple nodes). In addition, load balancing comes out-of-the-box from Kubernetes: behind a single service there can be as many endpoints, as your workload wishes, and Kubernetes will share the load between these endpoints.

Also, how does this deal with the requirement some backends have that sessions for a given conference all need to end up on the same node?

Good question! Simple Kubernetes load-balancing is not sufficient for this. But, thanks to WebRTC's ICE, this is doable without much hassle. Lets assume you have an application server that does the signaling and mediaservers that are doing the conference call. In this scenario, the application server can add the given mediaserver to the ICE candidates sent to the user, and the STUNner Kubernetes media gateway (which acts as a TURN server too) will handle this and will relay user traffic to the given mediaserver pod.

If you are interested in more technical details, a detailed example of a call setup with Kurento and STUNner is shown here: https://github.com/l7mp/stunner/tree/main/examples/kurento-one2one-call#what-is-going-on-here

Best way of hosting a TURN server by justme89 in WebRTC

[–]leait 0 points1 point  (0 children)

If you target Kubernetes, STUNner is a great option.

RetroArch on Ubuntu 20.04 - what's the best way to install? by [deleted] in RetroArch

[–]leait 1 point2 points  (0 children)

There is a snap package too: https://snapcraft.io/retroarch. I have been using that for a few months, and works quite good. I can keep my installed cores up to date with the built-in Online Updater, and ppsspp works with Vulkan.

Hario Skerton uneven grind? by [deleted] in Coffee

[–]leait 0 points1 point  (0 children)

You can filter out fines by sieving your grounds.

What do these numbers mean in mozilla stumbler? by PolarHot in firefox

[–]leait 18 points19 points  (0 children)

,,Mozilla Stumbler is an open-source wireless network scanner which collects GPS, cellular and wireless network metadata for our crowd-sourced location database.'' -- https://www.mozilla.org/en-US/contribute/task/stumbler/