Live data from Hacker News

Viewing profile — pca006132

pca006132

HN member
Joined
Sun, Feb 07, 2021, 9:31 AM UTC
HN karma
634
Public activity
333 items

About pca006132

No profile information was provided.

Recent public activity

  1. comment
    Comment #46791691

    Mesh is also a boundary representation. I think you meam NURBS.

  2. comment
    Comment #46612358

    LLM is just a tool. How the tool is used is also an important question. People vibe code these days, sometimes without proper review, but do you want them to vibe code a nuclear re…

  3. comment
    Comment #46461337

    but how can you prevent the user from modifying the kernel?

  4. comment
    Comment #46428612

    By vendoring the code in, in this case I mean copying the related code into the project. You don't review everything. It is a bad way to deal with dependencies, but it feels simila…

  5. comment
    Comment #46428028

    The problem is that it is natural to have code that is unreachable. Maybe you are trying to defend against potential cases that may be there in the future (e.g., things that are ye…

  6. comment
    Comment #46427880

    But this doesn't solve dependency hell. If the functionalities were loosely coupled, you can already vendor the code in and manually review them. If they are not, say it is a db, y…

  7. comment
    Comment #46427791

    Question: How many LoC do you let the AI write for each iteration? And do you review that? It sounds like you are letting it run off leash.

  8. comment
    Comment #46427757

    > as tasks that junior developers might perform don't match your skills, and are thus boring. Yeah this sounds interesting, and matches my experience a bit. I was trying out AI for…

  9. comment
    Comment #46351690

    > The idea of bitwise reproducibility for floating point computations is completely laughable in any part of the DL landscape. Meanwhile in just about every other area that uses fp…

  10. comment
    Comment #46340774

    Wonder if someone used effect handlers for error logging. Sounds like a natural and modular way of handling this problem.

  11. comment
    Comment #46340169

    It has many language bindings, including python and js. Though the js backend is not parallel because it uses wasm, and we had problem with mimalloc memory usage with pthread enabl…

  12. comment
    Comment #46316228

    At least 1 would not be enough. So how many branches are enough? And what about people with less money and time available?

  13. comment
    Comment #46316036

    But this is not related. You still have to pay the APC.

  14. comment
    Comment #46296624

    I thought this means for category theory people anyway, quite cute :)

  15. comment
    Comment #46291351

    I remember people saying that chromium is better at sandboxing than firefox, so more secure.

  16. comment
    Comment #46241030

    If what they did is never revealed to someone else, what is the problem here? It is not like we have no way to hide stuff without cryptography, and people are not advocating for po…

  17. comment
    Comment #46241023

    Authorities cannot tap into your brain, cannot tap into physical face-to-face conversations, and people can plan out crimes using these means. It is not like there is no way to hid…

  18. comment
    Comment #45942828

    What I miss from vscode is the remote functionality, can you do it with emacs? For neovim there is distant.nvim, but idk if it is mature enough and configuration seems a bit annoyi…

  19. comment
    Comment #44819953

    You can static link.

  20. comment
    Comment #44815304

    C/C++ dependency management is easy on windows? Seriously? What software did you build from source there?

  21. comment
    Comment #44549286

    I feel like these are stuff that the C-suite needs for justifying their pay. If it is "boring browser development", it will show that they are doing nothing, redundant, and cannot …

  22. comment
    Comment #44168759

    The nice thing is that a fully broken clock is accurate more often than a slightly deviated clock.

  23. comment
    Comment #44160916

    I am curious how the last algorithm is an order of magnitude faster than the one based on sorting. There is no benchmark data, and ideally there should be data for different mesh s…

  24. comment
    Comment #44149327

    Yeah, in that case I guess it is usually memory-bound? When it is memory-bound you don't really care that much about scheduling etc.

  25. comment
    Comment #44142942

    They won't use it intentionally, but it is not like it can never happen. E.g., https://reproducible.nixos.org/nixos-iso-minimal-r13y/ is still only 96.59% reproducible.