Live data from Hacker News

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

news.ycombinator.com

381–390 of 418 posts

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

#381

Jetbrains IntelliJ. I use it for html, JS, CSS, Vue, node.js, Python, Java, SQL, etc. I’ve tried visual studio and some other IDEs, but find intellij to be superior in every way.

Wow.. I hate it... the quality of IntelliJ has really fallen. I've been using it for like 5 years now and I'm constantly fighting it There are literally 20-40 serious bugs that impact me daily.

Curious to know your top 3?

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

#382
post #109

Trace32 & the Lauterbach JTAG. Expensive, but intuitive, scriptable, and performant.

Funny but I had the exact opposite experience with it back when I worked in the space like 10 years ago. The software was clunky and borderline unusable, every bit of the system was proprietary (I remember we had to pay $10K a pop for connector cables, which each came with their own limited license), support was clueless, and there was no ecosystem to speak of (again due to their tight controls).

The expense I think is just a side effect of working in this space. Mayne when things open up prices will go down. As for the softwares usability, I don't know how much it's changed in the 10 years since you saw it last, but I really like it. Everything is clickable, the work flow for flashing, symbol loading, fiddling with registers + peripherals, is better than really any other system I've used in the space.

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

#383

Earlier quoted context omitted.

I rarely use the search, but when I do I've never noticed it to not find what I know is there. Perhaps it is crap and there are many other hits its not returning for my searches - can you give an example of a bad search result you got?

It only does full-exact-word searches. If a word is written in a slightly different form or you write only a part of it, it won't find it.

Thanks. That's very poor alright, I'll keep a note of it.

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

#384
I love Wavefront for metrics and Sumologic for log queries. They make troubleshooting and monitoring thousands of servers a pleasure.

Both have excellent UIs and they are truly powerful.

Avoid any Graffana based solutions, the only good thing I can say about them is that they are free.

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

#385
post #59

1) nimbletext. when clients send me excel sheets with tons of data to import i would generate insert statements in the sheets themselves. this is a painful experience. Then i found out about nimbletext. its pure joy to use. 2) jailer. I'm a visual kind of guy. so this makes database analysis very easy. 3) onenote. if only it had Linux app i would use it for personal use. 4) visual studio 2019. customized to the bone…

What kind of customization do you do to VS 2019 to make it more productive?

1) changing keybindings to suit my needs. ctrl o, ctrl o to open folder in explorer. ctrl alt t to open terminal, etc

2) snippets designer plugin. enjoy snippet creation

3) macros. crashes most of the time tho. sometimes im too lazy to pop a terminal and type my git alias so here we are.

4) disable some features to increase loading time. (lots of articles around)

there are others but these are my top 4

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

#386
post #89
post #59

1) nimbletext. when clients send me excel sheets with tons of data to import i would generate insert statements in the sheets themselves. this is a painful experience. Then i found out about nimbletext. its pure joy to use. 2) jailer. I'm a visual kind of guy. so this makes database analysis very easy. 3) onenote. if only it had Linux app i would use it for personal use. 4) visual studio 2019. customized to the bone…

I don't think anyone would call Autohotkey "enterprise".

sorry i got carried away

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

#387
post #136
post #59

1) nimbletext. when clients send me excel sheets with tons of data to import i would generate insert statements in the sheets themselves. this is a painful experience. Then i found out about nimbletext. its pure joy to use. 2) jailer. I'm a visual kind of guy. so this makes database analysis very easy. 3) onenote. if only it had Linux app i would use it for personal use. 4) visual studio 2019. customized to the bone…

These tools are nice. Please share your other tools as well.

1) joplin. a great alternative to onenote.its in markdown and open source!

2) ulauncher (for linux), executor (for windows). oh how i love just typing "az 12345" and it shows my azure devops bug in chrome.

3) obs studio. when i want to force myself to focus i record myself doing the tasks and talking my way through it. give it a try

im away from my computer so this is just some of the things i remember

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

#388
post #90
post #59

1) nimbletext. when clients send me excel sheets with tons of data to import i would generate insert statements in the sheets themselves. this is a painful experience. Then i found out about nimbletext. its pure joy to use. 2) jailer. I'm a visual kind of guy. so this makes database analysis very easy. 3) onenote. if only it had Linux app i would use it for personal use. 4) visual studio 2019. customized to the bone…

P3X OneNote will scratch the Linux OneNote itch, or just run it in a browser tab. Better than nothing.

wow ill give it a try. maybe.

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

#389

Earlier quoted context omitted.

How does it compare to Honeycomb?

Honeycomb has one trick that it does very well, the high dimensionality analysis. Other than that Honeycomb doesn't do a lot, their alerting is basic, their dashboards are basic, etc. Datadog doesn't do that specific feature as well (it has alternatives), but it also has so many other features that all tie together very nicely: metrics, logging, events, very good dashboards, analysis notebooks, alerting, SLOs, perfor…

Can you help me out and define what dimensionaltity means for data? And what high dimensionaltity is?

I’m somewhat familiar with monitoring/telemetry but haven’t heard that term before.

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

#390
post #279
post #133

* Looker (most usable BI tool I’ve come across so far) * DataDog (distributed tracing is a dream) * IntelliJ (idea, goland, pycharm, clion, datagrip) * MindNode (macOS-only mind-mapping software) Recently started using smart sheets, but on the fence about this one so far.

What do you use distributed tracing for? We have DataDog but only use metrics (no APM) and I don't really see what justifies the high price compared to Prometheus/Grafana. I have investigated introducing distributed tracing with Istio and Jaeger but right now it doesn't seem that useful to me.

We have hundreds of services, mostly written in Scala, instrumented with Kamon for tracing. In a complex distributed architecture with many teams and changes happening multiple times per hour, distributed tracing is vital for troubleshooting and understanding what is happening.
Post reply on HN