Meyer Zinn

Results 13 issues of Meyer Zinn

Changes the buttons to use the Ghost navigation feature.

The default favicon is {{@blog.logo}}.

At Climate Mirror, we deal with a large amount a data on a few, unfortunately centralized servers. However, a new initiative, Our Data Our Hands (ourdataourhands.org), hopes to shift the...

kind/support
topic/user-story
topic/meta

In order to make Horizon's configurations DRY (Don't Repeat Yourself) and easier to reason about, I propose a migration to the (HOCON)[https://github.com/typesafehub/config/blob/master/HOCON.md](Human-Optimized Config Object Notation) format. Here is a comparison...

Hey, @Apostolique Are you considering a master/slave script to create/manage the master, while also making slaves in the background? That would improve usability tenfold.

This PR implements the close callback via the browser's `beforeunload` event, which is fired just prior to the page being unloaded. Note: We should mention there are some limitations on...

Resolves #12. This uses the browser's focus and blur events to implement the focus callback, which is informed when the browser window is in focus (active window) or not. Depending...

Modern browsers implement the [Page Visibility API](https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API) which emits an event `visibilitychange` when a browser page is either hidden or made visible. The current visibility of a page can be...

I'm testing IPFS for the potential use across >500TB of federal climate data. I used the Rabin chunking mechanism and a sample 30GB dataset, which is available online at ftp://ladsweb.nascom.nasa.gov//allData/5/MYD021KM/2016/362....

In preparation for physics, it is useful to have an actual player model & a third-person camera to watch. I'm not sure how physics will integrate quite yet, but I...