Why Rust? - Sakura Kat Systems
Blog Cosmoscalibur | https://www.cosmoscalibur.com/ |
GitHub | https://github.com/cosmoscalibur |
YouTube | https://www.youtube.com/c/CosmoscaliburCo |
Blog Cosmoscalibur | https://www.cosmoscalibur.com/ |
GitHub | https://github.com/cosmoscalibur |
YouTube | https://www.youtube.com/c/CosmoscaliburCo |
#Fortran has joined the modern world: it has its own conference, #FortranCon.
Synopsis FortranCon 2025 is the third edition of the International Conference on the development and usage of the Fortran programming language, and it will take place on November 4-5, 2025. With this conference, we intend to bring together active Fortran project developers from all fields: library and tool developers as well as people using Fortran to develop scientific applications, to share their experience and exchange ideas. The event is organized with contributions by the community for...
Ubuntu isn't the only Linux distribution planning a big change, as Manjaro KDE Plasma also now plans to move to Wayland.
https://www.gamingonlinux.com/2025/06/manjaro-kde-plasma-plans-move-to-wayland-by-default/
New from 404 Media: Wikipedia has paused its experimental AI-generated summaries at the top of articles after an overwhelmingly negative reaction from the Wikipedia editors community.
"Just because Google has rolled out its AI summaries doesn't mean we need to" https://www.404media.co/wikipedia-pauses-ai-generated-summaries-after-editor-backlash/
The new COSMOS-Web survey provides an unprecedented view of the universe, combing both breadth and depth.
It includes detailed information about 800,000 galaxies spanning more than 75% of cosmic history. And you can browse through it yourself online.
https://cosmos.astro.caltech.edu/news/87 #space #science #astronomy #nature
<p>When designing error types in Rust, especially for libraries with a public API, there are several important considerations to keep in mind. This post will explore some of the important implications and common pitfalls when designing error types in Rust libraries. Further, we will look at <code>thiserror</code> and how the Rust standard library's <code>std::io::Error</code> can serve as a reference for designing your own error types.</p>
LibriVox
Link: https://librivox.org/
Discussion: https://news.ycombinator.com/item?id=44153738
Why Use Structured Errors in Rust Applications?
Link: https://home.expurple.me/posts/why-use-structured-errors-in-rust-applications/
Discussion: https://news.ycombinator.com/item?id=44148708