YouTube video by Self-Directed Research
Sans-io: meh
This week, I attempt ill-advised-slide-writing-time-travel, and @fasterthanli.me and I chat a bit about "Sans IO" protocols on @sdr-podcast.com!
(bonus, keep an ear out from the best punchline from @amandamajor.bsky.social :D)
www.youtube.com/watch?v=3nMq...
11.06.2025 14:54 โ ๐ 30 ๐ 3 ๐ฌ 1 ๐ 2
Counting Bloom filter - Wikipedia
Fun data structure of the day!
03.06.2025 03:12 โ ๐ 7 ๐ 2 ๐ฌ 1 ๐ 0
3 pacmans are about to collide with each other and accidentally this creates an optical illusion of an invisible triangle in the middle
06.06.2025 05:45 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
A joyful Ferris the crab throws confetti under text that reads "Happy 10th birthday, Rust 1.0!"
Today marks a decade since the 1st stable release of #rustlang ๐ To commemorate this milestone, we asked Karen Tรถlva (Ferris creator ๐ฆ) to design a celebratory graphic & answer a few questions in our blog.
Congrats to EVERYONE who has made Rust what it is today ๐งก
rustfoundation.org/media/celebr...
15.05.2025 07:20 โ ๐ 149 ๐ 44 ๐ฌ 1 ๐ 4
2. I wanna try postcard in this case.
a minor note: I need to ensure other implementations (like in Go, JS) can easily decode it.
27.04.2025 08:39 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Currently Im considering the Native Redis Values vs. JSON for message serialization.
Personally, I donโt like JSON due to its overhead. I have 2 choices:
1. im using serde_redis to convert the object we want to send into native Redis data ( Redis::Value::Array(...) ).
27.04.2025 08:37 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
@jamesmunns.com
i have a BE service at work, which gonna use a rust lib that provides a high-level abstraction over Redis Streams. Basically It implements a message bus pattern using Redis Streams as the underlying transport mechanism.
27.04.2025 08:35 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
been away from the keyboard for almost 3 weeks to renovate my house, i miss my unfinished projects so much, hopefully the renovation will be finished by the end of this month so i can restart my unfinished projects ๐ฎโ๐จ
19.04.2025 04:47 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Having just told the story of how I made a POC for #sdfstudio, a data pipeline visualizer, and signed a contract to continue work on the project, it seems to be a good time to tell the full story of how a I got a job through #opensource
#rustlang #leptos #webdev #oss
16.04.2025 03:14 โ ๐ 34 ๐ 5 ๐ฌ 2 ๐ 0
It's not a Presto, it's a really big PicoSystem!
31.03.2025 19:23 โ ๐ 12 ๐ 3 ๐ฌ 1 ๐ 0
#1 on HN now
20.03.2025 05:34 โ ๐ 7 ๐ 2 ๐ฌ 1 ๐ 1
Good things come to those who wait (for 8 years!)
store.rePebble.com ๐
17.03.2025 16:55 โ ๐ 289 ๐ 53 ๐ฌ 18 ๐ 12
you look like a DJ ๐
11.03.2025 04:53 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
A table comparing the performance of various Rust serialization frameworks. Check out the repository for more details
I also found out an interesting benchmark repo recently
github.com/djkoloski/ru...
04.03.2025 10:36 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
> It's scary how versatile/productive your terminal, and specifically Neovim, can get.
In one screen:
1. data integration/dbt code
2. analysis of SQL queries
3. db connections/browser
4. result of queries
5. docker build
6. dbt run
7. postgres
8. more windows/sessions (tmux)
More dotfiles.ssp.sh.
31.10.2024 07:27 โ ๐ 40 ๐ 8 ๐ฌ 4 ๐ 4
Yes, I have some ideas but not very soon because I'm still learning PCB design lolol...
for now I'm just tinkering with assembling some hardware components.
saw another post on your eurorack for Poststation demo, could you share the design files? or some docs would be greatly appreciated too! ๐ค
28.02.2025 07:02 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Auf YouTube findest du die angesagtesten Videos und Tracks. Auรerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.
The Raspberry PI RM2 is a great way to add Wifi to a RP2040 or RP2350 board.
https://youtu.be/ExBg2oeiDeY
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #wifi
26.02.2025 09:00 โ ๐ 4 ๐ 1 ๐ฌ 0 ๐ 0
crates.io: Rust Package Registry
Today I published arm-targets, a Rust crate that looks at your target string and lets you mark code as only working on specific versions of the Arm architecture. Ideally Rust would have built in target features for this, but it doesnโt.
crates.io/crates/arm-targets
24.02.2025 12:42 โ ๐ 49 ๐ 11 ๐ฌ 2 ๐ 0
Both are okay, I always enjoy your blog posts on embedded field no matter what PL it is ๐
25.02.2025 12:10 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
This is so damn cool! Wish I can touch it directly and watch demo in real life ๐
25.02.2025 12:06 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Announcing Rust 1.85.0 and Rust 2024 | Rust Blog
Empowering everyone to build reliable and efficient software.
๐ฆ Rust 1.85.0 has been released! โจ
One of the bigger #rustlang releases in a while, as it contains *async closures* and *the new Rust Edition*: Rust 2024! ๐
blog.rust-lang.org/2025/02/20/R...
20.02.2025 17:23 โ ๐ 177 ๐ 45 ๐ฌ 3 ๐ 6
[SQL Death] Towards Sanity in Query Languages - Carnegie Mellon Database Group
The relational model has stood the test of time is the foundation... Read More +
Today's SQL or Death Seminar Speaker: The Germans (Viktor Leis + Thomas Neumann) from @tum.de want to replace SQL with Sane Intermediate Representation (SaneIR) for relational query execution. Zoom talk open to public at 4:30pm ET. YouTube video available after: db.cs.cmu.edu/events/sql-d...
17.02.2025 14:23 โ ๐ 23 ๐ 6 ๐ฌ 0 ๐ 1
The Embedded Rustacean
Everything Embedded Rust
In tomorrow's TER edition ๐ฆ:
๐ค We're partnering with Poststation!
๐ Flash your pico from the browser
๐ Tesla getting into Rust?
๐ Another controller supplier joining the Rust wave?
๐ฆ More 1.0 Embedded Crates!
โ๏ธ Linus weighs in, again
Subscribe Now:
www.theembeddedrustacean.com/subscribe
13.02.2025 06:30 โ ๐ 15 ๐ 3 ๐ฌ 1 ๐ 1
11.02.2025 23:11 โ ๐ 115 ๐ 41 ๐ฌ 1 ๐ 5
Great, i read it last night, will open an issue on ur repo for queries/discussions :D. May play around with Typst too, it seems fun
12.02.2025 00:37 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
redox-os
Spring Store
Try redox-os.creator-spring.com :D
12.02.2025 00:26 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Ah i see, take ur time
11.02.2025 09:42 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
https://tangled.sh is a git collaboration platform built on atproto. Social coding, but for real this time!
Discord: chat.tangled.sh
IRC: #tangled @ libera.chat
Founded by @oppi.li & @icyphox.sh
Programming Languages Postdoc @ UIUC
Trans girl ๐ณ๏ธโโง๏ธ
still here~ despite it all
https://kirancodes.me
Iggy is the persistent message streaming platform written in Rust, capable of processing millions of messages per second.
A next-generation code editor that enables high-performance collaboration with AI and your team.
zed.dev
Art Criminal. Disney Lynch.
He/him
PFP by the incredibly talented moltotrasho
EuroRust is a 2 day conference for the European Rust community. We cover all things Rust. Presented by @mainmatter.com
October 9th+10th 2025, Paris & online
Co-founder and developer at feldera.com. GNU and former Debian developer. RenFaire enthusiast. He/him.
๐ฆ Rust + Security ๐
Full-time engine dev for Bevy: an open source Rust game engine.
I design games, make all manner of things, and occasionally go outside ;) Once upon a time I was a plant ecologist!
Julia REPL stan | Rust Software Performance Engineering
https://miguelraz.github.io
www.linkedin.com/in/miguel-raz-guzmรกn-macedo-64895a127
Author of interpreterbook.com and compilerbook.com. Working at Sourcegraph. Previously Zed. Programming where the rubber hits the road. Writing Register Spill at: registerspill.thorstenball.com
WyeWorks co-founder, Rust compiler team member and Rails core team alumni. Sponsored to work on Rust by Futurewei.
A programming language empowering everyone to build reliable and efficient software.
Website: https://rust-lang.org/
Blog: https://blog.rust-lang.org/
Mastodon: https://social.rust-lang.org/@rust
Follow for database internals content.
Fan of Rust, open source maintainer. Please consider sponsoring my OSS work on GitHub.
Servers as they should be. https://oxide.computer/bio