@boardgamehottakes.bsky.social I think it was Chris who mentioned Mox Boarding House in Portland on the podcast a while back. My company is meeting in Portland for our yearly get-together, and I suggested we check out Mox. So we'll be hanging out there for a few hours! I'm looking forward to it.
Ian VanSchooten
@ianvs.dev
Front-end developer at Defined Networking, middle-school robotics coach, board game player, and raiser of 🐝, 🐕, and 👦🏼👦🏼
@boardgamehottakes.bsky.social Am I just imagining it, or do you have a map set up where listeners can pin themselves to find other nearby listeners? I thought that was your podcast, but maybe it was another. I can't find it anywhere.
@boardgamehottakes.bsky.social Hey I just noticed you've still got a twitter link on your contact page of your website. (But the twitter account it links to is deleted)
@brianmc.bsky.social You might appreciate this. bsky.app/profile/mich.... I feel like you've done a few "Doom running on <x>" stories in the past.
Doom now runs in @typescriptlang.org types. What a journey this one's been.
All told, it's been a year and a half of hard work to get to today. We've got so much to share about this project. Let us know what you'd like to hear about! :) youtu.be/0mCsluv5FXA
TypeScript types can run DOOM
YouTube video by Michigan TypeScript
youtu.be
This is madness. But the best kind of madness. www.youtube.com/watch?v=0mCs...
TypeScript types can run DOOM
YouTube video by Michigan TypeScript
youtube.com
Can I just say how much I hate that everyone uses Facebook Marketplace now instead of Craigslist?
Ugh, the last few times I've logged into BrowserStack, I want to immediately log back out in a rage because I can't skip these dumb questions. I don't even know what they're talking about.
Does anyone else find it odd that React is recommending react-helment on its docs page (react.dev/blog/2024/12...). That project hasn't been maintained in 5 years.
React v19 – React
The library for web and native user interfaces
react.dev
Strange bug in the React docs: Visit react.dev/blog/2024/12..., click on the link "New React DOM Static APIs", then press back. Nothing happens. Usually. Sometimes it goes back to the top of the page, but usually not.
This is your periodic reminder that: "AI" is artificial, but not currently intelligent "hallucinations" are actually incorrect or misleading output (errors) "AI" cannot "join the workforce" any more than a broken clock can When we use their marketing terms we only help them perpetuate the scam.
Chair Stop-Motion 🪑💨 Made with 444 pictures taken over 10 days
Child’s AI-Generated Russian Videos Ruining YouTube Recommendations For Father’s AI-Generated Russian Videos theonion.com/childs-ai-ge...
I designed and printed a set of upgraded tokens for Mistborn: The Deckbuilding Game from @brotherwisegames.bsky.social. The game is all about burning metals to power your magic, so how could I _not_ make something a bit more metallic to use? I weighted them like poker chips. Such a fun game.
The long-running Cardboard Edison Award, which aims to highlight the best in currently unpublished board games, is revamping its judging process for 2025 after admitting a ‘blind spot’ over last year’s colonialism-themed winner: boardgamewire.com/index.php/20...
I just finished a game of Ark Nova with 8 science and 8 reptile tags. My zoo was geeky as hell.
For Maths fans, 2025 is a square. 45² = 45 x 45 = 2025 Also, 9² x 5² = 2025 40² + 20² + 5² = 2025 My favourite? 1³+2³+3³+4³+5³+6³+7³+8³+9³ = 2025 #Mathematics #teaching #education
I’ve spent about 3 hours today sharpening kitchen knives for my in-laws today. Seems more than a fair trade for all the meals they cook for us. Also, if you don’t have a good sharpener, get one. Makes a world of difference.
Here’s my @bgstatsapp.bsky.social year in review. Dominion and Star Realms were solo app plays, Under Falling Skies is solo, the rest are games I mostly play with my wife.
Is your Storybook getting unwieldy with component playgrounds, tests, and documentation examples? Use tags to organize and filter the components and stories in your sidebar. 🏷️ Easy authoring 🔍 Interactive sidebar filter 🙈 Static tag-based filtering 🟢 Updated badges addon
Storybook tags
Organize your components and stories to match the way you work
storybook.js.org
Trump is probably going to kill the crash reporting rule that made Tesla look bad
Trump is probably going to kill the crash reporting rule that made Tesla look bad
We’ll be left in the dark about Tesla’s crashes.
buff.ly
TIL that #react-query 'useSuspenseQuery' won't always throw errors. We use an error boundary to show a 404 page, but noticed that if you delete the resource in a different tab, no error is thrown, though a 404 response is received. It's because there was cached data. tanstack.com/query/latest...
Suspense | TanStack Query React Docs
React Query can also be used with React's Suspense for Data Fetching API's. For this, we have dedicated hooks: Additionally, you can use the useQuery().promise and React.use() (Experimental) When usin...
tanstack.com
Is #stackblitz broken for anyone else? Looks like the browser is complaining about misconfigured response headers. This happens when I click a project in my project list, but can create a new project just fine. @esft.bsky.social?
How would y'all solve this? I've got a modal that deletes a thing. It also fetches details about the thing using tanstack react-query's `useSuspenseQuery`. After deleting, I call a function that changes state in a parent to hide the modal. But I get a 404 because it refetches first.