https://devenv.sh/blog/2025/08/22/closing-the-nix-gap-from-environments-to-packaged-applications-for-rust/
HiRSE Summer of Programming Languages explored what different languages are good for. I talked about #RStats:
https://youtu.be/92Sixju0qYQ&list=PLzCxBiTw83ujLTspm2lP6fMMHQkJaz7kc
Other talks:
#Python
https://youtu.be/nGpRvzGyM20&list=PLzCxBiTw83ujLTspm2lP6fMMHQkJaz7kc
#fortran https://youtu.be/Gv5IjWMLvcQ&list=PLzCxBiTw83ujLTspm2lP6fMMHQkJaz7kc
#Julia
https://youtu.be/tShA102zIwk&list=PLzCxBiTw83ujLTspm2lP6fMMHQkJaz7kc
#rust
https://youtu.be/cQKt8ur5kwI&list=PLzCxBiTw83ujLTspm2lP6fMMHQkJaz7kc
I need your help 🆘 I developed a simple offline open source portfolio rebalancing app for #android using #rust. Now I need testers to be able to release the app in the google play store. You can check out the app on #github https://github.com/reifenrath-dev/rebalax
I will need your google accounts mail address to add you as a tester. You can message me here or via email to reifenrath.dev@gmail.com
Please #boost for more reach 🙏
Como proyecto para aprender #rust estoy haciendo un desensamblador/simulador para un #RV32I
https://github.com/Obijuan/icerv-dasm/tree/main
El simulador ya pasa todos los test oficiales del RV32I
I used to think #TypeScript's type system was a bit basic. Turns out that's not true, I'm just shit at TypeScript.
Here's a package where someone implemented exhaustive pattern matching (similar to #Rust's match expressions) as a typescript function and uses some magic type annotation stuff to make it work and raise a compile-time error if you miss a case.
pattern match function for any discriminated union type. Latest version: 1.0.2, last published: a year ago. Start using match-discriminated-union in your project by running `npm i match-discriminated-union`. There are no other projects in the npm registry using match-discriminated-union.