Ruby, Rust, and electronics
Leeds, UK - he/him
Mastodon: @aaronc81@ruby.social
Need to find some time to play with it and see how it actually feels to use…
Need to find some time to play with it and see how it actually feels to use…
Aggregators like HN/Lobsters/Reddit only show you a title. Feed-based socials are too noisy
Magazines make you flick past everything, and you might catch a glimpse of something interesting
Aggregators like HN/Lobsters/Reddit only show you a title. Feed-based socials are too noisy
Magazines make you flick past everything, and you might catch a glimpse of something interesting
On the software side, it only needed some little tweaks to support the extra three keys, and swap to active-low because it made the wiring easier.
On the software side, it only needed some little tweaks to support the extra three keys, and swap to active-low because it made the wiring easier.
So I remade the plate to have the Pico integrated, which made the wiring much easier!
The blank space doesn't look too great, but I can always vinyl-cut something to go there
So I remade the plate to have the Pico integrated, which made the wiring much easier!
The blank space doesn't look too great, but I can always vinyl-cut something to go there
Embassy makes USB device implementation pretty straightforward 🦀
Embassy makes USB device implementation pretty straightforward 🦀
I’ve toyed with Literal before and enjoyed using it - excited to give this feature a go one day :)
I’ve toyed with Literal before and enjoyed using it - excited to give this feature a go one day :)
I’ve experimented with similar, but never figured out how to make default values play nicely with the annotations, or how to represent return types. This approach looks really elegant!
I’ve experimented with similar, but never figured out how to make default values play nicely with the annotations, or how to represent return types. This approach looks really elegant!
I'd guess this is from Objective-C heritage where methods don't have names, but are identified by the keyword arguments...?
If an argument is defined with a default value, you can omit it on a call
I'd guess this is from Objective-C heritage where methods don't have names, but are identified by the keyword arguments...?
If an argument is defined with a default value, you can omit it on a call