Thomas Broyer
tbroyer.ltgt.net
Thomas Broyer
@tbroyer.ltgt.net
Web development (frontend, Web APIs), Web app security, build tools, Java, Kotlin, Gradle, etc.

Blog: https://blog.ltgt.net
Fediverse: https://piaille.fr/@tbroyer
GitHub: https://github.com/tbroyer
November 15, 2025 at 6:09 PM
mais juste 1, et évidemment tu le trim pas avec -%}

{% for ip in ips -%}
ListenAddress {{ ip }}
{% endfor %}
Foo bar
November 15, 2025 at 5:25 PM
Tu veux pas de retour à la ligne avant Liste address, donc soit t'en mets pas, soit tu utilises -%} pour le trim.
Tu veux un retour à la ligne après chaque ligne Liste address, donc t'en mets un et tu le trim pas avec {%-
Tu veux un second retour à la ligne ensuite, avant Foo, donc tu le mets
November 15, 2025 at 5:25 PM
Reposted by Thomas Broyer
So now Apple says that "the DMA is not benefiting consumers in the form of lower prices".

Sure. Fine.

But maybe, just *maybe*, we're not seeing those benefits because Apple has never truly complied, has made it as difficult as possible for businesses to take advantage of the DMA?

5/5
November 15, 2025 at 9:02 AM
This is a problem for the platforms to solve though, across the whole thing, in every app, not specific to the web.

(on linux it's "complicated", as always; I've had a shortcut working at some point, something related to dbus iirc, but it then stopped working, or I disabled it due to side effects)
November 14, 2025 at 8:28 PM
Aren't all platforms already having built-in ways to enter emojis into text fields?
November 14, 2025 at 7:58 PM
I thought about it too, but custom emojis are images, not \p{RGI_Emoji} strings.
November 14, 2025 at 6:03 PM
<input inputmode=emoji pattern="\p{RGI_Emoji}"> 😎

Kidding. An <input type=emoji> would mean we could implement all those "reaction pickers" from slack or discord using .showPicker() right?

(well, of course, slack and discord have custom emojis so they would still use their own pickers anyway)
November 14, 2025 at 5:45 PM
There's possibly the small exclamation mark﹗

www.compart.com/en/unicode/U...
November 11, 2025 at 9:21 PM
NIST recommends doing this (pages.nist.gov/800-63-4/sp8...; they've changed their stance over time though: pages.nist.gov/800-63-3/sp8...), and checking against Pwned Passwords it might (theoretically at least) make a difference.
NIST Special Publication 800-63B
NIST Special Publication 800-63B
pages.nist.gov
November 10, 2025 at 3:46 PM
(oh and you were replying to the part about making it even worse? 😅)
November 8, 2025 at 5:28 PM
Admins of what? The potential inadvertent spammer? 🤣

You can add comments to commits, if you want to notify someone, that's where you can do it, in a much more explicit way: it's a comment, it works like other comments. Commit messages are more like commit content than like comments.
November 8, 2025 at 5:11 PM