@unclejesse.bsky.social Check out the remastered Expedition 33 track. I recall you highlighting some issues with the original set where it got grindy when things got busy but they seemed to have cleared that up. x.com/lorien_testa...
@unclejesse.bsky.social Check out the remastered Expedition 33 track. I recall you highlighting some issues with the original set where it got grindy when things got busy but they seemed to have cleared that up. x.com/lorien_testa...
It was a masterpiece already but they made it even better. π₯Ή
Done! Thanks David!
πGIVEAWAYπ
Ys VIII hardcover novel "Lacrimosa of Dana"signed by the author!
To Enter:
1. Follow Me and both Ys novels accounts:
@ysnovels.bsky.social
@dragonwell.bsky.social
2. YT Sub youtube.com/@davidvinc
3. Like and Share this post!!!
Settings menu
PSA: After downloading #Xcode26, if youβre trying to download iOS Simulators and itβs stuck on βfetching download information,β try navigating to Settings and download the simulators there instead! #WWDC25
That said, Shopify does GraphQL for 3rd party usage but that feels a bit heavy IMO. I think GraphQL works nicely when you own both clients and API. REST makes more sense when you own API but not the client implementations.
I view this more through the lens of what different customers expect. We're moving towards GraphQL for our first-party clients but want to provide REST APIs to 3rd party developers and advertisers since that is a better experience.
Oh! To the TypeSpec project we're working on the GraphQL emitter. More broadly we want TypeSpec to provide a unified schema for all of our API customers versus fragmenting schemas based on what the particular interface is (e.g. GraphQL vs. OpenAPI).
This is a great blog post on it! typespec.io/blog/typespe...
TypeSpec is exciting and we're investing in it at Pinterest too! I would gently challenge the statement that OpenAPI is easy to use for humans given its verbosity compared to TypeSpec (i.e. you can express the same thing in TypeSpec vs. OpenAPI in significantly less written code).
Obrigado, Pedro!
"I used to think OpenAPI was the best way to define REST APIs. And I bet you think that way, too. After all, OpenAPI has so many benefits that it's easy to ignore its drawbacksβuntil you feel them, that is."
apichangelog.substack.com/p/openapi-is...
β« Flame Mammoth (From "Mega Man X")
The Final Fantasy discourse is a huge place.
But one could argue itβs basically populated by five different people.
Yup, thatβs what Iβm doing today π
#FinalFantasy
medium.com/@nathanlamb7...
The image is a screenshot of a social media post by Amy Klobuchar (@amyklobuchar ). The post reads: "Cheesehead: $25. 2 giant checks: $2 million. Trying to buy a WI Supreme Court seat: $20 million. Watching Elon Musk lose: priceless. Liberal Wins Wisconsin Court Race, Despite Muskβs Millions. Susan Crawford defeated Brad Schimel for a State Supreme Court seat in a race that shattered spending records and maintained a liberal majority on the court."
I was not familiar with Klobucharβs game.
Nintendo Switch is the greatest console of all time.
THREE MINUTE VIDEOS HOORAY happy 30th Chrono Trigger β€οΈ (Corridors of Time - youtu.be/iJhp0qwNJmU?...)
Portuguese editorial cartoonist Zez Vaz reaches back to Tiananmen Square to call on American defiance.
Alexandria in Final Fantasy 9 finalfantasy.fandom.com/wiki/Alexand...
Unicorn Overlord (Switch / PS5 / Xbox) physical releases are 50% off on Amazon, Best Buy, and GameStop: bit.ly/4aHu8rK $29.99 matches previous low price on Switch and PS5
Very insightful - thanks Marc!
New post πΆοΈ The MOIST Principle for GraphQL Schema Design
#ItsTittyTime
I'm stepping on the hornet's nest with this one, but I've got to cover the latest FINAL FANTASY controversy, because it has me scratching my head and just wondering WHY?! Come and see what it's all about!
RTs Super Appreciated!
youtu.be/jag-TpcVW7s
new Xenoblade Chronicles X Definitive Edition trailer! www.youtube.com/watch?v=ah9J...
Woah!!!
New blog post! If you are a Kotlin or Java Android developer, this one should make you go π€―.
www.romainguy.dev/posts/2024/n...
I'm not even sorry.
The solution to a 20 hour flight. #XenobladeChronicles
PSA: if you write v.pow(2f) (also .pow(3f)) on Android, please write v * v instead. pow() is a (relatively) expensive function call that won't get optimized away (yet). On a Pixel 6, pow(2f) is 5x slower than a multiplication. For long expressions, use inline fun square(v: Float) = v * v
Please follow me, Miles!!!!