HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ivaniscoding

no profile record

comments

ivaniscoding
·4 miesiące temu·discuss
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 miesiące temu·discuss
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 miesięcy temu·discuss
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 miesięcy temu·discuss
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 miesięcy temu·discuss
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!