Equality, respect, freedom are at the heart of our Union 💜💚💛 ❤️
This Saturday, #EuroPride will culminate with the Pride Parade in Thessaloniki 🇬🇷, marking the end of #PrideMonth – a month of celebration and activism.
But our work to promote equality, inclusivity and respect for all, continues beyond this month.
Today and every day, let's build together a world where love knows no borders, and everyone can live freely and authentically.
Our LGBTIQ Equality Strategy: https://europa.eu/!y3Qk9m
I started my personal fork of NNN called ZZZ, i.e. i pushed the blocks 90 degress ;-)
https://codeberg.org/jarkko/zzz
I’m not a fan of forks but the upstream seems to be quite broken in terms of pragmatic decision making so it would take me probably literally years to get anything changed over there.
I pushed my sorting code for inverse selection over there too: https://codeberg.org/jarkko/zzz/commit/f6904ae23f4a785ceb6412b19575d690d1dcc191
Release plan:
s/NNN_/ZZZ_/
(i.e. allow both to be installed)build.zig
replacing Makefile
but other than that zero Zig code.I don’t even feel like that I’m actually making a fork here because the current upstream has forks as a features given patches/
;-)
ALE (Asynchronous Lint Engine) is a plugin providing linting (syntax checking and semantic errors) in NeoVim 0.6.0+ and Vim 8.0+ while you edit your text files, and acts as a Vim Language Server Protocol client.
I put my old Unprivileged #Nix notes to Medium so that I won’t loose them by mistake: https://medium.com/@jarkko.sakkinen/unprivileged-nix-2c9f06b99f8e
I.e. how to get a fresh and most recent userland to any remote Linux system that you have SSH access to when exactly two contraints are met:
Or to put in other words: Nix Home Manager without NixOS recipe…