HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tlxio

no profile record

Submissions

Scanning for Post-Quantum Cryptographic Support

anvilsecure.com
2 points·by tlxio·geçen yıl·0 comments

HANAlyzer: An Open-Source Tool to Secure Your HANA Databases

anvilsecure.com
4 points·by tlxio·geçen yıl·0 comments

Glitching STM32 Read Out Protection

anvilsecure.com
6 points·by tlxio·geçen yıl·0 comments

One Bug Wasn't Enough: Escalating Twice Through SAP's Setuid Landscape

anvilsecure.com
73 points·by tlxio·geçen yıl·9 comments

comments

tlxio
·geçen yıl·discuss
Would you happen to have (sample) or open-source Rust code out there demonstrating this approach? I'm very curious to learn more.

For example; if you have a progressbar that needs to be updated continuously, you do what? Upon every `tick` of your Rust engine you send a new struct with `ProgressBar(percentage=x)`? Or do the structs have unique identifiers so that the UI code can just update that one element and its properties instead of re-rendering the entire screen?