Stack and pin terminals: Zellij 0.42.0 brings a revised interface
Several command lines can be used in parallel in the Zellij terminal multiplexer. In the update to 0.42.0, applications can be moved to the background.

Stack and pin terminals: Zellij 0.42.0 brings a revised interface
Several command lines can be used in parallel in the Zellij terminal multiplexer. In the update to 0.42.0, applications can be moved to the background.
I am not really comfortable with uutils, sadly.
Even thou a rewrite in Rust is a nice idea, and I do like the initiative - I do not like the MIT-licensing at all.
I really wish #uutils was under a copyleft license. It’s cool but using it just makes it easier for mega corps to lock down things even more. Yah #rust / #rustlang is faster and more secure, but #GPL is better for society.
If we were using uutils in 2005 we wouldn’t have the free routers that we have now. I don’t want to think what could be lost if we just drop all things #GPL for mit license stuff. It’s just helping megacorps at societies expense.
Ubuntu to Explore Rust-Based “uutils” as Potential GNU Core Utilities Replacement https://www.cyberciti.biz/linux-news/ubuntu-to-explore-rust-based-uutils-as-potential-gnu-core-utilities-replacement/
Ubuntu Will Replace GNU Core Utilities With Rust
https://www.youtube.com/watch?v=N2dbyFddcIs
#linux #rust
Source code editor Zed talks directly to Git
The source code editor Zed, written in Rust, now offers a view for managing commits.
پروژه Nova جایگزین Nouveau خواهد شد.
سالها قبل FreeDesktop تصمیم گرفت با بازنویسی درایورهای گرافیکهای انویدیا و انتشار آن به صورت آزاد، پروژه Nouveau (نوو) را آغار کند. اما اکنون تصمیم گرفته شده آن را با زبان Rust، تحت عنوان Nova منتشر کنند. البته نوا فقط محدود به گرافیکهای سری RTX20 (تورینگ) به بعد است و مدلهای قبلی را پشتیبانی نخواهد کرد.
ظاهرا باید منتظر حضور Nova در لینوکس نسخه ۶.۱۵ باشیم.
L’objectif est de faciliter le partage d’informations et d’activités.
Cela inclut l’automatisation de l’accueil des nvx membres, la mise en place de forums et chats, un calendrier, un système de petites annonces, des outils pour le reporting des activités, des outils de veille sur des flux RSS ainsi que des interconnexions entre assos et à des sites voisins.
Intéressé ?
#association #ethiciel #loi1901 #projet #dev #linux #python #php #nodejs #typescript #rust avec l'aide des #chatonsorg
I ditched #javascript for #rust, but deno and wasm are making it hard to resist ...
Wow. #Rust is an unserious language. Unless you bend over backwards to fight the compiler and avoid the standard library, you cannot write code that doesn't try to terminate the calling process on arbitrary error conditions. https://news.ycombinator.com/item?id=43297487
Terminating the process is never an appropriate action in a library. The library has no way to know its caller's uptime constraints. Libraries should only return error codes to callers. Only applications can decide whether to bail out or not.
#RustProTip №38: The debug_assert!
macro
The debug_assert!
macro creates an assertion only in debug builds. It is useful for confirming assumptions during development without risking performance degradation in the release build.
Playground: https://play.rust-lang.org/?version=stable&mode=release&edition=2024&gist=c07b46949bdedf702cb4649b3504776c
Docs: https://doc.rust-lang.org/std/macro.debug_assert.html
All Rust Pro Tips: https://geeklaunch.io/blog/rust-pro-tips-collection/
Developing apps is even more rewarding with Nextcloud Hub 10!
Now built into Nextcloud: develop apps in any dev language using our AppAPI and deploy via #Docker!
Read more with other improvements in our blog:
In fact, there are people that slap together code and their criterion for success is "it compiles".
(I'll have the #rust folks sit down, this isn't about you )
I don't want to be pessimistic, but I am happy that I got to experience software development when I did.
https://arstechnica.com/ai/2025/03/is-vibe-coding-with-ai-gnarly-or-reckless-maybe-some-of-both/
If you are worried about #privacy in times of #IMSIcatchers's (aka #Stingrays & #CSS devices) that masquerade as legitimate cell-phone towers, #rayhunter is made for you. It's #FreeSoftware made by @eff with #rust to warn if someone is interfering with your data.
https://www.eff.org/deeplinks/2025/03/meet-rayhunter-new-open-source-tool-eff-detect-cellular-spying
https://github.com/EFForg/rayhunter
Last week we had our first! Thunderbird + Rust office hours with our back-end developer @brendan and Sr. DevRel Engineer @linuxflower giving us a great introduction to the past, present, and future of oxidization in Thunderbird. Watch the recording on our @tilvids channel and find out how to get involved!
Inaugural Thunderbird + Rust Office Hours
https://tilvids.com/videos/watch/a34247b0-12b6-456f-b8b8-d098e3a3a88a
AI terminal Warp: Update brings Windows version and extended AI agent
The AI-supported terminal Warp is now also available for Windows. The update also includes new functions for the AI agent.
Encryfer-X: un ransomware en Rust que cifra todos los archivos con las combinaciones de algoritmos más fuertes #maldev #malware #ransomware #rust
https://www.hackplayers.com/2025/03/encryfer-x-un-ransomware-en-rust-que.html
I asked some tech friends if they knew of something like "python -i" or "ghci" but for #rust
I got two suggestions: https://github.com/evcxr/evcxr/blob/main/evcxr_repl/README.md
which is nice!
and https://github.com/sigmaSd/IRust which I couldn't get into.
It seems both of them are aimed toward using rust in jupyter ?