17:20 @joachim_kreativ Bin aus ähnlichen Gründen

@joachim_kreativ Bin aus ähnlichen Gründen im Multifaktorfonds von JPMorgan IE00BJRCLL96 . Der hat nicht diesen Schwellenländer-Tilt aber davon hat mich Kommer auch nicht überzeugt. Kann mir aber vorstellen dass das kurzfristig gegen ein Platzen einer KI Blase nichts bringt, weil die erstmal alles mitreisst.

via brainwashed@nrw.social

Battle Royale, 2000

Watched on Friday July 3, 2026.

Obsession, 2025

Watched on Friday July 3, 2026.

Louis C.K.: Ridiculous, 2026

Watched on Wednesday July 1, 2026.

12:32 @nschotschi @buur @DasPanzermuseum recht haben

@nschotschi @buur @DasPanzermuseum recht haben sie. Wir sind auf dem Rückweg aus Hamburg nach Moers dort hin. Sehr zu empfehlen!

via brainwashed@nrw.social

Forgetting Sarah Marshall, 2008

Watched on Monday June 22, 2026.

Pressure, 2026

Watched on Sunday June 21, 2026.

Why is Meta destroying its engineering organization?

For two decades, Meta had a unique, high-performance engineering org; right up until around April of this year. For the first 20 years of the company’s existence, it had a “move-fast-and-break-things” culture, and in the early 2020s this shifted to a “move-fast-with-stable-infra” one. Engineers I know at the company were empowered to do good work, focus on impact, and to balance business interests with solid engineering.

But in the past few weeks, all that has changed, as if the leadership has been following detailed blueprints on how to demolish a proven, successful engineering culture in the most ruthlessly efficient way possible.

newsletter.pragmaticengineer.com, in "Why is Meta destroying its engineering organization?"

John Wick: Chapter 4, 2023

Watched on Sunday June 14, 2026.

Mulan, 1998

Watched on Saturday June 13, 2026.

Amrum, 2025

Watched on Saturday June 13, 2026.

achievements on 13.06.2026

Strange Days, 1995

Watched on Wednesday June 10, 2026.

The Housemaid, 2025

Watched on Tuesday June 9, 2026.

Krull, 1983

Watched on Tuesday June 9, 2026.

achievements on 10.06.2026

Cool down before you install: give new gems a few days to be vetted - RubyGems Blog

Most supply-chain attacks against RubyGems exploit a narrow window: an account is compromised, a malicious version ships, and any bundle install in the minutes that follow resolves straight to it. Bundler 4.0.13 introduces cooldown, a time-based filter that refuses to resolve to a version until it has been public for at least N days. Releases too new to have been scrutinized are passed over in favor of ones that have aged past the window.
blog.rubygems.org, in "Cool down before you install: give new gems a few days to be vetted - RubyGems Blog"

achievements on 03.06.2026

Suche | Bahn-Vorhersage

Bahn-Vorhersage ist ein Rankingsystem für Zugverbindungen. Es ermittelt für alle Zugverbindungen innerhalb Deutschlands einen sogenannten Verbindungsscore. Dieser gibt an, wie sicher die Anschlüsse einer Zugverbindung sind. Ein hoher Score bedeutet, dass voraussichtlich alle Anschlusszüge erreicht werden, ein niedriger Score bedeutet, dass möglicherweise nicht alle Anschlusszüge erreicht werden können.

Ein hoher Verbindungsscore ist jedoch keine Garantie dafür, dass eine Verbindung funktioniert!

bahnvorhersage.de, in "Suche | Bahn-Vorhersage"

North by Northwest, 1959

Watched on Monday May 25, 2026.

Animal House, 1978

Watched on Sunday May 24, 2026.

Marty Supreme, 2025

Watched on Saturday May 23, 2026.

Solved by CSS Scroll State Queries: hide a header when scrolling down, show it again when scrolling up. – Bram.us

Unlike the scrollable scroll-state queries, scrolled remembers the last direction you scrolled into, which you can use to build “hidey bars”: when scrolling down (or having scrolled down), the hidey bar hides itself. When then scrolling back up, the hidey bar reveals itself.
www.bram.us, in "Solved by CSS Scroll State Queries: hide a header when scrolling down, show it again when scrolling up. – Bram.us"

Migrate legacy bichon database on TrueNAS

I recently noticed my instance of bichon no longer started on my TrueNAS server. The logs of the failing docker container clearly stated, that the database format was too old and I needed to migrate it to a new format using the bichon-admin command. For whatever reason TrueNAS does not allow rollbacks of app updates for stopped containers, so simply going back to a previous version was not possible.

As the command is unfortunately interactive I needed a running instance of the container to interactively start it from or bichon to operate on the dataset of the container outside of the container.

Fortunately, bichon offers standalone binaries on their release page. After downloading them to a separate directory you can run bichon-admin and point it to /mnt/.ix-apps/app_mounts/bichon/data/, assuming “bichon” to be the name of your configured app in TrueNAS. Before doing this, do make sure you have a backup all the data. The tool claims to be non-destructive though.

BICHON ADMINISTRATIVE TOOL

✔ Select an operation · Migrate Legacy v0.3.7 Storage to v1.0.x

MIGRATION: Bichon v0.3.7 Storage Architecture → v1.0.x
This tool migrates data from the legacy v0.3.7 Tantivy-based storage architecture to the new v1.0.x separated index and Fjall-backed storage format.
Legacy v0.3.7 architecture:
• envelope metadata stored in Tantivy
• message data stored in Tantivy

New v1.0.x architecture:
• mail indexes stored in Tantivy
• attachment indexes stored in Tantivy
• raw message data stored in Fjall
• attachment blobs stored in Fjall

IMPORTANT: The paths below must exactly match what your old bichon server was configured with.
✔ Enter --bichon-root-dir (same value used by the old server) · /mnt/.ix-apps/app_mounts/bichon/data/
✔ Enter --bichon-index-dir (leave blank to use default: /mnt/.ix-apps/app_mounts/bichon/data/envelope) · 
✔ Enter --bichon-data-dir (leave blank to use default: /mnt/.ix-apps/app_mounts/bichon/data/eml) · 

Paths to be migrated:
----------------------------------------
bichon-root-dir      : /mnt/.ix-apps/app_mounts/bichon/data/
bichon-index-dir     : /mnt/.ix-apps/app_mounts/bichon/data/envelope
bichon-data-dir      : /mnt/.ix-apps/app_mounts/bichon/data/eml
----------------------------------------

⌛ Checking legacy v0.x storage layout...
✔ Legacy v0.3.7 Tantivy-based storage detected. Migration to v1.0 is required.

⚠ This migration is non-destructive. Existing v0.x storage files will remain unchanged.
✔ Ready to migrate? · yes
Step 1: Migrating Metadata Entities...
  > Mail Settings             done (1 items)
  > Accounts                  done (2 items)
  > OAuth2 Entities           done (1 items)
  > OAuth2 Pending            done (0 items)
  > OAuth2 Access Tokens      done (1 items)
  > Proxy Settings            done (0 items)
  > User Roles                done (5 items)
  > Users                     done (1 items)
  > Access Tokens             done (1 items)
  > Mailboxes                 done (4 items)
Metadata migration completed successfully.

⌛ Step 2: Migrating email index and blob data...

ℹ Batch size controls memory usage during migration:
  • 1000  — ~500MB RAM  (slower, low memory)
  • 3000  — ~1GB RAM    (recommended)
  • 5000  — ~2GB RAM    (faster, high memory)
  • Note: actual memory usage depends on your average email size.
          If your mailbox contains many large attachments, use a smaller batch size.

✔ Enter batch size (affects memory usage, see notes above) · 3000
✓ Using batch size: 3000

✓ Using batch size: 3000

⌛ EML segments to migrate: 8
⠁ [00:00:18] [----------------------------------------] 0/8 (0s) Segment 1/8 [migrating 2990/84354 3%]                                          Tantivy committing... this may take 2-3 minutes, please wait.

…lots of output here…

attachment merge done: 152.776µs
  [00:10:54] [########################################] 8/8 (0s) Migration finished. Total: 139332, Skipped: 0                        ✔ Migration completed successfully!

As I ran the command as root I hat to revert the ownership of the newly created files with chown -R apps:apps /mnt/.ix-apps/app_mounts/bichon/ to TrueNAS default user for apps. Afterwards the container started without an issue.

I learned to study the release notes more thoroughly, there was a hint about a breaking change on the bichon 1.0.0 release page. TrueNAS not allowing rollbacks for broken applications seems kind of pointless.

The Secret of My Success, 1987

Watched on Wednesday May 20, 2026.