I know I have assorted rust nerds within earshot...

Anyone have any suggested resources for learning rust stuff for someone with a fair amount of coding experience in assorted languages?


#rustlang #Rust

Last updated 1 year ago

Jan :rust: :ferris: · @janriemer
598 followers · 4677 posts · Server floss.social

I can't reproduce the bug. ¯\_(ツ)_/¯

Neither in ...
gitlab.com/janriemer/csv-diff/

...nor in
github.com/jqnatividad/qsv/pul

My assumption is that they have forgotten to specify the option --right-delimiter (or --left-delimiter, respectively), when executing `qsv diff`:
github.com/jqnatividad/qsv/iss

Anyway, we now have additional tests in csv-diff and qsv, so definitely a win, regardless of the outcome! 🎉

@floriann FYI

#CSVDiff #QSV #Rust #rustlang #OpenSource #notreproducible

Last updated 1 year ago

justsoup · @justsoup
78 followers · 270 posts · Server mstdn.social

Work has begun on the tool for . You may notice that there are two branches. One with and one with . This is because I am prototyping in Rust and then considering moving to Python once the proper defaults are determined.

codeberg.org/Abyssal-Linux/aby

Yes. This is extremely inspired by

#abyssal #xbps #void #voidlinux #voidmobile #linuxmobile #mobilelinux #Linux #pmbootstrap #Postmarketos #Rust #Python #abyssallinux #Development

Last updated 1 year ago

justsoup · @justsoup
72 followers · 258 posts · Server mstdn.social

Is Rust the best choice for this cli program? No. Will I write it in Rust? Yes.

#cli #Rust #rustlang #Programming #shitpost

Last updated 1 year ago

LovesTha🥧 · @LovesTha
169 followers · 1473 posts · Server floss.social

Now I'm 1 week into a personal project where I decided to use rust for the first time, I like

Hopefully I don't regret this choice in a few weeks.

#Rust

Last updated 1 year ago

Jan :rust: :ferris: · @janriemer
599 followers · 4644 posts · Server floss.social

@jonas Besides the other answers:

If you are looking for a way to store multiple bool values in a memory efficient way, have a look at bitvec crate:

docs.rs/bitvec/latest/bitvec/

"[bitvec] specializes standard-library data structures (slices, arrays, and vectors of bool) to use _one-bit-per-bool storage_[...]"

"[it] brings the capabilities of C++’s compact bool storage and Erlang’s decomposable bit-streams to Rust" - from their docs

#Rust #rustlang #crate #CrateTip

Last updated 1 year ago

Dmitry Kudryavtsev · @skwee357
54 followers · 363 posts · Server mstdn.social
LovesTha🥧 · @LovesTha
168 followers · 1483 posts · Server floss.social

Today I got useful parsing of a publicly available json file working in

It is still baby code, but it's simplicity is really nice:

git.cerberos.id.au/cerberos/ap (the havewant lib is where the json reading in question exists, and it's reading files from mtgjson.com/api/v5/AllSetFiles)

#Rust

Last updated 1 year ago

arne_rules! :spezi: · @arne
136 followers · 1028 posts · Server spezi.social

I‘m too scared to check whatever the fuck is happening in today

#Rust

Last updated 1 year ago

Jan :rust: :ferris: · @janriemer
599 followers · 4644 posts · Server floss.social

@rust_discussions Great article. 👍

Except for the advertisment at the end.

"If you’re ready to begin your coding journey with Rust, Copilot can jumpstart your progress—all without the need to study documentation for hours at a time."

This statement is actually harmful to learning ! If you need one thing to learn it, then it's this:
_Learn The Fundamentals_ of the language!

@github Please rephrase that, if you want more Rust adoption. 🙏

#AI #copilot #GitHub #Rust #rustlang #learning #salami

Last updated 1 year ago

Pratik Patel · @ppatel
992 followers · 15628 posts · Server mstdn.social

I've gotten far enough in my learning phase that I can truly consider writing an app for myself. It will no way be consumable by anyone but me. Early code, probably buggy as hell, not efficient. When I think I'm done with my early experiments, I might actually consider writing a full app for others to use.

#Rust

Last updated 1 year ago

Dmitry Kudryavtsev · @skwee357
47 followers · 327 posts · Server mstdn.social

Majority of the API is done. Only the subscriber part left. Then I need to work on the job processing for sending out the emails.

I really enjoy , the development is way faster than .

#buildinpublic #node #Rust

Last updated 1 year ago

Sonny · @sonny
927 followers · 824 posts · Server floss.social

This is probably the first hardware decoded image on Linux

My friend @linkmauve is working on webp hardware decoding in the Rust image crate for the Pinephone 📱

More formats and platforms to come.

That means lightning fast image decoding ⚡

#freedesktop #PinePhone #LinuxMobile #mobileLinux #Rust #Linux #Fox

Last updated 1 year ago

Jan :rust: :ferris: · @janriemer
599 followers · 4644 posts · Server floss.social

@jhpratt And look what has happenend after the proof was found 😉 :

"After 358 years of effort by mathematicians, the first successful proof was released in 1994[...] It [...] opened up entire new approaches to numerous other problems and mathematically powerful modularity lifting techniques.
[...]
The unsolved problem stimulated the development of algebraic number theory in the 19th and 20th centuries."

en.wikipedia.org/wiki/Fermat's

Bright future ahead for , I'd say! :awesome:

#Rust #rustlang

Last updated 1 year ago

🆘Bill Cole 🇺🇦 · @grumpybozo
258 followers · 11887 posts · Server toad.social

Wow. Updating on my machine. From source, of course.
You really do have to hand it to : it does not let you neglect a single cpu cycle. hw.ncpu=8, so even the 15m load almost looks like a fork bomb…

#clamav #Rust

Last updated 1 year ago

Andrea Bergia · @andreabergia
2 followers · 9 posts · Server mas.to

A new post is up on my - I discuss how my implemented in actually executes bytecode instructions.

andreabergia.com/blog/2023/08/

#Rust #jvm #blog

Last updated 1 year ago

· @ozamidas
26 followers · 388 posts · Server floss.social

:rust: :ubuntu: :raspberry_pi: 🫠

#RaspberryPi #Ubuntu #Rust

Last updated 1 year ago

Alice Carroll · @caralice
35 followers · 619 posts · Server mas.to
arne_rules! :spezi: · @arne
137 followers · 1004 posts · Server spezi.social

The urge to make comment about every time a panic is reported for a service.

#Rust #go

Last updated 1 year ago

AlternativeTo · @alternativeto
1491 followers · 1739 posts · Server mas.to

has released version 1.72 of its programming language, featuring the ability to conditionally enable code using the cfg operator and removing the limit on const evaluation time.
alternativeto.net/news/2023/8/

#Rust

Last updated 1 year ago