🦀 New post in the series!
Are We Embedded Yet?
And yes, we’ve got another new backend!
📰 https://jslazak.com/are-we-embedded-yet-1/
TUI everywhere.
I'm tinkering a bit with command-line applications in #rust, and I'm kinda surprised that there doesn't seem to be a "full-stack" framework for them yet.
There are tons of good options to parse command-line arguments, but there's so much more I want my CLI to do. Features like error handling, logging and tracing, interactive & non-interactive modes, (optional) structured output, ...
Am I just missing something?
Need an excuse to try out Rust? My friend Olle Wreede has written a very nice introduction to Game Development in Rust with Macroquad - easy and very pedagogical: https://mq.agical.se/index.html (also as print book) #Rust #gamedev #MacroQuad
Neuer Beitrag auf unserer Webseite: "Ein Jahr voller Energie: „Voltron Nevera powered by Rimac“ feiert ersten Geburtstag mit über 3,25 Millionen Fahrgästen" | https://quadruvium.club/2025/05/ein-jahr-voller-energie-voltron-nevera-powered-by-rimac-feiert-ersten-geburtstag-mit-ueber-325-millionen-fahrgaesten/ | #Ausflugsziele #Deutschland #Europa #Freizeitparks #BadenWrttemberg #EuropaPark #Rust #Schwarzwald
Rust Review: A Western Tinged With Real-Life Sadness
Joel Souza’s Rust, a contemplative Western born from tragedy, arrives under the long shadow of an unspeakable real-life event. As a film, it seeks to tell a story of familial redemption and moral reckoning in the dust-blown plains of 1880s Kansas....
#AlecBaldwin #JoelSouza #PatrickScottMcDermott #Rust #TravisFimmel
F* (fstar) Interactive Tutorial:
https://fstar-lang.org/tutorial/
I'm only like 10% into the tutorial, but this language is CRAZY (fun)! :awesome: 😄
I try to learn the fundamentals of it, so I can use the backend of it in #Aeneas... so I can ultimately formally verify my #Rust crate (former attempts with #Creusot and #Kani failed for me).
Aeneas:
https://github.com/AeneasVerif/aeneas
See part two of toot for a toy example of proving function equivalence
1/2
Couldn't #minecraft be written in #rust or something, #java is just not the greatest thing. Being downstream of a closed source project to mod some small things is also a huge part of the problem though.
Big improvements to my pathfinding system!
#screenshotsaturday #indiegame #rts #gamedev #indiegamedev #indiegames #gamedevelopment #sologamedev #bevy #rust
Iris Encryption Quantum-Safe by Darkart (Eye Encryption) This program is intended solely for ethical and educational purposes #anonymous #biometrics #programing #coding #engineers #technology #hacker #game #gaming #pc #python #linux #c #rust #security #Tool #book #compter #encryption #tech #bio
✋ Procedural macros
👉 Object-oriented macros
https://www.gotorola.com/214055/ Kanata Got The Perfect Comedy Timing with Azki Matsuri Vivi Niko in HoloRust! ##meme #AmaneKanata #AmaneKanataSatchelCharge #Anime #AnimeGirl #AZKi #Chihaya #ChihayaRindo #cute #Entertainment #Fun #funny #game #hololive #HololiveRust #HololiveRustPVP #HoloRust #Kanade #Kanata #KikiraraVivi #KoganeiNiko #laugh #matsuri #NatsuiroMatsuri #Niko #OtonoseKanade #RUST #RustGame #RustJungleUpdate #stream #streamer #ViVi #vtuber #エンタメ
‘Thunderbolts*’ Now Aiming For $73M-$77M, ‘Sinners’ Full Of Grace With $33M+, ‘Rust’ Not Good – Saturday Box Office Update
#News #Rust #Sinners #Thunderbolts #Thunderbolts
https://deadline.com/2025/05/box-office-thunderbolts-sinners-1236383739/
Inspiriert von @pinguin habe ich als kleine #Rust-Fingerübung eine Live-Karte aller Busse in #Bonn gebaut:
https://naturalnet.de/~nik/bonnbusmap/
(Das erste Laden dauert ein paar Minuten, weil das API der SWB nicht so gerne mag, wenn man es benutzt…)
Quick'n'dirty code: https://codeberg.org/Natureshadow/bonnbusmap/src/commit/3611786e4969be7695cc32dfea9b3297600e6ffd
I rarely talk well about #web3 or #blockchain, on my blog, even if I work basically daily on them with #rust, and I've never talked about #internetcomputer which for me is one of the only two blockchains which are valid and to be trusted to build decentralised applications.
So, do not be sceptical, and go read why the Internet Computer is a great project for decentralised applications.
【 #holoRUST 】PVP #2 この戦いを終わらせに来たのら(・o・🍬)【姫森ルーナ/ホロライブ】
https://www.youtube.com/watch?v=_0C9PG3Np60
#youtube_HimemoriLuna #ホロライブ #hololive #バーチャルyoutuber #Vtuber #RUST
What will this code return?
```
let f = OpenOptions::new()
.create(true).open()?
```
Of course
` Invalid argument (os error 22)`
Guess who spent an hour with strace chasing a phantom open/filesystem bug - only to find nothing?
It works in c and python, but rust restricts this.