#Async
Thanks!

I would love to hear what parts of a framework might be hard to fit into the scaffolding outlined here. I'm assuming the dragons would hide in context, async, background rendering, and related things.
November 12, 2025 at 10:10 PM
📰 Async and Finaliser Deadlocks

💬 Commenters dissect async code's concurrency issues, with a focus on discipline and function purity. Ripe for confusion! 🤔

https://news.ycombinator.com/item?id=45903586
November 12, 2025 at 8:15 PM
Analogico na posicao certa. (Sync, pq Async só serve pra shooter, e pra shooter o certo é mouse e teclado).

D-pad curvadinho pra ergonomia.

Touchpads, se forem configuraveis nossa seria tesudo!

Dps só saber quantos gatilhos tem, pq gosto de controle com gatilho de barriga.
Today, Valve announced the second-generation Steam Controller. Imagine a Steam Deck with the screen lopped off, and you’re close.

Read more from @jaypeters.net: www.theverge.com/games/815061...
November 12, 2025 at 7:42 PM
Async and Finaliser Deadlocks

#HackerNews

<a href="https://tratt.net/laurie/blog/2025/async_and_finaliser_deadlocks.html" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">https://tratt.net/laurie/blog/2025/async_and_finaliser_deadlocks.html
November 12, 2025 at 7:07 PM
writing async code that looks like sync code is kinda sexy ngl
November 12, 2025 at 7:06 PM
spent the morning working out how to make async coroutine based iterators work inside my coroutine manager thingy
November 12, 2025 at 7:05 PM
Laurence Tratt: Async and Finaliser Deadlocks

Two days ago I was listening to the Oxide podcast on futurelocks, a very complicated bug involving async code in Rust. I must admit that I struggled to understand what was going on, partly because of the subject matter, and partly because podcasts are…
Laurence Tratt: Async and Finaliser Deadlocks
Two days ago I was listening to the Oxide podcast on futurelocks, a very complicated bug involving async code in Rust. I must admit that I struggled to understand what was going on, partly because of the subject matter, and partly because podcasts are my backdrop to household chores. At some point towards the end, though, someone phrased things in a way that my pea brain could immediately understand. In essence, I think futurelocks are a complex instance of a long-standing problem with (what I will call for now) asynchronous code.
cnznews.com
November 12, 2025 at 6:37 PM
ew. The fact its not async sticks makes me auto hate it
November 12, 2025 at 6:33 PM
November 12, 2025 at 6:30 PM
Laurence Tratt: Async and Finaliser Deadlocks

💥 Explore this insightful post from Hacker News 📖 📂 Category: ✅ Key idea: Two days ago I was listening to the Oxide podcast on futurelocks, a very complicated bug involving async code in Rust. I must admit that I struggled to understand what was going…
Laurence Tratt: Async and Finaliser Deadlocks
💥 Explore this insightful post from Hacker News 📖 📂 Category: ✅ Key idea: Two days ago I was listening to the Oxide podcast on futurelocks, a very complicated bug involving async code in Rust. I must admit that I struggled to understand what was going on, partly because of the subject matter, and partly because podcasts are my backdrop to household chores.
viralpique.com
November 12, 2025 at 6:28 PM
Async and Finaliser Deadlocks
L: https://tratt.net/laurie/blog/2025/async_and_finaliser_deadlocks.html
C: https://news.ycombinator.com/item?id=45903586
posted on 2025.11.12 at 13:12:29 (c=0, p=4)
November 12, 2025 at 6:21 PM
November 12, 2025 at 6:18 PM
The Temporal Swift SDK lets you write reliable, long-running Workflows with Swift’s native async/await and structured concurrency.

Details + docs → https://temporal.io/blog/temporal-now-supports-swift
Use Swift with Temporal
Announcing the Swift Temporal SDK. Build durable, fault-tolerant Workflows in Swift 6.2 with async/await and structured concurrency.
temporal.io
November 12, 2025 at 5:40 PM
looking for clients

design retainer (Product, web, & brand design)
3 to 5 updates per week
$2,500/m
daily async updates, weekly live calls (optional)
November 12, 2025 at 5:15 PM
Async state made simple 💡TanStack Query brings caching + signals + DI to Angular & beyond.
Arnoud de Vries @arnoud.dev joins The Angular Plus Show to share how data becomes a first-class dependency.

🎧👇
🟢 bit.ly/3XvVJr7
🍎https://bit.ly/4ozoBKZ
November 12, 2025 at 4:23 PM
Official title “Adjunct instructor” with their continuing education team…

But I am more of a course administrator than teacher. (async course with existing curriculum.)
November 12, 2025 at 4:03 PM
Async and Finaliser Deadlocks
L: https://tratt.net/laurie/blog/2025/async_and_finaliser_deadlocks.html
C: https://news.ycombinator.com/item?id=45898923
posted on 2025.11.12 at 06:38:01 (c=0, p=4)
November 12, 2025 at 3:31 PM
November 12, 2025 at 3:30 PM
🦊 Firefox 145 is here for web developers!

Highlights include:
• text-autospace for smoother typography
• math generic font family
• Atomics.waitAsync() for async thread sync
• Integrity-Policy headers for subresource integrity

See what’s new 👇
developer.mozilla.org/en-US/docs/...
Firefox 145 release notes for developers (Stable) - Mozilla | MDN
This article provides information about the changes in Firefox 145 that affect developers. Firefox 145 was released on November 11, 2025.
developer.mozilla.org
November 12, 2025 at 3:27 PM
aiou 1.1.0

Async I/O Utils

Author: Albert Moky
🏠Homepage
November 12, 2025 at 3:00 PM
A very important explainer on the JavaScript Event Loop. It clarifies the async nature of JS in a simple, visually understandable way. Huge thanks to Philip Roberts for this gem.

An 11-year-old treasure that's still perfectly relevant.

www.youtube.com/watch?v=8aGh...
#JS #EventLoop #WebDevelopment
What the heck is the event loop anyway? | Philip Roberts | JSConf EU
YouTube video by JSConf
www.youtube.com
November 12, 2025 at 2:56 PM
aio-typesense 0.1.0 (Alpha)

Async library for Typesense

Author: devtud
🏠Homepage

🧑‍💻Repository
November 12, 2025 at 2:00 PM
Next, I have a fixture for my database client and a few utilities bound to that fixture. This way, I can seed my database with any records I need and all of them will be written to the database instance associated with the test case. Nothing else can access them.
November 12, 2025 at 1:38 PM