Live data from Hacker News

Viewing profile — Piezoid

Piezoid

HN member
Joined
Thu, Oct 19, 2017, 12:21 PM UTC
HN karma
87
Public activity
53 items

About Piezoid

No profile information was provided.

Recent public activity

  1. comment
    Comment #48423473

    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 somewha…

  2. comment
    Comment #48368761

    The finite-memory nondeterminism monad is like a leaky burrito.

  3. comment
    Comment #48245338

    The test suite did the heavy lifting.

  4. comment
    Comment #46601109

    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 hol…

  5. comment
    Comment #44824038

    Close floating-point subtraction loses precision: when x >> 1, sqrt(x+1) ≈ sqrt(x), so their difference suffers cancellation and end up rounding to zero. In contrast, sqrt(x+1) + s…

  6. comment
    Comment #43435789

    The interstimulus interval (ISI) for vision is much longer than most flicker rates or frame intervals in displays and projectors. However flicker can be perceived through temporal …

  7. comment
    Comment #38757436

    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 …

  8. comment
    Comment #38463353

    Speculation: retrieval diminished generation?

  9. comment
    Comment #36854895

    Implementations usually replace replace the 1 in the denominator with exp(-max(x)) for this reason.

  10. comment
    Comment #36563209

    There is a video by PBS Space Time on that subject: https://youtu.be/GcfLZSL7YGw

  11. comment
    Comment #36020708

    44 strn?cpy, 287 strlen; SQLite: 20 strn?cpy, 182 strlen in 1.4x C slocs.

  12. comment
    Comment #35924275

    One approach is to perform the bitstream parsing and Huffman decoding concurrently, while carrying out the LZ77 decoding sequentially. This method does not rely on a specialized en…

  13. comment
    Comment #35685408

    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 …

  14. comment
    Comment #34179896

    It's been in the code base from the start: https://github.com/golang/go/blob/e8a02230/src/lib/net/net.g...

  15. comment
    Comment #34179595

    We downloaded libgen sql and zlib sql and exported the necessary data from them. Where does this "zlib sql" come from? Anna's pilimi-zlib2-index?

  16. comment
    Comment #33131815

    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.

  17. comment
    Comment #32331059

    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: https…

  18. comment
    Comment #32303132

    Other works on reversible / permutation based / mixing hash functions : https://papa.bretmulvey.com/post/124027987928/hash-functions https://nullprogram.com/blog/2018/07/31/ https:…

  19. comment
    Comment #32299457

    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]…

  20. comment
    Comment #32286474

    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 meth…

  21. comment
    Comment #32222005

    Jaimie Mantzel: A guy in Panama building atypical low tech off grid solutions and small boats https://www.youtube.com/user/JMEMantzel

  22. comment
    Comment #31472579

    This add-on is using solvespace for solving constraints.

  23. comment
    Comment #31470919

    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 appli…

  24. comment
    Comment #30236838

    > - 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 CS…

  25. comment
    Comment #29691502

    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 …