livellosegreto.it is one of the many independent Mastodon servers you can use to participate in the fediverse.
Livello Segreto è il social etico che ha rispetto di te e del tuo tempo.

Administered by:

Server stats:

1.2K
active users

#rustlang

93 posts70 participants10 posts today

wrote some server-side logic and updated the server-side of the tests and it all compiles and runs fine but ran out of time before I could add the client-side of the test but I'm 99.99% certain it will work when I add that bit tomorrow because I didn't change anything wrt to types.

github.com/zeenix/zlink/commit

GitHub🚧 tmp · zeenix/zlink@36a8e57Contribute to zeenix/zlink development by creating an account on GitHub.

New release of taskfinder! 2.8.0 allows you to show only overdue tasks in Files mode and configure which mode the app starts in. A few other improvements too; full changelog at codeberg.org/kdwarn/taskfinder.

See readme for more info, like installation, usage, and screenshots: codeberg.org/kdwarn/taskfinder

#Rust#RustLang#tui

I'm currently working on a new diff tool that instead of working through text, it compiles and analyzes your Rust code with type information and compilation information (via hooking itself with the compiler, kinda like Clippy does)

I'm completely tired of reviewing PRs on GitHub and the GitHub diff being absolutely awful, completely abhorrent.

Currently it can only detect renamed functions, but I have some ideas like types that changed sizes or changes in documentation.

So currently for my text editor (ad) I use TOML for the config file format, but... it's kinda clunky in places. I'm considering looking at moving over to KDL but I'm not sure if it's worth the hassle, anyone have ideas on what the right call is?
#rustlang

A small subset of examples of issues that the many static analysis tools for C/C++ can find, but rust/clippy can't.

Correctness, security, halting, concurrency and performance issues. For standards like MISRA, AUTOSAR, and OWASP.

github.com/illume/static_analy

Note, there is work going on to identify which issues in standards like MISRA apply to #rust, and hopefully some tooling will appear to detect them too. Probably other #rustlang tools at various levels of maturity that detect some/all.

Some examples of issues that C/C++ static analysis tools find that rust and clippy do not - illume/static_analysis_c_not_rust
GitHubGitHub - illume/static_analysis_c_not_rust: Some examples of issues that C/C++ static analysis tools find that rust and clippy do notSome examples of issues that C/C++ static analysis tools find that rust and clippy do not - illume/static_analysis_c_not_rust

weekend tinkering project: hardware wezterm running on a picocalc! This is built using embassy and a slightly tweaked version of the sunset crate for the ssh client. The photo makes things look a lot further along than they really are, because the terminal emulation is virtually non-existent and there is no connection between the keyboard and the ssh session yet. #embededrust #RustEmbedded #embassyrs #rustlang

Continued thread

🧵 And now, the part 4 or my series of articles on how to build a #crossplatform #searchengine, in #rustlang.

📰 This article is about how we query the indexes, aggregate the results and generate some scores.

💬 Enjoy reading it, feel free to provide me some feedback, here or directly on GitHub 😃

:fediverse: If you enjoy it, feel free to share it on other platforms!

🔗 Here is the link: jdrouet.github.io/posts/202503

jdrouet · Building a search engine from scratch, in Rust: part 4Or how we'll find something in all this.

fractalfir.github.io/generated

This #rust to C compiler could be magic for those rewriting C code bases into rust.

C is still the most portable option. By far.

Projects can rewrite parts in rust without every platform and build system needing to support rust.

Also existing static analysis tooling can be used on the C code. (Again C is still ahead of rust here).

Pyrex (now cython) was designed this way because portability, integration and tooling.

#RustLang maturity milestone.

fractalfir.github.ioRust to C compiler - 95.9% test pass rate, odd platforms, and a Rust Week talk