1
0
forked from cheng/wallet
Commit Graph

8 Commits

Author SHA1 Message Date
reaction.la
fe3015b851
Finally figured out how to do callbacks for my async
Can make callbacks that can access the full lambda
machinery, while the same machinery is still usable
in C and from C, and thus in rust and lua, and from
rust and lua.

modified:   docs/libraries/cpp_automatic_memory_management.md

The magic univeral lowest denominator C code, which can be used by
and make use of, higher level language constructs such as
lambdas, being

(**p)(p, ptrEvent);

Where p points at or into a blob that contains a pointer to
C calling convention code that knows how the blob is structured.
allowing us to structure it arbitarily, apart from information
that the event dispatcher needs to know.
2024-07-04 08:18:48 +08:00
reaction.la
4678fba3ce
modified: docs/estimating_frequencies_from_small_samples.md
modified:   docs/libraries/cpp_automatic_memory_management.md
modified:   docs/libraries/time.md
modified:   docs/manifesto/consensus.md
renamed:    docs/notes/big_cirle_notation.md -> docs/notes/big_circle_notation.md
modified:   docs/writing_and_editing_documentation.md
2024-06-28 15:52:41 +08:00
reaction.la
8f07c8dcf1
ranted on the Great Mortgage Minority Meltdown as reasons
for abandoning financial mechanisms based on trust in elites
documented my travails in configuring linux systems
2024-01-12 12:10:10 +10:00
reaction.la
38f6246990
Added design of concurrency for peer to peer sockets
/docs/design/peer_socket.md
2023-12-24 13:39:39 +10:00
reaction.la
362b7e653c
Updated to current pandoc format
Which affected all documentation files.
2022-05-07 12:49:33 +10:00
reaction.la
4e671723fe
Finally completed consensus algorithm design
Also extensively modified the process of
generating html files from markdown files
2022-02-22 16:56:03 +10:00
reaction.la
5238cda077
cleanup, and just do not like pdfs
Also, needed to understand Byzantine fault tolerant paxos better.

Still do not.
2022-02-20 18:26:44 +10:00
Cheng
3c6a37b0e1
leaving potentially inconvenient history behind 2022-02-16 15:54:47 +10:00