Ask HN: What are the best open source tools you use in your organization?
41–50 of 51 posts
Re: Ask HN: What are the best open source tools you use in your organization?
#42Re: Ask HN: What are the best open source tools you use in your organization?
#43More recently, Drone for CI has been a quantum leap in usability for us over Jenkins. Built on top of Docker, has service container support built in, and has the unique feature of plugins-as-Docker-containers (so you can write them in any language): https://github.com/drone/drone
Ansible, ramping up with some Terraform and really loving it.
Re: Ask HN: What are the best open source tools you use in your organization?
#44Re: Ask HN: What are the best open source tools you use in your organization?
#45I'm guessing most of HN's audience would be using some form of OSS. The coverage of the comments here is large: devops tools, programming tools, libraries, productivity, etc.
Our own org uses a lot of open source components, from desktops, office suite, dev environments, server OSes, programming platforms, libraries, databases, CMSes, heck, does Android count?
More context is better.
Re: Ask HN: What are the best open source tools you use in your organization?
#46Re: Ask HN: What are the best open source tools you use in your organization?
#47Not a single tool we use is open source. Mainly because with an open source application there's no one source for security to go to and ask for a letter certifying the safety of the software. I wish I were kidding.
no linux servers anywhere? No open source network infrastructure?
We had an application from one of our system vendors that incorporated FFmpeg for playing video streams within the app. We had to go and ask them to remove FFmpeg and replace it with some other video package that IT security approved of.
This is normal for my industry. It's kind of depressing. I hear about all these nice open source tools (pandas! numpy! for a couple of examples) and have to make do with closed source equivalents I like much less (MATLAB).
Re: Ask HN: What are the best open source tools you use in your organization?
#48Spark has improved our ETL jobs by orders of magnitude, both with respect to performance and ability to engage our workforce (mostly Python programmers). Previous tools that improved workflow: docker, nginx.
Re: Ask HN: What are the best open source tools you use in your organization?
#49Phabricator for task managment, project management, and code reviews. It's open source, great software, and has a fun personality great for internal use.
Re: Ask HN: What are the best open source tools you use in your organization?
#50Spark has improved our ETL jobs by orders of magnitude, both with respect to performance and ability to engage our workforce (mostly Python programmers). Previous tools that improved workflow: docker, nginx.
Mind if I ask how you use Spark for your ETL jobs?