HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eaurouge

no profile record

comments

eaurouge
·3 mesi fa·discuss
Yeah, I wear a wrist band as well. I've used these (https://www.vivehealth.com/products/wrist-support) for some years now but they've since changed the material to something with less give.

Do you have a brand you'd recommend?
eaurouge
·5 mesi fa·discuss
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.
eaurouge
·5 mesi fa·discuss
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.

0. https://atomvm.org/
eaurouge
·5 mesi fa·discuss
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?

0. https://en.wikipedia.org/wiki/Run-to-completion_scheduling
eaurouge
·5 mesi fa·discuss
So this is why 30/40 yo track athletes look older than their age mates? Right.
eaurouge
·6 mesi fa·discuss
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].

1. https://news.un.org/en/story/2026/01/1166738

2. https://news.un.org/en/story/2025/09/1166004
eaurouge
·6 mesi fa·discuss
> 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.
eaurouge
·6 mesi fa·discuss
If I may, who are the grifters here and who are the innocent parties? Why? Who does this harm?
eaurouge
·6 mesi fa·discuss
So another strawman?
eaurouge
·6 mesi fa·discuss
> It's like someone is claiming they unlocked ultimate productivity by washing dishes, in parallel with doing laundry, and cleaning their house.

But we do this routinely with machines. Not saying I don't get your point re 100 PRs a week, just that it's a strange metaphor given the similarities.
eaurouge
·7 mesi fa·discuss
What’s your news app?
eaurouge
·8 mesi fa·discuss
Kyverna claims to have achieved remission in clinical trials. Is that really a nothing burger?

https://lupus.bmj.com/content/11/Suppl_1/A109
eaurouge
·9 mesi fa·discuss
> most of the world does not hold that view

“most” is a lot. Which parts of the world?

> While everyone WE know thinks slavery is morally evil

Who is “we”?
eaurouge
·10 mesi fa·discuss
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

It would help with that as well.