Sponsor Ciro Santilli's work on OurBigBook.com 1000 Monero donation Barclays regulation round 2 by
Ciro Santilli 37 Created 2025-07-01 Updated 2025-08-08
On the 20th of June 2025, Barclays sent another request for information repeating a few of the items from last time without clear justification of what was wrong with the previous information.
Ciro quickly printed out the documents, but didn't know where to send them to, and had to wait until the 2nd of July for the return envelope to arrive, which he sent back on the 4th of July.
Announcements:
On the 28th of July 2025, Barclays finally replied with a hopefully final (who knows, everything is such a mess with this process):continues, keeping this account open poses a risk that we might breach laws or regulations. We therefore request that such
payments are halted and, if the transactions repeat, we will take action to close this account with immediate notice. In the
event of any closure, you will be required to repay any overdraft or other borrowing on the account.
So Ciro Santilli gets to keep his account and the anonymous ~80k cashed out to it, but he cannot receive further anonymous donations on it.
Following a review of the above account, we have identified large value crypto assets with unknown sources. If such activity
payments are halted and, if the transactions repeat, we will take action to close this account with immediate notice. In the
event of any closure, you will be required to repay any overdraft or other borrowing on the account.
So Ciro Santilli gets to keep his account and the anonymous ~80k cashed out to it, but he cannot receive further anonymous donations on it.
As an outcome of this, I've also had to update my donation guidelines to not count anonymous donations towards my goals.
Barclays regulation felt so sloppy that I'm sure that with some effort to essentially launder the money, e.g. cashing out smaller amounts across various accounts, which I explicitly did not do in part to test the system, I would have gotten away with it, or large part of it. But I'm not going to be the one put this theory to the test.
Must be closely related to XVIVO et al.
Quantum Information course of the University of Oxford Hilary 2023 1 1 a by
Ciro Santilli 37 Created 2025-06-17 Updated 2025-07-16
Quantum Information course of the University of Oxford Hilary 2023 1 1 by
Ciro Santilli 37 Created 2025-06-17 Updated 2025-07-16
Quantum Information course of the University of Oxford Hilary 2023 1 by
Ciro Santilli 37 Created 2025-06-17 Updated 2025-07-16
Quantum Information course of the University of Oxford Hilary 2023 Problem sheet by
Ciro Santilli 37 Created 2025-06-17 Updated 2025-07-16
As beautifully put in The Eighth Day of Creation:
For more than a hundred years, the Cavendish Professorship has been the chair of experimental physics in the University of Cambridge. The man in that chair rules the university's research in physics. Indeed, for most of that hundred years the Cavendish Professor was preeminent in British science, with an authority that made him, as it were, the archbishop of physics
Professorship of the university of Cambridge by
Ciro Santilli 37 Created 2025-06-17 Updated 2025-07-16
This is a quick Microarchitectural benchmark to try and determine how many functional units our CPU has that can do an
inc
instruction at the same time due to superscalar architecture.The generated programs do loops like:with different numbers of inc instructions.
loop:
inc %[i0];
inc %[i1];
inc %[i2];
...
inc %[i_n];
cmp %[max], %[i0];
jb loop;
c/inc_loop_asm_n.sh results for a few CPUs
. Quite clearly:and both have low instruction count effects that destroy performance, AMD at 3 and Intel at 3 and 5. TODO it would be cool to understand those better.
- AMD 7840U can run INC on 4 functional units
- Intel i7-7820HQ can run INC on 2 functional units
Data from multiple CPUs manually collated and plotted manually with ../c/inc_loop_asm_n_manual.sh.
Unlisted articles are being shown, click here to show only listed articles.