Viewing profile — anewlanguage
anewlanguage
HN member- Joined
- Fri, Oct 28, 2016, 2:08 AM UTC
- HN karma
- 94
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About anewlanguage
No profile information was provided.
Recent public activity
- story
-
comment
Comment #38029186
AWS does that already for the defense industry: https://aws.amazon.com/blogs/publicsector/announcing-aws-mod...
-
comment
Comment #37336636
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 diff…
-
comment
Comment #37250924
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…
- comment
-
comment
Comment #35171267
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 Tea…
-
comment
Comment #30721603
> 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-…
-
comment
Comment #29061036
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.
-
comment
Comment #29060912
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) f…
-
comment
Comment #29060101
Yes: https://github.com/fiji/H5J_Loader_Plugin
-
comment
Comment #29059282
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 us…
-
comment
Comment #25975529
Can anyone actually load the website ( https://vams.cdc.gov )? I get a "too many redirects" error, which is quite a bit worse than "the buttons are poorly placed".
-
comment
Comment #23770341
Docker Swarm fills that gap pretty well in my experience. The best part is that it's an almost trivial migration to move from Compose to Swarm. Swarm to K8s is not so easy, even wi…
-
comment
Comment #23743344
I've often found myself wanting something like this, a bootstrap to spin something relatively complex up quickly and then start customizing it. I think it would be nice if there wa…
-
comment
Comment #23259785
Don't forget: - Chan Zuckerberg Initiative - Simons Foundation - Gordon and Betty Moore Foundation - Sloan Foundation You can even put companies like Numenta on this list, which is…
- comment
-
comment
Comment #23168428
I see the problem: I read the date in American format (mm/dd/yyyy) and it's dd/mm/yyyy. That's a very confusing date format, yyyy/mm/dd is better as an international format.
-
comment
Comment #23168106
It's very interesting to view the results for e.g. "coronavirus". A lone post back in November got no attention: https://news.ycombinator.com/item?id=22019407 It wasn't until Janua…
-
comment
Comment #14924778
I feel like Indonesian and Malay are far easier than either of those, at least for English speakers.
-
comment
Comment #14252144
Take a look at the Howard Hughes Medical Institute, which uses a well-known billionaire's money for funding basic research in biology and neuroscience.
-
comment
Comment #13836444
Thanks a lot for clearing that up! The gateway seems difficult to use without the dashboard, and I gave up on installing the dashboard at the point in the instructions where it sai…
-
story
Ask HN: What's Your (non-AWS) API Gateway Solution?
I recently started looking for an API Gateway that I could deploy in front of our various RESTful services in order to centralize authentication, access logging, metrics, versionin…