20 random bookmarks
Bookmarks and whatnot. Закладки и всякое.
Bookmarks and whatnot. Закладки и всякое.
An interesting environment and editing model.
Maltron has a better thumbcluster
Автор убирает рекламу и логотипы вообще со всего и делает это очень красиво
Sophisticated Linux key remapper. Supports per-device and per-application settings. Wayland and X. I should look into this.
A story of a Julius who lacks knowledge but has good charisma. There's a lot to learn from such Julii.
Когда я работал в Совкомбанке, пришлось чуток поработать с аналитиком Э. Он мне сразу не понравился. Потом он ушёл, раньше меня. Статья помогла понять, что с ним было не так. Наверное он был таким Юлием.
Но очень может быть, что я неправ, и у меня просто не было возможности увидеть хард скиллы этого аналитика. В конце концов, мы пересеклись только на одном низкоприоритетном проекте.
How to convert your existing website into a progressive web app.
Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.
Designed to be embedded. A Lisp!
Хорошее введение в иероглифы. Я это всё знал, что показывает совсем уж входной уровень материала, но интересно всё равно.
When you visit a wiki on Fandom or Fextralife, this extension will notify or automatically
redirect you to quality independent wikis when they're available.
Search results in Google, Bing, DuckDuckGo, Yahoo, Brave, Ecosia, and Startpage
can also be filtered, guiding you to visit an independent counterpart instead.
Zim is a notepad like desktop application that is inspired by the way people use wikis.
< and <= are better than > and >=
Прикольный сабсет C, который вмещается в бут-сектор. Евгений хороший цикл заметок написал.
It took me a bit to figure this out, partly due to the fact of no really good explanation of it. So, I'm going to have a crack at it. Basically, I wanted to understand how keyboard matrices work. Specifically, I wanted to know why keyboard "ghosting" and "masking" happen, and how to prevent them.
All you need to know. That's a relic of the past century!
Introducing a new programming language.
SQLite is a wonderful piece of software and it is completely meaningful to use it in a project written in Go even though SQLite itself is in C. Though people has been hitting lots of issues with it, mostly "database is locked" error that seems to appear out of nowhere.
First of all, SQLite allows concurrent readers but only a single writer. Unlike most places where you may encounter some sort of synchronization SQLite does not wait for the write lock to become available - instead it just returns an error, letting the caller deal with it. This is why you are getting "database is locked" errors.
Ebiten (/ebíteɴ/) is an open source game library for the Go programming language. Ebiten's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms.