simlay
simlay.bsky.social
simlay
@simlay.bsky.social
I do programming theatre. The 0.1X engineer. He/Him. Ferris is my spirit animal.

http://hachyderm.io/web/@simlay
https://github.com/simlay/
Not that you should be taking feature requests but there are many of times I've wanted to see the dependency with a toggle of a feature flag on a crate. It'd be neat one could show which of the sub deps have a feature flag that changes the sub-sub deps as well.
December 8, 2025 at 9:55 PM
I have definitely done `cargo tree | vim -` so that I could "fold"/delete various dependencies I'm not trying to look at. It's still quite cumbersome of course.
December 8, 2025 at 9:52 PM
Yeah. I definitely had a job at a place writing Python/Javascript and there was a project that was a perfect fit for Rust and was one of the first people to write rust there.
November 26, 2025 at 8:30 PM
Yeah, I tried to use ROS in 2019 wanting to write components in rust. It's so big and so difficult to administrate, I gave up.
November 17, 2025 at 4:25 PM
I've not used Bazzite but I use steam on archlinux and then SteamLink on my apple TV (attached to a $30 goodwill TV) and some generic bluetooth controllers. This rube goldberg machine works quite well.
November 15, 2025 at 7:32 PM
From the ~1 hour I played with the apple container stuff, I was pleased. It worked almost identically to the docker. I think that it's got better support for container-in-container stuff so in theory one might be able to get local macOS CI to work. I'm tempted to give this a crack I don't love go.
MacOS: Option to use Apple Container instead of docker · Issue #5938 · nektos/act
Act version 0.2.81 Feature description For MacOS it would be nice to be able to use Apple Containers https://github.com/apple/container instead of docker.
github.com
November 14, 2025 at 1:41 AM
I upgraded when this trash came out and then downgraded. From what I can tell, the only real benefit of Tahoe is the apple container (github.com/apple/contai...) being supported first class.
GitHub - apple/container: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon. - GitHub - apple/container: A tool for creati...
github.com
November 14, 2025 at 1:18 AM
There's also the fact that tokio spawn takes a future that impl's Send docs.rs/tokio/latest..., but JsFuture is !Send - docs.rs/wasm-bindgen...
spawn in tokio::task - Rust
Spawns a new asynchronous task, returning a `JoinHandle` for it.
docs.rs
October 2, 2025 at 5:06 PM
There's a bunch of rough edges with rust browser stuff. Like, when using (or having a dependency that uses) `tokio::time::Instant::now()` in the browser and find a nice panic as rustc stub's `std::time::Instant::now()` as `unimplemented!`.
github.com
October 2, 2025 at 4:58 PM
Doing this was well worth it. Battery life improved, my 2021 m1 isn't nearly as warm to the touch.
September 17, 2025 at 4:47 PM
Yeah, I'm spending my evening trying to revert to Sequoia. I regret not finishing setting up samba and time-machine.
September 16, 2025 at 11:06 PM
My technique is to watch smaller repos for projects I want to build but don't have time (yet) and then do polite drive-by reviews. I've both gotten and given issues that say "This project is awesome!"
August 28, 2025 at 4:53 PM