Readit News logoReadit News
mattogodoy commented on Converting a Go-Kart into a Deathtrap   matto.io/posts/converting... · Posted by u/mattogodoy
mattogodoy · 5 months ago
Here's a project I've been working on lately. Hope you like it!
mattogodoy commented on We're bringing Pebble back   repebble.com/... · Posted by u/erohead
rzazueta · 7 months ago
I LOVE My Pebble and even got Rebble working on it not long ago to revive it.

However...

If you want to make it TRULY HACKABLE as you claim, you will not encumber it with cloud dependencies like you did last time. Let ME self host my own Pebble server if I choose. Go ahead and default to your servers and sell services and whatever, but let me host my own and switch the base URL to my own domain, preferably with open source software and simple APIs, without requiring me to go through your servers.

That way, even if this attempt also doesn't pan out, those of us willing to do the work will at least still have the functionality we want. I get the whole VC "lock them into required cloud services for life so we can make endless subscription revenue" model, but it's absolutely corrupt.

And, Eric, I know you know that - you have a hacker's heart. Please listen to it.

mattogodoy · 7 months ago
I came to say exactly this. I could not have stated it better. As a Pebble power user back in the day, who owns 3 watches and pledged in the Kickstarter to get the new Pebble that sadly never saw the light of day, the only way I'm coming back is if every piece of this puzzle is open source. And by this I mean:

- Servers: I agree with you. Make a default "cloud" owned by Pebble, but give us the ability to self-host it. NO SUBSCRIPTIONS, NO ADS, NO PRIVACY INVASION, PLEASE.

- PebbleOS: This is already a reality, and I'm very happy that it's happening.

- Mobile apps: Make them open-source! Let us play with them and you'll benefit of the fixes, improvements and innovation of the community.

- Hardware: It would be fine for me if the hardware was not open. As long as I can install my own firmware on it and have full control of it, I'm happy.

I think I speak for most of us when I say that I'm sick and tired of not owning my stuff. In the dystopic world we're living in, with enshittification at it's peak, an open, hackable, and truly owned device would feel like a breath of fresh air.

You have a real opportunity here, Eric. Please use it :) Best of luck!

mattogodoy commented on Motorcycle Rally Computer Goes Open Source   hackaday.com/2021/11/11/m... · Posted by u/mattogodoy
pomian · 4 years ago
This is very exciting. With open source it may be adapted to many other navigation uses. Tied in with open map sources, then used in sailing, hiking, flying, etc. It would seem endless possibilities. Especially to open all those locked systems such as Garmin, Raymarine, B&G, and so on.
mattogodoy · 4 years ago
That would be absolutely great.
mattogodoy commented on Show HN: I created a Python library to control a Zoom H6 recorder   github.com/mattogodoy/h6... · Posted by u/mattogodoy
RileyJames · 5 years ago
Very cool, very well done.

I purchased the shure mv88 for iPhone. Great mic, but the patterns / settings can only be modified with the official motive app. Making it pretty limited.

It’s 2020 and you’re selling hardware. Why not open source the software / interface ffs!

mattogodoy · 5 years ago
Thank you!
mattogodoy commented on Show HN: I created a Python library to control a Zoom H6 recorder   github.com/mattogodoy/h6... · Posted by u/mattogodoy
gbraad · 5 years ago
Why

  recorder.send('record')
instead of

  recorder.record()
As the latter allows better error control and also add something like record(60). Which would start a timer and stop after 60seconds.

mattogodoy · 5 years ago
Thanks for the suggestion! The `send` command is able to send any of the valid commands, but the library also allows you to do `recorder.rec()` and `recorder.stop()`.

Passing the time as an argument is a good idea! I'll take it into account.

mattogodoy commented on Show HN: I created a Python library to control a Zoom H6 recorder   github.com/mattogodoy/h6... · Posted by u/mattogodoy
bserge · 5 years ago
Really good stuff! Would this work for a H4n Pro? Regardless, thanks for the effort!

Strange thing, your comment shows as 2 days old in this reply window, but the submission says "1 hour ago".

mattogodoy · 5 years ago
Thanks! Sorry for the delay in the reply.

I'm not sure if it will work in other recorders. I wrote them an email asking if the remote is compatible with various models. I'll post their answer in the GitHub repo (https://github.com/mattogodoy/h6/issues/1) as soon as they write back.

mattogodoy commented on Show HN: I created a Python library to control a Zoom H6 recorder   github.com/mattogodoy/h6... · Posted by u/mattogodoy
mattogodoy · 5 years ago
I guess you might find this useful. It's a Python3 library to emulate the remote control for a Zoom H6 recorder from your computer. You can use it directly from the terminal, or import it in your Python scripts.

I created it because I was looking for a way to automate some steps in my podcast, and starting or stopping the recording was one of them. This led to a big rabbit hole to understand and emulate the commands sent by the real remote to the recorder. All the digging has finally paid up and the code works!

I hope you find this useful. Pull requests are also welcome.

I'd love to know what you'll be using it for :)

u/mattogodoy

KarmaCake day83December 23, 2020View Original