Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > sci.math > #647144

The Sandcastle of Paul Taraus Interactors (Re: A Case for Impurity: The Applied Pi Calculus)

From Mild Shock <janburse@fastmail.fm>
Newsgroups sci.math, sci.physics.relativity
Subject The Sandcastle of Paul Taraus Interactors (Re: A Case for Impurity: The Applied Pi Calculus)
Date 2026-08-04 15:07 +0200
Message-ID <114so7b$ujln$2@solani.org> (permalink)
References <1131t35$tqe$3@solani.org> <113q9gn$7t3k$1@solani.org> <114snk7$uj7n$1@solani.org>

Cross-posted to 2 groups.

Show all headers | View raw


Hi,

While Paul Taraus Interactors were somewhere
between stackfull and stackless coroutines,
they were still a castle built on sand.

What was the comms? An interactor was a child
of a parent, and had only two comms, input "next"
and output "the". And there was not much

asynchronizity. But look at the new
library(misc/intercom) that provides ADA
Rendez Vous in Dogelog Player for Java:

:- ensure_loaded(library(misc/intercom)).

producer(C) :-
    between(1,10,X),
    Y is X*X,
    send(C,[Y]),
    fail.
producer(_).

consumer(C) :-
    between(1,10,_),
    recv(C,[Y]),
    write(Y), nl,
    fail.
consumer(_).

As the show case shows, it even works with
cooperating coroutines. I have looked at it
for 5 hours straight, its beautiful:

?- cpu_chan_new(C), create_task(producer(C)),
    create_task(consumer(C)), sleep(1000).
1
4
9
16
25
36
49
64
81
100
C = 0rReference.

Bye

Mild Shock schrieb:
> Hi,
> 
> How it started:
> 
> The Applied Pi Calculus: Mobile Values,
> New Names, and Secure Communication
> Martín Abadi et al. - Google Brain
> https://arxiv.org/abs/1609.03003
> 
> How its going:
> 
> Dynamic Control Flow in
> Large-Scale Machine Learning
> Martín Abadi et al. - Google Brain
> https://research.google/pubs/dynamic-control-flow-in-large-scale-machine-learning/ 
> 
> 
> Have Fun!
> 
> Bye
> 
> Mild Shock schrieb:
>> Hi,
>>
>> "Mobile HBM" refers to a new, under-development
>> form of High Bandwidth Memory (HBM) optimized
>> specifically for energy-efficient mobile devices
>> like smartphones. Manufacturers such as Samsung
>> and SK Hynix are developing this technology to
>> make the massive data bandwidth required for complex,
>> on-device AI applications available within the strict
>> power and space constraints of mobile phones.
>>
>> Unlike classic HBM solutions, which rely on
>> extra-wide silicon interposers for massive data
>> throughput in data centers and graphics cards,
>> Mobile HBM utilizes stacked LPDDR architectures.
>> The goal is to drastically reduce power consumption
>> and heat generation so that large AI models can
>> run directly on the device (on-device) without
>> placing too heavy a load on the battery. The
>> technology is expected to hit the market starting
>> in 2026/2027, with Apple among those showing great
>> interest in integrating it into future iPhone generations."
>>
>> https://www.remio.ai/post/mobile-hbm-the-ai-memory-tech-that-could-reshape-the-iphone 
>>
>>
>> Just think of a Mac Neo, which has now 8 GB,
>> but the memory going 3D in 12 layers, thats a
>> massive of 96 GB very fast memory.
>>
>> Economy of scale comes later, when the same CPU/
>> GPU/RAM combo is used for phones, tablets, desktop,
>> or with other humidity and temperature parameters
>>
>> for cars, robots, drones, etc...
>>
>> Bye

Back to sci.math | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Creating a "European CMOS 2.0 Army" Mild Shock <janburse@fastmail.fm> - 2026-07-13 07:29 +0200
  Micro penis walking around with a rucksack (Re: Creating a "European CMOS 2.0 Army") Mild Shock <janburse@fastmail.fm> - 2026-07-13 07:30 +0200
  Economy of Maturation: Mobile HBM Coming! (Was: Creating a "European CMOS 2.0 Army") Mild Shock <janburse@fastmail.fm> - 2026-07-22 13:28 +0200
    3D RAM the new normal for SSDs [Mac Neo Case Study] (Was: Economy of Maturation: Mobile HBM Coming!) Mild Shock <janburse@fastmail.fm> - 2026-07-22 14:01 +0200
    Re: Economy of Maturation: Mobile HBM Coming! (Was: Creating a "European CMOS 2.0 Army") Ross Finlayson <ross.a.finlayson@gmail.com> - 2026-07-22 07:06 -0700
      Rossy Boy is confused : HBM != RDMA [UK Brexit Paranoids] (Was: Economy of Maturation: Mobile HBM Coming!) Mild Shock <janburse@fastmail.fm> - 2026-07-22 16:17 +0200
        Hardware engineering as a cyber crime conspiration (Re: Rossy Boy is confused : HBM != RDMA [UK Brexit Paranoids]) Mild Shock <janburse@fastmail.fm> - 2026-07-22 16:24 +0200
          Don't cruise gay bars, might end up like Alan Turing (Re: Hardware engineering as a cyber crime conspiration) Mild Shock <janburse@fastmail.fm> - 2026-07-22 16:29 +0200
            Re: Don't cruise gay bars, might end up like Alan Turing (Re: Hardware engineering as a cyber crime conspiration) Ross Finlayson <ross.a.finlayson@gmail.com> - 2026-07-22 07:42 -0700
            Re: Don't cruise gay bars, might end up like Alan Turing (Re: Hardware engineering as a cyber crime conspiration) Eliesky Babkov <vleyve@es.ru> - 2026-07-23 16:10 +0000
        Re: Rossy Boy is confused : HBM != RDMA [UK Brexit Paranoids] (Was: Economy of Maturation: Mobile HBM Coming!) Ross Finlayson <ross.a.finlayson@gmail.com> - 2026-07-22 07:38 -0700
    A Case for Impurity: The Applied Pi Calculus (Re: Economy of Maturation: Mobile HBM Coming!) Mild Shock <janburse@fastmail.fm> - 2026-08-04 14:57 +0200
      The Sandcastle of Paul Taraus Interactors (Re: A Case for Impurity: The Applied Pi Calculus) Mild Shock <janburse@fastmail.fm> - 2026-08-04 15:07 +0200
      Re: A Case for Impurity: The Applied Pi Calculus (Re: Economy of Maturation: Mobile HBM Coming!) Freddie Muzipov <ue@udzfdpviz.ru> - 2026-08-04 17:18 +0000

csiph-web