Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Narew
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Narew
2mo ago
With macro rust can surely produce some creative stuff
2.
▲
by
Narew
3mo ago
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.
▲
by
Narew
3mo ago
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 Qw
4.
▲
by
Narew
3mo ago
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
5.
▲
by
Narew
4mo ago
It's deprecated not removed yet.
6.
▲
by
Narew
5mo ago
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
7.
▲
by
Narew
6mo ago
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
8.
▲
by
Narew
9mo ago
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.
9.
▲
by
Narew
11mo ago
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.
▲
by
Narew
1y ago
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...
11.
▲
by
Narew
1y ago
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.
12.
▲
by
Narew
1y ago
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 th
13.
▲
by
Narew
1y ago
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. Just using Rust doesn’t automatically make something fast — rea
14.
▲
by
Narew
1y ago
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 focal lens. Disclaimer: I work for a photo proces
15.
▲
by
Narew
1y ago
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 don't take one shot to create the final image. the
16.
▲
by
Narew
1y ago
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 this complexity has nothing to do with the problem.
17.
▲
by
Narew
1y ago
It remind me a devlog from andrew kelley on the same topics : https://ziglang.org/devlog/2024/#2024-11-04
18.
▲
by
Narew
1y ago
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.
▲
by
Narew
1y ago
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!`, without example in the docstring it'
20.
▲
by
Narew
1y ago
yes and it's only work because we prevent the output to be in the input.
21.
▲
by
Narew
1y ago
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 grammar for example.
22.
▲
by
Narew
1y ago
here a example of it : (I only remember the first version) https://www.reddit.com/r/dosgaming/comments/86yxp4/question_...
23.
▲
by
Narew
1y ago
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.
▲
by
Narew
1y ago
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 code the llm write if the code is clean
25.
▲
by
Narew
1y ago
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 obvious loss of readability to have code completely generated
26.
▲
by
Narew
1y ago
It's not only fog. Depending on pupil size it can also be rain. But during my thesis 10y ago one of the big limitation on horizontal line of sight laser telecommunication was scintillation due to turbulence. And this phenomenon appear
27.
▲
by
Narew
2y ago
Does anyone know a similar image viewer but that manage correctly the colorspace of the image and the colorspace of the screen ?
28.
▲
by
Narew
2y ago
From my experience on C++ vs Rust on test algorithm. For a naive algorithm implementation rust is usually slightly faster than C++. But when you try to optimise stuff, it's the opposite. It's really hard to optimise Rust code, you
29.
▲
by
Narew
2y ago
I don't remember where I read that and was not able to find it again. There is a web/desktop app (like zoom) that install a font when you install the app, and the web app check if this font is install to trigger the open in app p
30.
▲
by
Narew
2y ago
I don't know if it's good or bad, with pseudo code you put no constraints on how it should be implemented. It's known that some kind of algorithm are really hard to implement in Rust (every one use the link list data structur
More ›