Elektrine lite

← Feed

Matze

matze@dewp.space

<p><a href="https://dewp.space/tags/WordPress" class="mention hashtag" rel="tag">#<span>WordPress</span></a> web developer and blogger <span class="h-card" translate="no"><a href="https://dewp.space/@epiphyt" class="u-url mention">@<span>epiphyt</span></a></span><br /><a href="https://dewp.space/tags/translations" class="mention hashtag" rel="tag">#<span>translations</span></a> contributor for German WordPress projects <a href="https://dewp.space/tags/polyglots" class="mention hashtag" rel="tag">#<span>polyglots</span></a><br /><a href="https://dewp.space/tags/ShibaInu" class="mention hashtag" rel="tag">#<span>ShibaInu</span></a> owner 😍 🐕</p>

Posts

  • Post #2907673

    @esamecar BetterTouchTool‘s integrated clipboard manager: https://folivora.ai

  • Post #2907672

    @utzer @macos Alles eine Frage der Einstellung. 🤓 Systemeinstellungen &amp;gt; Batterie &amp;gt; Optionen … &amp;gt; Kein automatisches Aktivieren des Ruhezustands im Netzbetrieb bei ausgeschaltetem Display

  • Post #2354176

    @perishable @macmanx By the way: CMD + option + U brings you directly to it. 🙂

  • Post #2354172

    @rhrwllnrtr @samuel @mediathekperlen @pfefferle Ein Caching-Plugin wie „Surge“ ist hier sehr hilfreich. Dann werden die Daten nur einmal generiert und dann aus dem Cache ausgeliefert. Das verringert die benötigte Leistung enorm. Funktioniert auch mit ActivityPub out-of-the-box.

  • Post #2354170

    @phillip „befüllt“ hört sich auch nur so ein bisschen nach Stopfleber an. 🥲

  • Post #2354169

    @irgendlink @anton Es kommt aber auch auf die Art und Weise an, wie genau die Zertifikate erstellt werden bzw. welche Methode zur Inhaberschaftsverifizierung verwendet werden. Wird die HTTP-Methode verwendet, werden keine DNS-Einstellungen durch certbot geändert. Nur bei der DNS-Methode.

  • Post #2354168

    @ulrichkelber FDP wollte laut Wahlplakat die Zweitstimme. 🤷🏻‍♂️

  • Post #2354167

    @docpop @doc According to the introduction post of this feature (https://activitypub.blog/2025/10/01/7-5-0-follow-the-feed-quote-the-lead/), you can disable it per post in the block editor‘s sidebar.

  • Post #2354166

    @rasterweb killall Finder does not help? 😬

  • Post #2354165

    @thomas_mathoi Ich hab’s zum Anlass genommen und mal wieder aktiviert, nachdem das bei mir damals, als es initial eingebaut wurde, noch einige Quirks hatte. Gefühlt ist die Integration hier mittlerweile besser.

  • Post #2354164

    @leaverou @SteveRudolfi @csswg Since em represents the font size of the current element, answer B is the only one that makes sense to me. It would be weird if em just works differently when used in combination with a mixin.

  • Post #2354163

    @phillip Ab wann gilt man als bedürftiger Dividendenbezieher:in? Frage für einen Freund.

  • Post #2354162

    @nileane Great app! One thing I noticed: when started, it starts in the background. Maybe it’s just me, but I would expected it to launch its interface as well and directly allows me to search without the need of pressing the (not necessarily known) shortcut explicitly. Another thing is a feature request: Allow defining the skin tone of emojis in the settings (and maybe even in the emoji picker itself by holding the mouse (and even the Enter key)) to select the skin tone.

  • Post #2354161

    @heybran Check $wp_filter for the value stored there. I would assume it gets stored similar to a closure and thus is not that easy to remove.

  • Post #2354158

    @heybran So my assumption is right. It’s stored as closure. Maybe it works if you store the function in a variable and use this to add and remove the filter. But aside of that, you can only remove closures in filters manually by removing the array item in $wp_filter. In general, using closures as filter callbacks is discouraged for this exact reason.

  • Post #2354157

    @scott @1password Maybe Enpass is something to test. Looks like it’s fulfilling your requirements to me (though I never used their sharing feature). The UI is partly a bit rough, but the autofilling surpasses the ones from any other password app for me.

  • Post #2354156

    @scott In general, I’m happy, yes. Been using it for quite some years now, after 1Password’s quality dropped. The only thing I’m not happy about is the responsiveness regarding their support. It improved over the time (I just had feature requests and bug reports), but sometimes you just don’t get an answer. 🥲

  • Post #2354155

    @roytanck Making proper use of hook deprecations would require to much effort. 🤪