Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NP
Negative_Pair_5694 @kbin.social
Posts 1
Comments 12
YouTube is testing a more aggressive approach against ad blockers
  • I won't stand any ads on youtube. Getting blasted with 5 times the same ad at 300% loudness. And premium does not really get rid of it as well, they would have to forbid sponsored content. Every time ads start to slip through adblock I will happily spend hours trying to block them instead of watching a single one. If they don't want me to watch the videos for free they can easily put them behind a paywall. Or do some reasonable pricing if they need infrastucture costs covered.

    However I don't mind sending a couple of bucks towards content creators that I watch regularly. That will easily be worth more to them than watching ads even for the rest of my life.

  • Proton Pass is now available
  • But to add to that as well: If the site has stored your password insecurely, they will probably have lost your 2FA secret too. Which even has to be stored in 'plain text' in contrast to your password.

  • Why are so many YouTube videos portrait rather than landscape now?
  • I don't think that would work. PiHole works on a DNS level and has no insight to the encrypted connection to Youtube. So it cannot see or modify the site content on the fly. uBlock Origin basically can (beside DNS based blocking) modify the websites' code after it has loaded into your browser.

  • Why are so many YouTube videos portrait rather than landscape now?
  • For uBlock:

    ! YT Homepage - Hide the Shorts section
    youtube.com##[is-shorts]
    ! YT Menu - Hide the Shorts button
    www.youtube.com###guide [title="Shorts"], .ytd-mini-guide-entry-renderer[title="Shorts"]
    ! YT Search - Hide Shorts
    www.youtube.com##ytd-search ytd-video-renderer [overlay-style="SHORTS"]:upward(ytd-video-renderer)
    ! YT Search and Channels - Hide the Shorts sections
    www.youtube.com##ytd-reel-shelf-renderer
    ! YT Channels - Hide the Shorts tab
    www.youtube.com##ytd-browse[page-subtype="channels"] [role="tab"]:nth-of-type(3):has-text(Shorts)
    ! YT Subscriptions - Hide Shorts - Grid View
    www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-grid-video-renderer [overlay-style="SHORTS"]:upward(ytd-grid-video-renderer)
    ! YT Subscriptions - Hide Shorts - List View
    www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-video-renderer [overlay-style="SHORTS"]:upward(ytd-item-section-renderer)
    ! YT Sidebar - Hide Shorts
    www.youtube.com###related ytd-compact-video-renderer [overlay-style="SHORTS"]:upward(ytd-compact-video-renderer)
    
    
  • kbin with docker compose and traefik
  • Got a bit further on this.

    If you set SERVER_NAME="http://" then Caddy will start listening on port 80 only, where traefik can reverse proxy into. Website works and it seems to find communities on other servers, but there are no incoming messages.

  • /kbin meta @kbin.social Negative_Pair_5694 @kbin.social

    kbin with docker compose and traefik

    Hey.

    Did anyone have any luck yet with setting up /kbin in docker compose behind a traefik proxy? For Lemmy it was pretty simple, all things considered. However I struggle to even understand /kbins admin guide in that regard. Fixed some folder permission issues, not sure how to actually build the web ui and I guess it is simply not set up yet to run behind a reverse proxy.

    I think I give up for now 😅

    2
    Age Verification On Lemmy
  • The thing is, the "software" actually is open source, so you can tell how data is requested from your smart ID. The german government ID has an explicit function for age verification that does not provide any personal information.
    https://github.com/Governikus/AusweisApp2

    However it is probably hard and costly to get certified to use any of those functions as a service provider.