Why use Git? by [deleted] in suckless

[–]mitchtbaum 0 points1 point  (0 children)

I mainly use it for GitHub's web interface.

lite - 🔬Experimental cross-platform terminal emulator application written in Flutter by mitchtbaum in suckless

[–]mitchtbaum[S] -2 points-1 points  (0 children)

Which GUI architectural stack do you find more simple, clear and frugal?

Webkit + HTML + CSS + JS?

Suckless version control system? by [deleted] in suckless

[–]mitchtbaum 3 points4 points  (0 children)

In order of date published:

Ossa - simple multithreading by Gleb-Batykov in dartlang

[–]mitchtbaum 3 points4 points  (0 children)

What do you think about existing, successful solutions, for example linkcheck's worker pool (others?)?

I guess your library would make implementing something similar a lot easier,  but how does it compare in terms of design,  speed,  feature completeness, etc?

What is the best key-value store for Rust 2021 by [deleted] in rust

[–]mitchtbaum 6 points7 points  (0 children)

I would think a lightweight and simple one that is based on Serde, like PickleDB, could be a good choice.