golang, good to know: inittrace
From Golang documentation Package runtime inittrace: setting inittrace=1 causes the runtime to emit a single line to standard error for each package with init work, summarizing the execution time and …
My NeoVim in 2021: next step
I was playing with my vimrc file ~/.config/nvim/init.vim for about 2 hours… And this is result. I am happy with this. My config is fully functionally and pretty fast. Result
My NeoVim in 2021
I am used to write or edit my code in vim long time. But this year I want to be more efficiency in this. And this is my first step. …
golang: semaphore pattern
Without semaphore, without limiter With channel like limiter With semaphore like limiter
lite: A lightweight text editor written in Lua
lite is a lightweight text editor written mostly in Lua — it aims to provide something practical, pretty, small and fast, implemented as simply as possible; easy to modify and extend, or …
go: email address validation
Validation a email address by regex and MX lookup!
keychron 10% off
I made little happy and I ordered new Keychron K3 Ultra-slim Wireless mechanical keyboard with RGB and blue optical hot swappable switches.. If You are thinking about it like me, …
Čtyři zásady zpětné vazby
Jak zpětnou vazbu poskytovat 1. Snažte se pomoci Zpětnou vazbu je třeba dávat s dobrým úmyslem. Pokud kritizujete jen proto, abyste si ulevili, záměrně zranili něčí city, nebo sledovali své …
kitty – the fast, featureful, GPU based terminal emulator
kitty Offloads rendering to the GPU for lower system load and buttery smooth scrolling. Uses threaded rendering to minimize input latency. Supports all modern terminal features: graphics (images), unicode, true-color, OpenType ligatures, mouse protocol, hyperlinks, …