-
@albertcardona Some initial focus was directed at #DJL:
https://djl.ai/However, I have been looking closely ar DL4J and how #JavaCPP may be used more extensively in #FIJI.
-
@chrisrackauckas #godbolt for #julialang is a thing now?
-
#FIJI development is mainly concentrated at #LOCI based at #UWMadison.
#imglib2 development is currently focused at @HHMI Janelia where I work.
Tobias Pietzsch, an independent developer, is now picking up of #imglib2 and #BigDataViewer development with support from #CZI and @HHMI .
-
One of the open source projects I work on is #FIJI (is just #ImageJ).
At the heart of #FIJI is #imglib2, a n-dimensional numerical processing library for #Java.
Yesterday, we had a Chan Zuckberg Initiative Essential Open Source Software sponsored community meeting:
https://forum.image.sc/t/bigdataviewer-imglib2-developer-community-activities/73836 -
I'm a Software Engineer at @HHMI 's #Janelia Research Campus in Scientific Computing. I work on software related to microscopy where I mostly use #JuliaLang, #Java, and #Python. I'm interested in Open Science, Open Data, and Open Source Software.
I was formerly a postdoc in Cell Biology at #Northwestern and #UTSouthwestern and a graduate student in Systems Biology and Biophysics at #UTSW and #UCSD. I concentrated in Biological Chemistry and Mathematics at #UChicago.
-
The difference is due to the behavior of #dlopen when given a null pointer for the first argument.
Linux: "If filename is NULL, then the returned handle is for the main program."
-
I've been looking at the behavior of #dlopen on #Linux and #macOS in relation to `ctypes.pythonapi._handle`.
On Linux, this returns a specific handle to look up symbols in the Python executable via `dlsym` even when statically linked to libpython.
On macOS, this returns RTLD_DEFAULT, which can be a bit slow since this searches all mach-o images.