Erik Price

Results 17 comments of Erik Price

Hi @bmcclure! As of right now, this tool only supports one Chromecast device at a time (as specified with the `--device 'Your Device Name'` flag), so really you can only...

Hey @jimmykane! Love the idea of quantified self, I've actually thought about building something similar. Gonna spend some time checking that out I'm thinking that this project as it exists...

Oh that animation is very cool! Let me think about the implementation of this for a bit. I like the idea of APNG, and it might be feasible to support,...

Yeah, I think file size is my main concern. For my derive.rs project, the raw frame data before being converted to a real video format is in the 10s of...

What format does arc.app use? Sounds like a nice feature, but it seems that the GPX spec doesn't have an official way to indicate activity type, so it might not...

Nice, thanks for the reference. My impression is that it would be too much effort to try to maintain a consistent activity mapping across all possible GPX creators, but if...

Love it! This would definitely be a great addition. The UI code is pretty ad-hoc (there's no real framework, and a lot of `innerHtml = ...`) , so adding something...

As far as I know, there won't be a way for browsers to remember the files that are included without putting them all in local storage (which would likely be...

So I did a quick implementation of this (https://github.com/erik/derive/tree/erik/geojson), and exporting about 2 years of data as GeoJSON for me comes out to roughly 45MB, which is large enough to...

Looks like there have been some pretty significant changes recently in pglast based on the [ChangeLog](https://github.com/lelit/pglast/blob/v3/CHANGES.rst), with several of them being backward incompatible. This project would need to be updated...