HackerTrans
トップ新着トレンドコメント過去質問紹介求人

djb-at-durable

no profile record

投稿

[untitled]

1 ポイント·投稿者 djb-at-durable·先月·0 コメント

[untitled]

1 ポイント·投稿者 djb-at-durable·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 djb-at-durable·3 か月前·0 コメント

Daco – CLI for search auto-completion APIs

github.com
2 ポイント·投稿者 djb-at-durable·4 か月前·0 コメント

[untitled]

2 ポイント·投稿者 djb-at-durable·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 djb-at-durable·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 djb-at-durable·5 か月前·0 コメント

[untitled]

1 ポイント·投稿者 djb-at-durable·6 か月前·0 コメント

Amoskeag: F/OSS DSL for business rules - functional language inspired by Ruby

github.com
3 ポイント·投稿者 djb-at-durable·6 か月前·0 コメント

Amoskeag: Declarative OSS DSL for business rules

github.com
2 ポイント·投稿者 djb-at-durable·6 か月前·0 コメント

Datasetq: jq for Datasets; Polars-powered Parquet/JSON/CSV query lang/cli

github.com
15 ポイント·投稿者 djb-at-durable·7 か月前·2 コメント

[untitled]

1 ポイント·投稿者 djb-at-durable·7 か月前·0 コメント

Project catalog database and shell integration

github.com
3 ポイント·投稿者 djb-at-durable·9 か月前·2 コメント

コメント

djb-at-durable
·4 か月前·議論
Just nvim. Neovim runs :! commands non-interactively, capturing the output in a pipe. vim, on the other hand, suspends itself and runs the command in an external shell.

This isn't a problem, really, for non interactive commands, but causes issues with interactive ones. I personally prefer vim's approach, though not enough to abandon neovim.
djb-at-durable
·4 か月前·議論
I feel like that's also what's running the backend of Spirit Airlines, but somehow it feels more impressive in the context of Voyager 1.
djb-at-durable
·9 か月前·議論
We just released dpc; its a database for your projects with a nifty shell integration.

Basically, if you do this:

dpc scan ~/projects

... you can then do this:

j my_project_inside_of_a_monorepo

... and end up at:

~/projects/some/really/long/path/my_project_inside_of_a_monorepo

Its an open source project written in rust; it has shell integration with bash, zsh, and fish. There's no upsell here; no cloud service attached, just a thing we made because it seemed helpful.

It categorizes projects by configurable hints: a .git directory, a Cargo.toml, a Gemfile, a package.json, etc. The database stores which one it see also, so you can query it if you'd like.

Take it easy,

David Berube Durable Programming