Commit Graph

40 Commits

Author SHA1 Message Date
reaction.la
b4e3409fea
Changed a lot of files by amending
reliable broadcast channel to atomic broadcast channel

Noted that Tokio is a bad idea for async

Designed a C api async

Noted that my too clever by half sfinae code has been obsolted by concepts.
2024-07-28 19:12:36 +08:00
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
7674b879eb
Started work on the SWIFT plan. Lot of whitespace fixes, hence so manny
many files updated with trivial fixes.
modified:   docs/design/TCP.md
modified:   docs/design/peer_socket.md
modified:   docs/design/proof_of_share.md
modified:   docs/estimating_frequencies_from_small_samples.md
modified:   docs/libraries.md
modified:   docs/libraries/scripting.md
modified:   docs/manifesto/May_scale_of_monetary_hardness.md
modified:   docs/manifesto/bitcoin.md
modified:   docs/manifesto/consensus.md
modified:   docs/manifesto/lightning.md
modified:   docs/manifesto/scalability.md
modified:   docs/manifesto/social_networking.md
modified:   docs/manifesto/sox_accounting.md
modified:   docs/manifesto/triple_entry_accounting.md
modified:   docs/manifesto/white_paper_YarvinAppendix.md
modified:   docs/names/multisignature.md
modified:   docs/names/petnames.md
modified:   docs/names/zookos_triangle.md
modified:   docs/notes/big_cirle_notation.md
modified:   docs/number_encoding.md
modified:   docs/scale_clients_trust.md
modified:   docs/setup/contributor_code_of_conduct.md
modified:   docs/setup/core_lightning_in_debian.md
modified:   docs/setup/set_up_build_environments.md
modified:   docs/setup/wireguard.md
modified:   docs/writing_and_editing_documentation.md
2024-06-16 10:28:08 +08:00
reaction.la
a6ae125e3d
moving to ssh key based signing 2024-02-25 17:05:46 -08:00
reaction.la
a247a1d30c
No end of changes, lost track.
Switched to Deva V for greater consistency between mono spaced and serif
2024-02-06 15:32:06 +10:00
reaction.la
a92a3b60b7
Amended "stake" to "shares" 2024-01-02 15:20:23 +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
6dfee3e91f
Added discussion for implementing peer to peer. It is harder than it
seems, because you typically want to communicate with multiple peers at
the same time.

Minor updates, and moved files to more meaningful locations,
which required updating links.
2023-12-20 14:08:53 +10:00
reaction.la
b87864d922
Rant on sox accounting made more explicitly
Christian and moralistic.

Explanation of "Proof of share" added to crypto_currency.md
where no one is likely to find it.  Need to create document
on consensus.
2023-11-26 06:59:00 +10:00
reaction.la
94df1b856e
typos, and adaption to the new layout
Slight updates to libraries, Christianization
of sox_accounting.
2023-11-25 08:22:17 +10:00
reaction.la
3c6ec5283d
finally figured out how to represent numbers and variable
length bitfields to that they will sort correctly in a Merkle Patricia
tree.

Have written no end of rubbish on this with needs to be deleted or
modified
2023-10-20 20:30:32 +10:00
reaction.la
06b9fc4017
figured out, at least in outline, how to make
a distributed hash table byzantine fault tolerant

Slight clarification on scalability

Figured out how to make variable length integers that
will be represented in correct order in a patricia
merkle tree.
2023-10-13 21:14:31 +10:00
reaction.la
b5beb723c4
Since "proof of stake" already means something else
changed it to proof of share.
Made a small start on populating the horizontal navbar
discovered that no end of my documentation has been broken
by events and should not be linked in.
2023-09-04 20:04:59 +10:00
reaction.la
5e116784bf
new file: images/gpt_partitioned_linux_disk.webp
new file:   images/msdos_linux_partition.webp
modified:   images/nobody_know_you_are_a_dog.webp
modified:   libraries.md
new file:   notes/merkle_patricia_dag.md
modified:   pandoc_templates/style.css
new file:   pandoc_templates/vscode.css
modified:   scale_clients_trust.md
modified:   setup/contributor_code_of_conduct.md
modified:   setup/set_up_build_environments.md
modified:   setup/wireguard.md
modified:   social_networking.md
modified:   ../libsodium
modified:   ../wxWidgets
2023-02-19 15:15:25 +08:00
reaction.la
900696f685
Added wireguard configuration file to setup 2022-07-31 23:17:29 -07:00
reaction.la
089230085c
Still figuring how to handle names 2022-07-19 01:21:40 -07:00
reaction.la
46691cb0db
minor edits on top of signoff of cmake branch 2022-07-08 19:19:44 +10:00
reaction.la
5020bda29d
Merge remote-tracking branch 'origin/cmake' into docs 2022-07-08 17:07:18 +10:00
reaction.la
40dc88a37b
shortening names
Preparatory to creating a proper link browse structure
2022-07-08 17:05:24 +10:00
aryan
48b81df8b1
wrapping up the failed cmake project 2022-07-04 22:07:25 -07:00
reaction.la
7d8ebed948
Merge remote-tracking branch 'origin/master' into docs 2022-07-03 15:20:12 +10:00
Cheng
9210e8cdaf
Documented the painful process of moving a remote repository 2022-07-03 10:18:07 +10:00
Cheng
afd62af3cf
documenting struggles with submodules 2022-06-29 11:45:27 +10:00
reaction.la
034983be0b
cleaned up whitespace 2022-06-21 14:46:05 +10:00
Cheng
762cfa6f53
recovered some lost documentation 2022-06-19 21:04:27 +10:00
Cheng
180b3edf41
Merge remote-tracking branch 'origin/docs' 2022-06-15 17:14:32 +10:00
Cheng
2d942dbb50
still moving, always one more thing 2022-06-13 13:57:43 +10:00
Cheng
8a541abd91
telling everyone how to manage the new repository images 2022-06-13 09:53:48 +10:00
Cheng
aab2dcbd6a
documenting my sufferings with git submodules 2022-06-11 21:34:51 +10:00
reaction.la
cec9688c37
modified: RELEASE_NOTES.html
modified:   docs/libraries.md
	modified:   docs/libraries/review_of_crypto_libraries.md
	modified:   docs/social_networking.md
	deleted:    docs/tim_may_on_bitcoin.html
	modified:   docs/white_paper.md
2022-06-10 14:33:21 +10:00
reaction.la
a6d7835420
moving stuff around
preparatory to producing a properly structured index
2022-05-31 13:59:04 +10:00
Cheng
a28cda222c
minor layout 2022-05-23 16:06:01 +10:00
reaction.la
da88ce597f
whitespace woes 2022-05-23 14:05:10 +10:00
reaction.la
c475f46de2
moved markdown files from root directory
(since everyone has a browser, text is obsolete)
modified:   docs/libraries.md
deleted:    docs/libraries/pandoc_templates/style.css
modified:   docs/merkle_patricia_dag.md
modified:   docs/mkdocs.sh
renamed:    LICENSE.md -> docs/rootDocs/LICENSE.md
renamed:    NOTICE.md -> docs/rootDocs/NOTICE.md
renamed:    README.md -> docs/rootDocs/README.md
renamed:    RELEASE_NOTES.md -> docs/rootDocs/RELEASE_NOTES.md
new file:   docs/scalable_reputation_management.md
modified:   docs/scale_clients_trust.md
modified:   docs/set_up_build_environments.md
modified:   docs/writing_and_editing_documentation.md
deleted:    pandoc_templates/style.css
2022-05-20 21:44:46 +10:00
reaction.la
1e4dbb9732
added a note about recent libray developments
modified:   libraries.md
2022-05-12 19:40:37 +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
942562535c
clarifying my account of patricia merkle trees
and explaining the motivation.
2022-03-30 22:09:01 +11:00
reaction.la
62065333e1
work in progress backed up 2022-03-24 12:11:00 +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