I read the article you referenced. It's based on, and described wrt, Python's `async with` (so quite a few layers of abstraction), so I can't say with certainty how it's implemented. But, as I noted earlier, it isn't really that different from a run-till-completion task scheduler and is not particularly novel or interesting, imo.
The point I was trying to make is that you can apply the actor model to any system of isolated processes. Whether the isolated processes live on a distributed system of networked computers or on the same computer is an implementation detail. The critical issue is that each actor should own and mutate its own state. Whether all actors run on the same thread or on separate threads is also an implementation detail. For instance, AtomVM is a lightweight implementation of the Beam (actor model) that runs on microcontrollers [0].
> The entire thrust of this thread is that you can have a more reliable system that is easier to reason about if you use specific constructs that each have less power
Easier to reason about, sure, fine. Your earlier comment claims the actor model is a dead end in non-distributed systems.
> Unstructured concurrency should be reserved exclusively for contexts where structured concurrency is impossible, which is what the actor model is for.
Results from my quick search on structured/unstructured concurrency were all references to Swift. Is this a Swift thing? In any case, the issue appears to be more about managing tasks that don't require a preemptive scheduler. As I see it, that issue appears orthogonal to distributed/non-distributed systems.
Nurseries sound similar to run-till-completion schedulers [0].
> IMO the urge to use both the actor model (and its relative, CSP) in non-distributed systems solely in order to achieve concurrency has been a massive boondoggle
Can't you model any concurrent non-distributed system as a concurrent distributed system?
There's limited coverage of all global conflicts, certainly in American media, but quite likely in other Western media.
> What explains the silence from activists outside Iran on this particular issue?
What explains the silence from the media on all other conflicts. It's certainly not because lives are not being destroyed in Sudan [1] and Myanmar [2].
> The people who pay into this are either taken in by the pretense that they’re sponsoring open-source work
> Honestly, I think the first category is somewhere between "microscopic" and "nonexistent", but most people in the second category will end up holding the bag when this thing inevitably collapses.
I agree. There may be folks willing to support open-source software via a crypto-friendly vehicle, but most involved in this are hoping to make money on a pump and not get left holding the bag.
Everyone involved in this scheme is fully aware of the game being played (or should be) and the risks involved. The notion that "crypto grifters" are corrupting naive open-source developers just strikes me as an odd way to describe such activity.
As an engineer, I can confirm that this AI (if it works well) would compress the prototyping stage significantly, resulting in a better product at reduced cost.
> also coming up with the plausible load paths and deciding on the geometry of the parts according to the actual loads
> As a result, there's hardly any overtaking unless an egregious mistake is made. The lame solution they have to this is to allow cars one second behind to mechanically reduce their drag in selected spots of the track (DPS).
We've had some of the highest overtakes per season in recent years. Tracks like Monaco have always made for low overtakes, but DRS has been a great addition. Overtaking in F1 is difficult because of the dirty air from the car ahead, which has only gotten worse with improved aero, not because the cars are wider. Yes, DRS only reduces drag, but it's a necessary counterbalance to the turbulence. I believe it results in a true slipstream effect, which is exactly what you would have without the dirty air.
Got it. So GitHub uses Atlassian's white-label status service. Though, I wouldn't expect a white-label service to leak branding from the service provider. Especially considering customization is one of the paid perks of the higher tiers, which I assume GitHub is in.
> Effect of fasting on cancer: A narrative review of scientific evidence
> Emerging evidence suggests that fasting could play a key role in cancer treatment by fostering conditions that limit cancer cells' adaptability, survival, and growth. Fasting could increase the effectiveness of cancer treatments and limit adverse events. Yet, we lack an integrated mechanistic model for how these two complicated systems interact, limiting our ability to understand, prevent, and treat cancer using fasting. Here, we review recent findings at the interface of oncology and fasting metabolism, with an emphasis on human clinical studies of intermittent fasting. We recommend combining prolonged periodic fasting with a standard conventional therapeutic approach to promote cancer-free survival, treatment efficacy and reduce side effects in cancer patients.
> The following innovation that made it usable, by making it less bug-prone, was called a "multitasking operating system". The so-called "OS" allowed you to write simple sequential code, but used the computer efficiently by switching back and forth between multiple tasks as their respective I/Os completed. We're talking about the introduction of the Univac 1103A in 01953, 72 years ago, and the following 20 years of innovations, including things like Dijkstra's THE operating system.
That is, asynchronous I/O is 20 years older than the Unix system call interface this article speculates it should replace.
That's just a scheduler though, and not necessarily an actor-oriented one. Multitasking doesn't imply communication between tasks, certainly not actor-oriented bidirectional message passing.
> I would love to figure out how to run in a way that builds up my motivational reserve rather than constantly depleting it, but that method, if it exists, has escaped me.
Do you like music? Uptempo music? I run with a playlist designed to match my cadence at the various stages of my run. I get my endorphin rush from the combination of the run and the music.
Do you have a brand you'd recommend?