persadon.com یکی از بسیاری از سرورهای مستقل ماستودون است که می توانید از آن برای شرکت در fediverse استفاده کنید.
با دوستان خود گفتگو کنید و دوستان تازه بیابید. عکس، ویدیو، و نوشته‌های خود را به اشتراک بگذارید. پرسادون بخشی از شبکهٔ اجتماعی ماستودون است و می‌خواهد محیطی ایمن و پایدار برای کاربران فارسی‌زبان باشد.

به مدیریت:

آمار کارساز:

۴۲
کاربر فعّال

#rust

۱۰ فرسته۱۰ مشارکت کننده۱ فرسته امروز

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.

📣 پروژه Nova جایگزین Nouveau خواهد شد.

🗣️ سال‌ها قبل FreeDesktop تصمیم گرفت با بازنویسی درایورهای گرافیک‌های انویدیا و انتشار آن به صورت آزاد، پروژه Nouveau (نوو) را آغار کند. اما اکنون تصمیم گرفته شده آن را با زبان Rust، تحت عنوان Nova منتشر کنند. البته نوا فقط محدود به گرافیک‌های سری RTX20 (تورینگ) به بعد است و مدل‌های قبلی را پشتیبانی نخواهد کرد.

💡 ظاهرا باید منتظر حضور Nova در لینوکس نسخه ۶.۱۵ باشیم.

gitlab.freedesktop.org/drm/nova

GitLabdrm / nova · GitLabNova project kernel tree
#news#nova#nouveau
رشتهٔ دنباله دار

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

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. news.ycombinator.com/item?id=4

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.

news.ycombinator.com> Its `SQLITE_INTERNAL` error code is atypical in my experience. In my experienc... | Hacker News

#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: play.rust-lang.org/?version=st
Docs: doc.rust-lang.org/std/macro.de

All Rust Pro Tips: geeklaunch.io/blog/rust-pro-ti

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!

#Thunderbird #Rust #Development

tilvids.com/w/magVwZoX9W3L9DNb

I asked some tech friends if they knew of something like "python -i" or "ghci" but for #rust

I got two suggestions: github.com/evcxr/evcxr/blob/ma

which is nice!

and github.com/sigmaSd/IRust which I couldn't get into.

It seems both of them are aimed toward using rust in jupyter ?

Contribute to evcxr/evcxr development by creating an account on GitHub.
GitHubevcxr/evcxr_repl/README.md at main · evcxr/evcxrContribute to evcxr/evcxr development by creating an account on GitHub.