Fin Christensen

@fin_ger
1 Followers
16 Following
193 Posts

Software developer and student from Magdeburg / Germany.

#rust #c #typescript #nodejs #python

GitHubgithub.com/fin-ger
GitLabgitlab.com/fin-ger
Blogblog.like-a-fin.lol

And here is the blog-post on getting pixel-perfect scrolling working under Linux with a Logitech M720 mouse

https://blog.like-a-fin.lol/Pixel-Perfect-Scrolling-With-a-Mouse-Wheel-Under-Linux

#linux #gnome #logitech #libinput

Pixel-Perfect Scrolling With a Mouse Wheel Under Linux

Yesterday, I plugged in my Logitech mouse into my laptop and started reading a PDF file. I started scrolling the page and realized that the scrolling is not as smooth as with my touchpad. The difference is that the touchpad scrolls the PDF pixel-by-pixel, whereas my mouse scrolls the PDF with one scroll-wheel click roughly 3 lines at once.

🎉 I got pixel perfect scrolling via scroll wheel working with my Logitech M720 mouse on GNU/Linux!!! I will write a blog-post on how to set this up, maybe I'll even manage to publish it today.

#logitech #linux #gnome #scrolling #libinput

Today, @fredowald and me released the v0.2.0 of cursive-async-view. 🦀 🎉

Views which are not `Send` can now be async loaded with the new API. Also, we added the possibility to display an error message, when the child view fails to load.

As the new version introduces breaking API changes, we added a small migration guide to the changelog (located in the repo).

#rust #rustlang

@fredowald and me finished adding error handling to the cursive-async-view #rust crate. We added a small animation to display an error message. The program shown is the `timeout` example from the git repository:

https://github.com/deinstapel/cursive-async-view/blob/master/examples/timeout.rs

#rustlang

deinstapel/cursive-async-view

A loading-screen wrapper for gyscos/cursive views 🖥️ - deinstapel/cursive-async-view

Travic-CI is trolling...

I created an example #helm (#kubernetes) deployment of a distributed key-value store based on my simple-raft-node #rust library. I finally got a first POC running!!! 😎

https://github.com/fin-ger/simple-raft-node/tree/master/examples/helm

#rustlang #CloudComputing #raft

fin-ger/simple-raft-node

This repository contains a wrapper for the raft-rs crate providing a simple interface for a raft node - fin-ger/simple-raft-node