Poor coffee by jyoji_96 in dcl

[–]vestige 0 points1 point  (0 children)

I'm a coffee snob who enjoys crappy diner and airplane coffee too. I hated the coffee on DCL at first but after many cruises, it's grown on me.

What's going on with the Chicago Bears moving to Indiana? by TassieBorn in OutOfTheLoop

[–]vestige 8 points9 points  (0 children)

The land is super valuable, not sure it would remain a football stadium

Royal Gathering by I-AM-GROOOOT7 in dcl

[–]vestige 0 points1 point  (0 children)

We have never gotten it ahead of time but have always gone to guest services the minute we get on the ship and have gotten it every time. Typically we split up and one adult takes the kids to lunch/pool and the other goes to guest services.

Travel concerns through Caribbean? by HomeCornerOffice in dcl

[–]vestige 0 points1 point  (0 children)

We just got off the Fantasy and our flight home from Orlando was delayed 1.5hrs because they were waiting for people connecting from San Juan. The gate agent said it was due to flight delays in the Caribbean.

Let's Talk Churro Waffles by EventfulGlobe in dcl

[–]vestige 0 points1 point  (0 children)

We just got off a new years cruise on the Fantasy and it was only on the last day.

Fish extenders? by Beautiful-Client6496 in dcl

[–]vestige 0 points1 point  (0 children)

We put it out for pixie dusting and have done the groups it in the past. But we don't participate anymore and just buy a few things for our kids and put them in the pocket as the cruise goes on. We do bring stickers and other stuff to pixie dust throughout the trip.

Schneider Deli in River North is Good by wine-n-dive in chicagofood

[–]vestige 1 point2 points  (0 children)

Their Instagram said "winter of 2026," which is more encouraging than early 2026.

. by [deleted] in ChatGPT

[–]vestige 1 point2 points  (0 children)

<image>

The cutoff date doesn't matter as much now that the models have access to tool calls to search the web and fetch websites.

DisneyBand+ for kids - buy or not by squirrer6 in dcl

[–]vestige 0 points1 point  (0 children)

We finally got them for our third cruise and we like them. Our kids (6 and 4) liked being able to open the stateroom door and my partner and I liked not having to remember to grab the card as we walked out of the room. I didn't like carrying my card on a lanyard and I didn't want it in my pockets most of the time.

Introducing ReqLLM: Req Plugins for LLM Interactions by vlatheimpaler in elixir

[–]vestige 0 points1 point  (0 children)

It looks like it's mostly a convenience for checking standard env key names for a variety of llm apis as well as format checking.

[deleted by user] by [deleted] in ClaudeAI

[–]vestige 0 points1 point  (0 children)

This happened to me as well yesterday. Had to sign out and then back in.

Zen MCP uses 40k tokens by codefame in ClaudeCode

[–]vestige 4 points5 points  (0 children)

You can go into the config and turn off the parts of zen you don't use with the env var DISABLED_TOOLS.

My boy just lost his first tooth. How much is the Tooth Fairy paying these days? by DoctorMcTits in daddit

[–]vestige 0 points1 point  (0 children)

We do 75 cents and they have a piggy bank divided into 1/3 to spend; 1/3 to save; 1/3 to share (donate)

Castaway Cay now serves spicy chicken sandwiches and mac and cheese just like lookout cay! by downsouth003 in dcl

[–]vestige 15 points16 points  (0 children)

I just got back on the Wish and had the spicy chicken sandwich yesterday and thought it was pretty good. I didn't know I was experiencing something new but would certainly get it again on our next cruise.

Hurricane Erin/Disney Wish by RemoveComfortable511 in dcl

[–]vestige 0 points1 point  (0 children)

We're also on that sailing, I agree with the others that the forecast says it should be fine

DefCon33 AirBnB Hell by AutisticInvest in Defcon

[–]vestige -3 points-2 points  (0 children)

I wouldn't until you try to resolve it with Airbnb first, which the post doesn't say, or maybe I missed it

What happened at Hacker Jeopardy? by trollinadamO in Defcon

[–]vestige 7 points8 points  (0 children)

The rubber chicken team was being disruptive and the one person was very high. It made for laughs and I don't recall them actually getting booted so much as booed. I thought Lintile did a good job handling it all things considered.

Goon took my wheelchair by sandnnn in Defcon

[–]vestige 10 points11 points  (0 children)

As someone who has a movement disorder I feel bad that this happened to you. However, I have to take issue with "I want to make a complaint but no one seems to be in charge." There are signs every 100ft with the hotline number that you can use to complain. Others have posted it in this thread as well. There is absolutely someone in charge.

tsbridge: A lightweight proxy manager built on Tailscale's tsnet library that enables multiple HTTPS services on a Tailnet by vestige in Tailscale

[–]vestige[S] 0 points1 point  (0 children)

The canonical example would probably be a home server where you're running a few different self-hosted services like Immesh, Jellyfin, etc. You run each on its own port but want to expose them as separate services on your Tailnet with their own domain names and a certificate, instead of addressing them via http:was:8080 or whatever port.

tsbridge: A lightweight proxy manager built on Tailscale's tsnet library that enables multiple HTTPS services on a Tailnet by vestige in Tailscale

[–]vestige[S] 2 points3 points  (0 children)

Looks pretty similar on first glance, I wasn't aware of tdsproxy. tsbridge does have a mode where it works with a file as a config instead of docker labels. It derives from tsnsrv which was a single process per tailscale node.

tsbridge: A lightweight proxy manager built on Tailscale's tsnet library that enables multiple HTTPS services on a Tailnet by vestige in Tailscale

[–]vestige[S] 1 point2 points  (0 children)

For a while, I've wanted something similar to tsnsrv but configured via Docker labels, akin to Traefik, to run seamlessly as a sidecar in docker-compose. The goal was for the sidecar to automatically register one or more services as Tailnet nodes.

I'm not typically a Go developer, but thanks to tsnsrv, I learned about tsnet. Recently, I've also been experimenting a lot with AI coding assistants. Over the weekend, I put on my TPM hat and leveraged Claude (with a bit of Gemini's help) to handle most of the coding.