Using a Feistel cipher and base 32 encoding at the boundaries of the system can help catching vibe coded edge code that attempt to decode identifiers in javascript. It also somewhat obfuscate the cardinalities and fill…
The finite-memory nondeterminism monad is like a leaky burrito.
Not a word on Palantir. Is this because of the adept wording by the ministry of justice? I highly doubt they are developing this in a vacuum. As re reminder, In the UK Palantir holds extensive contracts across defense…
Why not add a pressure relief valve on the quench path with a very loud whistle? That should be enough to take care of such rare and compounded failures. What does recall means in this context? De-energizing the…
Speculation: retrieval diminished generation?
Implementations usually replace replace the 1 in the denominator with exp(-max(x)) for this reason.
There is a video by PBS Space Time on that subject: https://youtu.be/GcfLZSL7YGw
44 strn?cpy, 287 strlen; SQLite: 20 strn?cpy, 182 strlen in 1.4x C slocs.
In neuroscience, predictive coding [1] is a theory that proposes the brain makes predictions about incoming sensory information and adjusts them based on any discrepancies between the predicted and actual sensory input.…
It's been in the code base from the start: https://github.com/golang/go/blob/e8a02230/src/lib/net/net.g...
This make me wonder if flat-earth and other limiting cosmological views are mental shields against the realization that nothing matters except our peculiar existence.
I use the event loop to defer the (io heavy) post-processing of some requests without involving an off-process task runner like Celery. I use a custom implementation of this:…
Other works on reversible / permutation based / mixing hash functions : https://papa.bretmulvey.com/post/124027987928/hash-functions https://nullprogram.com/blog/2018/07/31/…
Code reuse is achievable by (mis)using the preprocessor system. It is possible to build a somewhat usable API, even for intrusive data structures. (eg. the linux kernel and klib[1]) I do agree that generics are required…
I can think of many specialized applications where the versatility is superfluous while the size of the model prohibit inference on the edge. Do you know if there is available methods for shrinking a fine-tuned…
Jaimie Mantzel: A guy in Panama building atypical low tech off grid solutions and small boats https://www.youtube.com/user/JMEMantzel
The is a python API for it's constraints solver: https://pyslvs-ui.readthedocs.io/en/stable/python-solvespace... However the solid geometry engine is tightly coupled with the application and not exposed by a public API.
> - good for modeling mechanical parts / lousy for modeling anything organic-looking SDF modeling is great for organic shapes. On the surface, it feels similar to OpenSCAD since CSG operations are natural primitives…
YaCy is decentralized, but without the credit system. Some tokens, like QBUX, have tried to develop decentralized hosting infrastructure. I also have been wondering how this would play out with some kind of…
In fact, only half of the hydrogen originates from the POWERPASTE; the rest comes from the added water. Indeed, it seems it's an hybrid of your fellow's tech, using magnesium both as a substrate for H2 and as a reducing…
Julius O. Smith's online books about audio signal processing: https://ccrma.stanford.edu/~jos/
During the H1N1 crisis France made a strategic reserve. Latter governments reduced the inventory. It was not renewed in the end.
The food process relies on the fact that peracetic acid decomposes rather quickly. However, handling the active solution requires great care. It's highly corrosive and toxic. I would mostly be concerned about the…
I have seen a library with a copy of boost in the include folder. Client code is forced to use this outdated version and must avoid transitive dependencies to boost. Please don't do that.
(u)int8_t have the same problems, including aliasing because they are just alias of (unsigned) char. Sometimes it's nice to have modular arithmetic mod 256, or compact memory layout for eg. count sketches.
Using a Feistel cipher and base 32 encoding at the boundaries of the system can help catching vibe coded edge code that attempt to decode identifiers in javascript. It also somewhat obfuscate the cardinalities and fill…
The finite-memory nondeterminism monad is like a leaky burrito.
Not a word on Palantir. Is this because of the adept wording by the ministry of justice? I highly doubt they are developing this in a vacuum. As re reminder, In the UK Palantir holds extensive contracts across defense…
Why not add a pressure relief valve on the quench path with a very loud whistle? That should be enough to take care of such rare and compounded failures. What does recall means in this context? De-energizing the…
Speculation: retrieval diminished generation?
Implementations usually replace replace the 1 in the denominator with exp(-max(x)) for this reason.
There is a video by PBS Space Time on that subject: https://youtu.be/GcfLZSL7YGw
44 strn?cpy, 287 strlen; SQLite: 20 strn?cpy, 182 strlen in 1.4x C slocs.
In neuroscience, predictive coding [1] is a theory that proposes the brain makes predictions about incoming sensory information and adjusts them based on any discrepancies between the predicted and actual sensory input.…
It's been in the code base from the start: https://github.com/golang/go/blob/e8a02230/src/lib/net/net.g...
This make me wonder if flat-earth and other limiting cosmological views are mental shields against the realization that nothing matters except our peculiar existence.
I use the event loop to defer the (io heavy) post-processing of some requests without involving an off-process task runner like Celery. I use a custom implementation of this:…
Other works on reversible / permutation based / mixing hash functions : https://papa.bretmulvey.com/post/124027987928/hash-functions https://nullprogram.com/blog/2018/07/31/…
Code reuse is achievable by (mis)using the preprocessor system. It is possible to build a somewhat usable API, even for intrusive data structures. (eg. the linux kernel and klib[1]) I do agree that generics are required…
I can think of many specialized applications where the versatility is superfluous while the size of the model prohibit inference on the edge. Do you know if there is available methods for shrinking a fine-tuned…
Jaimie Mantzel: A guy in Panama building atypical low tech off grid solutions and small boats https://www.youtube.com/user/JMEMantzel
The is a python API for it's constraints solver: https://pyslvs-ui.readthedocs.io/en/stable/python-solvespace... However the solid geometry engine is tightly coupled with the application and not exposed by a public API.
> - good for modeling mechanical parts / lousy for modeling anything organic-looking SDF modeling is great for organic shapes. On the surface, it feels similar to OpenSCAD since CSG operations are natural primitives…
YaCy is decentralized, but without the credit system. Some tokens, like QBUX, have tried to develop decentralized hosting infrastructure. I also have been wondering how this would play out with some kind of…
In fact, only half of the hydrogen originates from the POWERPASTE; the rest comes from the added water. Indeed, it seems it's an hybrid of your fellow's tech, using magnesium both as a substrate for H2 and as a reducing…
Julius O. Smith's online books about audio signal processing: https://ccrma.stanford.edu/~jos/
During the H1N1 crisis France made a strategic reserve. Latter governments reduced the inventory. It was not renewed in the end.
The food process relies on the fact that peracetic acid decomposes rather quickly. However, handling the active solution requires great care. It's highly corrosive and toxic. I would mostly be concerned about the…
I have seen a library with a copy of boost in the include folder. Client code is forced to use this outdated version and must avoid transitive dependencies to boost. Please don't do that.
(u)int8_t have the same problems, including aliasing because they are just alias of (unsigned) char. Sometimes it's nice to have modular arithmetic mod 256, or compact memory layout for eg. count sketches.