Deemo

joined 2 years ago
MODERATOR OF
[–] Deemo@bookwormstory.social 1 points 2 months ago (1 children)

Good to know. I have a S23 I bought it half a year after launch but never really tried dabbling in buying a 1 year old android flagship due to the 3-4 limited OS upgrades (though that chagned).

Side note how long does your battery tend to last? Do you swap the battery at some point or take measures to limit battery charge (I'm not sure if pixel can do this but on samsung I can limit battery to 80%).

 

Hi guys given google and samsung are now pushing for 7 year updates what are your thoughts on buying a new flag ship 1 year old.

Example buying Pixel 8 pro instead of Pixel 9 pro or S24 instead of S25 etc.

Assuming you buy new you wouldn't even really have to worry about battery degredation and processors these days are overspeced for normal day to day tasks.

Just curious is this the norm or is their a hidden catch buying a 1 year old flagship?

 

#levitation

Art was made by Nightmargin and this image was redrawn to full screen by u/kidskersten (the official art was cropped)

Image source:

https://reddit.com/r/oneshot/comments/hb1klz/i/_made/_a/_4k/_edit/_of/_the/_oneshot/_wallpaper/_by

Game one shot:

https://store.steampowered.com/app/420530/OneShot/

original image on steam page for reference

 

For context AWDL is responsible for AirDrop, AirPlay, etc

“Apple shall implement the measures for Wi-Fi Aware 4.0 in the next major iOS release, i.e. iOS 19, at the latest, and for Wi-Fi Aware 5.0 in the next iOS release at the latest nine months following the introduction of the Wi-Fi Aware 5.0 specification”

https://ec.europa.eu/competition/digital_markets_act/cases/202512/DMA_100203_1536.pdf

What are your guys thoughts?

Also a fun diagram of airdrop protocal (which shows adwl)

Source

[–] Deemo@bookwormstory.social 2 points 3 months ago (1 children)

Only tricky part is saying in the bath due to gravity

[–] Deemo@bookwormstory.social 4 points 4 months ago

You could create a DIY notification system if you want. In the past using a old Mac mini I had a script that would check new notifications from Lemmy rss feed if I recived an notification from Lemmy and then send a push notification to my phone using ntfy.

The script was janky it used apple script to trigger a apple short cut that sent the notification (sending a post request to ntfy).

I'm sure there is probably a more elegant way to do it.

Alternatively you could set up a RSS reader that polls Lemmy every so often to send notications.

[–] Deemo@bookwormstory.social 5 points 4 months ago

Can skype credit be used in teams?

1
[V5P12] Shumils by Satomi (bookwormstory.social)
submitted 4 months ago* (last edited 4 months ago) by Deemo@bookwormstory.social to c/aobprepub@bookwormstory.social
[–] Deemo@bookwormstory.social 4 points 4 months ago

On an unrelated note do you feel youtube videos feel more corperate/professional nowadays?

[–] Deemo@bookwormstory.social 2 points 9 months ago* (last edited 9 months ago)

I use the following with mobile version of YouTube in safari (not desktop version) on iPad 9.

Wiper adblock $1.99 one time payment (no subscription).

https://apps.apple.com/us/app/wipr/id1030595027

SponsorBlock $1.99 one time payment (no subscription).

https://apps.apple.com/us/app/sponsorblock-for-safari/id1573461917

[–] Deemo@bookwormstory.social 2 points 9 months ago

Percy Jackson

[–] Deemo@bookwormstory.social 11 points 10 months ago

Who needs AI when you got FungI 🍄

 

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?

[–] Deemo@bookwormstory.social 2 points 11 months ago (1 children)

Interesting I always assumed they used ip not dns for geo locating cdns.

[–] Deemo@bookwormstory.social 1 points 11 months ago (1 children)

How much was your latency out of curiosity?

[–] Deemo@bookwormstory.social 2 points 11 months ago

Thanks for the clarification

40
submitted 11 months ago* (last edited 11 months ago) by Deemo@bookwormstory.social to c/selfhosted@lemmy.world
 

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

 

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)

 

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.

 

#levitation

Image Source Reddit

Couldn't find Artist profile

Good old Bioshock infinite

20
unattended upgrades with caddy (bookwormstory.social)
submitted 1 year ago* (last edited 1 year ago) by Deemo@bookwormstory.social to c/selfhosted@lemmy.world
 

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 "";
 

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

view more: next ›