https://github.com/veeenu :: https://twitch.tv/johndisandonato
I'm building a robot arm as a toy project and was looking for a way of controlling it via translating x/y/z rather than changing angles directly.
This seems promising. Maybe with some CV I could make it e.g. grab stuff autonomously.
I'm building a robot arm as a toy project and was looking for a way of controlling it via translating x/y/z rather than changing angles directly.
This seems promising. Maybe with some CV I could make it e.g. grab stuff autonomously.
yalter.github.io/niri/
yalter.github.io/niri/
it doesn't work, I haven't written the firmware yet and the front wheels are all wobbly as heck but ehhh it's still a zero-to-irl-thing in a handful of hours
it doesn't work, I haven't written the firmware yet and the front wheels are all wobbly as heck but ehhh it's still a zero-to-irl-thing in a handful of hours
Me vibe coding:
Me vibe coding:
Finally managed to carve some time to implement the radial shortcut menu, operated entirely via controller.
This way you can practice from the comfort of your t̶o̶i̶l̶e̶t̶ couch or portable device such as the Steam Deck.
Finally managed to carve some time to implement the radial shortcut menu, operated entirely via controller.
This way you can practice from the comfort of your t̶o̶i̶l̶e̶t̶ couch or portable device such as the Steam Deck.
OCAML DONT PULL A JAVA SCRIPT PLEASE
OCAML DONT PULL A JAVA SCRIPT PLEASE
I'm sad to see how much I neglected it this year.
As an early new year's resolution, I want to stream more in 2025, get good times in DS3, and maybe do more live coding.
I'm sad to see how much I neglected it this year.
As an early new year's resolution, I want to stream more in 2025, get good times in DS3, and maybe do more live coding.
Which of `x |> List.map y |> List.flatten` or `List.map y x |> List.flatten` should I prefer?
I personally like the first one better, but I'm also a big fan of not bikeshedding when the community has settled on a style.
Which of `x |> List.map y |> List.flatten` or `List.map y x |> List.flatten` should I prefer?
I personally like the first one better, but I'm also a big fan of not bikeshedding when the community has settled on a style.