Toots for mo8it@fosstodon.org account

Written by Mo :ferris: :tux: on 2025-02-01 at 12:17

@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

Written by Mo :ferris: :tux: on 2025-02-01 at 12:15

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

Written by Mo :ferris: :tux: on 2025-02-01 at 10:33

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

Written by Mo :ferris: :tux: on 2025-01-31 at 10:30

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

Written by Mo :ferris: :tux: on 2025-01-28 at 09:17

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

Written by Mo :ferris: :tux: on 2024-12-28 at 15:16

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

Written by Mo :ferris: :tux: on 2024-12-11 at 22:27

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

Written by Mo :ferris: :tux: on 2024-12-10 at 23:07

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

=> View attached media

=> More informations about this toot | View the thread

Written by Mo :ferris: :tux: on 2024-12-10 at 16:49

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

Written by Mo :ferris: :tux: on 2024-12-05 at 19:24

State of #RustLang Survey :ferris:

https://www.surveyhero.com/c/rust-annual-survey-2024

=> More informations about this toot | View the thread

Written by Mo :ferris: :tux: on 2024-11-24 at 17:17

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

Written by Mo :ferris: :tux: on 2024-11-11 at 15:20

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

=> View attached media

=> More informations about this toot | View the thread

Written by Mo :ferris: :tux: on 2024-10-29 at 09:27

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

Written by Mo :ferris: :tux: on 2024-10-24 at 14:31

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

Written by Mo :ferris: :tux: on 2024-10-14 at 13:28

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

Written by Mo :ferris: :tux: on 2024-10-09 at 13:46

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

Written by Mo :ferris: :tux: on 2024-09-14 at 09:38

Coding a Web Server in 25 #RustLang Lines

https://youtu.be/7GBlCinu9yg

by Computerphile

=> More informations about this toot | View the thread

Written by Mo :ferris: :tux: on 2024-09-12 at 15:37

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

Written by Mo :ferris: :tux: on 2024-09-11 at 23:05

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

Written by Mo :ferris: :tux: on 2024-09-06 at 16:47

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

Proxy Information
Original URL
gemini://mastogem.picasoft.net/profile/109384166947101751
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
658.018685 milliseconds
Gemini-to-HTML Time
9.459555 milliseconds

This content has been proxied by September (3851b).