i hooked my whoop to my work calendar to find which coworker gives me the most stress 🚨
thanks to fable, I reverse engineered whoop to pull per minute heart rate. nd matched spikes with cal events and attendees
I now have a leaderboard and I think about it daily.
few info masked for obvious reasons ;)
@milestomemories Just walked through Excalibur & looks like they’re doing the same as NYNY: Removing a (significant) number of check-in desks - I guess for another bar? Currently unclear!
Want to do Continuous integration (CI) and Continuous Delivery (CD)? Then avoid creating a bunch of non-prod environments.
Here's why: Non-prod environments like QA, UAT, and Staging encourage “batching” work. This fights against CI and CD.
Example: If you only have a dev and a production environment, you're forced to do CI and CD. Why? Because you can’t batch up work with just 2 environments.
That’s a *good* thing. The constraint of few environments encourages desirable behaviors. 👍
“We shape our tools and then the tools shape us." - Winston Churchill
Time estimates:
“Give me one sec” - Within the hour
“I’ll be one minute” - An hour or two
“I’m on it” - Maybe today
"In a bit" - Sometime this week
“It’s on my list” - Perhaps this month
"Leave it with me" - Possibly never
“If I have time” - Never
Finally completed the main story for #ZeldaTearsOfTheKingdom 🗡️
Took a decent amount of time and a lot of armour upgrades but what a spectacular ending!
Some of the biggest subreddits in existence, like, r/Music, are already down.
It had 32M users.
It’s shutting down indefinitely until Reddit reverses its policy.
@matthieunapoli The real problem is: Turns out my use-case isn't Lambda but ECS behind Cloud Map 🤦♂️ And the integration to Cloud Map must be blocking specific request headers, including X-Forwarded-Host. My next step will be to verify this by running https://t.co/gwLjkGMdcN as the container 🤞
@matthieunapoli After digging into this further (perhaps too much) (including creating a standalone example with CDK), the scenario above works perfectly, even behind API Gateway Custom Domains 🎉
@matthieunapoli Okay, this has been bugging me all weekend. Just to confirm I'm not going crazy, are you saying that you have this (kind of) setup & it works as expected:
@matthieunapoli Nah, if I point Cloudfront to httpbin I can see the header passed through 😅
I believe it’s a restriction in API Gateway (V2) - HTTP-API to Lambda - if I make requests directly to the default endpoint the X-Forwarded-Host header doesn’t make it through.
@kyleshevlin What about @Hygraphcom? Seems like a decent/flexible writing experience - plus webhooks support to handle "publishing"/triggering rebuilds?