[Episode] BanG Dream! Yume∞Mita - Episode 13 discussion

preview

BanG Dream! Yume∞Mita, episode 13

banner image

Alternative Names

BanG Dream! Yumemita


Additional Links

- Info - AniList - Info - Kitsu - Info - MyAnimeList - Info - Official Site (Japanese) - Social - Twitter (Japanese) - Streaming - Crunchyroll - Streaming - YouTube


Reminder: Please do not discuss plot points not yet seen or skipped in the show. Failing to follow the rules may result in a ban.


All discussions

Episode Link
1 Link
2 Link
3 Link
4 Link
5 Link
6 Link
7 Link
8 Link
9 Link
10 Link
11 Link
12 Link
13 Link

This post was created by a bot. Message the mod team for feedback and comments. The original source code can be found on GitHub.

I need a new hobby, I'm going to set up my own Lemmy instance. Am I an idiot?

preview

Of the many useful things I could do with my spare time instead I’m setting up a Lemmy instance because why not. The scope of this is definitely greater than any self-hosting I’ve ever attempted, so please feel free to tell me just how much trouble I’m in. I’m just giving the broad strokes to see if I’ve made any crucial errors (other than deciding to do this at all).

And if this is a completely wrong place for a post like this or I’m missing data I’m supposed to include I apologize, I probably need a sanity check, in more ways than one.

First limitation, I’ll be hosting it on an existing Linux Mint box acting as a file share mostly and occasional gaming PC/movie streaming box. Its hardware is overkill for this, I do not anticipate issues when it is in use. It receives regular updates and weekly reboots, instance will be set to automatically restart. NVMe with loads of space for local storage, RAID SSDs for data offload/backup.

Second limitation, I hate Cloudfare and Oracle. I do not want to use either of them.

Third limitation, money. Cheaper is better. I have a URL picked out and a registrar which will give me the cheapest long term option, in case I actually keep this thing going.

Last limitation, I’m already in over my head so I’ll be relying on a lot of googling and probably some chat bots to figure things out as I go through the actual deployment process. What could go wrong?

So, Lemmy hosted on Linux Mint box using Docker containers. ISP is a good one for this I’m told, no CGNAT, largely stable public IP but I’ll have a script running in case it does change. Confirmed ports 80/443 are open. Using Caddy for the HTTPS. Closed registration to start, if by some miracle I make it to actually wanting to allow additional users it will not be fully open, and I’ll use Brevo for the email SMTP. Security wise I know I’m making it harder for myself by exposing my IP, I’m going to have UFW running and Crowdsec to help keep incoming bad traffic out.

Down the line I’ll get Lemmy updates, backups, retention rules in place/automated, and make decisions on federation, etc. Thoughts?

UK/EU homelabbers: would you host a hardened Pi so I can watch baseball I already pay for?

preview

Unusual request, so let me be straight about what it is before I ask for anything.

The short version: I pay for MLB.tv, but the league geo-restricts games depending on the IP you watch from. The one setup that unlocks every game (no local blackouts, and none of the “this game is a Netflix/Roku/Peacock exclusive” carve-outs) is MLB.tv International, which needs a UK or EU IP. I’ve built a small Raspberry Pi that lets my stream appear to originate from a home internet connection over there, and I’m looking for someone willing to plug one into a spare ethernet port and forget it exists.

The honest part: this works around MLB’s geo-restrictions, which is against their terms of service. I’m doing it with a fully paid subscription to watch games I’ve already paid for, but if that’s not something you want on your connection, totally fair, no hard feelings, stop reading here. I’d rather you pass than feel misled.

Still with me? Here’s everything.

First, the thing you actually care about: it barely touches your connection

It is NOT a 24/7 relay, and it does NOT stream whole games through your line. MLB only checks your location at the moment a stream starts. So my usage is:

  • I switch it on only at game time, for a game I’m actually blocked from.
  • The stream starts, the check passes, and after under ~5 minutes I switch it back off
  • The game then keeps playing over my own connection, not yours.

Net effect on you: a WireGuard handshake and a few minutes of video per game I watch. A few MB, not hours. I use a Home Assistant script to enable/disable the VPN Client in UniFi, so it’s guaranteed to shut off after a few minutes. No accidentally leaving it on forever and using your connection

Why a residential UK/EU IP, specifically

I’ve already done the homework, and residential is the only door left open:

  • I already run this through a family member’s connection in the US, and it works flawlessly. But a US IP still leaves me blocked from national-broadcast games (the ESPN/Fox/Peacock/Apple/Netflix exclusives), because those are carved out of US MLB.tv at the product level no US IP fixes them. MLB.tv International has no such carve-outs, hence UK/EU.
  • Commercial VPNs are blocked. I tried Mullvad, Proton, Nord and others… MLB blocks their IP ranges outright; streams fail to start.
  • Datacenter/VPS IPs are blocked too. Hetzner, OVH, etc… same story, flagged as non-residential and refused.

A real residential connection is the only thing MLB treats as a legitimate viewer. That’s why I need a person with a spare port, not a server I can rent.

How it works (the technical bit)

  • The Pi runs WireGuard, dialing outbound to a small cloud relay I rent (it never listens for inbound, so your router never needs to forward a port to it).
  • It also runs Tailscale as an independent, outbound-only management door, so I can maintain it without ever asking you to touch it.
  • The OS is a hardened Raspberry Pi: deny-all-inbound firewall, key-only SSH, no passwords over the wire, automatic security updates, and self-healing tunnel watchdogs.
   [ my home, Starlink / CGNat ]  
          │   WireGuard  (encrypted, outbound)  
          ▼  
   [ small VPS I rent ]   ◀─ only forwards encrypted frames; sees nothing  
          │   WireGuard  (encrypted)  
          ▼  
   [ My Pi in your home ]   ── dials OUT only, never listens; firewall blocks your LAN entirely  
          │  
          ▼  
   [ your home internet ]  ──▶  MLB.tv  (only ever sees your residential UK/EU IP)  

   ( my paid stream flows back up the same path to my TV — I switch the tunnel  
     off after the first few minutes, so most of it never crosses your line )  

What I’d send, and what you’d do

A Raspberry Pi in a small case. You give it power (~3–5 W, ~£0.50/month of electricity) and one ethernet port. That’s the entire job… no router config, no port forwarding, no software on your devices, no accounts.

What it can’t do on your network

The firewall denies all inbound, and for forwarded traffic it drops every private-network destination before allowing anything out. In plain terms: traffic from my tunnel physically cannot reach your LAN… not your PCs, NAS, printer, or router admin page. It can only reach the public internet.

Two things make trusting me cheap:

  • Put it on a guest/IoT VLAN if you have one. Isolating it costs it nothing and then the guarantee above is enforced by your gear, not my word.
  • Unplug it whenever. Nothing on your end depends on it.

Trust but verify

Send me your SSH public key and I’ll set you up a read-only account. One command, sudo host-verify, prints the live firewall rules, the tunnel status, and every connection the box currently has open — so you can confirm all of the above any time. That account can’t change anything or reach the rest of the box; it’s there purely so you don’t have to trust me blind. Happy to walk through the whole config with you too.

What’s in it for you

Mostly my genuine gratitude willingness to reciprocate in kind: host something for you, help on a homelab project, or whatever feels fair.

If you’re in the UK or EU and up for it (or just have questions) reply or DM. Cheers, and thanks for reading either way.

The Making of Jaadugar: A Witch in Mongolia | Behind the Scenes

YouTube The Making of Jaadugar: A Witch in Mongolia | Behind the Scenes
preview

Through exclusive interviews with key staff members, including Executive Director Naoko Yamada, Director Abel Gongora, and Character Design and Sakuga Chief Kenichi Yoshida, you’ll get a closer look at how the series was made.

This video also features special interviews with the main cast, including Akira Sekine (voice of Sitara), Ami Koshimizu (voice of Töregene), and Jun Saito (voice of Muhammad), along with footage from the voice recording sessions.

[Discussion] What are some anime with unpredictable twists?

preview

I enjoy plot twists in my stories.

Unfortunately - maybe it’s because I’ve consumed enough media - 99% of them are totally predictable. I would see the reveal coming a mile away.

So, are there any anime with an actually strong twist?

If I have to name one that truly impressed me, it is

major spoiler for an anime with title starting with the letter 'O'

Oddtaxi, with the reveal that the MC have an extreme form of visual agnosia.

That one caught me by complete surprise.

Are there are any more of such anime?

Thanks in advance.

AliExpress caught using silent audio to fingerprint visitors’ browsers | Malwarebytes - sh.itjust.works

AliExpress caught using silent audio to fingerprint visitors’ browsers | Malwarebytes - sh.itjust.works
preview

This was posted to cybersecurity and I am not sure how to make a proper crosspost. Or even if that is a thing I can do. So just dropping a lemmy link in the url. Hope that is OK. The external link is here -> malwarebytes.com/…/aliexpress-caught-using-silent…

Given how much fingerprinting relates to privacy, seems related for this group too. Yet Another Fingerprinting Technique. It doesn’t record the user, just a silent signal which still has variance due to the unique device.

researchers and browser maker Brave reported finding silent Web Audio processing on the site that could help fingerprint visitors’ devices.

on top of that, the traditional fingerprinting signals are used too,

The scripts also gathered information tied to canvas rendering, WebGL, display settings, hardware configuration, WebRTC behavior and user interactions. Together, those signals can create a more detailed profile of a device than any one signal would provide on its own.

Meta $18 Billion even less than a slap on the wrist & Open Letter to competitors

Screenshot of META page with An Open Letter to TikTok and YouTube to Join Us in Supporting Teens From August 26,2026 Source: https://about.fb.com/news/2026/08/open-letter-to-tiktok-and-youtube-to-join-us-in-supporting-teens/
preview

cross-posted from: lemmy.world/post/51177007

Think the roughly $18 Billion Meta has settled for over child safety is a slap on the wrist?

Wait until you see the actual details: 😀 Paid in annual installments over a 10-year period

😜 States receive the money, not the victims

🤑 30% will only be paid if YouTube & TikTok:

"…pay an amount matching the 30% figure “…implement a one-hour Daily Limit, Night Mode, and age assurance measures”

about.fb.com/…/agreement-with-state-attorneys-gen…

Meta even wrote a wonderfully open letter to their competitors!

Sadly now everyone will have to verify themselves, too bad for Meta, now they will have to collect even more data - which we know they totally oppose and hate ;)

Posteo pricing

preview

Been looking into Posteo and I saw the price for additional storage is 0.25/GB/month with a cap of 75GB. I calculated this to seem to be 18.75 (including the initial 4GB) per month. When looking at Proton, Tuta, and Startmail, this feels very expensive compared to their competitors. Is there something I’m missing here? Does Posteo do a bunch of stuff that warrants a high rate for the higher end compared to the very affordable low end?

Does open source launchers help?

preview

I am on one ui right now, I dont know if they collect any telemetry. Will it help to pick a minimal one from fdroid?

Also for battery life, would one ui perform better because better optimisiation or debloated foss launcher?

Duckduckgo tracking protection?

preview

A general question on the efficacy of Duck Duck Go in blocking trackers.

A friend of mine with decent credentials in security is constantly shitting on any use of DDG. I use it on an e/OS which was preinstalled into settings to block both browsing and tracking through my apps, the worse being banking apps even when not in use. He has even gone so far as to state that they are probably faking the numbers of blocks to get people to keep using the products. Another line is that it is Russian built/propagated garbage product.

Does anyone else hold this belief? I have not seen much of this discussed here in this forum and also see it recommended often enough. I ask you fine folks because it just feels so defeating.

Sorry for, source: this god damn bloke told me.

GPT-6 Astra reaches and surpasses human-level performance on ARC-AGI-3 with a memory harness, but still at 1000x the cost - ARC Prize Foundation

ARC Prize OpenAI's GPT-6 Astra on ARC-AGI-3 | ARC Prize
preview

Summary:

  • GPT-6 Astra scores 62.7% for $26K on ARC-AGI-3 Semi-Private with our Standard harness, and 99.9% for $19K with a Provider Adapter harness.
  • GPT-6 Astra surpasses the human baseline in action efficiency on ARC-AGI-3. It used fewer actions than the median tested human on 96% of levels.
  • A key behavior observed in GPT-6 Astra was its ability to turn unfamiliar environments into compact symbolic world models. It represented game mechanics as logical rules and developed its own domain-specific language shorthand to track state and plan actions.

For a cost comparison, during our controlled testing, human participants were paid $115 per 90-minute session, plus $5 per game completed. Participants attempted approximately nine games per session, roughly $12.78 per attempted game before bonuses.
Most of this fee pays for the participant’s time and willingness to take the test, rather than the energy their brain uses (a closer proxy to compare with AI). If we look at only the brain’s energy, and price it as electricity, the estimate drops to about 0.6 cents per session, or 0.067 cents per game attempted.1

Astra’s results are also a major milestone worth celebrating. From our perspective, Astra represents a noticeable step-function change in frontier model capabilities.

When we launched ARC-AGI-3, we made it clear that saturating the benchmark would not represent “proof of achieving AGI.” Therefore, while we believe Astra represents meaningful progress towards generalization, we are not claiming that it is AGI.

[Episode] Re:ZERO -Starting Life in Another World- Season 4 • Re:Zero kara Hajimeru Isekai Seikatsu 4th Season - Episode 16 discussion

preview

Re:Zero kara Hajimeru Isekai Seikatsu 4th Season, episode 16

banner image

Related Communities

  • !re_zero@lemmy.world
Alternative Names

Re:ZERO รีเซทชีวิต ฝ่าวิกฤตต่างโลก ซีซั่น 4, Re:ZERO – Жизнь с нуля в альтернативном мире 4


Additional Links

- Info - AniList - Info - Kitsu - Info - MyAnimeList - Info - Official Site (Japanese) - Social - Facebook (English) - Social - Instagram (English) - Social - TikTok - Social - TikTok (Japanese) - Social - Twitter (English) - Social - Twitter (French) - Social - Twitter (Japanese) - Streaming - Bilibili TV - Streaming - Crunchyroll - Streaming - YouTube - Streaming - iQ


Reminder: Please do not discuss plot points not yet seen or skipped in the show. Failing to follow the rules may result in a ban.


All discussions

Episode Link Episode Link
1 Link 14 Link
2 Link 15 Link
3 Link 16 Link
4 Link 17 Link
5 Link 18 Link
6 Link
7 Link
8 Link
9 Link
10 Link
11 Link
12 Link
13 Link

This post was created by a bot. Message the mod team for feedback and comments. The original source code can be found on GitHub.

Zcash's privacy by default along with DAG architecture

preview

ZKas is a one month old cryptocurrency that combines Kaspa’s GHOSTDAG BlockDAG - fast, parallel, proof-of-work block production with Zcash’s Orchard shielded protocol, so that every amount, sender, and recipient is hidden by construction.

Zcash’s privacy is considered to be the most advanced but it’s not enabled by default, so receives criticism from people (e.g. Edward Snowden). Kaspa’s DAG achievements enable it to produce 100 blocks per second but it’s a transparent ledger.

ZKas combines Kaspa’s and Zcash’s work and creates the fastest privacy network with 1 second block time and mandatory hardest encryption.

Enthusiasts and developers are welcomed:

zkas.info

discord.com/invite/jysMS4XNFT

til about manjaro

preview

Today i learned that manjaro has, in parts, german roots and is maintained by a german company. For that i, as a german myself, want to strongly apologize in the name of the german people!!