HackerTrans
トップ新着トレンドコメント過去質問紹介求人

tlxio

no profile record

投稿

Scanning for Post-Quantum Cryptographic Support

anvilsecure.com
2 ポイント·投稿者 tlxio·昨年·0 コメント

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

anvilsecure.com
4 ポイント·投稿者 tlxio·昨年·0 コメント

Glitching STM32 Read Out Protection

anvilsecure.com
6 ポイント·投稿者 tlxio·昨年·0 コメント

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

anvilsecure.com
73 ポイント·投稿者 tlxio·昨年·9 コメント

コメント

tlxio
·昨年·議論
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?