Live data from Hacker News

Viewing profile — omlettehead

omlettehead

HN member
Joined
Tue, Jul 04, 2017, 5:21 PM UTC
HN karma
7
Public activity
3 items

About omlettehead

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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…

  3. 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…