| Bluesky | https://bsky.app/profile/youn.rs |
| Pronouns | he/him |
| Bluesky | https://bsky.app/profile/youn.rs |
| Pronouns | he/him |
Well, don't make the same mistake as me by using Distrobox to containerize your development environment.
Make sure that the binaries you export from your box are compatible with the libraries of your host system.
I had to use Distrobox when I wanted to use OSTree, but I'm going back to a traditional system to avoid unnecessary hassle.
Exploring #WebAssembly components in Rust - struggling a bit to get it to fit my use case, but learning a lot!
I made arctree: a "DOM-like" tree implemented using *atomic reference counting*
Since rctree (which is an amazing crate by itself) cannot be used in asynchronous contexts, I've made this fork instead which uses Arc and RwLock instead of Rc and RefCell.
Finally made it! This new TUI will soon be released under the wfcache-api crate.
#Ratatui is really fun to work with, their documentation is really good and easy-to-follow.
TUIs really makes terminal applications more intuitive and usable for the general public, which is why I wanted to try re-implementing wfcache-api using a TUI front-end, which I did and look at this result :)
Do you watch anime? Do you download torrents?
Just stop... or use this TUI for it! ๐ฅ
๐ฑ **nyaa**: Browse and download anime torrents.
โ๏ธ Supports mirrors/proxies with configuration.
๐ฆ Written in Rust & built with @ratatui_rs
โญ GitHub: https://github.com/Beastwick18/nyaa
๐คฏ The level of sophistication of the XZ attack is very impressive! I tried to make sense of the analysis in a single page (which was quite complicated)!
I hope it helps to make sense of the information out there. Please treat the information "as is" while the analysis progresses! ๐ง #infosec #xz
The memory usage of the #CosmicDesktop is looking really good lately. Especially considering that each binary is almost entirely statically-linked. Memory usage spikes on initial startup, but then settles to these figure after an hour or so. All of the cosmic-applet-* processes are embedded into a single static multicall binary, which helped with lowering overall memory usage.