Michael Dominick on X — The vital #VisionPro question: \u201cwhat is this for?\u201d I\u2019m just not seeing it. Am I missing something. #AppleVisionPro
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!
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\u2019ll deep dive into the intricacies of this new load async API. We\u2019ll discuss lazy-loaded queries, Ruby threading model, blocking IO, database pool vs. max connections limit, and performance impact of concurrent database clients.