DEV Community

Discussion on: Audio visualization with Rust

Collapse
 
samaldis profile image
UKJP

Hey! I'm just starting out on my dive into rust now it's matured enough that there aren't (many) breaking changes in a 0.0.1 build increment, be great to have someone else around the same progress in rust to go over a few projects I have and keep the motivation going, plus some of them have a few commercial applications and the other contribute freely to the owasp foundation of which play (small) part in. If your interested GitHub /sam-aldis/ although I switched to gitea and bit bucket a while ago.. Or samuel.aldis at owasp.org - this is extended to anyone reading these comments as well, especially if your interested in becoming a part of the security community at owasp. Free (details under wraps) distributed vm for anyone who can help :)

Collapse
 
maniflames profile image
Maniflames

That's super nice!
Not gonna lie I know nothing about security but there's nothing wrong with learning about it while diving into Rust. I'm still pretty new myself but determined to do some graphics and/or embedded stuff with Rust this summer. Let's chat from time to time here on DEV would love to see your work 😁

Collapse
 
samaldis profile image
UKJP

I'm so new to Rust too, I want to get into UI development in it plus with its wasm support I want to build the next generation of security toolkits that runs within any web-browser, platform independent with the majority written in rust (I've always skipped hello worlds and gone way too big to start, my first project in VB6 (before .net 👴🏻) when I was 16 was also my first - and only - Trojan Virus with remote screen shots etc. and strangely although I only published it on a small page and didn't link to it anywhere, sophos picked it up within a month, but its still there.. imgur.com/a/oQDcuEa which just shows some web services (lycos) have quite some sticking power, even for their free hosting! and rust itself is so secure by using life-times, ownership etc, it will litterally change owasp's top 10 because you have to TRY to code insecurely so as long as you've got configuration errors and incorrect permisions down then the old vulnerabilities like race conditions, memory leaks, bufer overflows/underruns, read-after-free etc will be a thing of the past!

anyway It would be good to pick up rust at the same time as someone else to make sure I have my head around everything correctly - its the first language from the ML family I've learnt - and to help each other stay focussed, even if you don't have time to help on my project, I'd love to learn graphic based stuff from you.. will be following!

Thread Thread
 
maniflames profile image
Maniflames

Will be following you too!

Also in case you haven't bumped into it yet Qt has webassembly support! I'm pretty sure there are some crates out there that allow you to use Qt with Rust.