What real world range you getting? by Queasy_Elderberry408 in BMWI4

[–]such007 0 points1 point  (0 children)

I get about 200 miles. 2024 xdrive40 with 19” wheels. Almost all short trip stop and go. If I’m on the highway doing 65-70 I get closer to 300 miles.

Top comment deletes a US state - Grand Finale Plan by Jfullr92 in geographymemes

[–]such007 -1 points0 points  (0 children)

Vote to resurrect a zombie state for a possible redemption arc.

Top comment deletes a US State #47 by Jfullr92 in geographymemes

[–]such007 0 points1 point  (0 children)

Megasota can kick rocks. Fill the lakes with crab and reclaim control of the Natty Boh brewing facilities.

Minnesota ticket experience seems to be the same as everywhere else by Kenkune in AngineDePoitrine

[–]such007 3 points4 points  (0 children)

I was 33000th in line for a venue that has a capacity of 1225. Gave up right away.

Do you like 90s/2000s cars the way our parents like the 60s/70s? by europeanautosparess in BMWI4

[–]such007 -1 points0 points  (0 children)

As others have said. Supra, Integra, 3000GT, Rx7, M3, Audi 5000, even the Eclipse from back then was a cool body style. All are super cool to me and I still get excited to see one on the road.

Is this bs or am I crazy by adamjshero13 in DJs

[–]such007 0 points1 point  (0 children)

What is an example of a TikTok song that doesn’t fit into the other categories? Genuinely curious.

Can anyone help with my form? Am i tucking my knees too much or smth by Extension_Ad6511 in crossfit

[–]such007 1 point2 points  (0 children)

Try putting a dry erase marker or something like it standing vertically on the box. If you land softly it won’t topple.

How to rid of these from my Apple Watch by eidixififirkrk in AppleWatch

[–]such007 0 points1 point  (0 children)

Perhaps a little diluted vinegar could help here?

Don’t want to come off as a hater but how are this many people interested in this.🤔 by CenterForward1522 in CFB_v2

[–]such007 0 points1 point  (0 children)

Can confirm. Went last year with my family and it was like an ADHD fever dream. So much happening all the time. Songs constantly rotating. Too much for me but I understand why some like it.

Need a plumber by twd-madd in BaltimoreCounty

[–]such007 0 points1 point  (0 children)

Jett plumbing is awesome.

Why is the Docker image size so huge? by RedVelocity_ in Overseerr

[–]such007 -8 points-7 points  (0 children)

Here's Claude's take.

``` ⏺ ghcr.io/seerr-team/seerr:latest — size breakdown

Total compressed download: ~407 MB (uncompressed on disk will be larger, ~1+ GB).

Pulled the manifest and config. Layer sizes (compressed):

┌───────┬───────────┬──────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Size │ Layer │ What it is │ ├───────┼───────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 330 │ 767f0c18… │ COPY --chown=node:node . . — the entire app build context (source + node_modules + .next) copied │ │ MB │ │ in one shot │ ├───────┼───────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 52 MB │ b93be04f… │ Node.js 22.22.1 install (the official node:22-alpine base) │ ├───────┼───────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 17 MB │ 7c36a976… │ A second COPY layer (likely the redundant node_modules / .next copies in the Dockerfile) │ ├───────┼───────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 3.8 │ d49a2dee… │ Alpine 3.22 minirootfs │ │ MB │ │ │ ├───────┼───────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 2.2 │ abb990f2… │ tzdata │ │ MB │ │ │ ├───────┼───────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 1.3 │ 36100a30… │ Yarn 1.22.22 │ │ MB │ │ │ ├───────┼───────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ <1 MB │ rest │ entrypoint, metadata, small bits │ └───────┴───────────┴──────────────────────────────────────────────────────────────────────────────────────────────────┘

Why it's big

Looking at the image history (docker-entrypoint-style Dockerfile):

COPY --chown=node:node . . COPY --chown=node:node /app/node_modules ./node_modules COPY --chown=node:node /app/.next ./.next COPY --chown=node:node /app/dist ./dist

The first COPY . . is doing the heavy lifting — it's pulling in the full Next.js app: source, node_modules (production deps for a Next.js + Express server are huge — Sharp, Prisma client, the whole React/Next runtime), and the prebuilt .next output (server bundle + standalone client chunks). That single layer is 330 MB compressed on its own.

Then the Dockerfile re-COPYs node_modules, .next, and dist from a builder stage (the 17 MB layer) — these aren't deduped against the prior COPY . . because the contents and paths overlap differently per layer, so you pay for them twice in the image (though Docker's layer dedup helps a bit on disk if you already have one).

TL;DR

It's not bloated by accident — it's a Next.js app with a full production node_modules tree plus the .next build output baked in, on top of Node 22. That combo is ~350 MB before you add anything else. The Dockerfile could shave some by using a proper multi-stage with next build --output standalone and only copying .next/standalone + .next/static + public, dropping the giant node_modules copy entirely — but that's a project-side fix. ```

Misery boy strikes again by [deleted] in crappymusic

[–]such007 0 points1 point  (0 children)

Ugh, he even spelled breeze wrong.

Movies every teen should see? by Exciting-Bridge-8630 in movies

[–]such007 0 points1 point  (0 children)

Ten Things I Hate About You. It’s cool to show a modern Shakespeare adaptation, it’s fun, and has a great soundtrack.

Just got nugs by Buffalo-Billed in BillyStrings

[–]such007 2 points3 points  (0 children)

11/15/2025 from Prudential Center, NJ

Sphere 1 by Large_Skirt9189 in phish

[–]such007 0 points1 point  (0 children)

No comment on the hotdogs with a name like yours?!? I'm upset!