Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mlawren
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
mlawren
9y ago
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 strings * Universally-recognized cano
2.
▲
by
mlawren
10y ago
Actually someone did, in 1998 no less: https://metacpan.org/pod/DBI::Shell
3.
▲
by
mlawren
11y ago
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 file has the critical protocol/port combination ( http
4.
▲
by
mlawren
11y ago
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 environments separate.
5.
▲
by
mlawren
12y ago
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 appreciated.
6.
▲
by
mlawren
12y ago
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 using a local database, exchanging u
7.
▲
by
mlawren
13y ago
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 arguments, order of the arguments, whether argume
8.
▲
by
mlawren
13y ago
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...] prog new ITEM prog new project
9.
▲
Ask HN: CLI design of import/export commands
2 points
by
mlawren
13y ago
|
2 comments