Trying to install a firmware update on my car and at this point I wish I could use Web Serial because there's no universe in which a web-based tool could be any more dangerous or user-hostile than the bullshit I'm dealing with from GM.
Reilly Grant
@reilly.io
SWE on Google Chrome, amateur photographer and radio operator. Opinions expressed here are mine and not my employer's. 🏳️🌈🇺🇸🇨🇦 Also at https://toot.cafe/reillyeon.
Can't emphasise how much I feel these are exactly the sort of use cases and users the web was made for: "hobbyists, hackers, educators, makers and developers"! Not everything has to be about corporate bottom lines sometimes the web can just be for fun tinkering (but also lots of real world use too)!
Web Serial landed in Firefox 151! Here's how it works, and what you can do with it: hacks.mozilla.org/2026/05/web-...
This is the post I wish I could've written back on 2021. There are so many cool sites using this API now.
Web Serial landed in Firefox 151! Here's how it works, and what you can do with it: hacks.mozilla.org/2026/05/web-...
Web Serial shipping in Firefox means I can finally say I've written a real interoperable web standard.
Firefox 151 is out now, and brings with it some tasty new web platform features: 🎉 Container style() queries 🎉 Web Serial API 🎉 Document Picture-in-Picture API 🎉 keyboardLock on requestFullscreen …and more! developer.mozilla.org/en-US/docs/M...
I need someone to reconcile the Direct Sockets proposal in the Web Incubator Community Group with the Sockets API proposal from WinterTC before either gets so entrenched that we end up with two very similar and yet incompatible specifications for a TCP/UDP sockets API in JavaScript environments.
how do you all remember every UUID? I find it really hard. so I wrote them all down on every uuid dot com the list has fast search across all 2^122 values (so you can find your favorites) - hoping to add some social features like "trending UUIDs" soon!
As a browser engineer, seeing people build things like this warms my heart. lyra.horse/antonymph/ (Warning: Mildly NSFW but mostly just extremely online.)
Antonymph
a pop-up music video
lyra.horse
An @oxidecomputer.bsky.social rack comes with casters, unlike the Mac Pro.
My little tool for setting the time on a Xiaomi e-ink clock made an appearance on Eric Lawrence's recent post on security tradeoffs. Web APIs for connecting to Bluetooth and USB devices are scary but they're better than the alternative of executing native code. textslashplain.com/2023/09/15/s...
Web developers should be forced to use their own sites while using an international roaming plan that gives you 256 kbps (or worse). Especially bus ticket site developers.
I managed to convince Windows 11 to let me configure dial-up networking.
I'm curious if @koush.bsky.social has noticed any issues with garbage collection pauses when receiving lots of data with WebUSB in vysor.io. github.com/WICG/webusb/... is a potential solution but it's hard to justify creating so much churn without strong signals that it will be helpful.
Can I please just write Rust instead of having to figure out how to make C++ behave like Rust?
If you ever saw a web platform proposal you didn't like (and who hasn't), I wrote a few words that may be of interest https://blog.yoav.ws/posts/web_platform_change_you_do_not_like/
I need a shirt that says, "Fuck off, I don't want to install your app."
Ok let's see how bsky works for professional posting. While being named @buttplug.engineer. Anyone looking for Rust/C#/possibly C++/TS/JS/WASM/etc... developers at the staff/principle level? I'm starting to look around for new opportunities, curious what might be available out there.
I have transitions lenses (UV reactive lenses which darken in sunlight). Since I'm walking with the sun exactly to my left, my right lens is in shadow. That means that only the left lens is transitioning and so colors appear differently between my eyes. This is very weird.
“That kind of nonsense might fly in liberal California, but not here.”
Florida Bans Men From Becoming Nurses
TALLAHASSEE, FL—In a sweeping effort to curtail what he called “woke gender ideology,” Florida Gov. Ron DeSantis signed a new bill into law Wednesday banning men from becoming nurses. “Imagine how disturbed a child would be at the doctor’s office if a nurse stepped into the room to take their temperature and it was a…
theonion.com
As a phone nerd I am simultaneously excited by phone systems and scared of bothering people by actually using them.
It's really hard not to get mad over the wonderful coworkers I lost so that Google could offer shareholders $70 billion in stock buybacks.
<manishearth> i wonder if their secret plan is to build a canadgundam and have chris hadfield pilot it
Good morning from Toby, who demands to be adored the moment my alarm goes off
Anyone know where one could buy an LTE-U base station as a normal person (not a telco)?
I'm having one of those moments where I'm reading through the code for a system and discovering that how I thought it works is not at all how it actually works. At least I found a comment pointing to an issue tracking fixing things so that they work a lot more like how I thought they did.