Leandro Favarin

@leandrofavarin
60 Followers
68 Following
186 Posts
@jessewilson thanks for sharing your appearance on the podcast. I agree that serendipity for pairing is much welcome, specially in remote companies like the one I’m currently in.
Also love NetNewsWire!

@leandrofavarin yep!

Here's our motivating use-case:
1. An EventListener collects trace IDs from a ThreadLocal when a call starts. It attaches them to the Call.
2. An Interceptor propagates the trace IDs as request headers.

Step 1 always runs on an application thread. Step 2 runs on either an application thread (with Call.execute) or a dispatcher thread (Call.enqueue).

@atpfm you mentioned in the show how you have a smart albums to easily separate photos by camera/lens? Could you explain what is the smart filter used to do that, for us, non-photographers?
TIL that when a public global nameserver is set on a Tailnet, it uses DNS-over-HTTPS automatically! #Tailscale
If you haven't been paying attention to web-dev, and is curious about WebAssembly, please watch this talk until the end, it's fantastic: https://www.youtube.com/watch?v=p9taQkF24Fs
Understand the Next Phase of Web Development - Steve Sanderson - NDC London 2024

YouTube
Scaling One Million Checkboxes to 650,000,000 checks

Dealing with unexpected popularity

eieio.games

TIL about `nohup` while needing to have a long-running rsync on my #RaspberryPi. (It’s POSIX and I didn’t want to install tmux or similar)

https://en.wikipedia.org/wiki/Nohup

nohup - Wikipedia

@ironicbadger just learned about your “Split DNS Magic with Tailscale” video, thank you! I wonder though, if I could create subdomains from dockerize apps using Tailnet name? I setup Traefik and labeled my container with the `rule.Host(foo.mydevice.bar.ts.net)` but it does not seem to resolve it.
It makes me so sad because I want this to be fixed and I want to go “oh if we paid maintainers some money the problem would go away” but, like, it just doesn’t seem to work. There is just so much code. We are drowning in it. The complexity of our stacks is insane
TIL Sonos adds an artificial delay (of 2s) for its line-in by default. https://support.sonos.com/en-us/article/adjust-line-in-settings
Adjust Line-In settings

This article provides information about Line-In settings and how to change them in the Sonos app. See our article on using Line-In for more information on how to set it up on your Sonos system.

Sonos Support