Hi Fediverse, I need some help finding a specific website badge. It was one of those old style "best viewed in...", but the text was something like "best viewed on a real computer". Any help appreciated. Thanks!

#LazyWeb #AskFediverse #FediHelp #website #WebDesign #RetroComputing #RetroTech

#lazyweb In C++, specifically is it UB to include two headers with the same name from two different paths?

Feels like "first include path that matches" should win. But nope, somehow both got included (unintentionally!), and caused a bunch of "redefinition" errors :D!

#lazyweb

Any opinions on mirotalk? It seems to work the way jitsi used to, where you can just create a room on the fly by making up a url... e.g.

https://p2p.mirotalk.com/join/81756Poleguy

The nice feature for me that I want to try out is simultaneous bidirectional sharing of both screen and video. I work with #engineers and it is often best to be able to share your own example while also watching your colleagues screen to monitor their progress in trying it themselves. (For example.)

Microsoft Teams can't.

Click the link to make a call.

MiroTalk calling provides real-time HD quality and latency simply not available with traditional technology.

MiroTalk
@davidsnug Hey #lazyweb, which open-source shared calendar solution do you know ? (ça va te donner plus de réponses ;-) )
Thanks to all who responded, I ended up with a plain TOML file and some simple validation using 'match' following this example - https://gist.github.com/Ytosko/7cd53469b500917e716ed9e923b5caf6 #lazyweb #python #cli
Managing Application Configurations with TOML in Python

Managing Application Configurations with TOML in Python - managing_application_configurations_with_toml_in_python.md

Gist
#Lazyweb: I want to put a USB C hub a metre or so from the laptop. All USB C hubs seem to come with a short lead. There are no USB C extension leads. How do I do this?

I got this hand-me-down children’s play set with a tarp that is ripped. What’s an inexpensive way to patch this up? Doesn’t need to look nice, just want to prevent further ripping and maybe restore the function of the tarp in that section

#lazyweb #diy #repair

#lazyweb
I swapped my domain from VentraIP to BinaryLane, but VentraIP was a much more fully featured and helpful platform.

Trouble is I issue my Pangolin certs through lego (for Traefik for Pangolin), which doesn't support VentraIP. BinaryLane doesn't allow for much granularity in the access provided either, so my VPS has more access than I'm comfortable with.

Can anyone recommend any of Lego's other supported DNS providers, or have their own self maintaining approach for #Pangolin / #Traefik DNS-01 wildcard certificates that doesn't need to give lego access to your domain provider?

Ideally Australian.

lego's list is here:
https://go-acme.github.io/lego/dns/

DNS Providers :: ACME client and library written in Go.

Important lego is an independent, free, and open-source project, if you value it, consider supporting it! ❤️ Configuration and Credentials Credentials and DNS configuration for DNS providers must be passed through environment variables. Environment Variables The environment variables can reference a value.

ACME client and library written in Go.

seems like Little Snitch plus a bunch of custom rules did the trick. I don't even see the notification in Software Update anymore 😅🥳 #lazyweb

https://lapcatsoftware.com/articles/2026/1/6.html

Dear #lazyweb, what's the considered best practice for application configuration (settings and secrets) in a #python #cli command line application in 2026? I see lots of advice on the web but most is quite old and I don't want to miss out on the new hotness (if there is any).