Joshua Wise

Results 93 comments of Joshua Wise

I just ran into an analogous issue, with similar requested behavior. I'm streaming static files over http, and if I pause for a while, mpd stops receiving, and the remote...

🎉 Grant accepted! The Rebble Alliance will grant $1000 on completion of this work. 🎉 It would be good to have a checklist item for making sure that we handle...

I mentioned a use for this in #479, as automatically noted. Another use that I found recently was importing a set of variables. Consider: ``` local DmConfig(p) = { local...

I think the Android pebble app knows that it's supposed to put `/android/v3` before the `?`. Try doing that? Note that some of our URL formats are different than Pebble's,...

Probably worth finding the EC command entry point and figuring out where it handles 0x88 and 0xC2. If you can replicate those results using something like https://github.com/exander77/x2100-ec-sys then you can...

Oh wow, wait, does the EC hotpatch stuff work out of the box without having to first patch the EC firmware? That's crazy, if so. And a serious security problem....

Well, someone particularly daring could probably use this to write software for the EC that overwrites the flash descriptor, and therefore would allow you to `me_cleaner` the machine...

You need to recompute the EC checksum before you flash it. Otherwise the machine won't boot. Dynamically patching possibly-live code can be tricky. In my x2100 EC patch set I...

http://images.nvidia.com/content/crr/2016/sustainability-report/pdf/2016_NVIDIA_Sustainability_Report_FINAL-1.pdf#page=54 has some data from this year.

I also would suggest contacting DJI in the same way. Actually, DJI is basically why I do not maintain this project anymore. I recently even bought myself a Mac Studio...