KSUID is for K-Sortable Unique IDentifier. It is a kind of globally unique identifier similar to a RFC 4122 UUID, built from the ground-up to be "naturally" sorted by generation timestamp without any special type-aware logic.
In short, running a set of KSUIDs through the UNIX sort command will result in a list ordered by generation time.
FossFLOW is a powerful, open-source Progressive Web App (PWA) for creating beautiful isometric diagrams. Built with React and the Isoflow library, it runs entirely in your browser with offline support.
Terminal JSON viewer & processor
Had to disable DPMS because my monitor would go black after 30 seconds. A problem since the last or second-last major Manjaro/GNOME(?) update.
Redacted: A Font for Web and Desktop
Keep your wireframes free of distracting Lorem Ipsum.
At a time of potential danger to American democratic norms and institutions, it is more urgent than ever for scholars to highlight the risks to our system of government. In this spirit, Bright Line Watch brings together a group of political scientists to monitor democratic practices, their resilience, and potential threats.
The "window.titleBarStyle": "native" fixe worked for me on my Fedora/Wayland machine. The issue does not appear on my Manjaro/X machine shrug
Pagefind is a fully static search library that aims to perform well on large sites, while using as little of your users’ bandwidth as possible, and without hosting any infrastructure.
Pagefind runs after Hugo, Eleventy, Jekyll, Next, Astro, SvelteKit, or any other website framework. The installation process is always the same: Pagefind only requires a folder containing the built static files of your website, so in most cases no configuration is needed to get started.
Clipboard Manager
Das Naturgefahrenportal informiert über Naturgefahren in Deutschland – mit aktuellen Warnungen, ortsbezogenen Gefahren und Risiken sowie praktischen Tipps zur Vorsorge und zum richtigen Handeln.
tldr
[column]
ui = auto
[branch]
sort = -committerdate
[tag]
sort = version:refname
[init]
defaultBranch = main
[diff]
algorithm = histogram
colorMoved = plain
mnemonicPrefix = true
renames = true
[push]
default = simple
autoSetupRemote = true
followTags = true
[fetch]
prune = true
pruneTags = true
all = true
# why the hell not?
[help]
autocorrect = prompt
[commit]
verbose = true
[rerere]
enabled = true
autoupdate = true
[core]
excludesfile = ~/.gitignore
[rebase]
autoSquash = true
autoStash = true
updateRefs = true
# a matter of taste (uncomment if you dare)
[core]
# fsmonitor = true
# untrackedCache = true
[merge]
# (just 'diff3' if git version < 2.3)
# conflictstyle = zdiff3
[pull]
# rebase = true