Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Alexander-Barth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Alexander-Barth
10d ago
For most of them it says "real position" and some show a delay.
2.
▲
by
Alexander-Barth
22d ago
You enable parental control on the phone before you give it to your kid. Then you can easily manage allowed applications/web sites and screen time.
3.
▲
by
Alexander-Barth
1mo ago
Interestingly, one of their AI filters is actually called "Super Moon": 4.14.3 Camera Image Optimization The camera image optimization AI algorithm is mainly used in the following camera features: Super Moon, AI Camera, Document M
4.
▲
by
Alexander-Barth
1mo ago
I am wondering if the AI enhancement should be opt-in rather than the default and saving the original as well. Even if you want AI enhancement, future models are likely to be better.
5.
▲
by
Alexander-Barth
1mo ago
Julia is actually quite nice for this. If you prefer a python-like approach consider Triton from openai, numba ( https://numba.pydata.org/ ) or CuTe DSL from Nvidia.
6.
▲
by
Alexander-Barth
1mo ago
I use the Eumetsat FCI (Flexible Combined Imager) full disc images on board of geostationary satellite MTG centered at 0 degree longitude. A single image (distributed as netcdf file) is pretty large in fact much larger than my screen resol
7.
▲
by
Alexander-Barth
3mo ago
I think this is quite similar to julia's handling of a struct. An array of mutable structs is just an array of pointers, where every pointer directs to the underlying structure. However with an array of structs (immutable is the defaul
8.
▲
by
Alexander-Barth
3mo ago
I did not know about EuroLLM. I had a look to the paper ( https://arxiv.org/abs/2602.05879 ) describing it: Specifically, we discard documents shorter than 200 characters (Xue et al., 2021a), and any page containing the
9.
▲
by
Alexander-Barth
7mo ago
Are you using this code for Julia? https://github.com/JuliaParallel/rodinia/tree/master/julia_m... It was touched 9 years ago, but maybe you have ported it to current standards. I don't think we had
10.
▲
by
Alexander-Barth
8mo ago
For the datasets, I tried to access (like the full disc image in visible wavelength, MTG 0 degree), it is sufficient to register at eumetsat to get a username and password. The eumdac python tool is probably the easiest way to access the da
11.
▲
by
Alexander-Barth
9mo ago
I wish you all the best luck with your product! Unfortunately, mathworks is a quite litigious company. I guess you are aware of mathworks versus AccelerEyes (now makers of ArrayFire) or Comsol. For our department, we mostly stop to use MATL
12.
▲
by
Alexander-Barth
9mo ago
I use the command line tool arduino-cli (with plain Makefile) to compile and upload the code (obviously usable in any editor). It has also a --verbose mode to show exactly what is getting executed. But I heard a lot about platformio, so I a
13.
▲
by
Alexander-Barth
1y ago
The incorrect example of julia's documentation was fixed 2021: https://github.com/JuliaLang/julia/commit/f31ef767ef9cb0eb1d... As an experiment, I would be interested to see if somebody would make a 1-b
14.
▲
by
Alexander-Barth
1y ago
Actually in julia you can write kernels with a subset of the julia language: https://cuda.juliagpu.org/stable/tutorials/introduction/#Wri... With KernelAbstractions.jl you can actually target CUDA and ROCm:
15.
▲
by
Alexander-Barth
1y ago
I guess that the interoperability with Python is a bit better. But on the other hand, the PythonCall.jl (allowing calling python from julia) is quite good and stable. In Julia, you have quite good ML frameworks (Lux.jl and Flux.jl). I am no