Live data from Hacker News

Ask HN: What is the best enterprise software you use every day?

news.ycombinator.com

371–380 of 418 posts

Re: Ask HN: What is the best enterprise software you use every day?

#371
post #362

Earlier quoted context omitted.

Interesting, I have a very small team that maintains a lot of infrastructure including Prometheus. Setting up the monitoring for 5 datacenters, thousands of hosts and hundreds of services was maybe a ~2 weeks effort. We then organically add and remove things but it is maybe a ~4h/week effort. It give us a lot of value. We were using other solutions before (sensu/nagios) and it is night and day. All the plugins that w…

You're lucky to have a team. I was doing that with another person in our spare time and got 0 hour/week to spend. I only give ourselves a couple weeks to setup new software and tune everything perfectly then it has to be done for good. Will check maybe once a quarter for capacity adjustment or software upgrade. (I also supervise a logging system ingesting 1 TB/day with no supervision). I should probably say that my e…

Number of series: 158990 is displayed in the web UI.

We disabled a lot of useless metrics in the node exporter. I think pulling works OK if you have a service discovery mechanism. We hook Prometheus to Consul.

We have a mix of very small VMs and very beefy bare metal.

Re: Ask HN: What is the best enterprise software you use every day?

#372
post #371

Earlier quoted context omitted.

You're lucky to have a team. I was doing that with another person in our spare time and got 0 hour/week to spend. I only give ourselves a couple weeks to setup new software and tune everything perfectly then it has to be done for good. Will check maybe once a quarter for capacity adjustment or software upgrade. (I also supervise a logging system ingesting 1 TB/day with no supervision). I should probably say that my e…

Number of series: 158990 is displayed in the web UI. We disabled a lot of useless metrics in the node exporter. I think pulling works OK if you have a service discovery mechanism. We hook Prometheus to Consul. We have a mix of very small VMs and very beefy bare metal.

Oh right that's not much, only 3000 metrics per host. I guess we see more scaling problems because we have more metrics and tags (physical hosts with 128 CPU, imagine the per CPU metrics just to begin with). I spent days as well testing all the collectors and tuning things carefully.

That's all very interesting.

Re: Ask HN: What is the best enterprise software you use every day?

#373
post #371

Earlier quoted context omitted.

Number of series: 158990 is displayed in the web UI. We disabled a lot of useless metrics in the node exporter. I think pulling works OK if you have a service discovery mechanism. We hook Prometheus to Consul. We have a mix of very small VMs and very beefy bare metal.

Oh right that's not much, only 3000 metrics per host. I guess we see more scaling problems because we have more metrics and tags (physical hosts with 128 CPU, imagine the per CPU metrics just to begin with). I spent days as well testing all the collectors and tuning things carefully. That's all very interesting.

Sorry I just picked one datacenter, so, 1/5h of the hosts or 15k metrics per host with some rudimentary math!

Our data lives on each datacenter only and then we query cross datacenter via grafana when we need.

Re: Ask HN: What is the best enterprise software you use every day?

#374
post #35

I've been enamored by Pipedream ( https://pipedream.com ) because as a Product Manager with engineering background, I can quickly hack together prototypes and get good feedback from customers :) . Pretty sure there are other nocode software but this is great for me.

What kind of stuff do you use it for? I watched the intro video and I get it would be useful for "monitoring" Twitter and stuff like that, but are there more practical day-to-day uses for it?

Re: Ask HN: What is the best enterprise software you use every day?

#375
post #260

Earlier quoted context omitted.

Was a big fan of tableau and we use it in production. It's a wonderfully exploratory tool. But the real pain start when you have 50+ workbooks and the underlying data model MUST introduce breaking change for whatever reason. There is to my knowledge no way to automate edition of workbooks. You are in for GUI repetitive soul sucking task. Bonus pain if "workaround" are involved. (Just have a look at the support forum.…

Have you checked Vega? Not as easy to build charts but it’s al done via json which can in theory be changed programmatically

Vega is great, but I wouldn't think of it as an exploratory tool.

Re: Ask HN: What is the best enterprise software you use every day?

#376

Earlier quoted context omitted.

I think it depends on the environment as to usablity: eg. on my home laptop, VSC is great; but on my locked-down corporate laptop everything is a slog library and extension-wise - Pycharm just works . That's obviously a process issue to an extent, but there is only so much time I want to spend messing about with this stuff, and if an IDE doesn't have me fighting admin rights every minute, I'll go with that one.

I used Visual Studio extensively for Python development and occasional debugging of C#, it never once asked for admin privileges. Wouldn't be surprised if there are issues with older versions though like VS2010 or before.

VSCode, not VS - I used the user version, which didn't require admin privileges but as soon as I started trying to install libraries (e.g. Pandas etc), no dice. Some environments may vary - but like I said, time is limited, no issues with Pycharm.

Re: Ask HN: What is the best enterprise software you use every day?

#377
post #162

Two: - UltraEdit. What Photoshop is to images, UltraEdit is to text. The weird thing is, it’s not a super flashy or even immediately intuitive tool. But once you get the hang of it, it never fails to deliver. - Excel. It’s insane the breadth of stuff you can do with it. And as a tool, it’s equally handy and “oh my God this will save me so much work” for a school teacher as it is for a data analyst and stock broker. I…

I got a personal license for UltraEdit years ago too after using it at work (these fancy Electron editors didn't exist back then). It definitely isn't fancy but it works well for larger files and things like column mode and perl regex searches are just so nice in certain cases. I'm finding it hard to put down especially since I do a lot of Perl and I haven't found a big benefit for an IDE there.

That’s what I love about it too.

Open a 200mb horribly formatted text file. Apply some regex find-replace to remove some cruft. Let UE format it into nice columns. All seamlessly, also for huge files.

Re: Ask HN: What is the best enterprise software you use every day?

#379

Earlier quoted context omitted.

Theres loads of docs and step by step tutorials [0] is just one such free set of material with all files, with step by step PDFs and presentations to explain basic digital design concepts. This is just one form this larger list of courses [1], all free. There are also loads of videos showing how the GUI works [2] [0] https://github.com/xupgit/FPGA-Design-Flow-using-Vivado/tree... [1] https://www.xilinx.com/support/un…

I was working on that around 2015 if I remember well. Some time after Xilinx was unifying their development tools into Vivado. The project attempted to use Zynq SoC, joint software and hardware development on the FPGA in HDL and on the embedded CPU in C. Not exactly trivial things to do but the scope was very small for a first go. We found zero documentation whatsoever on the internet. None of the things you linked t…

Thanks for the detailed reply, but FYI the github stuff is from xilinx, they just make it open source.

In 2015 vivado was pretty new, it's come a long way, so I'd give it another look. There has been a strong push as you can see to make the developer experience much better, so hopefully if you give it another chance you may come to appreciate it as much as I do.

Re: Ask HN: What is the best enterprise software you use every day?

#380
post #35

I've been enamored by Pipedream ( https://pipedream.com ) because as a Product Manager with engineering background, I can quickly hack together prototypes and get good feedback from customers :) . Pretty sure there are other nocode software but this is great for me.

What kind of stuff do you use it for? I watched the intro video and I get it would be useful for "monitoring" Twitter and stuff like that, but are there more practical day-to-day uses for it?

My team’s bread and butter is integrations between enterprise systems. So I can quickly make prototypes of system A and our own software working when a webhook is triggered on A. Quick feedback plus tweaks before we do formal dev keeps us from having nasty surprises at the end of integration
Post reply on HN