Youn

@sehnryr
5 Followers
16 Following
18 Posts
Vim's lead maintainer has fully lost his goddamn mind

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.

#development #distrobox #ostree #silverblue

Exploring #WebAssembly components in Rust - struggling a bit to get it to fit my use case, but learning a lot!

#rustlang #wasm #programming

๐Ÿ’ธ We received a funding donation from Radicle ๐ŸŽ‰
๐Ÿš€ Read the details: https://blog.orhun.dev/open-source-funding-with-ratatui/
๐Ÿง€ Thanks for all the cheese!
#opensource #funding #rustlang #ratatui #tui
800 Rust terminal projects in 3 years - Orhun's Blog

Here be rats

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.

https://crates.io/crates/arctree

#rustlang #programming #tree #async

crates.io: Rust Package Registry

Used Charm's #VHS for making the new showcase of the extractor's new TUI

#tui #ratatui #cli #warframe #showcase

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 :)

#rustlang #tui #cli #warframe

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

#rustlang #ratatui #tui #anime #torrent

GitHub - Beastwick18/nyaa: A nyaa.si tui tool for browsing and downloading torrents

A nyaa.si tui tool for browsing and downloading torrents - Beastwick18/nyaa

GitHub

๐Ÿคฏ 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.

#COSMICDE