diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-11-13 00:22:11 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-11-13 00:22:11 +0100 |
| commit | 7c2d674835f78c3af9b4f7c1d75f29b6b5a10f6e (patch) | |
| tree | b8a2b7652bdf2536e6b178a4719327ca677a25db /computerenhance.md | |
| parent | d4f6774c172ac1e7c193fc4e89230c873d179c2b (diff) | |
Added clustered approach
Diffstat (limited to 'computerenhance.md')
| -rw-r--r-- | computerenhance.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/computerenhance.md b/computerenhance.md index ed7c73a..889e34c 100644 --- a/computerenhance.md +++ b/computerenhance.md @@ -766,6 +766,9 @@ A segfault is an interrupt from the interrupt table. Eg. paging in unmapped memo TODO: more information about 8086 misc. # 47. [Generating Haversine Input JSON](https://www.computerenhance.com/p/generating-haversine-input-json) +Random points on a sphere will be more present at the extremities. A lot of random makes it non-random. +A better distribution will give a better average (e.g., clusters). + # 48. [Monday Q&A #13 (2023-05-29)](https://www.computerenhance.com/p/monday-q-and-a-13-2023-05-29) # 49. [Writing a Simple Haversine Distance Processor](https://www.computerenhance.com/p/writing-a-simple-haversine-distance) # 50. [Monday Q&A #14 (2023-06-05)](https://www.computerenhance.com/p/monday-q-and-a-14-2023-06-05) |
