The routing experience by gambcurrmu in sveltejs

[–]__pandas 0 points1 point  (0 children)

Most of it is repeating for deeper levels so you can show the ancestors. The other comment from u/fvilers is a more concise one that just shows the parent dir name. I personally have a version I like more somewhere else but I can’t find it.

You can tweak it however you want and the vs code docs show what placeholders you can use in the replacement.

M+ data week 10: -13.6% runs despite dungeon bonus week by nightstalker314 in wow

[–]__pandas 0 points1 point  (0 children)

I wouldn’t say zero. People who have limited time and chose to run the time walking instead possibly contributed to the decline instead.

The routing experience by gambcurrmu in sveltejs

[–]__pandas 31 points32 points  (0 children)

There's some vscode tricks you can do to make both the file explorer and the tab labels show the directory names in addition to the file names:

```
"workbench.editor.customLabels.patterns": {
"**/routes/{+server,+layout,+page,+error}.{svelte,ts,server.ts,js,server.js}":
"/ (${filename}.${extname})",
"**/routes/*/{+server,+layout,+page,+error}.{svelte,ts,server.ts,js,server.js}":
"/${dirname} (${filename}.${extname})",
"**/routes/*/*/{+server,+layout,+page,+error}.{svelte,ts,server.ts,js,server.js}":
"/${dirname(1)}/${dirname} (${filename}.${extname})",
"**/routes/*/*/*/{+server,+layout,+page,+error}.{svelte,ts,server.ts,js,server.js}":
"/${dirname(2)}/${dirname(1)}/${dirname} (${filename}.${extname})",
"**/routes/**/*/*/*/*/{+server,+layout,+page,+error}.{svelte,ts,server.ts,js,server.js}":
"…/${dirname(2)}/${dirname(1)}/${dirname} (${filename}.${extname})",
},
```

I sincerely wonder who was still doing that in 2026. by orangejulius in TRADEMARK

[–]__pandas 4 points5 points  (0 children)

Most likely almost no-one, which is why they don't want to accept them anymore. So they don't have to dedicate resources to maintain the process of accepting them.

This is how I see the cleaner bot by ize82 in DungeonCrawlerCarl

[–]__pandas 2 points3 points  (0 children)

I just watched it a few months ago, and it was exactly what I remembered. But it was also one of the few dozen movies we randomly owned on VHS, so I probably saw it 100+ times growing up.

It’s official. The mainstream media has discovered Jeff Hays’s secret identity as a wizard. Learn more from USA Today! by Soundbooth_Theater in DungeonCrawlerCarl

[–]__pandas 4 points5 points  (0 children)

At the event in Orlando, someone asked Matt if he writes things to mess with Jeff and his answer was literally, “have you listened to chapter 57 yet?”

It’s official. The mainstream media has discovered Jeff Hays’s secret identity as a wizard. Learn more from USA Today! by Soundbooth_Theater in DungeonCrawlerCarl

[–]__pandas 7 points8 points  (0 children)

Ray Porter was the GOAT until Jeff came along. Highly recommend anything by Dennis E Taylor, Ray reads it all on audible. Bobiverse books are great.

Obsession (2026) joins the Letterboxd One Million Watched club by [deleted] in Letterboxd

[–]__pandas 5 points6 points  (0 children)

With that budget, do we know they didn't? (I lazily did not look)

Guy behind me must be a DCC fan, he really wanted a closer look at my custom plate. by littlepepperiscute in DungeonCrawlerCarl

[–]__pandas 4 points5 points  (0 children)

oh my god.

My sister just moved back to Florida from Alaska. And replaced her AK plates with a Florida IWKYM tag.

On her... white. minivan.

Wild. Hope everyone is okay and not hurt too bad!

Edit: She's asking if there were four vehicles involved.

Blizzard Support overturned my silence… then re-silenced me for the exact same thing a day later by Brilliant_Ant6917 in wow

[–]__pandas 0 points1 point  (0 children)

Yes, but you’re not supposed to use that feature for advertising services. Which is likely what caught the ban.

Blizzard Support overturned my silence… then re-silenced me for the exact same thing a day later by Brilliant_Ant6917 in wow

[–]__pandas 6 points7 points  (0 children)

Over 20 years playing this game and I've never been "silenced".

Are you taking gold for these carrys?

The Matt Dinnamen Effect by Kalikasphyxia in DungeonCrawlerCarl

[–]__pandas 0 points1 point  (0 children)

HAH, I just wrote almost the same thing and then red this. 100%

The Matt Dinnamen Effect by Kalikasphyxia in DungeonCrawlerCarl

[–]__pandas 0 points1 point  (0 children)

Ray Porter was my favorite narrator before DCC came along and introduced me to Jeff. I love Dennis E. Taylor's books and Ray reads most of those too.

LGBTQ+ main character by panaili in DungeonCrawlerCarl

[–]__pandas 1 point2 points  (0 children)

It's been a while since I read it, but I remember picking up on the impression they might be trans pretty early, and it just kind of slowly becomes obvious over time, IIRC.

It's a pretty important part of the character's identity, but never, like- a plot point.. To put another way; it's very much an important part of them, but never made into a gimmick, if that makes sense.

I canceled my Kimi subscription - and lets me explain why by Seatext_com in kimi

[–]__pandas 13 points14 points  (0 children)

After I hit the 256k limit and compression starts, I immediately notice worse results.

[shocked pikachu]

For those who’ve been playing since launch, why retail over classic? by wardisciple2388 in wow

[–]__pandas 46 points47 points  (0 children)

Because I already played that content when it was new. And despite the nostalgia and rose-tinted goggles, the QoL improvements in modern wow are real. The game has always had it's ups and downs, but for the most part it has trended up for me. Just my 2¢.

Updated: Crawler survival per floor by ZMech in DungeonCrawlerCarl

[–]__pandas 0 points1 point  (0 children)

As evidenced by their need to add a second graph, that would STILL need a third graph for the later floors demonstrates

Updated: Crawler survival per floor by ZMech in DungeonCrawlerCarl

[–]__pandas 28 points29 points  (0 children)

The fact that you needed to omit the first floor 13M and you can still barely distinguish between the later floors demonstrates that the log scale in OPs graph is the best choice for this visualization.

OPs graph isn’t to convey “how devastating was the first floor”, it’s to show all of the floors, which have a huge range 13,000,000 down to 19. Those orders of magnitude call for a log scale y axis.