A random person on lemmy. Banner art from Deemo switch version

Alt lemmy @Deemo@lemmy.world

Alt kbin: @Deemo@fedia.io

FMHY (archive): @Deemo@lemmy.fmhy.ml

  • 21 Posts
  • 95 Comments
Joined 1 year ago
cake
Cake day: July 20th, 2023

help-circle
  • I do wish there were more services like nebula one yearly fee no baked in ads or ads at all and more creators are willing to join them.

    The thing that sucks with youtube premium is you still have creators dumping 1 min long sponsors ruining the experience. Additionally often only way these creators allow you to go add free is via patreon, floatplane, etc which can get quite expensive if you follow 30-50 channels. The only other viable route is sponsorblock which works great but requires modified youtube clients/browser extensions and with youtubes new video adinjection could potentially be broken.

    The only part I do wonder with nebula is how well it works for larger creators.

    Linus Media group revenue break down

    https://youtu.be/-zt57TWkTF4?t=532




  • “origin=cloudsmith/caddy/stable”;

    Unable to parse Unattended-Upgrade::Allowed-Origins. An error occurred: not enough values to unpack (expected 2, got 1)

    
    // Automatically upgrade packages from these (origin:archive) pairs
    //
    // Note that in Ubuntu security updates may pull in new dependencies
    // from non-security sources (e.g. chromium). By allowing the release
    // pocket these get automatically pulled in.
    Unattended-Upgrade::Allowed-Origins {
            "${distro_id}:${distro_codename}";
            "${distro_id}:${distro_codename}-security";
            // Extended Security Maintenance; doesn't necessarily exist for
            // every release and this system may not have it installed, but if
            // available, the policy for updates is such that unattended-upgrades
            // should also install from here by default.
            "${distro_id}ESMApps:${distro_codename}-apps-security";
            "${distro_id}ESM:${distro_codename}-infra-security";
            "${distro_id}:${distro_codename}-updates";
    //      "${distro_id}:${distro_codename}-proposed";
    //      "${distro_id}:${distro_codename}-backports";
            "origin=cloudsmith/caddy/stable";
    };

  • Firstly thank you so much for explaing this for me.

    “origin=Zabbix,codename=${distro_codename}”; //Zabbix Agent repository

    I tried using this as a template for caddy

     500 https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version/main arm64 Packages
         release o=cloudsmith/caddy/stable,a=any-version,n=any-version,l=source=none,c=main,b=arm64
         origin dl.cloudsmith.io
    

    I assume origin is:

    o=cloudsmith/caddy/stable

    When adding this rule

    "origin=cloudsmith/caddy/stable,codename=${distro_codename}"; //Caddy repository

    I get this error

    Unable to parse Unattended-Upgrade::Allowed-Origins.
    An error occurred: not enough values to unpack (expected 2, got 1)
    Traceback (most recent call last):
    

    https://pastebin.com/raw/7gtkRw7c

    When changing the syntax to:

    "cloudsmith/caddy/stable:${distro_codename}"; // Caddy

    The error goes away.

    Any ideas?











  • Disclaimer I may have gone of the rails with this comment:

    “But when I mentioned that I didn’t want any unnecessary burdens, Lady Hannelore and my retainers all started insisting we get married. They changed their stances in a heartbeat. It doesn’t make any sense whatsoever, does it?”

    “No, it makes perfect sense, if you ask me. They foresaw the disaster that would come from you having unchecked power and decided you would need someone to control it for you.”

    I don’t get why after a conversation about the importance of maintaining transparency to avoid misunderstandings. The first thing Hanelor and Roz’s retainers do is cause more misunderstandings. Wouldn’t it be far more effective to mention security risks upfront?

    The only reason I could think of this course of action is Roz has two conflicting directives:

    • Obtain a library city, and/or build a library network (which requires Ferdinand in some capacity to sucessfully build)
    • Give Ferdinand a choice on his “true love” and avoid forcing a potentially unatural (by Roz’s earth standards) political marage.

    As Ferdinand hides is true emotions and makes it imposible for other nobles to asses his fealing most of the time. Haneloor and Roz’s retainers concluded:

    • Having some one regulate Roz and keep her safe is highest priority
    • Having a poltical marrage with Ferdi is the best way for Roz to cleanly end her marrage with Siggi (the bookless scrub), and avoid adoption into royal family
    • A Ferdi political marrage with Roz wouldn’t put Ferdi’s life in danger unlike the Christmass tree and Ferdi doesn’t really have any other Romantic partners in mind currently, and Roz doesn’t have any other romantic interests anyway…









  • With pypush the error seems to come when generating validaiton data (it either gets stuck endlessly or shows a error saying no cert found). Pypush is still able to communicate with apples sms gateway (and the gateway still sends sms replies). Additionally 2fa codes are still triggered and sent.

    The weirdest part is even if you import your own real mac serial (data.plist) the same issue arises (I tried with my personal 2011 mac mini).

    I wonder if the issue specifically relates to pypush trying to spoof a m1 mac using a intel mac serial, or the uncanny vally of registering a phone number through a mac serial.