Skip Navigation
Engineers Gave a Mushroom a Robot Body and Let It Run Wild
  • Who needs AI when you got FungI 🍄

  • [Question] ios (and iPad OS) major updates vs security updates

    Edit: Kinda found a answer

    >Major versions of iOS are released annually. Apple significantly extended the cycle of updates for iOS-supported devices over the years. Usually, only the latest iOS release is supported by Apple. Starting with iOS 15, Apple started to support 2 major versions of iOS, for a short period of time.

    https://endoflife.date/ios

    Hi guys this might be a silly question, do ios and iPad OS devices have different number of years of major updates (think ios 16, 17, 18 etc) and years of security updates?

    Or do devices that don't make the cut for the latest major update immediately loose access to security updates once a new incompatible major ios update is released?

    1
    Latency with pi-hole + wireguard
  • Interesting I always assumed they used ip not dns for geo locating cdns.

  • Latency with pi-hole + wireguard
  • How much was your latency out of curiosity?

  • Latency with pi-hole + wireguard
  • Thanks for the clarification

  • Latency with pi-hole + wireguard
  • Does the 300ms include dns latency?

  • Latency with pi-hole + wireguard

    Hi guys for those of you that use pi-hole (or similar solutions like adguard home, etc) and wireguard how far away can you be from your wireguard/pi-hole server before latency becomes a major issue?

    Also on a side note how many milliseconds of latency would you guys consider to be to slow?

    Edit I meant dns latency sorry for not mentioning

    25
    AdAway vs ProtonVPN vs Firefox+ublock etc
  • Official Nextdns app (DNS over HTTPS)

    Curious why do you use the nextdns app over optioin 1? Is it because your phone doesn't support Android Private DNS or for another reason?

    Also how is power consumption?

    I never use wifi outside of my home. I have unlimited cellular data, so why would I bother?

    Fair. I guess its more helpfull in cases of poor cell reception or traveling (though I guess this is a edge case in its own right).

  • AdAway vs ProtonVPN vs Firefox+ublock etc
  • Silly question how are you using nextdns?

    1. Android Private DNS
    2. Official Nextdns app (DNS over HTTPS)
    3. Via a third party app (ex rethink, etc)

    Also how often do you encounter nextdns being blocked on public/coreperate wireless networks?

  • docker compose reverse port map without using Host network driver (--net=host)
  • I should elaborate. I want to switch from caddy to authentiks internal reverse proxy. By default authentik uses ports 9000 and 90443 and you have the option to change them to 80 and 443 via docker compose.

    Using host mode throws a wrench in the ports and authentik is made of more than one container.

  • docker compose reverse port map without using Host network driver (--net=host)

    Hi guys quick question say you run a a application on your localhost (example lets say couchdb runing directly on localhost:3434 not in docker).

    Now you have a docker container (say caddy, ngnix, etc). Is there a way to allow docker container to acess localhost:3434 WITHOUT using the Host network driver (--net=host)

    9
    [Question] anyone used eu.org subdomain
  • Does whois privacy work for .eu?

  • [Question] anyone used eu.org subdomain
  • I do own a cheap numerical xyz domain (something like 432433.xyz) cost a dollar per year. Only reason I was curious about eu.org is its very short and ends with .org.

    I haven't really bought a proper .com domain since I'm just using them for side hobby projects (not for sharing with other people).

  • [Question] anyone used eu.org subdomain
  • Thanks for the clarification

  • [Question] anyone used eu.org subdomain

    Hi guys I recently stumbled upon this website where you can get a eu.org sub domain (example.eu.org for instance).

    I noticed though that domains aren't created instantly. I'm curious if there is human review to get domians processed and if it generally takes a long time to make domains using them.

    11
    Alternative YouTube clients having issues loading videos
  • 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

  • City in the Sky by Taeyoung Kim
  • On lemmy I just manually typed out the tag #levitation nothing else added to it.

    Side question does fedia allow for filtering posts via tag?

    On lemmy the closest I can get just searching for the text.

  • City in the Sky by Taeyoung Kim

    #levitation

    Image Source Reddit

    Couldn't find Artist profile

    Good old Bioshock infinite

    3
    unattended upgrades with caddy
  • Again thanks for taking the time to help and explain this to me

  • unattended upgrades with caddy
  • Yep this works

  • unattended upgrades with caddy
  • "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";
    };
  • unattended upgrades with caddy
  • 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?

  • unattended upgrades with caddy

    Edit: credit to exu@feditown.com

    Assuming you installed caddy via Debian, Ubuntu, Raspbian method

    https://caddyserver.com/docs/install#debian-ubuntu-raspbian

    add "cloudsmith/caddy/stable:any-version"; to /etc/apt/apt.conf.d/50unattended-upgrades

    Example:

    // 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"; "cloudsmith/caddy/stable:any-version"; };

    Link to comment chain (not sure how to add links in a federated way)

    https://feditown.com/comment/1221458

    https://bookwormstory.social/post/2100056/4136035

    Origional post:

    Hi guys anyone know how to use un attended upgrades with caddy.

    I have ubuntu server 22.0.4.

    The part that stumps me is caddy uses a external repository cloud Smith making ot difficult to setup.

    I installed caddy via Debian, Ubuntu, Raspbian

    https://caddyserver.com/docs/install#debian-ubuntu-raspbian

    The closest example I could find to unattended upgrades with a external repo was this example using docker.

    /etc/apt/apt.conf.d/50unattended-upgrades

    "Docker:${distro_codename}";

    https://blog.coffeebeans.at/archives/1299

    I'm not sure if it's as simple as

    /etc/apt/apt.conf.d/50unattended-upgrades

    "Caddy:${distro_codename}";

    Edit:

    One more question affect would adding

    APT::Unattended-Upgrade::Package-Blacklist ""; /etc/apt/apt.conf.d/20auto-upgrades

    have?

    Edit2:

    I just removed this I only found this from google gemini (which probably isn't the best source of info)

    APT::Unattended-Upgrade::Package-Blacklist "";

    8
    Self hosted cloud with mac app that can sync and filestream (similar to google drive)
  • Update regarding virtual files has more quirks.

    • You cannot move files or folders. If you try nextcloud will simply copy the files to new destinaiton while not moving.
    • the nextcloud sync and virtual files refresh/update independently (a change may propigate to sync but not files and vice versa).

    Also turns out the reason it was a github release was it is still in alpha 😅 .

  • Removed
    Adobe roofies all of their customers - Louis Rossmann
  • Been out of the loop which video?

  • Self hosted cloud with mac app that can sync and filestream (similar to google drive)

    Hi guys do you guys know any selfhosted cloud solution that has a combined sync and filestream option?

    Context when you use seafile on macos there is seadrive (mounts external cloud like a drive) and seafile sync which syncs files to local folders. The problem is the two clients sort of act seperatly from one other (you cant make seadrive make files offline for instance neither can you preview files in seafile sync).

    By contrast onedrive and google drive both have client apps which can sync on demand (file stream) and optionally make files available offline with a simple right click in context menu.

    Side note I have tried nextcloud on mac but its experimental mount mode just keeps a placeholder .nextcloud file.

    Edit:

    Nextcloud does have proper virtual file sync. Only limitation is you can't make files availble offline via the context menu and instead need to set up manual folder syncs

    !

    !

    Edit 2:

    You need to grab the release from https://github.com/nextcloud-releases/desktop/releases/tag/v3.13.0

    Specifically the vfs version Nextcloud-3.13.0-macOS-vfs.pkg

    32
    [Question] Seafile android file browser integration issue

    Edit 2: Fdroid Version 3.0 allows read only acess to files writing to files seems to not work

    !

    Edit: Tldr install version 3.0 from fdroid or github. Plastered version out of date.

    Hi guys not sure if this is the right place to ask, but anyone having issues using the file browser integration for seafile?

    The android app by itself seems to work but the files integration only seems to be broken.

    By contrast the ios version of seafile the app and its files app integration both work with no issue. Additionally the webdav, browser, and mac apps (seadrive) have no issues.

    Other context:

    • Running Seafile server 11.0.9 on Ubuntu 22.04.4 LTS using tailscale
    • Seafile android app version 2.3.7 running on Android 14
    2
    [Discussion] Auto-disable Remote Access on Vunerable Selfhosted Services

    Hi guys I was wondering if there is a streamlined way to disable remote acess to a selfhosted service (say at a reverse proxy level) if a published security vunerability is present.

    I know, ideally you want to keep all your selfhosted services up to date. However on certain selfhosted service auto updates may not be viable (due to major changes between updates) and you being unavailable 24/7 to respond to vunerabilities.

    Curious on your thoughts and suggestions. So far the only middle ground I can find is realying on a vpn wireguard, tailscale, etc.

    Page regarding homeassistant remote ui autodisable: https://www.nabucasa.com/config/remote/

    14
    Old school flying toast screensaver by Jack Eastman Patrick Beard

    #levitation #illusion Ah a classic

    More info of the origin of the flying toaster: https://en.wikipedia.org/wiki/After_Dark_(software)

    Source of image (I don't have a old windows computer to record): https://www.reddit.com/r/gifs/comments/p6p384/old_school_flying_toast_screensaver/

    1
    Silly question for those comming from a iPhone. Do you miss imessage or was it not that big of a deal?

    Just kinda curious do you guys ever run into issues of lacking imessage (like your friends unwilling to use another app) or is it just a over blown issue.

    22
    Google Play System updates vs OEM security updates

    Hi guys anyone know the dofference between Google Play System updates vs OEM security updates?

    I currently am using a Oneplus 8 which gets oem security updates from oneplus untill April 2024. After this date how safe would thr device be to use (banking, google pay, etc)?

    1
    Frieren Legion by 田子元

    Author/Channel: 田子元

    Source: https://www.youtube.com/watch?v=NQppdob5gXE&t=75s

    Gotta love the YouTube algorithm

    #levitation #balloons

    2
    Anyone know a alternative to the google recorder app which includes speech to text?

    Hi guys out of curiosity does anyone know of a foss, local recorder app that does speech to text?

    Closest I've seen is https://voiceinput.futo.org/ which relies on a local open ai whisper model. However unfortunatley this app only works as a keyboard.

    https://odysee.com/@rossmanngroup:a/this-gives-google-less-access-to-your:1

    3
    Another floating Uraraka and Kirby by PAND4N

    #levitation

    Source: https://reehlia.tumblr.com/post/627722460101541888/pand4nn-theyre-both-pink-and-sweet-and-i-love

    I found this image when browsing sped up music compiliations one of the music sped up videos message from the stars used this image. Music video and image author aren't related.

    https://www.youtube.com/watch?v=6DKNubo8b-o

    2
    Uraraka and Kirby by Dynamight98

    #levitation

    Original reddit post:

    https://www.reddit.com/r/BokuNoHeroAcademia/comments/pqqcpe/uraraka_and_kirby_by_me/

    Profile:

    https://www.reddit.com/user/Dynamight98/

    0
    Flyin' High by Peri

    #levitation

    Source: Flyin' High || Animated Music Video

    https://youtu.be/XiA4i7MNvo0?t=45

    Made by:

    Mrblaz: Director/Animator - https://twitter.com/mmrblaz

    Sangury: Animator - https://twitter.com/soysangury

    Peri: Props/Art - https://twitter.com/Pericote9

    Mudsymu: Art/BGs - https://twitter.com/mudsymu

    0
    Deemo Deemo @bookwormstory.social

    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

    Posts 29
    Comments 98
    Moderates