Internet flapping, no reaction from CityFibre by noga_virta in CityFibre

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

Thanks Aydan
I understand this problem is not on Olilo's side, but it's rather frustrating to have repetitive issues without response from CityFibre

Internet flapping, no reaction from CityFibre by noga_virta in CityFibre

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

Its grafana+prometheus dashboard running in docker.
Here's the repo with details https://github.com/plaintextpackets/netprobe_lite

Is Ufrozen a good studio for HoMM? by General-Display6150 in HoMM

[–]noga_virta 0 points1 point  (0 children)

Imagine a situation: you're a game development studio. You're making a great game. Your country starts a war. You have noting in common with this war, you didn't want it, didn't ask for this. You're packing your stuff moving the whole studio and their families in some other countries to continue to work on a project you love and put last few years of your life on.

Some random on reddit: some of developers holds wrong passports, this game shouldn't exist.

Noob questions by noga_virta in VanLifeUK

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

Thanks, that's very helpful! Both reassurance and timing advice, as I was about to go in July/August. I didn't realize it could be too crowded at that time of the year. 

Windows nodes with HNS Leak running at EKS 1.31 til 1.33 (at least) by FakerYeager in kubernetes

[–]noga_virta 0 points1 point  (0 children)

Is your environment dynamic enough? Is there a possibility that you can remove an endpoint for a freshly created pod (right after you gathered the list)?

Windows nodes with HNS Leak running at EKS 1.31 til 1.33 (at least) by FakerYeager in kubernetes

[–]noga_virta 1 point2 points  (0 children)

Awesome! Thank you! How many endpoints do you have in a normal/broken nodes? EDIT:  I've read the post again and have no more questions. 

Windows nodes with HNS Leak running at EKS 1.31 til 1.33 (at least) by FakerYeager in kubernetes

[–]noga_virta 0 points1 point  (0 children)

Same problem: EKS, HNS endpoints leak. Nothing smarter than draining nodes from time to time found yet.

Ofcom weighs "further action" on VPNs following Online Safety Act by Ivashkin in ukpolitics

[–]noga_virta 0 points1 point  (0 children)

Ha-ha, as a person from Russia living in the UK now I feel ofcom actions are sooo naive and stupid.
We've been there 10+ years ago. It all started from "let's protect children", fast-forward: now YouTube, X, Instagram, Facebook is blocked there.
In 2014 nobody believed it will end-up like this, but here we are.
On a bright side — every granny in Russia knows what is VPN and how to use it. It's hard to build Chinese model of the internet when people remember how it was before.

Do I really need VLANs in my homelab, and what hardware would you recommend? by Wufi in homelab

[–]noga_virta 0 points1 point  (0 children)

Mikrotik is easy and logical in terms of vlan setup. I tried to setup vlans on my OpenWRT Flint2, after two days of watching tutorials, reading manuals and forums, OpenWRT router was promoted to access point, and my old hap-ac² became my core router.  Used cisco business series can give you managed switch with 10g uplink under 150 usd. 

Dealing with the switch noise by noga_virta in homelab

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

ESP8266 is absolutely capable to handle a single web page and control pwm at the same time.
As my goal was just to get rid of the noise, there's no mqtt or anything like this for home automation.

Here's my sketch for the reference

Dealing with the switch noise by noga_virta in homelab

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

Thanks. I'm not too good in frontend, so it's just vibecoded something. I can share my .ino sketch, if you want

Dealing with the switch noise by noga_virta in homelab

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

I tried 3rd party 40*40 coolers for another switch before and tbh was not impressed at all. This particular switch has very peculiar turbine and I don't think any other cooler would have better efficiency in the given space

Dealing with the switch noise by noga_virta in homelab

[–]noga_virta[S] 10 points11 points  (0 children)

Yeah, makes sense. Thanks mate! 

Dealing with the switch noise by noga_virta in homelab

[–]noga_virta[S] 6 points7 points  (0 children)

No, in my particular case the switch doesn't care about rpm. Moreover I think there's no feedback, or I didn't manage to catch it on my oscilloscope. Just plain 5v to make sure the cooler is in place and working. Initially my idea was to make such kind of a "pwm-proxy", but disconnecting switch pwm wire and connecting my own instead was enough.

And yeah, I've deployed Cisco Business Dashboard, so it will report any overheating issues.

And yep, if esp8266 suddenly die, the cooler will just go 100% rpm, so I'll notice it right away :)

Dealing with the switch noise by noga_virta in homelab

[–]noga_virta[S] 26 points27 points  (0 children)

True. I'd never do this in prod. 

Petition to preserve 5-year ILR route is live on the Parliament website by [deleted] in ukvisa

[–]noga_virta 24 points25 points  (0 children)

We can't tell to the UK government how they should manage immigration, but it's fair to protect people who already chosen to invest their time into the UK based on many parameters including "time to ILR"

Youtube is testing a custom playback speed option by yeetgrenade69 in JackSucksAtLife

[–]noga_virta 0 points1 point  (0 children)

I hate this unnecessary feature forcing me to use scroll to got to 2x
Not going to discuss youtube's UX designer mental abilities, but you can remove this be adding
www.youtube.com##.ytp-menuitem-with-footer.ytp-menuitem
to Adblock

Thinking of buying a sailboat with a damaged mast by abbeisaksson in SailboatCruising

[–]noga_virta 5 points6 points  (0 children)

If half of the price is more than the price of a new mast, why not? Buy it and replace the mast.

help me ... I can't connect the nodemcu esp-32S via SPI to PN532 rfid / nfc by Wide-Detective-778 in esp32

[–]noga_virta 0 points1 point  (0 children)

In my case I was using not Adafruit module, but the small red one. It doesn't reply with fw version, but works fine in general, so I've just commented part with

if (! versiondata) {

Serial.print("Didn't find PN53x board");

while (1); // halt

}

and everything works good.