#Rust

Rust Bytesrustaceans
2026-03-07

@airtable is rewriting their database in Rust 🦀

Rust Bytesrustaceans
2026-03-07

Rust usage according to Rust survey Results 🦀

Lobsterslobsters
2026-03-07
Jan Schieferjanschiefer
2026-03-07

It will be interesting to see which target languages are more suitable for LLM-based code generation. Intuitively, I would think that the more strict and typesafe languages, such as Rust, Ocaml, F#, would fare better. If the compiler can stop me from doing something stupid, surely this must work for AI-generated code also?

2026-03-07

Node.js runtime — executes JS server-side, has full OS access, file system, network, require() etc.
wasm-pack output — targets the browser (--target web). The generated search.js uses browser APIs (WebAssembly.instantiate, fetch) to load the .wasm binary. No Node.js involved at all.
If you buils with --target nodejs instead of --target web, wasm-pack would generate a package that works in Node.js using require() and fs.readFileSync to load the .wasm. Different glue code, same .wasm binary.
So the .wasm binary is portable — the JS glue changes depending on the target environment. --target web is what you want for the browser search.
#Rust is the implementation language, #WASM is the compilation target, JS is the glue.
No #nodejs #python needed only other thing I am tempted to try for this is #zig
And #typescript can be glue instead of #JavaScript which I personally hate
If I implement server side with #tailscale funnel , I don't even need to rent a server , just some board/box that boots ll be enough

[Show GN: 바이브코딩 자율주행 FSD

Vibe Coding의 '자율주행 FSD'는 AI 작업 흐름을 자동화하는 앱으로, 화면 픽셀 분석을 통해 버튼 클릭 등 인터랙션을 자동화합니다. 주요 기술 스택은 Tauri v2 + React, Rust, xcap, enigo, image이며, Claude Code, ChatGPT Desktop 등 AI 도구와 호환됩니다.

news.hada.io/topic?id=27277

#automation #ai #developertools #rust #tauri

2026-03-07
Eine Detailaufnahme von Fahrradteilen. Man sieht einen Teil der Kette, die auf dem kleinsten Ritzel liegt. Einzelne Buchstaben sind im Metall eingraviert, aber man kann keine Wörter erkennen. Auf der Kette sind rostige Flecken zu erkennen. Im unteren Bildrand verläuft eine schwarze Stange im Vordergrund.
Grégoire Locquevilleglocq@mathstodon.xyz
2026-03-06

I added an example to my tiny #Bevy #ProceduralGeneration library, #fernweh , demonstrating how one may use it to implement "layered" chunk-based procedural generation, that is, procedural generation where some data is shared across several chunks. This is typically useful for large-scale terrain features.

The example below works in a similar way as in the previous toot: chunks are represented by colorful polygons, chunks close to the player (the white disk) get spawned, chunks far away get despawned, and there is an artificial delay to simulate expensive computations.

The difference is now chunks are grouped in groups of four chunks which share data (namely, a color — blue or red). The point is that data is only computed once, even though it is used by several chunks.

Fernweh is very flexible, so it is possible to use the same approach to group groups into even larger groups, or group chunks one way for one type of data, and another way for another type of data...

Keep in mind, though, that this relies on a yet unreleased Bevy feature, scenes (very likely to land in Bevy 0.19).

codeberg.org/glocq/fernweh/src

#rust

Hylke Bons 🥜hbons
2026-03-06

had this idea of just showing country flags instead of city names.

it's less precise, but I think a lot more engaging. :)

Screenshot of the Summary card, instead of 3 city names, 6 flags in a row are displayed instead.
2026-03-06

Experimented on same exact project with #llms first in #elixir (that I can read and vaguely code) and then #rust (that I understand decently well).

The rust one ended up so much better it's insane. I'm not sure if that's gpt-5.4 just not knowing much of elixir, or rust being more anal around compiling, but I think the defenitive bit is my understanding the slop patterns immediately and telling the llm to refactor things before it gets too bad.

Which is a funny problem. With people vibecoding more and more, who'd be this guardrail from letting the llms slide into slop? llms are chaotic by nature so the longer codebase is llmed without review the worse it gets.

2026-03-06

#gamedev progress:

  • reworked animation system to allow drawing instanced animated objects
  • each instance has an animation time
  • animation matrices are generated as frames

The normals of the animated mesh still look wrong. Not yet sure why.

#shaders #animation #rust

Michał Fitamichalfita
2026-03-06

@AAKL @TheNewStack Fallacy. That's number from 7,156 participants of survey, participants who know what is.

Conservative estimates start at 20.8 MILLION of professional developers on the planet. You can't do any statistically significant estimate from a 0.3‰ sample consisting mostly Rust fans.

2026-03-06

@eniko Sorry to use the R-word, but... #Rust

Michał Fitamichalfita
2026-03-06

@rayk @tomekw It's my experience that convinced me the is the right way, despite things I don't like or lack of things I like.

The reason of why new projects in pop up like mushrooms are in fact Rust's complex features and safety mechanisms. It makes people confidently build more advanced stuff quickly.

2/2

2026-03-06

Is it possible to write Rust on a low end system?

lemmy.today/post/48829492

2026-03-06

Out of Place

#photography #vernissage #darktable #rust #France #Turenne #buildings #ruins

Ne pas se sentir à sa place…

Photo paysage d’un mur ancien en ruine, avec devant le trou, une plateforme d’observation en métal rouillé, avec des escalier en métal aussi menant à la plateforme depuis la gauche de celle-ci. Des feuilles d’arbre vertes entrent dans le cadre depuis le coin haut gauche
Jan :rust: :ferris:janriemer@floss.social
2026-03-06

Yeah... lol :ferris: 🎵

Rust in My Veins - by Jake Reynolds

youtube.com/watch?v=9E3U1ddExYA
(via Invidious: yewtu.be/watch?v=9E3U1ddExYA)

#Rust #RustLang

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst