popcorp
@popcorp@discuss.tchncs.de
- Comment on YouTube has found a new way to load ads | AdGuard Blog 1 month ago:
That’s exactly what I started doing this year. I’ve read 32 books already and it gives me much more satisfaction than watching stupid “like & subscribe to my patreon” videos.
- Comment on Cheap, OpenWrt compatible routers with WiFi 6? 3 months ago:
I have Dynalink DL-WRX36, running openwrt since day 0. Iirc it was 60 euro year ago. Everything works, wireguard too. No complaints. I believe there is openwrt stable build for it already, though I an still running snapshot as I am too lazy to update.
- Comment on Can a Raspberry Pi 5 with 8 GB of RAM handle my needs? 7 months ago:
Look into beelink mini s12 pro for example. Currently 199 eur on Amazon. Just install Linux on it and Bob’s your uncle. It’s x86 so no weird arm issues. Full support of the hw in mainline kernel.
Intel, 500 GB SSD , 16 GB ram, GPU acceleration, WiFi 6, Bluetooth, 1 Gbps link. You can add another SSD drive. Raspberry is clearly an underdog here.
- Comment on Italy to stop sending speed camera photos over privacy 8 months ago:
In Germany they just always censor shotgun seat with a black rectangle. Precisely because of the same issue, someone’s wife got hold of photo taken by the speed camera, with the husband and another woman on it, the guy sued and won privacy infringement claim.
- Comment on What's Your Preferred Server Monitoring Method? 8 months ago:
I use collectd and graphs on my openwrt router. It can even use data from mqtt-connected thermometers and gather metrics from other collectd instances.
- Comment on Data visualization, like Grafana, but configurable without gui. 1 year ago:
I use
grafanalib
. I have a script that generates the dashboards depending on given parameters, then I store generated JSON as a k8s configmap that’s mounted into the directory that’s checked by grafana on startup. Might not be everyone’s cup of tea but it is good enough for me.