Light read with some interesting factoids. Despite the stock market hitting all-time highs, consumer confidence is low, as indicated by decreasing tips. The gap between QSRs and sit-down restaurants is also expanding in terms of efficiencies and margins.
I suspect decreasing tips also has a lot to do with tip exhaustion, I think it's becoming increasingly acceptable (at least in my circles) to hit the "custom" option and put in a smaller-that-suggested tip (or even nothing at all).
I've stopped tipping through the POS devices entirely. Now when I tip, it's in cash and an amount I've decided on, not an amount the business is trying to talk me into. I also have reverted to only tipping for traditionally tipped stuff, not the everyone and their dog who asks.
Ironically, those stupid tip kiosks have cost severs tip amountage with me
I used to drink a fair bit, so at the end of a tab, I did not want to do arithmetic and would just put an “easy” number that looked good. This could often be upwards of 35%
But if you stick a touch screen in my face with even easier, one-two taps on a preselected amount, I’ll go with that.
Also I’ve accidentally no tipped a few times with them because I get frustrated with the incessant screens asking about receipts, emails, etc. that I just click past the tip screen.
>Stock prices are pretty well disconnected from real day-to-day economics that normal people deal with.
No, something happened post covid. Previously you could predict consumer sentiment pretty well by combining several economic figures, but after covid that model broke.
But stock price alone has never been a strong signal about consumer sentiment, pre-covid or post. It's a strong signal about investor sentiment, but the things that are good for stock prices have always been very different from the things that are good for regular people.
I'm hopeful that with the aggressive digital tipping options being set to 20%, 30% and 40% Other that people will get exhausted and stop tipping altogether.
With many states implementing $15 minimum wages, it no longer makes sense that tipping would "make up for the difference" between the $7.25 and inflation that people felt guilty about. With $15 minimum wages, we can go back to the days when 10% was "nice service, thank you!" and be done. Good riddance to the extortion.
As a sidenote, minimum wages were never living wages. If you want to see "living wages" stop outsourcing and sending jobs overseas. Low value add service jobs were never going to replace mid-skilled jobs that people were happy to send overseas in order to have $50 sneakers and $10 tee-shirts. Whelp, that undermined everyone's jobs --more people needing SNAP means more taxes for those who still have work...
What does it mean that "different clients can get different specs"? Different in what dimension? I could imagine this makes creating repeatable and reliable workflows problematic.
Using MCP you can send "notifications" to the server, and the server can send back notifications including the availability of new tools.
So this isn't the same as saying "this user agent gets X, this gets Y". It's more like "this client requested access to X set of tools, so we sent back a notification with the list of those additional tools".
This is why I do think websockets make more sense in a lot of ways here, as there's a lot more two way communication here than you'd expect in a typically API. This communication also is very session based, which is another thing that doesn't make sense for most OpenAPI specs which assume a more REST-like stateless setup.