Viewing profile — omlettehead
omlettehead
HN member- Joined
- Tue, Jul 04, 2017, 5:21 PM UTC
- HN karma
- 7
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About omlettehead
No profile information was provided.
Recent public activity
-
comment
Comment #15674566
Everything becomes better with fzf. I use it to parse git logs, checkout branches, select and download files from s3... Fzf is the single tool that vastly improved my command line …
-
comment
Comment #15460447
Sure, but you're building strings in memory. It might not be a lot of memory, especially if you're able to run Python, but the native `yes` command can run on the smallest of embed…
-
comment
Comment #14741120
If you want to invert the boolean check, then you need to invert the input space as well, which is not possible. For example, consider a Bloom filter checking the availability of a…