Live data from Hacker News

Viewing profile — mlawren

mlawren

HN member
Joined
Tue, Jun 18, 2013, 9:14 PM UTC
HN karma
6
Public activity
9 items

About mlawren

[ my public key: https://keybase.io/mlawren; my proof: https://keybase.io/mlawren/sigs/hYcbNWjfwPOz8jM3IEjnWWE_fFpWpn2MGxsBpofClzA ]

Recent public activity

  1. comment
    Comment #15891779

    Somewhat off-topic, but I had a need recently for a simple serialization format that satisfied the following: * Support for undef/null * Support for binary data * Support for UTF8 …

  2. comment
    Comment #13783311

    Actually someone did, in 1998 no less: https://metacpan.org/pod/DBI::Shell

  3. comment
    Comment #10070040

    Inspiring web page, but where does a user start? I can download, install, run, and then? You are missing some instructions about an interface. Edit: Ok I looked harder. The RUNNING…

  4. comment
    Comment #9463816

    A more generic tool for this type of function is direnv[ http://direnv.net/ ]. I use direnv for example for setting per-directory Perl installation variables to keep my development…

  5. comment
    Comment #7958758

    I should probably also mention that bif, while functional is still alpha quality software. And so far tests only pass on Linux and the *BSDs. Testers/bug-hunters for MacOS would be…

  6. comment
    Comment #7958751

    I've been working on bif ( http://bifax.org/bif/ ) for the past 3 years. Bif is a project management tool with a command-line interface. It helps you track tasks, issues and bugs u…

  7. comment
    Comment #5902257

    In fact, while I'm here, any other comments you have on the interface are also very welcome. Possible topics: Order of commands as printed here, or the names of the commands and/or…

  8. comment
    Comment #5902229

    For some context of how these commands fit in with everything else, here is the overall command usage summary: prog help [COMMAND...] prog init [DIRECTORY] prog import HUB [PATHS..…

  9. story
    Ask HN: CLI design of import/export commands

    I'm developing a distributed project management tool with a command line interface. I have two commands relating to initially copying a project to/from a hub. The export command lo…