Live data from Hacker News

Ask HN: What's the Best Open Source Tool You've Discovered Recently?

news.ycombinator.com

11–17 of 17 posts

Re: Ask HN: What's the Best Open Source Tool You've Discovered Recently?

#11

Best thing I've found recently is nushell[0], paired with jc [1] it's pretty much the best shell I've ever used. [0] https://www.nushell.sh/ [1] https://github.com/kellyjonbrazil/jc

What’s better about the nushell? I tried it a couple of years ago but didn’t enjoy using it — probably because I primarily use bash and nushell seems quite different from it.

Would appreciate if you could share some examples from your workflow!

Re: Ask HN: What's the Best Open Source Tool You've Discovered Recently?

#12
Now that I have an actually useful 3d printer, I really have gotten into FreeCad. Hopefully in a few more months I'll grok it well enough to gork/rewrite the gear generator tool kit. The rack generator, for example has no notion of where the pitch line is. This makes proper designs with mating gears a matter of trial and error.

Re: Ask HN: What's the Best Open Source Tool You've Discovered Recently?

#13

Best thing I've found recently is nushell[0], paired with jc [1] it's pretty much the best shell I've ever used. [0] https://www.nushell.sh/ [1] https://github.com/kellyjonbrazil/jc

Serious LLM vibes from the docs. Many paragraphs are repeated and pages amd pages of filler words like telling what you're going to learn over and over.

Re: Ask HN: What's the Best Open Source Tool You've Discovered Recently?

#14

Best thing I've found recently is nushell[0], paired with jc [1] it's pretty much the best shell I've ever used. [0] https://www.nushell.sh/ [1] https://github.com/kellyjonbrazil/jc

Serious LLM vibes from the docs. Many paragraphs are repeated and pages amd pages of filler words like telling what you're going to learn over and over.

I actually like the docs, never really noticed an llm vibe... I most just search and look at the examples though.

Re: Ask HN: What's the Best Open Source Tool You've Discovered Recently?

#15

Best thing I've found recently is nushell[0], paired with jc [1] it's pretty much the best shell I've ever used. [0] https://www.nushell.sh/ [1] https://github.com/kellyjonbrazil/jc

What’s better about the nushell? I tried it a couple of years ago but didn’t enjoy using it — probably because I primarily use bash and nushell seems quite different from it. Would appreciate if you could share some examples from your workflow!

I have a feeling you'll not appreciate my answer considering your current workflow.

I don't mind bash and the various cli programs I used to use for the tasks I was doing at the cli. However I was forced years ago to learn powershell. Now syntax aside I was able to use powershells native functionality to do things I'd have to call other programs for, read and process CSV, JSON, XML, etc. Nushell is like powershell but a much better syntax and I prefer the data model and love the output.

My main workflows consist of exploring data, cleaning it, and outputting what I need. Nushell has this covered.

Re: Ask HN: What's the Best Open Source Tool You've Discovered Recently?

#17

Earlier quoted context omitted.

What’s better about the nushell? I tried it a couple of years ago but didn’t enjoy using it — probably because I primarily use bash and nushell seems quite different from it. Would appreciate if you could share some examples from your workflow!

I have a feeling you'll not appreciate my answer considering your current workflow. I don't mind bash and the various cli programs I used to use for the tasks I was doing at the cli. However I was forced years ago to learn powershell. Now syntax aside I was able to use powershells native functionality to do things I'd have to call other programs for, read and process CSV, JSON, XML, etc. Nushell is like powershell bu…

Oh I see. Makes sense for your use case. Especially since you’ve been using powershell since a long time.
Post reply on HN