https://github.com/kellnr/kellnr
rustlang
https://github.com/kellnr/kellnr
If you're working in the command line daily, here are some tools that made my life better:
- https://github.com/ajeetdsouza/zoxide for switching directories with more comfort
- https://github.com/eza-community/eza for more pleasant directory listings
- https://atuin.sh for helpful history
- https://github.com/BurntSushi/ripgrep for faster search in files
- https://github.com/junegunn/fzf for finding files faster
- https://starship.rs for fast helpful shell prompts
And give https://fishshell.com a try while you're at it, it's great.
#Stream this week SUNDAY 28 April, 7pm CET📢✨
Come join me on a #SideProjectSunday stream, come co-work on your silly sideproject along with me!
I'm working on a #GodotEngine-based client/console for @itchio 👀✨ Do you have any questions about @godotengine or #RustLang, feel free to ask them on stream!
follow @watch to be notified when I go live & catch up on VODs over at @sideprojects_with_bram
✨ boosts appreciated ✨
The Rust powered open source game engine Bevy just released Bevy 0.17.
What's new? How about Ray Tracing, DLSS, new UI library feather (bringing the editor one step closer to reality) and more.
I have a ticket for EuroRust in Paris that I cannot make it to and cannot refund. Does anyone in Europe want it? Oct 9&10th with extras.
Usually, I read mail using emacs+notmuch. To avoid leaving tons of messages on servers, I use the POP3 protocol: all correspondence is downloaded by a periodic task with the help of an application included in the standard package of every popular distribution — mpop. Its settings are quite simple: you can describe several mailboxes in the configuration and sort mail into folders, launching notmuch tag with regular expressions for preliminary message tagging after each session. The account password can be left in the config or stored in a keychain, from which it will be retrieved using the passwordeval directive. As a result, I can process mail completely asynchronously offline.
Today, I discovered a real gift for myself: among Rust crates, there is one very suitable for my refined mail handling algorithm — mop3. This is a server responding to mail client (MUA) requests via the POP3 protocol and converting them into API queries to a Mastodon instance. Thus, I can receive posts from all authors I follow as email messages. It’s much cooler than using Emacs modules for Mastodon or TUI tools like toot, tut, etc.
#emacs #notmuch #mastodon #rust #crates #pop3 #email #mailbox #mpop #mail #linux #tui #rustlang
pw-videomix v0.5.0 - a video synthesizer / mixer
"Transform Filter"
- Added transform nodes to change aspect ratio, size, background color, position, rotation (centered & off-centered) and reflections.
- Enhanced the kaleidoscope filter with many more variables as well as p2, p4 and pm symmetry.
... more in the changelog
Try it out here:
https://gitlab.freedesktop.org/AdeptVeritatis/pw-videomix
(There is no binary available anymore.)
#rust #rustlang #vulkan #egui #winit #opensource #freesoftware #creativecoding #art
https://lwn.net/Articles/1049831/
#RustLang #Linux #Kernel
My first application, Oboete - A simple flashcards application, has been released on Flathub.
The application is being developed with libcosmic for the COSMIC™ desktop.
Hey everyone! I'm looking to get #FediHired as a (senior) #RustLang developer! Remote preferred!
I have 13 years of software engineering experience, 5 of which with Rust!
If your team needs some additional people power, feel free to DM me and I'd love to have a talk or send my resume!
I'm well versed in most areas, from low level system/ #Linux stuff, all the way to high abstraction full stack web stuff!
✨ Boosts appreciated! ✨
🚀 Quark v0.3.0 is out!
My reverse proxy written in #Rust 🦀 just got a big upgrade — it’s now also a fully-featured static file server!
Quark started with a very basic static mode (mainly for Let’s Encrypt’s ACME challenges), but it’s now evolving into a truly hybrid tool — both a reverse proxy and a static content server.
It’s still young and experimental, but every release makes it a bit more solid 💪
Check it out on GitHub:
https://github.com/Goliworks/Quark
Finally renamed my project with the not very pleasant title pw-videomix to
VJSynth
A versatile moving-image synthesizer, based on #Vulkan and #RustLang
https://gitlab.freedesktop.org/AdeptVeritatis/vjsynth
Thanks to all who helped!
Will do some more updates in the coming days.
🦀 I've improved the implementation behind all the string formatting macros in Rust: println!(), panic!(), format!(), write!(), log::info!(), and so on. (That is, everything based on format_args!().) They will compile a bit faster, use a bit less memory while compiling, result in smaller binaries, and produce more efficient code! 🎉
'Hello world' compiles 3% faster and a few bigger projects like Ripgrep and Cargo compile 1.5% to 2% faster. And those binaries are roughly 2% smaller. 🎊
This change will be available in Rust Nightly tomorrow, and should ship as part of Rust 1.93.0 in January.
I have not yet found a workflow that feels comfortable and actually _works better_ than panic!/println! :(
For a programming language that is definitely not a religion, this looks suspiciously like a church:
Thanks to everyone who helped spread the news last time. Now I'm testing the waters on Reddit... We are still looking for great Rust engineers across several business units at @protonprivacy: https://www.reddit.com/r/rust/comments/1ow6s90/comment/nq0f9tq/
Please upvote and tell your friends about it 🦀
Ever wanted to know which CPU type is the maximum supported in your Proxmox cluster, when not being able to set type host? ProxCLMC evaluates all nodes within the cluster and checks for the maxmimum supported type to make sure live migrations can perform without any issues. ProxCLMC is fully opensource and entirely written in Rust.
More in my blog post:
https://gyptazy.com/proxclmc-identifying-the-maximum-safe-cpu-model-for-live-migration-in-proxmox-clusters/
#Proxmox #PVE #OpenSource #LiveMigration #Homelab #Enterprise #coding #opensource #Rust #Rustlang #CPU #KVM #CPUType #HowTo
I turned my thing about print debugging into a blog post. Don't look down on print debugging!
My latest blog post: VanSpoof - Prototype 2 - Echo Firmware
https://mikecoats.com/van-spoof-prototype-2-firmware-1/
In part 1 and part 2 of building my first VanSpoof prototype, I managed to flash the microcontroller on the PCB with a blinky demo. This time round, let's see about sending and receiving some serial data.
#code #eBike #electronics #embedded #firmware #hardware #openSource #reverseEngineering #rust #rustLang #software #stm32 #vanMoof
🦀 curious what the crates.io team has been up to?
https://blog.rust-lang.org/2026/01/21/crates-io-development-update/ provides a high-level summary of our work over the past 6 months
It includes a new Security tab, GitLab support for Trusted Publishing, SLoC counting, and many other things
If a function has a return type with nested Result types, then you can unpack it with a single exasperated
result???
The new buoyant_kernel allows features, bug fixes, and optimizations to ship to users faster than before.
https://www.buoyantdata.com/blog/2026-04-09-buoyant-kernel.html
It is my absolute pleasure and privilege to share that we are hiring another Rust developer to work with me on some of our hardest data challenges.
https://jobs.ashbyhq.com/ScribdInc/ab6eba49-d919-4fab-a20c-58d8e92adf61

