Sergey

@kuzn
0 Followers
21 Following
8 Posts
@notthebee why not boox palma 2?
@timClicks
Power consumption of any electrical device is measured in W and 1 kWh means 1 device with consumption 1 kW was working for 1 hour. Such unit makes it easy to estimate bills knowing power of your device.

TIL 2:
Tmux doesn't support true colors by default.

I was developing my neovim color scheme and was quite surprised that changing contrast makes red color look grey.😭 🤦‍♂️

#tmux

TIL:
There is a bug in macos: GUI for firewall doesn't work well:
https://discussions.apple.com/thread/254361424

But CLI works fine.
So to actually turn firewall off use:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off

And to create an exception for your app:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblockapp <absolute path to app>

#macos #network #cli

Firewall settings not saving - Apple Community

https://github.com/rest-nvim/rest.nvim
Very cool plugin to send http requests from nvim. Thanks to the developers!
#neovim #neovimPlugin
GitHub - rest-nvim/rest.nvim: A very fast, powerful, extensible and asynchronous Neovim HTTP client written in Lua.

A very fast, powerful, extensible and asynchronous Neovim HTTP client written in Lua. - rest-nvim/rest.nvim

GitHub
@jimmytsui yeah same for me

@notthebee, thanks for the answer!

Sorry I'm not very familiar with NixOS so I didn't get you are using docker.

I've just started to learn IaC for my home server running a few docker containers. How do you think would it be better to start with Ansible first and then switch to NixOS or there is no point to learn Ansible because NixOS is mostly a better solution for IaC?

@notthebee, thanks for sharing! Could you answer a few questions about it:
- How long did it take to understand how to use NixOS?
- Why are you using nix containers instead of docker?
- Why are you using snapraid instead of mdadm?