#rustland

musicmatze :rust: :nixos:musicmatze@social.linux.pizza
2026-01-23

I started a big _big_ BIG refactoring of my pet project and... holy crap, I am rewriting most of it.

But that's a learning process, right? I am getting a clearer and clearer image of how to build what I wanna build, and am slowly (very slowly) getting there, I suppose...

#rust #rustland #developement #softwaredevelopment #floss #opensource #opensourcesoftware

Kushal Das :python: :tor: 🇸🇪kushal@toots.dgplug.org
2025-06-30

Update: I need more coffee, the error was not from redis at all :( Fixed now.

Dear #rustland #rust folks in the timeline, in a simple #docker / #podman compose case, my rust #redis client can not connect to the redis server with the following error:
`Error: Custom { kind: Uncategorized, error: "failed to lookup address information: Name or service not known" }` I am using `redis://redis:6379` as connection string. It works via redis-cli command line in the same container. Any tips?

Lars Wirzeniusliw@toot.liw.fi
2024-08-21

@aspragg Some tools, such as the #Rust #RustLand cargo tool, create a CACHEDIR.TAG file in output directories where they place generated files.

Erik C. Thauvinethauvin
2024-04-07
Casey Primozic / ameoameo@mastodon.ameo.dev
2023-03-26

Carried on the work with #simd I've been doing recently

I've ported over the vocoder effect I built to web synth to use #wasm SIMD, now that it's supported in Safari

Changed the underlying chains of biquad filters used by the #dsp to use struct-of-arrays rather than array-of-structs, and apply 4 at a time

Good for a very dramatic perf improvement, at least 5x but I didn't do fine-grained measurement

Built with #rust #rustland #webassembly #webaudio

2022-12-14

When using #VSCode to write #Rust following the examples in the #RustLand book I type this:

let mut guess = String::new();

but the editor displays this:

let mut guess: String = String::new();

With the extra ": String" with a grey background colour, it can't be edited, the cursor skips it.

Obviously a hint/lint. But it just wasn't doing it and I'm not sure what I changed so that it started.

2021-01-02

Ich überlege gerade, wie ich mit umgehen möchte 🤔

Subcommand kann als "arg1" oder "filename" übergeben sein wie es bei Busybox der Fall ist...
<pre>
./<BIN><CMD> <OPTS> # Bsp: /bin/busybox reboot -f
./<CMD_SYMLINK> <OPTS> # Bsp: /bin/reboot -f
</pre>

Interne Mods / Libs kann ich das berücksichtigen, bei externen crates halt nicht... Und ENV ARGS manipulieren ist vermutlich nicht vorgesehen 🤪

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst