RSSAmplifier

Blog

Devblog of Djugei

Some fun ideas and insights, mainly around rust

djugei.github.ioRSS feed ↗10 posts

Latest posts

arch-delta project release v0.5

arch-delta upgrades arch installations using ~83.97%* less bandwidth by only downloading the difference between package versions.

How arch-delta Saves 80+% Of Bandwidth On Upgrades

arch-delta upgrades arch installations using ~83.97%* less bandwidth by only downloading the difference between package versions.

anti-r published

anti-r is a spatial data structure that can outperform R-Trees in a few cases.

fix-rat published

Fix-rat is a rational number with a denominator chosen at compile time.

Im bad at unsafe {}

I tried writing a Chunked-List data structure and made all the mistakes while using unsafe for that.

Optimath version 0.3.0 released

Optimath is an experimental const generics based linear algebra library that works without any allocations in no_std and utilizes simd. So now you can do fancy maths on embedded.

Why I like programming for #![no_std] in Rust (even without embedded)

I noticed that I quite enjoy writing libraries that support no_std environments, even though I myself don't even work on embedded.

Introduction to my Blog

This blog will mainly contain release announcements for my various projects, some deep dives into designs or optimizations I did. Also some opinions sometimes.

Dumbnet version 0.1.0 released

Mostly for fun I developed a small artificial neural network library that does all its work on the stack, no operating system or allocator needed.

Treelike version 0.2.0 released

Treelike is an abstraction over Trees, kinda like Iterator for lists. Is also no_std by default.