38 private links
Apple M1 MacBook Do Not Disturb Key remapping. GitHub Gist: instantly share code, notes, and snippets.
I have been committing to free my hand from mouse for a very long time. As a programmer, it’s easy to get frustrated when I have to switch from mouse and keyboard. That’s why I use Hammerspoon – a perfect solution for macOS automation. I will list some of my most useful features when I use Hammerspoon in this post.
I am a Karabiner Elements user and had donated to it previously and even talked about some custom key mappings I use. Things had a been a bit spotty with it since macOS Big Sur but with the latest version 13.0 and macOS 11.0, 11.1, and 11.2 things were fine. However, yesterday I updated one of my Macs to 11.3 Beta and that broke Karabiner. In addition to it I noticed that my M1 Mac always reports that it restarted due to a kernel panic whenever I restart; and when I Googled for the panic report entries the first hit was Karabiner. Looks like things aren’t entirely with Karabiner and macOS Big Sur after all.
(для переходов с сайтов типа Idealo.de)
Subler is an macOS application created to mux and tag mp4 files.
Mission Control Desktop Spaces 76, a.k.a. Desktop Spaces, a.k.a. macOS virtual Desktops, can be very useful particularly when using a MacBook. Unfortunately, however, configuration and use of Desktop Spaces can be confusing especially when using three or more. The current macOS maximum is 16.
Keysmith makes it easy to create custom macros for your Mac and the web
A quick trick to create any kind of shape having rounded corners.
Have you ever been caught off-guard by a visual tangent in your art?
The word tangent usually just indicates that two things are touching, but in art the term describes shapes that touch in a way that is visually bothersome. When creating a composition, there are so many different things to juggle that it’s easy to miss even the obvious flaws—and that’s when tangents sneak in.
Too many windows to manage? Large display? Or sometimes getting lost in multiple monitors? HazeOver is for you! This app automatically highlights the front window by fading out all the background windows.
Not long ago there was some buzz around how WebKit handles 100vh in CSS, essentially ignoring the bottom edge of the browser viewport. Some have suggested not using 100vh, others have come up with different alternatives to work around the problem. In fact, this issue goes further back a few years when Nicolas Hoizey filed a bug with WebKit on the subject (the short of it: WebKit says this is “intentional” 🧐).
Hello! My name is Stephen, a huge Notion fan and a software engineer. I decided to combine the two and build something cool for the Notion community.
Если текстиль можно постирать, а кафель очистить щеткой, то пластмассовыми изделиями это не всегда удается. Полимерный состав быстро впитывает химические краски, а также видоизменяться под воздействием солнечного света. Вернуть белизну и устранить пятна достаточно сложно, но статья даст несколько действенных советов как отмыть пластик быстро и без вреда для поверхности.
How to set up an interactive checklist using a Git pre-commit hook script.
Restore and save multi-display resolutions and arrangements on macOS
On MacOS High Sierra I had to create the directory KeyBindings and then create the file switching the ^ and @ symbol. Then I had to close Atom and open it again.
{
"@^\UF701" = "noop:";
"@^\UF702" = "noop:";
"@^\UF703" = "noop:";
}
Ежечасный беспорядочный скроллинг ленты в соцсетях, беглые взгляды на ТОП-5 новостей и последующее неизбежное залипание на них, а также бесчисленные переходы по...
zsh has excellent capabilities of supporting different version control systems, like git in its command line prompt. Setup is pretty convoluted and I’ll try to guide you through it to give you basic understanding of all the building blocks. You’ll be able to craft your own one.