HackerTrans
TopNewTrendsCommentsPastAskShowJobs

anewlanguage

no profile record

Submissions

"Python is not a suitable platform to build on for reproducible research"

github.com
4 points·by anewlanguage·hace 2 años·0 comments

comments

anewlanguage
·hace 3 años·discuss
AWS does that already for the defense industry: https://aws.amazon.com/blogs/publicsector/announcing-aws-mod...
anewlanguage
·hace 3 años·discuss
This is the correct view. Docker is a company selling some useful products, but the OCI (Open Container Initiative) format is what is interesting, and it can be used with many different tools not just Docker's.
anewlanguage
·hace 3 años·discuss
I really don't get the semantic arguments against serverless. The name perfectly describes what it is: an abstraction where the developer doesn't have to worry about a server. It's really that simple.

If you have another model that you think is better, why don't you come up with a name for it, instead of trying to co-op a perfectly cromulent term that is already in wide usage?
anewlanguage
·hace 3 años·discuss
I work for a non-profit scientific research organization and we pay for a DockerHub Team subscription. It's where we host almost all of our images. But we also had a small Free Team that was used for one project just to put it in a different namespace, which we now have to scramble to move somewhere. It doesn't make any sense to double our costs just for that one project.

This move by Docker does not inspire any confidence in their long-term management, and will very likely drive us away from DockerHub entirely. It's really sad to watch this company fall from grace. I was an early adopter and always rooted for them from the very beginning.
anewlanguage
·hace 4 años·discuss
> How do you prepare for something that you don't know is going to happen?

The pandemic was predicted many years in advance, by many people: https://www.businessinsider.com/people-who-seemingly-predict...

The fact it was a coronavirus coming over from animals was also highly predictable, given SARS and MERS. There is a fantastic book called Spillover by David Quammen which lays all this out and explains why it was virtually guaranteed to happen.
anewlanguage
·hace 5 años·discuss
We don't get visible artifacts because we dialed-in the CRF value to our data. But that sounds like a neat experiment to try.
anewlanguage
·hace 5 años·discuss
This format is meant for visualization in 3d, and even though it's lossy, it's "visually lossless" for humans. We to start with the archived lossless stacks (compressed with bz2) for any reprocessing.

What you're suggesting with a lossless movie codec would be a great addition, we just haven't had the need for it yet.
anewlanguage
·hace 5 años·discuss
Yes: https://github.com/fiji/H5J_Loader_Plugin
anewlanguage
·hace 5 años·discuss
I work with large-scale neuroscience imaging, and this is exactly how we compress 3D image stacks (i.e. 3d volumes) captured with confocal microscopes. Since adjacent frames are usually quite similar, there's a ton of redundancy that H.265 can exploit, and the compression ratios are amazing. For multi-channel volumetric imaging, we use ffmpeg to encode each channel as a movie and then combine all the channels into a single HDF5 file.