Live data from Hacker News

Viewing profile — Narew

Narew

HN member
Joined
Wed, Jul 12, 2017, 6:22 AM UTC
HN karma
126
Public activity
73 items

About Narew

No profile information was provided.

Recent public activity

  1. comment
    Comment #48806212

    With macro rust can surely produce some creative stuff

  2. comment
    Comment #48730310

    At the release of Apple Silicon, there was this repos https://github.com/hollance/neural-engine That reference lot's of discovery and reverse engineer on the ANE.

  3. comment
    Comment #48728717

    From what I personally tested Ornith-1.0 35B is slightly better than Qwen-3.6 35B. My tests are tasks that consist of adding/modify feature in a big C++ codebase. The part that I f…

  4. comment
    Comment #48576451

    Disclaimer : I worked at DxO. DNG is more a container in which you can store lots of different think and not only RAW images. For example PureRaw output Linear DNG that is not a RA…

  5. comment
    Comment #48357686

    It's deprecated not removed yet.

  6. comment
    Comment #47881270

    Ubisoft release some tools to simulate colorblindness. It's easy to extract de color transformation from their shader directly. I'm not colorblind but I use that quite often to che…

  7. comment
    Comment #47583457

    The french gouvernement publish LaSuite recently https://lasuite.numerique.gouv.fr/#products They only host it for themself. And this time it's quite good because they don't try to…

  8. comment
    Comment #46469820

    There was in the past. Google had Coral TPU and Intel the Neural Compute Stick (NCS). NCS is from 2018 so it's really outdated now. It was mainly oriented for edge computing so the…

  9. comment
    Comment #45702557

    It's more a Slack alternative than a Trello alternative ? Their website is so bad that I had to go to wikipedia to remember what mattermost is.

  10. comment
    Comment #45439802

    cxx only support a part of c++ STL container. It doesn't support template and custom container implementation. So no generic, no variadic number of argument, no automatic type dédu…

  11. comment
    Comment #45410942

    Appart from cxx.rs. I think most binding between C++ and Rust are in fact C and Rust binding. So you need a C API to your C++ library (no template, no std etc...). So for me you ca…

  12. comment
    Comment #45258801

    I'm not a front end dev and only use JS stuff time to time for small personal project. There is so much JS framework out there that appear and disappear so fast. I don't know if we…

  13. comment
    Comment #45010739

    Really nice project! That said, I do want to point something out: the “Fast (because Rust)” or “Lightning fast” tagline that’s increasingly common in Rust projects isn’t great. Jus…

  14. comment
    Comment #44733066

    Some of the distortion shown in the article is call "Volume Anamorphosis". It's a distortion that strongly deform face and person. This deformation is really visible for short foca…

  15. comment
    Comment #44733043

    There is. If you use lightroom app for example you can have access to raw pixel. But I'm not sure there is a way to get all the images the camera app from the iphone take. Phone do…

  16. comment
    Comment #44589897

    It's funny because I have completely the opposite stance. When I code in rust (mainly algorithm), I always struggle to change what I want to do to what rust allow me to do. And all…

  17. comment
    Comment #44530138

    It remind me a devlog from andrew kelley on the same topics : https://ziglang.org/devlog/2024/#2024-11-04

  18. comment
    Comment #44191928

    I'll interpret a bit. But I think the remark is more did we have a cross platform and complete gui library for swift.

  19. comment
    Comment #44191055

    I personally think that the discovery of rust API is awfully as soon as macro is involve. It's impossible to know what argument is taken by macro. For example the "simple" `println…

  20. comment
    Comment #43992920

    yes and it's only work because we prevent the output to be in the input.

  21. comment
    Comment #43934506

    I haven't read how they apply the constraint. But there is similar stuff when you force llm to generate structured output like Json format. llama.cpp allow to match a custom gramma…

  22. comment
    Comment #43820824

    here a example of it : (I only remember the first version) https://www.reddit.com/r/dosgaming/comments/86yxp4/question_...

  23. comment
    Comment #43820793

    for example "flashback" ask you a writen code in the manual at the beginning of each level if my memory is good. So it's was not a one time activation

  24. comment
    Comment #43802306

    For the moment it's a bit free wheel. And I agree the code is better but they could probably not reproduce it themself. I honestly don't know how to "force" them to understand the …

  25. comment
    Comment #43801693

    Honestly, the code from my interns have greatly improve since they use AI. And there is lots of really ugly and hard to read code from papers. So I don't think it will be an obviou…