VirtualTam's bookmarks
280 bookmarks found
-
- https://security.stackexchange.com/questions/4781/do-any-security-experts-recommend-bcrypt-for-password-storage
- https://security.stackexchange.com/questions/17421/how-to-store-salt
- https://codahale.com/how-to-safely-store-a-password/
- https://security.stackexchange.com/questions/133239/what-is-the-specific-reason-to-prefer-bcrypt-or-pbkdf2-over-sha256-crypt-in-pass
- https://security.stackexchange.com/questions/211/how-to-securely-hash-passwords/31846
-
-
- Effective Go - Interface checks (blank implements)
- Ensure a type implements an interface at compile time in Go
- Interface guards in Go
- Compile time checks to ensure your type satisfies an interface
- What does an underscore and interface name after keyword var mean?
- What is
var _ type = &type{}
used for? - Using interfaces in Go - Interface guards
-
Python testing: unittest / pytest
2020-09-07 - https://blog.j-labs.pl/2019/02/Pytest-why-its-more-popular-than-unittest
- https://www.reddit.com/r/Python/comments/fdv5f2/pytest_or_unittest_in_2020/
- https://www.reddit.com/r/Python/comments/6s4a4p/played_with_pytest_for_the_first_time_today_uhh/
- https://www.reddit.com/r/Python/comments/5uxh22/unittest_vs_pytest/
- https://stackoverflow.com/questions/61121824/pytest-vs-unittest-framework-testloader-and-loadtestsfromtestcase-methods
- https://stackoverflow.com/questions/27954702/unittest-vs-pytest
-
Open questions, potential solutions or workarounds:
- Loki does not support out-of-order message ingestion
- There is not Java client for Loki
- The Wiced MQTT queue might be limited depending on the volume of logs
-
X11 / XKB custom keyboard layout definition
2020-08-15 - https://web.archive.org/web/20170825051821/http://madduck.net:80/docs/extending-xkb/
- https://web.archive.org/web/20170720005456/http://pascal.tsu.ru/en/xkb/
- https://web.archive.org/web/20170709093947/https://wiki.debian.org/XStrikeForce/InputHotplugGuide
- https://help.ubuntu.com/community/Custom%20keyboard%20layout%20definitions
- http://linux.lsdev.sil.org/wiki/index.php/Building_an_XKB_Keyboard
- https://rlog.rgtti.com/2014/05/01/how-to-modify-a-keyboard-layout-in-linux/
- https://www.freedesktop.org/wiki/Software/XKeyboardConfig/
- https://askubuntu.com/questions/482678/how-to-add-a-new-keyboard-layout-custom-keyboard-layout-definition
- https://wiki.archlinux.org/index.php/X_keyboard_extension
-
- https://stackoverflow.com/questions/10622179/how-to-find-identify-large-commits-in-git-history
- https://stackoverflow.com/questions/223678/which-commit-has-this-blob
1git rev-list --objects --all \ 2| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \ 3| sed -n 's/^blob //p' \ 4| sort --numeric-sort --key=2 --reverse \ 5| head -n 150 \ 6| cut -c 1-12,41- \ 7| $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
-
- https://colemak.com/Unix
- https://forum.colemak.com/topic/2315-dreymars-big-bag-of-keyboard-tricks-main-topic/
- https://forum.colemak.com/topic/1438-dreymars-big-bag-of-keyboard-tricks-linuxxkb-files-included/
- https://forum.colemak.com/topic/2014-extend-extra-extreme/
- https://forum.colemak.com/topic/50-colemak-vim/
- https://forum.colemak.com/topic/513-modifications-for-other-languages/
- https://colemakmods.github.io/ergonomic-mods/extend.html
- https://colemakmods.github.io/ergonomic-mods/modifiers.html
- https://www.youtube.com/watch?v=xlqDCY05Hpk
- https://stackoverflow.com/questions/253820/colemak-keyboards-with-emacs-or-vim
-
Docker:
- https://github.com/moby/moby/issues/9021
- https://github.com/moby/moby/issues/11185
- https://github.com/moby/moby/issues/11185#issuecomment-245983651
- https://github.com/moby/moby/issues/19017
- https://github.com/docker/for-mac/issues/2670#issuecomment-372365274
Kubernetes:
- https://github.com/kubernetes/kubernetes/issues/1802
- https://github.com/kubernetes/kubernetes/issues/23864
- https://github.com/kubernetes/kubernetes/issues/23864#issuecomment-387070644
Disabling userland proxy:
- https://github.com/moby/moby/issues/5618
- https://github.com/moby/moby/issues/14856
- https://github.com/moby/moby/issues/11185#issuecomment-129085898
Threads: