HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Narew

126 karmajoined قبل 9 سنوات

comments

Narew
·قبل 5 أيام·discuss
With macro rust can surely produce some creative stuff
Narew
·قبل 11 يومًا·discuss
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.
Narew
·قبل 11 يومًا·discuss
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 find interesting is that the model is way faster than Qwen3.6 35B. It seems Ornith produce a smaller chain of thought. On my test it can be 3 time faster to produce the answer.

I use it via llamacpp and codex-cli.
Narew
·قبل 24 يومًا·discuss
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 RAW anymore. In the same way ProRaw is not a RAW image dispite it's name. But yes PureRaw and some ProRaw are compressed internally with jxl.
Narew
·الشهر الماضي·discuss
It's deprecated not removed yet.
Narew
·قبل 3 أشهر·discuss
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 check roughly if the color palette I choose is fine https://github.com/ubisoft/Chroma
Narew
·قبل 3 أشهر·discuss
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 reimplements stuff, they reuse some existing open source project. The repository for this : https://github.com/suitenumerique/
Narew
·قبل 6 أشهر·discuss
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 flops was not comparable to desktop computer.
Narew
·قبل 9 أشهر·discuss
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.
Narew
·قبل 9 أشهر·discuss
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éduction etc...
Narew
·قبل 10 أشهر·discuss
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 can't use C++ library from Rust.
Narew
·قبل 10 أشهر·discuss
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 can call it innovation. I have the impression they just reinvent the wheel with so little value added. I prefer to keep on React at least it will not disappear the next time I will do some change on my project.