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

ivaniscoding

no profile record

コメント

ivaniscoding
·4 か月前·議論
That’s some fair criticism, but the same page tells that the language wanted to have a similar syntax to C and JavaScript.

I think my personal preference for syntax would be Python’s. One day I want to try writing a query tool with https://github.com/pydantic/monty
ivaniscoding
·4 か月前·議論
Shameless plug, but you might like this: https://github.com/IvanIsCoding/celq

jq is the CLI I like the most, but sometimes even I struggled to understand the queries I wrote in the past. celq uses a more familiar language (CEL)
ivaniscoding
·5 か月前·議論
Shameless plug, but if you want to try CEL in your browser: https://celq-playground.github.io/

I wrote the playground and I should link to your website in my docs. This is neat.
ivaniscoding
·6 か月前·議論
I was working on celq. It’s a small Rust CLI. It’s like if jq met the Common Expression Language (CEL)

Repo: https://github.com/IvanIsCoding/celq
ivaniscoding
·8 か月前·議論
I think people have been sleeping on Pixi. There has been a lot of hype about uv lately and lots of the praise apply to Pixi as well!

Pixi shines in those niches where Conda was the only option. It seems ROS is one of them.

I have been using Pixi with emscripten-forge to create Python WASM distributions. It’s another niche with a lack of tooling. Pixi is the only tool that streamlined my build process.

Keep up with the good work!