@orhun BTW, pictures made with the same shitty camera from last year. Impressive body transition in one year πͺπ₯
=> More informations about this toot | View the thread
Awesome talk by @orhun about #Ratatui and the web π
[#]RustLang #FOSDEM
=> View attached media | View attached media
=> More informations about this toot | View the thread
Currently in the #RustLang devroom at #FOSDEM :ferris:
I am wearing a T-shirt with the Rust logo :rust: π
=> More informations about this toot | View the thread
I replaced my document readers #Evince and #Okular with Papers π
https://flathub.org/apps/org.gnome.Papers
Papers is planned to replace Evince as the default document viewer on #Gnome :gnome:
It is a fork of Evince with about a third of the code migrated to #RustLang :ferris:
[#]Linux
=> More informations about this toot | View the thread
Valuable #FOSS issue: Apparently, we should remove every 88 number in our softwareβ¦
https://github.com/rust-lang/rustlings/issues/2196
[#]FLOSS #OpenSource
=> More informations about this toot | View the thread
For me, the program of #38C3 is boring this year (subjective).
Ping me if you want to socialize instead ππΌ
I am wearing a Rust t-shirt :rust:
Join and recommend the Rust beginner workshop by @calisti and me tomorrow at 11:30 :ferris:
https://events.ccc.de/congress/2024/hub/en/event/rust-programming-language-an-absolute-beginner-wor
=> More informations about this toot | View the thread
Done day 11 of #AdventOfCode in #RustLang β¨
https://codeberg.org/mo8it/advent-of-code-2024/src/branch/main/day11
=> More informations about this toot | View the thread
WOW, as a solution to an issue, AI is suggesting to use non-existent fields in the software I maintain π€―
Thanks AI hallucination, we need more of this in every open source project.
This is what humanity needsβ¦
https://github.com/rust-lang/rustlings/discussions/2170#discussioncomment-11526204
[#]FOSS #OpenSource #Github
=> More informations about this toot | View the thread
Too late to the party, but I just started with #AdventOfCode 2024 :D
My solution to day 10: https://codeberg.org/mo8it/advent-of-code-2024/src/branch/main/day10
[#]RustLang
=> More informations about this toot | View the thread
State of #RustLang Survey :ferris:
https://www.surveyhero.com/c/rust-annual-survey-2024
=> More informations about this toot | View the thread
Please stop annoying maintainers with Nix related issues.
Follow the recommended way of installation or figure out how to make it work on your niche system on your own. Thanks :)
[#]NixOS #Nix #Linux #FOSS #FLOSS #OpenSource
=> More informations about this toot | View the thread
Released #Rustlings 6.4.0 π
The new animation for checking all exercises is very addictive. A nice showcase of parallelism in #RustLang β¨
Check out all changes:
https://github.com/rust-lang/rustlings/releases/tag/v6.4.0
=> More informations about this toot | View the thread
CfP for the #RustLang dev room at #FOSDEM :rust:
https://rust-fosdem.github.io
Submit a talk!
Deadline: 1. December
=> More informations about this toot | View the thread
bitcode - blazingly fast binary (de)serializer π
https://docs.rs/bitcode
Highly optimized for serialization speed and size π₯
Benchmark: https://github.com/djkoloski/rust_serialization_benchmark
I started using it for a hobby multiplayer game π
Use rkyv instead if you want to optimize deserialization (zero-copy)
[#]RustLang
=> More informations about this toot | View the thread
foldhash: A fast, non-cryptographic, minimally DoS-resistant hashing algorithm π
https://github.com/orlp/foldhash
A very good alternative to aHash and FxHash.
It is now used as the default hasher in hashbrown instead of aHash.
[#]RustLang
=> More informations about this toot | View the thread
The first set of third-party exercises is now listed in the README of #Rustlings:
https://github.com/sotanengel/rustlings-jp
A Japanese translation of the Rustlings exercises π―π΅
Waiting for more third-party exercises to link to. Create your own now!
https://github.com/rust-lang/rustlings/blob/main/THIRD_PARTY_EXERCISES.md
[#]Rustlang
=> More informations about this toot | View the thread
Coding a Web Server in 25 #RustLang Lines
https://youtu.be/7GBlCinu9yg
by Computerphile
=> More informations about this toot | View the thread
Be careful when defining your own order either when implementing the Ord
trait or when passing a comparison function for sorting.
Proving total order isn't trivial. Here is an example:
https://github.com/notify-rs/notify/issues/636
[#]RustLang
=> More informations about this toot | View the thread
After finishing the 3. chapter of "Rust Atomics and Locks" by @Mara, I finally understood the details of atomic memory orderings π‘
I highly recommend (buying and) reading the book! It is very well written π€©
https://marabos.nl/atomics
I can now be "relaxed" when dealing with atomics ;)
[#]RustLang
=> More informations about this toot | View the thread
Did you know that spawning a thread can fail?
[#]RustLang allows you to handle such an OS error when using thread::Builder::new().spawn(β¦)
https://doc.rust-lang.org/stable/std/thread/struct.Builder.html#method.spawn
text/gemini
This content has been proxied by September (3851b).