Chris Alfano

Results 73 comments of Chris Alfano

My thinking on this has evolved a bit, I really want sync too now that I use the extension regularly on two computers. There's a proprietary service called Workona now...

I'm not _against_ them, but if we're going to start with and possibly only support one mode, git is the most universal. I personally like that it gives me a...

Imagine using something like https://www.npmjs.com/package/isomorphic-git as the entire backend for spaces. Right off the bat it can be using indexdb-backed repo within the browser to record its data directly into...

Another option is to implement generic WebDAV-based sync like Joplin does. There are lots of options for WebDAV backends and it's just HTTP. I use Joplin's sync with a self-hosted...

Ideally both are options, I'm a fan of the WebDAV approach because it's less moving pieces, you don't need some active process running and working to know your spaces are...

Ohh, how about saving to [Solid](https://solid.inrupt.com/)? Seems ideal

Just downloaded .AppImage on Ubuntu 16.04, same problem after first run

What if it sniffed the versions of `python`, `python2`, and `python3` and then set `$PYTHON2` and `$PYTHON3` for use in the rest of the Makefile?

FYI, I wrote a habitat plan to work me around this: https://bldr.habitat.sh/#/pkgs/jarvus/linode-cli/latest So on any Linux box now you can run: ```bash # install hab CLI curl -s https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.sh |...

@fxdgear long term, we're not looking to give each deployment of CHIME its own cluster. That was a stop-gap measure to proceed quickly. Eventually, we want to have a single...