Episode 556

Facial Computing

00:00:00
/
00:38:22

February 7th, 2024

38 mins 22 secs

Your Hosts
Tags

About this Episode

Chris tries out Spatial Computing using a $3,200 trick, and Mike has a Rails treat you won't want to miss.

Support Coder Radio

Episode Links

  • 💥 Gets Sats Quick and Easy with Strike — Strike is a lightning-powered app that lets you quickly and cheaply grab sats in over 36 countries.
  • 📻 Boost with Fountain.FM — Fountain 1.0 has a new UI, upgrades, and super simple Strike integration for easy Boosts.
  • Microsoft to share details on bringing Xbox games to PlayStation in mid-February — Microsoft has news to share about the future of Xbox in an event next week.
  • Michael Dominick on X — The vital #VisionPro question: “what is this for?” I’m just not seeing it. Am I missing something. #AppleVisionPro
  • Meta Quest 3 — New Mixed Reality VR Headset
  • Immersed on Meta Quest — VR Offices! FREE app for *multiple* Virtual Screens in VR for Mac/PC/Linux (with no extra hardware) in stunning virtual worlds. Immersed is great for solo work with multiple screens in a virtual cafe, or for collaborating with your team around even more screens and whiteboards!
  • Meta Quest 3 - Swappa
  • Visor — The world's smallest 4K headset.
  • Rails 7.1 expands its support for ActiveRecord asynchronous queries — ActiveRecord async queries are a way to execute Active Record queries in parallel, which can improve the performance of your Rails application. This is especially useful for slow or complex queries or for applications that need to handle a lot of concurrent requests.
  • In-depth Guide to ActiveRecord load_async in Rails 7 — This seemingly simple change of just adding a single new method that takes no arguments has profound implications for database layer interactions. In this tutorial, we’ll deep dive into the intricacies of this new load async API. We’ll discuss lazy-loaded queries, Ruby threading model, blocking IO, database pool vs. max connections limit, and performance impact of concurrent database clients.