Matthias Vallentin
Matthias Vallentin
This should be S\{0} instead of S. Even though arrows should indicate refinements, we could still explicitly show that 0 is not part of the carrier set. Reported by [Chinjut](https://news.ycombinator.com/item?id=13843895).
``` ./bootstrap tmux .../.tmux/plugins/tpm/scripts/helpers/plugin_functions.sh: line 12: tmux: command not found FATAL: Tmux Plugin Manager not configured in tmux.conf Aborting. ```
There are quite a few nuggets that we can harvest from https://github.com/gpakosz/.tmux.
The vim command `:make` is a convenient way to build source code. However, different projects often have different build harnesses (pdflatex, Makefile, ninja, etc.). I find it inconvenient to start...
Use ALE
The [Asychronous Lint Engine](https://github.com/w0rp/ale) is a plugin for text editors to enable continuous linting while editing. Here's an example of how to integrate it: https://github.com/thoughtbot/dotfiles/pull/535
Looks like a clean alternative to the basic diff: https://github.com/so-fancy/diff-so-fancy
I found several useful applications of pseudo-random number sampling in the past. In particular: - [ ] Inverse transform sampling - [ ] Gibbs sampling (This issue serves a reminder...
VAST is platform for data-driven security investigations. It supports many relevant threat hunting data sources out of the box, like PCAP, NetFlow, Zeek, Suricata, etc.
Great project! It would be really nice if we had support on macOS via Homebrew, allowing users to install Diagon via `brew install diagon`. Is there anything that would prevent...
I frequently find myself navigating through lengthy compiler output where I first zoom and then have to scroll through error messages. For this task, a combination of `VimuxInspectRunner` and `VimuxZoomRunner`...