Goofed Home

Crunchyroll Hit With Class Action Lawsuit Over Allegedly Disclosing Anime Viewing Habits to Third Party - Anime Corner

$$8437
https://piefed.social/u/Skavau posted on Mar 7, 2026 21:54
https://piefed.social/c/television/p/1853600/crunchyroll-hit-with-class-action-lawsuit-over-allegedly-disclosing-anime-viewing-habit

13 posts in conversation

$$8583
https://lemmy.world/u/CosmoNova posted on Mar 8, 2026 03:04
In reply to: https://piefed.social/c/television/p/1853600/crunchyroll-hit-with-class-action-lawsuit-over-allegedly-disclosing-anime-viewing-habit

You know what doesn‘t disclose your viewing habits with third parties because it doesn‘t even require you to have an account to watch streams? Aye.

https://lemmy.world/comment/22539744
$$8929
https://lemmy.zip/u/Cethin posted on Mar 8, 2026 17:57
In reply to: https://lemmy.world/comment/22538191

You answered it yourself. When hasn’t Amazon tried to eliminate competition?

https://lemmy.zip/comment/25118626

The Book of Boba Fett star thought the show would run up to 4 seasons, confirms the character is 'shelved'

$$8399
https://piefed.social/u/Skavau posted on Mar 7, 2026 20:33
https://piefed.social/c/television/p/1853470/the-book-of-boba-fett-star-thought-the-show-would-run-up-to-4-seasons-confirms-the-char

9 posts in conversation

$$8885
https://lemmy.ca/u/circuscritic posted on Mar 8, 2026 16:05
In reply to: https://piefed.social/c/television/p/1853470/the-book-of-boba-fett-star-thought-the-show-would-run-up-to-4-seasons-confirms-the-char

Disney Star Wars was pretty much doomed the moment they decided to make a trilogy without having any plan for a trilogy.

They were initially able to mask that fact with early financial success that was based entirely on the strength of the brand that they purchased, and not their creative output.

The only real exception was The Mandalorian season 1, which I think primarily speaks to the talent of Jon Favreau, but Baby Yoda doomed that show with its massive merchandising success.

https://lemmy.ca/comment/22097066
$$8919
https://lemmy.world/u/Godric posted on Mar 8, 2026 17:33
In reply to: https://piefed.social/c/television/p/1853470/the-book-of-boba-fett-star-thought-the-show-would-run-up-to-4-seasons-confirms-the-char

Maybe making a show about a crime lord that doesn’t do crimes wasn’t a good idea

https://lemmy.world/comment/22548466

Opnsense, tailscale and headscale

$$7425
https://sh.itjust.works/u/thehamzan6 posted on Mar 5, 2026 20:06

Hey guys, so I’ve been self hosting for 2 years, making small upgrades until I reached this point where I replaced my router with one of those Chinese fanless firewalls running Intel n150 and running a proxmox homelab.

I am self hosting headscale with many of my buddies connected, including ny own services. Everything was working great until I setup OPNsense.

The firewall was not easy to setup, but after I set it up, I discovered odd behaviors from tailscale.

The firewall was blocking all connections from the ip 100.60.0.0/24, I had to explicitly allow it and change the forewall state to hybrid

What happens is that my LXC containers running tailscale would receive requests from tailscale0 interface but respond via LAN.

Apparently as I understood, consumer routers have assymetric NAT so that works fine, but not with opnsense.

Every guide I read online talks about installing tailscale on the opnsense router directly but I do not want to expose it to the tailscale network.

For now temporarily I set an ip route to tailscale0 and resolved it that way temporarily, but I still cannot get a solution that can help without compromising the firewall.

It’s also very cumbersome to do this for 50+ LXC containers over and over, even with running systemd scripts a problem might happen in the future

If you guys have any experience with this it would help a lot.

https://sh.itjust.works/post/56334428

8 posts in conversation

Word Count Linux: 1

$$7611
https://lemmy.decronym.xyz/u/Decronym posted on Mar 6, 2026 09:50
In reply to: https://sh.itjust.works/post/56334428

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

Fewer Letters More Letters
IP Internet Protocol
NAT Network Address Translation
VPN Virtual Private Network
VPS Virtual Private Server (opposed to shared hosting)

[Thread #136 for this comm, first seen 6th Mar 2026, 09:50] [FAQ] [Full list] [Contact] [Source code]

https://lemmy.decronym.xyz/comment/15461
$$8915
https://infosec.pub/u/signalsayge posted on Mar 8, 2026 17:13
In reply to: https://sh.itjust.works/post/56334428

I might have a solution for you by doing what I’m doing. I’m running OPNSense as my firewall as well. I have one NAT:Port Forward rule for torrents (I really am seeding linux iso torrents) and that is it. Any services I’m hosting outside the network are done using Cloudflare tunnels from either a Cloudflared instance or from the LXC itself. This method has fixed my issues with Plex outside of my network since I was able to turn off “Remote Access” and make it available to my friends/family through a “Custom server access URL” (in the network settings, looks like: https://plex.domain.url,http://192.168.1.xx:32400/). No messy NAT rules to complicate things.

I am also using tailscale, but I don’t terminate it on my firewall. I terminate Tailscale on another host inside my network, you could probably use an LXC container. It’s a Debian system with Tailscale installed, routing enabled (https://tailscale.com/docs/features/subnet-routers), and set up as an exit node and subnet router. On OPNSense, I set up a Gateway on the LAN interface pointing to my Debian Tailscale router node. Then I pointed the remote networks of my family to the Tailscale router using the routes in OPNSense. Fortunately, for me (and because I set them up), they are all different networks.

The benefit to this method is also that when remotely reaching my services, the traffic looks to the services on my network as if they are coming from the Tailscale router and so return there instead of trying to go out my firewall. Tailscale maintains the tunnel through the firewall so it really isn’t a participant in the tailnet. The only issue I’ve really had had been DNS with the Tailscale Magic DNS wanted to respond instead on my internal DNS servers. I’ve got MagicDNS disabled. but it always messed stuff up. The way I fixed it was to put tailscale on my Adguard container and make it’s tailscale IP the first DNS server, followed by the internal IP addresses of my DNS servers (192. addresses). This has worked for me pretty well.

Please let me know if you want any follow up info. I’ve been doing this for a long time. It’s my main hobby (and directly congruent to my job).

https://infosec.pub/comment/20751589

Conversation

$$7995
https://lemmy.ca/u/eightys3v3n posted on Mar 7, 2026 06:04
In reply to: https://piefed.ca/comment/3787815

I love to hear about a Canadian alternative.

https://lemmy.ca/comment/22075543

$$8914
https://lemmy.fedioasis.cc/u/Cantaloupe posted on Mar 8, 2026 17:11
In reply to: https://piefed.ca/comment/3787815

Detect is way too expensive because of the amount of unique visitors you get. When you federate and post, you’ll see your unique visitors climb fast.

Lemmy.ca gets it free I think because they are a non profit and deflect is being generous.

https://lemmy.fedioasis.cc/comment/156592

Navidrome & demo.navidrome.org

$$8809
https://lemmy.world/u/irmadlad posted on Mar 8, 2026 13:42

I posted this over at https://discuss.tchncs.de/c/navidrome, but I thought I’d post it here, maybe someone has had experience with this.

I’ve been noticing demo.navidrome.org showing up in my firewall:

pFsense: https://discuss.tchncs.de/pictrs/image/3829f59a-fe76-4fd0-b988-c8b8896f2dd3.png

abuseipdb.com: https://discuss.tchncs.de/pictrs/image/fd0b1738-8a21-4cfc-a996-36b109268c28.png

As with anything entering or exiting my network, I am cautious and curious why my instance of Navidrome has the need to contact demo.navidrome.org.

I am running Navidrome as a Docker Instance. I have combed my compose file and can find nothing in that itself that would trigger Navidrome to ‘call home’.

Is this for stats, or other? As of right now, I have demo.navidrome.org blocked until I’ve gathered some information.

BTW, sweet piece of opensource software. I tip my hat to the dev team(s).

https://lemmy.world/post/43994051

9 posts in conversation

$$8895
https://lemmy.decronym.xyz/u/Decronym posted on Mar 8, 2026 16:20
In reply to: https://lemmy.world/post/43994051

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

Fewer Letters More Letters
FTS Flight Termination System
IP Internet Protocol
UDP User Datagram Protocol, for real-time communications
WDR Wet Dress Rehearsal (with fuel onboard)

[Thread #147 for this comm, first seen 8th Mar 2026, 16:20] [FAQ] [Full list] [Contact] [Source code]

https://lemmy.decronym.xyz/comment/16123
$$8909
https://lemmy.world/u/irmadlad posted on Mar 8, 2026 16:57
In reply to: https://feddit.it/comment/18709783

Ahah! Ok that makes sense. Thank you so much for clearing that up. I guess I can now unblock demo.navidrome.org.

https://lemmy.world/comment/22547979

Free and open source Audiobookshelf Android client

$$7771
https://lemmy.world/u/DonutsRMeh posted on Mar 6, 2026 20:03

Hi all, The other day, I posted here asking about recommendations on audiobooks servers and clients for iOS, and I got so many nice and very helpful responses from you all. I really, really appreciated the sense of community and help that you all showed me. Some of you mentioned Android clients and I checked them out since I do have an Android phone and the iOS one was for my wife. I appreciated the two Android clients I saw, the official ABS and Lissen but they weren’t what I was looking for (with the utmost respect to their developers of course).

A kind soul here recommended the app Still for iOS. I checked it out and it was such a nice app. The wife loved it too. I was bummed that it was iOS only. So, I decided to make one for Android (with the help of my butt for transparency of course). I’ve been working on it nonstop for over 2 weeks now. When I say nonstop, I mean I stay up until 1AM daily working on it. I’ve got something working really well now.

I wanted to share that with you all in the hope that someone will find it useful. It’s completely free and open source (GPLv3). Completely private. Nothing leaves your device beside the calls the app makes to your own server. I won’t ask for donations or anything. I just want to share. I welcome any feedback and contributions.

Get it here and let me know.

https://lemmy.world/post/43932317

31 posts in conversation

$$8404
https://lemmy.zip/u/baner posted on Mar 7, 2026 20:39
In reply to: https://lemmy.world/comment/22529388

Please do it, there is a big part of the foss community that only install apps from fdroid, including me.

https://lemmy.zip/comment/25102733
$$8903
https://lemmy.world/u/DonutsRMeh posted on Mar 8, 2026 16:46
In reply to: https://lemmy.zip/comment/25102733

Request has already been submitted to their gitlab page :)

https://lemmy.world/comment/22547823

For The First Time In Over A Decade, No Star Trek TV Is In Production Or Greenlit

$$6904
https://piefed.social/u/Skavau posted on Mar 4, 2026 04:04
https://piefed.social/c/television/p/1839894/for-the-first-time-in-over-a-decade-no-star-trek-tv-is-in-production-or-greenlit

44 posts in conversation

$$7702
https://lemmy.ca/u/johncandy1812 posted on Mar 6, 2026 16:53
In reply to: https://sh.itjust.works/comment/24140368

Which is why I specified for Star Trek. Like DS9, though it had a lot of good, it chipped away at the Roddenberry’s vision of the future, which I think was more scifi than DS9 and ENT were, so those shows didn’t contribute to the ST universe, but instead gave us things like Section 31.

https://lemmy.ca/comment/22065138
$$8890
https://lemmy.ca/u/circuscritic posted on Mar 8, 2026 16:17
In reply to: https://lemmy.today/comment/22649107

That’s not true, they don’t ignore canon.

They go through great pains to deconstruct it, erase it, and just generally shit all over it.

If anything, Kurtzman was incredibly focused on canon and his desire to destroy it, and supplant it with his own version.

https://lemmy.ca/comment/22097230

‘The Night Agent’ Renewed For Season 4 By Netflix To Film In Los Angeles

$$7855
https://piefed.social/u/Skavau posted on Mar 6, 2026 23:15
https://piefed.social/c/television/p/1850931/the-night-agent-renewed-for-season-4-by-netflix-to-film-in-los-angeles

$$8888
https://lemmy.ca/u/circuscritic posted on Mar 8, 2026 16:10
In reply to: https://piefed.social/c/television/p/1850931/the-night-agent-renewed-for-season-4-by-netflix-to-film-in-los-angeles

They canceled The Recruit, but kept this.

https://lemmy.ca/comment/22097135

They Said Self-Hosting Was Hard! - arthurpizza

$$7300
https://lemmy.wtf/u/meldrik posted on Mar 5, 2026 09:52
https://lemmy.wtf/post/38945510

34 posts in conversation

$$8793
https://programming.dev/u/LunaChocken posted on Mar 8, 2026 13:13
In reply to: https://piefed.zip/comment/4105117

A lot of people simply don’t have time to go the extra steps.

Instead you should be focused on secure by default design. E.g. not setting a static router password to admin admin.

It’s stupid in this day and age to continue to see default logins occur still.

https://programming.dev/comment/22597826
$$8884
https://piefed.zip/u/realitaetsverlust posted on Mar 8, 2026 16:02
In reply to: https://programming.dev/comment/22597826

simply don’t have time

Sorry, but that is no reason. That’s a bit akin to having a dog and saying: “Nah I don’t have time to walk the dog now”. Selfhosting something that is publicly available (not as in “everyone can use it” but “everyone can access it”) bears some level of responsibility. You either make the time to properly set up and maintain it, or you shouldn’t selfhost stuff.

https://piefed.zip/comment/4151460

Bored with life outside of work, habits, and hobbies... what to do?

$$7683
https://lemmy.world/u/ComradeMiao posted on Mar 6, 2026 15:28

Sitting still just feels empty.

https://lemmy.world/post/43923891

23 posts in conversation

$$8832
https://lemmy.world/u/ComradeMiao posted on Mar 8, 2026 14:21
In reply to: https://sopuli.xyz/comment/22292621

can i ask which publication you read? i found many diff versions and am unsure which

https://lemmy.world/comment/22545796
$$8869
https://sopuli.xyz/u/supersquirrel posted on Mar 8, 2026 15:36
In reply to: https://lemmy.world/comment/22545796

This audiobook/radioplay of Ulysses is one of the greatest feats of literature, it is beautiful and freely available.

https://archive.org/details/Ulysses-Audiobook-Merged/

I don’t think you can go wrong with which print version you get personally, but I would recommend the Oxford edition.

https://global.oup.com/academic/product/ulysses-9780192855107?cc=us&lang=en

https://biblioklept.org/2022/02/02/how-to-read-james-joyces-ulysses-and-why-you-should-avoid-how-to-guides-like-this-one-2/

https://sopuli.xyz/comment/22308598
Create New Post