|
|
Subscribe / Log in / New account

A new CEO for Mozilla

A new CEO for Mozilla

Posted Feb 9, 2024 17:42 UTC (Fri) by dilinger (subscriber, #2867)
In reply to: A new CEO for Mozilla by milesrout
Parent article: A new CEO for Mozilla

> There aren't even any new user-facing features that come out of all of this. What can websites do today they couldn't do 10 years ago?

Here's an example. I have a few Bafang mid-drive motors on my cargo bikes. There are a bunch of useful settings that you can change, and much like a customizable linux desktop, I usually don't like the stock settings that the vendor programmed. It used to be that you needed some (free as in beer) windows program to update the settings, but someone reverse-engineered the protocol and people have written various (free as in freedom) programs to update settings (eg, https://github.com/horga83/bdac). That's all fine and good, but I really didn't want to have to build/install random software that I'll only use once every 5-10 years when I get a new motor. Turns out someone wrote *a website* that can update the motor settings. Which is amazing. As simple as just plugging my laptop into the bike, going to a website, turning on the motor, and punching in the new settings that I want. I don't have to mess around with containers and host permission to ttyS*, or pulling down 50 python dependencies and realizing that something was written in python2 but never updated for python3 and debian no longer supports python3, and and and.. I just go to https://devnotes.kymatica.com/BafangWebConfig/BafangWebCf... and do the thing.

But that website works in chromium but not firefox, because it "requires a browser with support for Web Serial API, and should work on any recent version of Chrome, Opera or Edge." https://developer.mozilla.org/en-US/docs/Web/API/Web_Seri... says that it was added with chrome 89, which would've been mid-2021.


to post comments

WebSerial for Firefox

Posted Feb 10, 2024 3:54 UTC (Sat) by pj (subscriber, #4506) [Link] (1 responses)

WebSerial for Firefox

Posted Feb 10, 2024 4:32 UTC (Sat) by dilinger (subscriber, #2867) [Link]

Thanks, but the description says it supports Windows only.

I honestly don't mind using chromium for the webserial stuff; might as well since I maintain it. I use firefox for most things, and then chromium for a few other things that work better there.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds