VirtualTam's bookmarks
274 bookmarks found
-
Visual Studio Code Key Bindings
2022-12-17 - https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf
- https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf
- https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
- https://stackoverflow.com/questions/34316156/how-to-comment-multiple-lines-in-visual-studio-code
-
- https://stackoverflow.com/questions/35773299/how-can-you-export-the-visual-studio-code-extension-list
- https://stackoverflow.com/questions/55310734/how-to-add-more-indentation-in-the-visual-studio-code-explorer-file-tree-structu/55315106#55315106
- https://github.com/microsoft/vscode/issues/1027 - Suppress display of end-of-file newline as blank line
- https://stackoverflow.com/questions/30140112/how-do-i-hide-certain-files-from-the-sidebar-in-visual-studio-code
- https://stackoverflow.com/questions/29973619/how-to-make-vs-code-treat-a-file-extensions-as-a-certain-language
- https://stackoverflow.com/questions/44774709/removing-the-file-preview-on-the-right-side-of-the-editor-in-vs-code
-
- https://stackoverflow.com/questions/63724484/build-and-bind-against-older-libc-version
- https://doc.rust-lang.org/rustc/platform-support.html
- https://www.reddit.com/r/rust/comments/n6udyk/building_rust_binaries_in_ci_that_work_with_older/
- https://users.rust-lang.org/t/how-to-compile-rust-with-a-specific-glibc-version-for-gnueabihf-architecture/6680
- https://kobzol.github.io/rust/ci/2021/05/07/building-rust-binaries-in-ci-that-work-with-older-glibc.html
-
A common complaint from new Rust developers is that they don't know where to start: which crates they ought to use and which crates they ought to trust. This list attempts to answer those questions.
-
- https://schema.org/docs/schemas.html
- https://stackoverflow.com/questions/57371445/schema-org-markup-in-emails
- https://softwareengineering.stackexchange.com/questions/328567/how-does-microdata-rdfa-compare-to-json-ld/328711#328711
- https://json-ld.org/
- https://developer.mozilla.org/en-US/docs/Web/HTML/Microdata
- https://developers.google.com/gmail/markup/overview
- https://developers.google.com/gmail/markup/reference/formats/json-ld
- https://developers.google.com/gmail/markup/reference/formats/microdata
- https://docs.microsoft.com/en-gb/outlook/actionable-messages/adaptive-card
-
-
- https://www.openssh.com/txt/release-7.2
- https://unix.stackexchange.com/questions/269121/openssh-have-ssh-add-keys-to-agent-as-needed
Host blah AddKeysToAgent yes ForwardAgent yes
-
- https://coderwall.com/p/whf3-a/hierarchical-data-in-postgres
- https://stackoverflow.com/questions/tagged/ltree
- https://github.com/jinagamvasubabu/ltreevisualizer
- https://patshaughnessy.net/2017/12/11/trying-to-represent-a-tree-structure-using-postgres
- https://patshaughnessy.net/2017/12/12/installing-the-postgres-ltree-extension
- https://patshaughnessy.net/2017/12/13/saving-a-tree-in-postgres-using-ltree
- https://patshaughnessy.net/2017/12/14/manipulating-trees-using-sql-and-the-postgres-ltree-extension
-
- https://softwareengineering.stackexchange.com/questions/375441/repository-pattern-and-joined-queries
- https://softwareengineering.stackexchange.com/questions/389391/does-a-leaky-repository-implementation-defeat-the-point-of-a-repository
- https://stackoverflow.com/questions/20512723/generic-repository-and-leaky-abstraction
- https://stackoverflow.com/questions/14450138/will-my-unit-of-work-implementation-cause-memory-leak
-
Enable bracketed paste with Vim and Tmux
2021-11-02 - https://vimhelp.org/term.txt.html#xterm-bracketed-paste
- https://jdhao.github.io/2021/02/01/bracketed_paste_mode/
- https://cirw.in/blog/bracketed-paste
- https://vi.stackexchange.com/questions/25311/how-to-activate-bracketed-paste-mode-in-gnome-terminal-for-vim-inside-tmux
- https://stackoverflow.com/questions/5585129/pasting-code-into-terminal-window-into-vim-on-mac-os-x/7053522#7053522
- https://vi.stackexchange.com/questions/25135/why-does-f22-appear-when-pasting-into-vim/25157#25157
- https://vi.stackexchange.com/questions/24928/command-p-paste-script-shortcut/24929#24929
- https://news.ycombinator.com/item?id=18329305
-
Kafka, Pulsar & RabbitMQ
2021-08-21 Articles by Eran Stiller:
- RabbitMQ vs. Kafka – An Architect’s Dilemma (Part 1)
- RabbitMQ vs. Kafka – An Architect’s Dilemma (Part 2)
Article and StackOverflow response by Lovisa Johansson from CloudAMQP, seem slightly biased towards RabbitMQ:
Benchmarks by Confluent.io (Kafka creator and Cloud Provider), seem heavily biased towards Kafka:
-
- 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
-