rafaelcaricio, to programming
@rafaelcaricio@fosstodon.org avatar

Now up @kushal talk about Using Rust to write Python modules.

rustnl, to rust
@rustnl@fosstodon.org avatar

@partim from @nlnetlabs is doing the moves in his talk about Pins in .

rustnl, to rust
@rustnl@fosstodon.org avatar

A packed room for RustNL 2023! If you couldn’t make it to Amsterdam, follow the livestream: https://www.youtube.com/watch?v=9Q4yNlbfiYk

alexband, to rust
@alexband@hachyderm.io avatar

Here we go @rustnl 2023!

rust, to rust
@rust@emacs.ch avatar

A practical handbook on data engineering with Rust:

https://datawithrust.com/

rustnl, to rust
@rustnl@fosstodon.org avatar

If you can’t attend RustNL 2023, fear not! Live streaming will be available and all the talks will be recorded and posted later. Tune in on the 10th of May at 9:45 CET for a day of goodness. 🦀 https://www.youtube.com/watch?v=9Q4yNlbfiYk

erichdongubler, to rust
@erichdongubler@hachyderm.io avatar

Congrats to @epage for getting RFC 3389 ([lints] configuration in Cargo.toml) merged1! Looking forward to my subscription to the tracking issue2. 🙂

darshan, to rust

What books 📚 or courses would you suggest for learning Rust? I'm looking for something made for people that are already experienced in coding

vanja, to rust

I need ( ) programming ideas that I could realistically finish alone. Preferably something actually useful, not just a toy or a learning experience

hywan, to rust
@hywan@fosstodon.org avatar

Felix, https://github.com/mrgian/felix.

> Felix is [an] attempt at writing an x86 operating system.
>
> It's written completely from scratch in Rust and doesn't use any external dependencies.

It’s really cool.

hywan, to rust
@hywan@fosstodon.org avatar

Going full time, https://dioxuslabs.com/blog/going-fulltime/.

Dioxus has one full time developer, neat!

This project must be followed carefully. Lot of good things coming from it.

hywan, to linux
@hywan@fosstodon.org avatar

System76-Scheduler 2.0.1: "Significant" Reduction In CPU/RAM Use, Gamescope Detection, https://www.phoronix.com/news/System76-Scheduler-2.0.1.

> Last week System76 released System76-Scheduler 2.0 as their Rust-written Linux desktop scheduler that serves as a user-space daemon to dynamically manage process priorities to favor performance and responsiveness. That's now been succeeded by a v2.0.1 update with a few more features and improvements.

hywan, to rust
@hywan@fosstodon.org avatar

Iterator, Generator, https://without.boats/blog/iterator-generator/.

Thoughts about generators and iterators in Rust. Interesting and concise reading, showing the challenges for a generator API.

hywan, to rust
@hywan@fosstodon.org avatar

Wasmer 3.3 - Running WebAssembly 2.5x faster with JavascriptCore, https://wasmer.io/posts/wasmer-3.3-and-javascriptcore.

Wasmer 3.3 has a new backend which uses JavaScriptCore. Interesting approach. It’s the 4th backend after SinglePass, Cranelift and LLVM.

Wasmer is still a great project but its CEO is a danger. Reminder: https://mnt.io/2021/10/04/i-leave-wasmer/. Its toxic behaviour is still very present.

But the project is great. Thanks to the contributors and the brave employees working there!

rustnl, to random
@rustnl@fosstodon.org avatar

Tomorrow is !

Meanwhile, we've made some changes to the schedule:

  • unfortunately Hayley Deckers can't make it, but...
  • we are very proud to announce late additions
    @nnethercote ,
    @epage and
    @servo's Martin Robinson!
rustnl,
@rustnl@fosstodon.org avatar

@mira RustNL 2023 will be streamed here: https://www.youtube.com/watch?v=9Q4yNlbfiYk Recordings will be posted afterwards.

hywan, to rust
@hywan@fosstodon.org avatar

Inlyne, https://github.com/trimental/inlyne.

Inlyne is a GPU powered yet browsless tool to help you quickly view markdown files in the blink of an eye.

#markdown #viewer #gpu #renderer #RustLang

hywan, to rust
@hywan@fosstodon.org avatar

fastwebsockets, https://github.com/denoland/fastwebsockets.

fastwebsockets is a fast WebSocket protocol implementation.

It passes the Autobahn|TestSuite and is fuzzed with LLVM's libfuzzer.

It can be used as a raw WebSocket frame parser, or as a full-fledged WebSocket client/server.

hywan, to rust
@hywan@fosstodon.org avatar

Announcing Tauri 1.3.0, https://tauri.app/blog/2023/05/03/tauri-1-3/.

This version includes security improvements, new features and important bug fixes.

predrag, to rust
@predrag@hachyderm.io avatar

Adding a private type, or even an import, can be a breaking change in 🦀🤯

Unexpected, I know! Solving it will require changes in cargo-semver-checks, rustdoc, and rustc/clippy lints.

My blog post explains the problem and how we can fix it:
https://predr.ag/blog/breaking-semver-in-rust-by-adding-private-type-or-import/

eurorust, to rust
@eurorust@fosstodon.org avatar

Are you passionate about Rust and would like to share your knowledge? Submit your talk idea for EuroRust by June 11th and join the conference as a speaker!

➡️ To the CfP: https://www.papercall.io/eurorust-2023

musicmatze, to rust

Posting this here as well:
I am happy to announce that I am officially a (part-time/side-job) for and now!

janriemer, to rust

It's alive!🎉

I've built a #transpiler in #Rust, compiled it to #WASM and integrated it into a #Vue app! :awesome:

It's called selecuery.✨

It can transpile X++ select statements into query expressions. If you think "X++" is a typo and you don't have any idea of what I'm talking about, don't worry.😄

Have a look at the video below.

This project is dear to my heart! ❤️ I've started it 2019 for learning #RustLang.

I think, I've been transpiled during this project as well.🤪

#Compiler #Magic

A video showing a web app with two code editors side-by-side. On the left, source code is entered, which looks like an SQL dialect. As the code is entered on the left, the code editor on the right updates in real-time. The right editor shows the SQL-like statement in a very different form, namely as a sequence of method calls on a query object. So it has just transpiled a declarative SQL-like statement into a procedural query expression. You can think of it a bit like C#'s LINQ: LINQ also has a declarative form and a procedural form.

musicmatze, to rust

I guess I should do an ... well... I am @musicmatze@social.linux.pizza - a that works professionally in .

I enjoy and meetings as well as linux conferences.

Hi there! 😆

0x0, to rust
@0x0@corteximplant.com avatar

Might be interesting for any folks interested in Shuttle.
I got my ActivityPub server project (Kitsune) to deploy on their infrastructure a while back and did a small write-up about the process

https://aumetra.xyz/posts/kitsune-on-shuttle

Wyndix, to rust

I decided to release a little project that I made some time ago for my website https://codeberg.org/wyndix/justcomments-rs

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • thenastyranch
  • magazineikmin
  • everett
  • InstantRegret
  • rosin
  • Youngstown
  • slotface
  • love
  • khanakhh
  • kavyap
  • tacticalgear
  • GTA5RPClips
  • DreamBathrooms
  • megavids
  • modclub
  • mdbf
  • tester
  • Durango
  • ethstaker
  • osvaldo12
  • cubers
  • ngwrru68w68
  • provamag3
  • normalnudes
  • Leos
  • cisconetworking
  • JUstTest
  • All magazines